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

    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: #cc0000;
	}
	
.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: 970px;
	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: 440px;
	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;
	}


	
/* 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;
	}
	
.addresspanel {
	width: 110px;
	float: left;
	}
/* 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;
}	


/******************* CHRIS CAIRNS CHARITY WALK ****************/

.walk #content {
/*	background: #FFF url("images/bg-blur.gif") 310px 131px repeat-x;*/
	

}

.walk .logos {
background:#f0f0ee;
}

.walk .midpanel {
background:url(images/midpanel_bg.gif) repeat-y;
}

.walk h1 {
text-align:left;
font-size:2em;
padding:0;
margin:10px 0 0 0;
}

.walk h2 {
margin: 5px 0 15px 0;
}



.walk .leftpanel {
margin-top:4px;
background:none;
width:195px;
}



.walk .content-right {
padding-top:22px;
width: 180px;
float: left;
text-align:left;
background:#d3d3d1;
}
	
	
.walk .content-left {
	border-right: 3px solid #FFF;
	float: left;
	width: 405px;
}

.walk #secondary_nav {
text-align:left;
background:#FFF;
padding: 0 0 6px 25px;
}

.walk #secondary_nav a {
color:#444442;
text-decoration:none;
}

.walk #secondary_nav a:hover {
text-decoration:underline;
color:#000;
}

.walk #secondary_nav .sub_on {
text-transform: capitalize;
color: #CC0000;
}

.walk #secondary_nav ul{
list-style:none;
}

.walk #secondary_nav li {
display:inline;
margin-right:25px;
}

.walk .content-left ul {
	padding: 0em 1em 1em 2em;
	margin-left: -1em;
	}

.walk .newstitle {
font-size:1.6em;
color:#222;
margin:0px 0 5px 0;
padding:0;
}

.walk .city_list{
margin:0;
padding:0 0 20px 0px;

}

.walk .city_list .internal-news-date {
font-size:.9em;
padding-top:8px;
padding-left:18px;
}

.walk .city_list .news-date {
font-size:.9em;
padding-top:3px;
padding-left:18px;
}



.news-date article {
margin:0;
padding:0;
}

.content-right h2 {
margin-bottom:0px;
padding-left:18px;
}

.walk .city_list ul {
list-style:none;
margin-top:0px;

}

.walk .charityicon {
text-align:left;
padding:25px 0 0 25px;
}




/*** CITY LIST FOR WALK CATCH ALL STATES ***/

/** Special case for the flash content loaded on right hand side for the charity walk */
.walk .rightpanel {
background:none;
margin-top:2px;
}


#rightpanelflash {
height:240px;
overflow:hidden;
	margin-top:129px;
	}	
	
/* ITEMS IN LIST (not top or bottom)*/ 
/* style regular (unpassed) list item */
.walk .city_list li {
font-size:.9em;
padding-left:55px;
margin-bottom:2px;
background:url(images/city_list_btn.gif)198px 50px;
height:1.3em;
overflow:hidden;
}

.walk .city_list .sublisttitle {
padding-top:5px;
padding-bottom:3px;
}


.walk .city_list li a {
color:#4E4B4A;
text-decoration:none;
}
 
/* FIRST ITEM IN LIST */ 
.walk .city_list li.top {
background:url(images/city_list_top_btn.gif)199px 49px;
}

/* LAST ITEM IN LIST */
.walk .city_list li.bottom {
background:url(images/city_list_btm_btn.gif)199px 50px;
}

/* when rollover set background to offset and change links to white */
.walk .city_list li:hover { 
/*background-position:399px 49px;*/
}

 .walk .city_list li:hover a{
 /*color:#FFF;*/
 }

 /*passed this leg create offset for bg and set rollover links to be white*/
 
 .walk .city_list li.passed {
background-position:0px 48px;
}

.walk .city_list li.passed:hover {
background-position:800px 48px;
}

.walk .city_list li.passed a{
color:#000;
}

.walk .city_list li.passed:hover a{
color:#fff;
}

/* Currently on -> Creates an offset for the bg, so doesn't matter if top middle or last item on list */
.walk .city_list li.on {
background-position:600px 50px;
}

.walk .city_list li.on a{
color:#fff;
}

.walk .city_list li.on:hover {
background-position:600px 50px;
}


/******** HOW TO DONATE *****/

.donate_message {
font-weight:bold;
color:#000;
}

.tightspace {
margin:0px;
padding:0px;
}

.donate_message a{
color:#000;
}

.donate_message a:hover {
color:#C00;
}

.donateLink{
height:45px;
width:200px;
background:url(images/donate_btn.gif) no-repeat;
overflow:hidden;
float:left;
margin-right:5px;
}

.donateLink:hover {
background-position-y:-40px;
background-position:0px -40px;
}

.videoLink{
	height:25px;
	width:110px;
	background:url(images/playvideo.gif) 0px 0px no-repeat;
	overflow:hidden;
	float:left;
	margin-right:5px;
	margin-bottom:7px;
	margin-top:2px;
}

.videoLink:hover {
background-position-y:-26px;
background-position:0px -26px;
}

p.video-desrc {
	font-size: 0.8em;
	font-weight:bold;
	color: #000;
	}

.video-duration {
	line-height:.8em;
	font-size: 0.8em;
	}


.extraspace {
	padding-bottom:40px;
}

a.donate_button {
	display:block;
	float:left;
	margin-right:5px;
	height:43px;
	width:200px;
	background:url(images/donate_btn.gif) 0 0 no-repeat
}

a.donate_button:hover 
{
	display:block;
	height:43px;
	width:200px;
	background:url(images/donate_btn.gif) 0 -40px no-repeat
}


.donate_small_message {
font-size:.8em;
color:#c00;
}

/******** ABOUT THE WALK **********/

h2.aboutwalk {
color:#c00;
margin-top:0px;
padding-top:0px;
}



.walk ul.sponsor_list {
list-style:none;
}

.walk ul.sponsor_list img {
border:1px solid #999;
margin-right:15px;
float:left;
}

.walk ul.sponsor_list a img:hover {
border:1px solid #c00;
margin-right:15px;
}
