/* ------------------------------------------------------------

    Title:     Chris Cairns Foundation master styles - screen
    Author:    production@frontend.co.nz
    Created:   April 2007

------------------------------------------------------------ */

/* force scrollbar for Gecko */
html, body {
	min-height: 100.1%;
}

/* General Styles
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin:0;
	padding:0;
	}

body {
	margin: 8px 0px 10px 0px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #4E4B4A;
	background: #FFF url("images/bg-blur.gif") 0px 159px repeat-x;
	font-size: 0.8125em;
	line-height: 1.1em; 
}
body.normal {
	text-align: left;
	background: none;
	font-size: 0.8125em;	
}
body.normal td {	
	font-size: 0.8125em;
}

h1 {
	color: #CC0000;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-top: 0em;
	}
	
h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
	}
	
h3 {
	color: #CC0000;
	font-size: 1.0em;
	margin-bottom: 0.2em;
	margin-top: 1.2em;
	}

h4 {
	font-size: 1.1em;
	margin-bottom: -0.4em;
	color: #81989E;
	}
	
h5 {
	font-size: 0.9em;
	margin-bottom: 0em;
	color: #81989E;
	}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}
	
p.news-date {
	font-size: 0.9em;
	margin-bottom: 0.2em;
	color: #7D7F81;
	}
	
.hide {
	display: none;
	 }

hr {
	clear:both;
	visibility:hidden;
	}
	
.clear {
	clear:both;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
		
img {
	border:0;
	}	
	
a {
	text-decoration: underline;
	color: #004351;
	}
	
a:hover {
	color: #CC0000;
	}
	
a.nounderline {
	text-decoration: none;
	}
	 
#wrap {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 960px;
	text-align: left; 
	}
	
#wrap-home {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 950px;
	text-align: left; 
	}	
	
#header, #home-header {
	position: relative;
	height: 20px;
	width: 960px;
	padding: 0;
	margin: 0;
	background-color: #E7E7E4;
	}	

#content, #home-content {
	padding: 15px 0px 30px 0px;
	margin: 0;
	background-color: #FFFFFF;
	min-height: 380px;
	}
	
#content {
	padding: 0;
	background: url("images/bg-main.gif") 0 0 repeat-x;
	}
	
#topstrip {
	background-color: #E7E7E4;
	}


/* Main Navigation
------------------------------------------------------------------*/

#header ul {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 960px;
	height: 20px;
	background-color: #E7E7E4;
	border-left: 3px solid #FFF;
	}
	
#home-header ul {
	position: absolute;
	overflow: hidden;
	left: 98px;
	top: 0;
	width: 862px;
	height: 20px;
	background-color: #E7E7E4;
	border-left: 3px solid #FFF;
	}
	
#header li, #home-header li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	border-right: 3px solid #FFF;
	background-color: #A7B2B6;
}

#header li a, #home-header li a {
	border:0;
	display: block;
	padding: 2px 2px 4px 2px;
	width: 84px;
	text-align: center;
	text-decoration:none;
	color: #FFF;
	text-transform: lowercase;
}

#header li a:hover, #home-header li a:hover {
	background-color: #333333;
	}
	
#header li.on a, #header li.on a:hover, #home-header li.on a, #home-header li.on a:hover {
	background-color: #CC0000;
	text-transform: capitalize;
	}
	
/* Background images
------------------------------------------------------------------*/

#home-page {
	background: #FFF  0 0 repeat-x;
	}
	
#bgstrip {
	z-index: 1;
	position: relative;
}

#bghome {
   width: 50%;
   height: 240px; /* height of bg! */
   position: absolute;
   top: 159px;
   left: 0px;
   background-color: #000;
   }

/*Index Page
------------------------------------------------------------------*/

.homepage-hero {
	width: 960px;
	height: 356px;
	padding-left: 3px;
	background: url("images/bg-homestrip.gif") 0 0 repeat-x;
	}
	
.supporters-home {
	width: 217px;
	height: 116px;
	float: right;
	}
	
.quote {
	width: 217px;
	height: 239px;
	float: right;
	overflow: hidden;
	}
	
.quote p {
	color: #FFFFFF;
	padding: 25px;
	font-size: 1.3em;
	}
	
.homepage-content {
	width: 520px;
	float: left;
	margin-bottom: 20px;
	}
	
.homepage-content p {
	padding: 20px 70px 0px 100px;
	font-size: 1em;
	line-height: 1.5em;
	}
	
.homepage-news {
	width: 420px;
	float: right;
	padding-top: 20px;
	margin-bottom: 20px;
	}

a.newspanel{
	background: url("images/bg-homenews.gif") 0 0 repeat-y;
	display: block;
	height:56px;
	margin-bottom: 7px;
	color: #4E4B4A;
	text-decoration: none;
	padding: 8px 0 8px 8px;
}
a.newspanel p {
	margin:0;
	padding:0;
}
a.newspanel p.small {
	font-size:0.9em;
}
a.newspanel:hover{
	color:#c00;
}
a.newspanel img{
	/*border:1px solid #4E4B4A;*/
}
a.newspanel:hover img{
/*	border:1px solid #c00; */
}
a.newspanel div.thumb{
	width:85px;
	height:56px;
	background-color:#ddd;
	float:left;
	margin-right:9px;
	border:1px solid #4E4B4A;
	overflow:hidden;
	}

a.newspanel div.thumb:hover {
border:1px solid #c00;
}

a.trackChris{
display:block;
width:233px;
height:44px;
background:url(images/homenav6.jpg) no-repeat;
}

a.donateChris{
display:block;
width:233px;
height:49px;
background:url(images/homenav9.jpg) no-repeat;
}

a.trackChris:hover {
background:url(images/homenav10.jpg) no-repeat;
}

a.donateChris:hover {
background:url(images/homenav11.jpg) no-repeat;
}

a.readmore {
display:block;
width:104;
height:44px;
background:url(images/homenav4.jpg) no-repeat;
}

a.readmore:hover {
background:url(images/homenav12.gif) no-repeat;
}


.track_chris_promo {
margin-top:15px;
margin-bottom:10px;
display:block;
width:180px;
height:40px;
overflow:hidden;
background:url(images/track_chris_button.gif) -2px 0 no-repeat;
}

a:hover .track_chris_promo {
background-position: -2px -42px;
}

.chris_promo_text {
font-size:.9em;
}
	
/* Child Pages
------------------------------------------------------------------*/

.supporters {
	width: 224px;
	height: 116px;
	float: right;
	}
	
.leftpanel, .rightpanel {
	float: left;
	width: 185px;
	background: #000000 url("images/bg-main.gif") 0 0 repeat-x;
	}	
	
.midpanel {
	background-color: #F0F0EE;
	float: left;
	width: 590px;
	min-height: 580px;
	text-align:center;
	}
	
.midpanel .content-left {
	border-right: 3px solid #FFF;
	float: left;
	width: 368px;
	}

.padding {
	padding: 25px;
	text-align:left;
	}	
		
.midpanel .content-right {
	width: 212px;
	float: left;
	}
	
.content-left ul {
	padding: 1em 1em 1em 2em;
	margin-left: -1em;
	}
	
.content-left ul li {
	margin-bottom: 1em;
	line-height: 1.4em;
	}
	
.logos {
	width: 590px;
	height: 128px;
	border-bottom: 3px solid #FFF;
	}
.logos img {
	float:left;
	}
	
.rightpanel .quote {
	margin-top: 129px;
	width: 185px;
	}
	
.rightpanel .address {
	margin-top: 129px;
	width: 145px;
	height: 207px;
	float: right;
	overflow: hidden;
	padding: 20px;
	}
	
.rightpanel .photo, .leftpanel .photo {
	margin-top: 131px;
	width: 185px;
	height: 240px;
	float: left;
	overflow: hidden;
	text-align: center;
	}
	
.photo a img {
	margin-top: 60px;
	border: 1px solid #000;
	}
	
.photo a:hover img {
	border-color: #CC0000;
	}
	
.photo a p {
	color: #81989E;
	text-decoration: none;
	}
	
.photo a:hover p {
	text-decoration: underline;
	color: #CC0000;
	}
	
.rightpanel .address p {
	font-size: 0.9em;
	line-height: 1.15em;
	color: #FFFFFF;
	}
	
.rightpanel .quote p {
	padding: 25px 20px;
	font-size: 1.1em;
	}
	
.rightpanel .quotefrom {
	width: 185px;
	float: left;
	}
	
.quotefrom p {
	font-size: 0.85em;
	color: #81989E;
	padding: 15px 10px 15px 20px;
	line-height: 1.2em;
	}
	
.content-right .newsitem a {
	text-decoration: underline;
	color: #444442;
	}
	
.content-right .newsitem p.news-date {
	margin-top: 0.3em;
	}
	
.content-right .newsitem p.summary {
	font-size: 0.9em;
	}
	
.content-right .newsitem {
	margin-bottom: 15px;
	margin-top: 25px;
	}
	
.content-right .newsitem a:hover {
	color: #c00;
	}
table#news_picture td{
	width:368px;
	height:240px;
	background-color:#000;
	text-align:center;
	}
	
/* Contact Form
------------------------------------------------------------------*/

form.contact {
	float:left;
	margin-bottom:25px;
	}
form.contact fieldset {
	float: left;
	width: 260px;
	border: 0;
	}
	
form.contact label, form.contact input {
	display: block;
	margin-bottom: 4px;
	}
	
form.contact input {
	border: 1px solid #B8B7B5;
	margin-bottom: 8px;
	width: 240px;
	}

form.contact input.hidden {
	border: none;
	}
form.contact textarea {
	width: 240px;
	height: 152px;
	border: 1px solid #B8B7B5;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	padding: 2px;
	font-size: 1em;
	}
	
form.contact input.submit {
	color: #004351;
	float: right;	
	margin:-2px 1px 0 0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	background:none;
	border:0;
	width:80px;
	cursor:pointer;
	}
	
form.contact a.submit:hover {
	color: #CC0000;
	}	
	
/* Photo gallery
------------------------------------------------------------------*/
table.photogallery {	
	margin-bottom: 10px;
	}	
table.photogallery td {
	background-color:#dfdfdf;
	text-align:center;	
	}
table.photogallery td.tdbg_on {
	background-color:#ccc;
	}
table.photogallery td.tdbg_off {
	background-color:#dfdfdf;
	}
table.photogallery td.bg_grey {
	background-color:#f0f0ee;
	}
table.photogallery td.cursorhand {
	cursor:pointer;
	}
	
table.photogallery td a img {
	border:0;
	}
	
table.photogallery td a:hover img {
	border:1px solid #c00;
	}
	
form.switch-gallery {
	width: 200px;
	float: right;
	text-align: right;
	}
	
form.switch-gallery fieldset {
	border: 0;
	padding-right: 5px;
	}
	
form.switch-gallery2 {
	width: 200px;
	/*float: right;*/
	text-align: right;
	margin-bottom:20px;
	}
	
form.switch-gallery2 fieldset {
	border: 0;
	padding-right: 5px;
	}
	
.addresspanel {
	width: 160px;
	float: left;
	padding-right:20px;
	}
/* Media gallery
------------------------------------------------------------------*/
table.mediagallery {
	xwidth: 540px;
	margin-bottom: 30px;
	}
	
table.mediagallery td {
	width: 172px;
	border: 4px solid #F0F0EE;
	vertical-align: top;
	text-align: left;
	}
	
table.mediagallery td a div {	
	background-color: #DDDCDC;
	padding: 10px;
	height: 210px;
	overflow: hidden;	
	}
	
table.mediagallery td a:hover div {	
	background-color: #cdcbcb;
	}
	
table.mediagallery td a img.thumb {
	border: 1px solid #81989E;
	}
	
table.mediagallery td a, table.mediagallery td a:hover {
	text-decoration: none;
	}
	
table.mediagallery td a:hover img.thumb {
	border-color: #CC0000;
	}
	
table.mediagallery a p {
	font-size: 0.85em;
	margin: 0 0 0.2em 0;
	line-height: 1.2em;
	text-decoration: none;
	}
	
table.mediagallery a h2 {
	color: #CC0000;
	font-size: 1.1em;
	margin-bottom: 0.1em;
	margin-top: 0.5em;
	text-decoration: none;
	}
	
table.mediagallery td a:hover h2 {
	text-decoration: underline;
	}
	
table.mediagallery td div a.playvid {
	float: left;
	background: url("images/btn-video.gif") 0 0 no-repeat;
	height: 23px;
	width: 102px;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	}
	
	
/* Footer
------------------------------------------------------------------*/
#homepage #footer {
	border-top: 1px solid #E7E7E4;
	padding-left: 0;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	margin-top: 7px;
	padding-top: 5px;
	padding-left: 185px;
	}
	
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #4E4B4A;
	}
	
#footer a:hover {
	color: #CC0000;
	}
	
/* the following styles are used within the content area of the CMS */
	
.normal ul {
	margin-left: 20px;
	margin-bottom: 8px;
	padding:0;
}
.normal li{
	line-height:1.4em;
	margin-bottom:6px;
}
.normal ol {
	margin-left: 30px;
	line-height:1.4em;
	margin-bottom: 8px;
}
.normal p {
	margin:0;
	padding:0;
}
.Standard_Table {
	border:1px solid #999;
	vertical-align:top;
	border-collapse:collapse;
}
.Standard_Table TH {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 5px 3px 5px;
	font-weight: bold;
	text-align: left;
	background-color: #ddd;
}
.Standard_Table TD {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 5px 3px 5px;
}
.Invisible_Gridlines {
	vertical-align: top;
}

.trustee-profile {
	border-bottom:1px solid #DDDCDC;
	clear:left;
	padding:0px 0px 20px 0px;
	margin-top:25px;
}

.trustee-profile img {
float:left;	
padding-right:20px;
}

.trustee-profile h3 {
margin-top:0;	
}

.trustee-profile .description {
display:block;	
float:left;
width:350px;
}

ul.past-events{
padding:5px 0 0;
}

ul.past-events li{
padding:5px 0 5px;
line-height:1.4em;
}