/* CSS Document for Ti Kouka Whenua*/
#content {
	margin-right: 0;
}
#content h1 {
	padding-left: 70px;
	min-height: 57px;
	background: url("/TiKoukaWhenua/Assets/images/TKWTopButton.gif") no-repeat left;
	color: #800000;
	font: bold 1.6em Verdana, Arial, Helvetica, sans-serif;
}
.TKW-Home {
	text-align: center;
}
#content h1.TKW-Home {
	height: auto;
	background: none;
	padding: 0.4em;
}
#content h1 span {
	display: block;
	color: #777;
	text-transform: uppercase;
	font: bold oblique 0.725em Arial, Helvetica, sans-serif;
	margin-top: 0.1em;
}
ul.TKWNav {
	text-align: center;
	clear: both;
	position:relative;
}
ul.TKWNav li {
	display: inline;
	list-style: none;
	font-weight: bold;
}
ul.TKWNav li a {
	text-decoration:none;
	color: #666;
}
#content ul.TKWtop-nav {
	margin-bottom: 10px;
}
#content ul.TKWtop-nav li a{
	padding: 2px 10px 3px;
	border: #bbb 1px solid;
	border-radius: 10px;
    -moz-box-shadow:inset -3px -3px 5px #4A4E4E;
    -webkit-box-shadow:inset -3px -3px 5px #4A4E4E;
    box-shadow:inset -3px -3px 5px #4A4E4E;
}
#content ul.TKWtop-nav li a:hover {
	color: #333;
	border-color: #999;
}
ul.TKWbtm-nav li a{
	display: inline-block;
	margin-top: 1em;
	padding: 55px 10px 2px;
	min-width: 55px;
	color:#900;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	background: url("/TiKoukaWhenua/Assets/images/TKW-button.png") no-repeat top center; /* 51px sq */
}
ul.TKWbtm-nav li a:visited {
	color:#800000;
}
ul.TKWbtm-nav li a:hover {
	color:#F00;
}
p.top {
	border-bottom: 1px dashed #ccc;
	text-align: center;
	font-size: 0.7em;
}
p.top a {
	color: #800000;
}
h2 {
	clear: left;
}
div.TKWaudio {
	font-size: 0.9em;
	float: right;
	clear: right;
	width: 20%;
	margin: 0.5em 0 0.5em 0.5em;
	padding: 0.3em 0.6em;
	background-color:#f2ece8;
	border: 1px solid #930;
	border-radius: 5px;
}
div.TKWaudio h3 {
	margin: 0;
	color: #800000;
}
div.TKWaudio ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.TKWaudio a {
	padding-left: 35px;
	background: no-repeat left;
	font-weight: normal;
}
div.TKWaudio a.ra {
	background-image: url(/Assets/images/icons/ra_15x30.jpg);
}
div.TKWaudio a.mp3 {
	background-image: url(/Assets/images/icons/mp3_15x30.jpg);
}
/* special styles */
.weave {
	margin: 0.4em 0;
	font-weight: bold;
	line-height: 1.6;
	color: #FFFFFF;
	background-image: url(/TiKoukaWhenua/Assets/images/Weave-image-long.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.Interviewee {
	font-weight: bold;
}
.translation {
	font-style:italic;
}
/* -------------------- homepage slideshow ------ */
#content ul.slideshow {
	list-style: none;
	width: 580px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
#content ul.slideshow li {
	position: absolute;
	left: 0;
	right: 0;
}
#content ul.slideshow li.show {
	z-index: 500;
}
#content #slideshow-caption {
	width: 580px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #000;
	z-index: 500;
	font: oblique 1em/1.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
#content #slideshow-caption .slideshow-caption-container {
	padding: 5px 10px;
	z-index: 1000;
}
#content #slideshow-caption p {
	margin: 5px 0 0;
	padding: 0;
}