/* Te Whanake TV CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin:0;
	padding:0;
}

/* basic layout */
body {
	font: normal 11px tahoma, verdana, arial;
	color: #000;
	background: #ebe8e1;
}

.center {
	width: 950px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	margin: 0;
	line-height: 0px;
}

#header {
	height: 64px;
	background: #40341f url('../img/css/tv-bg-header.jpg') repeat-x left top;;
}

#content {
	background: #ebe8e1 url('../img/css/tv-bg-content.gif') repeat-x left top;
}

#content .center {
	background: #ebe8e1 url('../img/css/tv-bg-columns.gif') repeat-y left top;
}

#aboveBanner {
	height: 30px;
	width: 950px;
	margin: 0 auto;
	background: transparent url('../img/css/tv-bg-navbar.gif') no-repeat left top;
}

#aboveBannerHome {
	height: 30px;
	width: 950px;
	margin: 0 auto;
	background: transparent url('../img/css/tv-bg-navbar-home.gif') no-repeat left top;
}

#banner {
	height: 76px;
	width: 950px;
	margin: 0 auto;
	background: #a9a80b url('../img/css/tv-banner-inside.jpg') no-repeat left top;
}

#bannerHome {
	height: 176px;
	width: 950px;
	margin: 0 auto;
	background-image: none;
}

#sitemap {
	background: #544837 url('../img/css/tv-bg-sitemap.jpg') repeat-x left top;
}

#footer {
	height: 64px;
	background: #40341f url('../img/css/tv-bg-header.jpg') repeat-x left top;
	border-top: solid 1px #1d130a;
}

.maincol {
	width: 680px;
	padding: 0px 0px 0px 0px;
	background: transparent url('../img/css/tv-bg-maincol.gif') no-repeat right top;
}

.subcol {
	width: 270px;
	padding: 0px 0px 0px 0px;
	color: #60574c;
}

/* language */

#language {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}

/* header */

#logo {
	float: left;
}

#aerial {
	float: left;
	margin: 18px 0px 0px 38px;
}

a#tewhanake {
	display: block;
	width: 134px;
	height: 64px;
	background: transparent url('../img/css/tv-tewhanake.jpg') no-repeat left top;
	float: right;
	margin: 0px 0px 0px 10px;
	padding-right: 122px;
}

#subnav {
	float: right;
	margin-top: 27px;
	padding-right: 11px;
}

/* banner */

a#bannerLink {
	display: block;
	width: 950px;
	height: 176px;
	background: #a9a80b url('../img/css/tv-banner-home.jpg') no-repeat left top;
}

a#bannerLinkMaori {
	display: block;
	width: 950px;
	height: 176px;
	background: #a9a80b url('../img/css/tv-banner-home-m.jpg') no-repeat left top;
}

#chooseSeries {
	float: right;
	width: 267px;
	height: 24px;
	margin-top: 29px;
	background: transparent url('../img/css/tv-label-choose-series.gif') no-repeat 13px 5px;
}

#chooseSeriesMaori {
	float: right;
	width: 267px;
	height: 24px;
	margin-top: 29px;
	background: transparent url('../img/css/tv-label-choose-series-m.gif') no-repeat 13px 5px;
}

#chooseVideo {
	float: right;
	width: 267px;
	height: 24px;
	margin-top: 29px;
	background: transparent url('../img/css/tv-label-choose-video.gif') no-repeat 13px 5px;
}

#chooseVideoMaori {
	float: right;
	width: 267px;
	height: 24px;
	margin-top: 29px;
	background: transparent url('../img/css/tv-label-choose-video-m.gif') no-repeat 13px 5px;
}

form#series {
	padding-left: 100px;
}

form#series select {
	font: normal 10px tahoma, arial;
	border: solid 1px #29475c;
	padding: 1px;
	width: 140px;
}

#prevnext {
	float: right;
	margin-top: 29px;
	height: 20px;
	width: 252px;
	clear: right;
}


/* main col */

.maincol p {
	margin-right: 7px;
	padding-right: 14px;
}

.marginRight {
	margin-right: 24px;
}

div.listing {
	background: transparent url('../img/css/tv-border-green.gif') no-repeat left bottom;	
	padding-bottom: 18px;
	padding-top: 1px;
	margin-right: 7px;
}

div.thinBorder {
	background-image: none;
	border-bottom: solid 1px #cfcbc0;
	padding-bottom: 1px;
}

div.noBorder {
	background-image: none;
	border: 0;
}

img.screenshot {
	padding: 3px;
	border: solid 1px #beb9ab;
	margin: 20px 0px 10px 0px;
	background: #ebe8e1 url('../img/css/tv-bg-bookcover.gif') repeat-x left top;
}

a.screenshot {
	display: block;
	padding: 3px;
	border: solid 1px #beb9ab;
	float: left;
	margin: 10px 15px 4px 0px;
	background: #ebe8e1 url('../img/css/tv-bg-bookcover.gif') repeat-x left top;
}

a.screenshot:hover {
	border: solid 1px #1472a7;
}

div.headerBar {
	background: transparent url('../img/css/tv-border-green.gif') no-repeat left top;
	border-bottom: solid 1px #cfcbc0;
	padding: 14px 20px 11px 0px;
	margin: 16px 7px 12px 0px;
}

div.headerBar h5 {
	margin-top: 0px;
	font: bold 10px tahoma, arial;
	text-transform: uppercase;
	color: #4c3e29;
}

#video {
	margin-top: 6px;
}

/* sub col */

.subcol p {
	margin-left: 16px;
}

.marginLeft {
	margin-left: 16px;
}

/* site map */

#sitemap ul {
	list-style-type: none;
	padding: 18px 0px 18px 0px;
	margin: 0px;
}

#sitemap ul li {
	line-height: 15px;
	color: #857d67;
	margin: 0px;
	padding-left: 0px;
	background-image: none;
}

#sitemap ul.one {
	width: 217px;
	float: left;
}

#sitemap ul.two {
	width: 240px;
	float: left;
}

#sitemap ul.three {
	width: 310px;
	float: left;
}

#sitemap ul.four {
	width: 160px;
	float: left;
}

#sitemap ul li {
	height: 16px;
}

/* footer */

#footer p {
	color: #a39b86;
	margin-top: 14px;
	float: left;
}

a#aut {
	float: right;
	display: block;
	padding-right: 63px;
	margin-top: 16px;
}	

a#teipukarea {
    float: right;
    display: block;
    padding-right: 20px;
    margin-top: 12px;
}

/* text */

h1 {
	font: normal 26px tahoma;
	padding: 25px 0px 10px 20px;
	color: #fff;
	float: left;
}

h2 {
	font: bold 17px tahoma, arial;
	margin: 20px 20px -2px 0px;
	color: #7e8300;
}

h3 {
	font: bold 11px tahoma, arial;
	text-transform: uppercase;
	color: #4c3e29;
	background: #e4dbc8 url('../img/css/tv-bg-h2.jpg') no-repeat left top;
	border-top: solid 1px #a3937b;
	padding: 8px 16px 8px 16px;
	margin: 18px 0px 0px 0px;
}

h3.top {
	margin-top: 0px;
	border: none;
	padding-top: 1px;
	background-position: 0px -7px;
}

p {
	margin: 12px 0px 12px 0px;
	line-height: 18px;
	overflow: visible;
	zoom: 1;
}

p.large {
	font-size: 12px;
}

p.light {
	color: #60574c;
}

p.borderBottom, form.borderBottom {
	padding-bottom: 18px;
	border-bottom: solid 1px #cfcbc0;
	padding-top: 5px;
}

p.borderBottomThick {
	padding-bottom: 30px;
	background: transparent url('../img/css/tv-border-green.gif') no-repeat left bottom;
	margin-bottom: -4px;
}

p.gold {
	color: #b47b00;
}

ul {
	list-style-type: none;
	margin: 12px 0px 12px 0px;
}

ol li {
	margin: 0px 0px 8px 20px;
	padding-left: 10px;
	line-height: 18px;
}

ul li {
	line-height: 18px;
	margin: 0px 0px 8px 0px;
	color: #000;
	padding-left: 20px;
	background: transparent url('../img/css/tv-bullet.gif') no-repeat left 3px;
}

ul.simple li {
	margin: 0px;
	padding-left: 0px;
	background-image: none;
}

/* forms */

label {
	font: bold 11px tahoma, arial;
	display: block;
	clear: both;
	margin: 10px 0px 4px 0px;
}

.input {
	border: solid 1px #b3ac9f;
	background: #f6f4ef url('../img/css/tv-bg-inputbox.gif') no-repeat left top;
	font: normal 11px tahoma, arial, verdana;
	padding: 4px;
}

.radio {
	padding: 0px;
	margin: 0px 2px 0px 0px;
	position: relative;
	top: 1px;
}

.button {
	display: block;
	margin: 14px 0px 0px 0px;
}

.check {
	display: block;
	margin-top: 12px;
}

/* links */

a img { border: none }

a,
a:visited {
	color: #0f66a3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#subnav a,
#subnav a:visited {
	color: #6ea3c1;
	margin-right: 11px;
}

#subnav a:hover {
	color: #87bbd8;
}

a.bullet {
	padding: 2px 0px 2px 18px;
	background: transparent url('../img/css/tv-bullet.gif') no-repeat left 2px;
}

#sitemap a {
	color: #857d67;
}

#sitemap a:hover {
	color: #87bbd8;
}

#sitemap a em {
	color: #a39b86;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
}

#sitemap a:hover em {
	color: #87bbd8;
}

#footer a {
	color: #6ea3c1;
}

#footer a:hover {
	color: #87bbd8;
}

.inputButton {
	position: absolute;
	top: 100px;
	width: 300px;
	display: none;
	text-align: right;
}
.check {
	display: inline;
	margin-top: 12px;
	background:#A02412 url('/img/css/tv-button-checkanswer.gif') no-repeat left top;
	color:white;
	font-weight:bold;
	width:97px;
}
.checkM {
	display: inline;
	margin-top: 12px;
	background:#A02412 url('/img/css/tv-button-checkanswer-m.gif') no-repeat left top;
	color:white;
	font-weight:bold;
	width:105px;
}
.reveal {
	display: inline;
	margin-top: 12px;
	background:#A02412 url('/img/css/tv-button-reveal.gif') no-repeat left top;
	color:red;
	font-weight:bold;
	width:97px;
}
.revealM {
	display: inline;
	margin-top: 12px;
	background:#A02412 url('/img/css/tv-button-reveal-m.gif') no-repeat left top;
	color:red;
	font-weight:bold;
	width:117px;
}

p.screenshot {
	float: left;
}

/************************************/
/*   added by benek Nov 13          */
/************************************/

em {
	overflow: hidden;
	zoom: 1;
}

.maincol {
	overflow: hidden;
}

div.listing {
	overflow: hidden;
	clear: both;
	float: left;
	width: 673px;
	margin-right: 0;
}

p.screenshot {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

p.screenshot a.screenshot,
p.screenshot a.screenshot:visited {
	float: none;
	margin: 20px 15px 4px 0px;
}

.listingBlock {
	float: left;
	width: 520px;
}

.check,
.checkM,
.reveal,
.revealM {
	border: 0;
	height: 21px;
	cursor: pointer;
}

form.borderBottom {
	margin-right: 7px;
}

