
/*	===============================================================
	© CLASSIC TOURS
	http://www.classictours.co.uk/

	Type:				Challenge section styles
	Build by:			Exitseven
	Original Author:	James Bates
	Author Email:		james@exit7.co.uk
	Creation Date:		14 June 2007
	---------------------------------------------------------------
	Version number: 	1.0
	Last edited:		NA - Still in developement
	============================================================ */



/*	---------------------------------------------------------------
	SETUP BACKGROUND IMAGES AND COLOURS
	------------------------------------------------------------ */
	
	#wrapper {
	/* background-color: #E1F3FD !important; */ /* Taken out and placed in master page */
	}
	
	/*This rule sets the Banner image! */
	/* Moved to standard page */
	/*#sidebar, #content {background: url(../img/banners/intban_ab_01.jpg) no-repeat 0 0;}*/
	
	#content {
	/* background-position: 0 -142px; */
	background-position: 0 0; /* Sieus Changes ***/
	min-height: 200px; /*Added to sort safari repeat bug*/
	/* background-color: #E1F3FD; */ /* Taken out and placed in master page */
	}
	
	#sidebar {
	/* background-position: 100% -142px; */
	background-position: 100% 0; /* SIeus Changes ****/
	min-height: 150px; /*Added to sort safari repeat bug*/
	}


/*	---------------------------------------------------------------
	SELECTED CHALLENGES
	------------------------------------------------------------ */
		
	
	#selectedchallenge h3 
	{
	/* SIeus changes */
	/*background: url(../img/itinerary/selected_challenges_pink.gif) no-repeat 0 0;*/
	width: 214px;
	height: 13px;
	text-indent: -9999px;
	margin-bottom: 0.6em;
	}
	
	#pink #selectedchallenge h3 {
		background: url(../img/itinerary/selected_challenges_pink.gif) no-repeat 0 0;
	}
	#green #selectedchallenge h3 {
		background: url(../img/itinerary/selected_challenges_green.gif) no-repeat 0 0;
	}
	#orange #selectedchallenge h3 {
		background: url(../img/itinerary/selected_challenges_orange.gif) no-repeat 0 0;
	}	
	#cyan #selectedchallenge h3 {
		background: url(../img/itinerary/selected_challenges_cyan.gif) no-repeat 0 0;
	}
	
	
	#selectedchallenge fieldset#challengelist {
	border: 1px #0072AE solid;
	padding: 10px;
	background-color: #fff;
	margin: 0.8em 0;
	}
	
	#selectedchallenge #submit, #selectedchallenge #update {
	margin: 0 0.2em 1em 0;
	float: left;
	}
	
	#selectedchallenge p {
	clear: both;
	}
	
	#selectedchallenge fieldset p {
	margin-bottom: 0.3em;
	line-height: 100%;
	font-size: 1.1em;
	}
	
	#selectedchallenge input {
	margin-right: 0.5em;
	}
	
	#selectedchallenge label {
	color: #666;
	font-size: 1.1em;
	}
	
	
/*	---------------------------------------------------------------
	CHARITIES WE WORK WITH
	------------------------------------------------------------ */
	
	#charitiesweworkwith 
	{
		/* sieu update */
		/*border-top: 1px #fff solid;*/
	margin: 15px -15px 0 -15px;
	padding: 15px;
	}
	
	#visitbox {
	padding: 15px;
	/**** Sieus updated *****/
	/* background: url(../img/itinerary/visitbox_btm_pink.gif) no-repeat 0 100%; */
	margin-bottom: 20px;
	}
	
	/**** Sieu inserted *****/
	#pink #visitbox {
	background: url(../img/itinerary/visitbox_btm_pink.gif) no-repeat 0 100%;
	}
	#orange #visitbox {
	background: url(../img/itinerary/visitbox_btm_orange.gif) no-repeat 0 100%;
	}
	#green #visitbox {
	background: url(../img/itinerary/visitbox_btm_green.gif) no-repeat 0 100%;
	}	
	#cyan #visitbox {
	background: url(../img/itinerary/visitbox_btm_cyan.gif) no-repeat 0 100%;
	}	
	
	#visitbox h4 
	{
	/* Sieu Updated */
	/*background: url(../img/itinerary/charitiesweworkwith.gif) no-repeat 0 0;*/
	height: 53px;
	margin: -15px -15px 10px -15px;
	text-indent: -9999px;
	}
	
	/**** Sieu Inserted *****/
	#pink #visitbox h4 
	{
	background: url(../img/itinerary/charitiesweworkwith.gif) no-repeat 0 0;
	}
	#green #visitbox h4 {
	background: url(../img/itinerary/charitiesweworkwith_green.gif) no-repeat 0 0;
	}
	#cyan #visitbox h4 {
	background: url(../img/itinerary/charitiesweworkwith_cyan.gif) no-repeat 0 0;
	}
	#orange #visitbox h4 {
	background: url(../img/itinerary/charitiesweworkwith_orange.gif) no-repeat 0 0;
	}		
	
	#visitbox p {
	color: #0072AE;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 100%;
	}
	
	#visitbox h6 {
	float: left;
	width: 100px;
	}
	
	#visitbox img {
	float: right;
	}
	
	
	/* Charity sectors listing */
	#charitiesweworkwith ul#charity-sector, #charitiesweworkwith ul.charity-sector {
	margin: 1em 0;
	}
	
	#charitiesweworkwith ul#charity-sector li , #charitiesweworkwith ul.charity-sector li 
	{
	/* Sieu UPdated ***/
	/*background: url(../img/itinerary/sectorlist_arrow_pink.gif) no-repeat 0 2px;*/
	padding-left: 20px;
	font-size: 1.5em;
	text-transform: uppercase;
	
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 100%;
	margin-bottom: 0.5em;
	}
	
	/****** Sieu Inserted ******/
	#pink #charitiesweworkwith ul#charity-sector li {
		background: url(../img/itinerary/sectorlist_arrow_pink.gif) no-repeat 0 2px;
	}
	#green #charitiesweworkwith ul#charity-sector li {
		background: url(../img/itinerary/sectorlist_arrow_green.gif) no-repeat 0 2px;
	}
	#orange #charitiesweworkwith ul#charity-sector li {
		background: url(../img/itinerary/sectorlist_arrow_orange.gif) no-repeat 0 2px;
	}
	#cyan #charitiesweworkwith ul#charity-sector li {
		background: url(../img/itinerary/sectorlist_arrow_cyan.gif) no-repeat 0 2px;
	}		

	#purple #charitiesweworkwith ul.charity-sector li {
		background: url(../img/itinerary/sectorlist_arrow_purple.gif) no-repeat 0 2px;
		font-size: 1.7em;
		color:White;
	}			
	
	
	#charitiesweworkwith ul#charity-sector li a {
	text-decoration: none;
	color: #0072AE;
	}
	
	#charitiesweworkwith ul#charity-sector li a:hover {
	color: #fff;
	}
	
	/* Sub navigation */
	#charitiesweworkwith ul#charity-sector ul {
	margin: 0.5em 0 0.7em 0;
	}
	
	/****** Sieu updated with colour qualifiers *****/
	#pink #charitiesweworkwith ul#charity-sector ul li, 
	#green #charitiesweworkwith ul#charity-sector ul li, 
	#orange #charitiesweworkwith ul#charity-sector ul li, 
	#cyan #charitiesweworkwith ul#charity-sector ul li {
	font-size: 0.7em;
	letter-spacing: normal;
	font-weight: normal;
	color: #fff;
	text-transform: none;
	background-image: none;
	padding-left: 0;
	}
	
	#charitiesweworkwith ul#charity-sector li ul li a {
	color: #fff;
	}
	
	#charitiesweworkwith  ul#charity-sector ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	
/*	---------------------------------------------------------------
	CHALLENGE DETAILS PANEL
	------------------------------------------------------------ */	
	
	/* Clearing floated content rules - taken from
	http://www.positioniseverything.net/easyclearing.html */
	#challengedetails:after {
    content: " "; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	}
	
	#challengedetails {
	display: inline-block; /*For Clear float fix*/
	/*background: url(../img/itinerary/challengedetail_bg.gif) no-repeat 0 100%;*/
	padding: 0 15px 15px 15px;
	}
	
	/* Sieu inserted ***/
	#pink #challengedetails { background: url(../img/itinerary/challengedetail_bg.gif) no-repeat 0 100%;}
	#orange #challengedetails { background: url(../img/itinerary/challengedetail_bgorange.gif) no-repeat 0 100%;}


	/* Hides from IE-mac \*/
	* html #challengedetails {height: 1%;}
	#challengedetails {display: block;}
	/* End hide from IE-mac */
	
	
	/*Solid pink bar at the top*/
	#challengedetails h1 
	{
	/*background: #E74197 url(../img/itinerary/challengedetails_header.gif) no-repeat 0 0; */
	color: #fff;
	margin: 0 -15px;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 9px 15px;
	margin-bottom: 15px;
	letter-spacing: normal;
	}
	
	#pink #challengedetails h1 { background: #E74197 url(../img/itinerary/challengedetails_header.gif) no-repeat 0 0; }
	#orange #challengedetails h1 { background: #E74197 url(../img/itinerary/challengedetails_header_orange.gif) no-repeat 0 0; }
	
	#pink #challengedetails h1.noatol { background: #E74197 url(../img/itinerary/challengedetails_headernoatol.gif) no-repeat 0 0; }
	#orange #challengedetails h1.noatol { background: #E74197 url(../img/itinerary/challengedetails_header_orangenoatol.gif) no-repeat 0 0; }
	
	
	
	/*Inner left column*/
	#challengedetails #cd-left {
	width: 135px;
	float: left;
	}
	
	/*Inner rigth column*/
	#challengedetails #cd-right {
	width: 275px;
	float: right;
	}
	
	/*This is the challenge type icon*/	
	#challengedetails .symbol {
	float: right;
	}
	
	#content #challengedetails h2, #content #challengedetails h3 {
	color: #0072AE;
	width: 230px;
	}
	
	#content #challengedetails h2 {
	font-weight: bold;
	}
	
	#content #challengedetails h3 {
	margin-bottom: 0.2em;
	font-size: 1.4em;
	}
	
	#content #challengedetails p {
	color: #0072AE;
	margin: 1em 0;
	}
	
	#content #challengedetails p.small {
	color: #0072AE;
	font-size: 1em;
	text-transform: uppercase;
	}
	
	
	/* DL used to define daily itineray details */
	#challengedetails dl {
	margin: 1.5em 0;
	}
	
	/* Day date */
	#challengedetails dt{
	font-size: 1.1em;
	font-weight: bold;
	color: #0072AE;
	float: left;
	width: 4em;
	}
	
	/* Day details */
	#challengedetails dd {
	color: #0072AE;
	font-size: 1.1em;
	margin: 0.6em 0;
	padding-left: 5em;
	}
	
	#content #cd-left h6 {
	color: #0072AE;
	}
	
	#content #cd-left h6 a {
	color: #999;
	text-decoration: none;
	}
	
	#content #cd-left h6 a:hover {
	color: #666;
	text-decoration: underline;
	}
	
	#content #challengedetails #cd-left ul li {
	margin-bottom: 4px;
	background-image: none;
	padding: 0;
	text-indent: -9999px;
	}
	
	#cd-left ul li a {
	display: block;
	width: 120px;
	height: 26px;
	background-color: red;
	}
	
	/*Page control icons*/
	#pink #cd-left ul li#en a { background:url(../img/itinerary/enquirenow_pink.gif) no-repeat 0 0; }
	#pink #cd-left ul li#pi a { background:url(../img/itinerary/printitinerary_pink.gif) no-repeat 0 0; }
	#pink #cd-left ul li#ef a { background:url(../img/itinerary/emailafriend_pink.gif) no-repeat 0 0; }
	#pink #cd-left ul li#bl a { background:url(../img/itinerary/blog_pink.gif) no-repeat 0 0; }
	
	
	#orange #cd-left ul li#en a { background:url(../img/itinerary/enquirenow_orange.gif) no-repeat 0 0; }
	#orange #cd-left ul li#pi a { background:url(../img/itinerary/printitinerary_orange.gif) no-repeat 0 0; }
	#orange #cd-left ul li#ef a { background:url(../img/itinerary/emailafriend_orange.gif) no-repeat 0 0; }
	#orange #cd-left ul li#bl a { background:url(../img/itinerary/blog_orange.gif) no-repeat 0 0; }	
	
	#orange #cd-left ul li#su a { background:url(../img/itinerary/SignUpNow.gif) no-repeat 0 0; }	
	
	/* Event sponsors logo */
	img#sponsor {margin: 3em 0;}
	
	#content .testimonial h4 {
	color: #0072AE;
	font-size: 1.6em;
	letter-spacing: normal;
	text-transform: uppercase;
	background: url(../img/itinerary/testimonial_top.gif) no-repeat 0 0;
	margin: 0 -15px 0 -15px;
	padding: 15px 15px 0 135px;
	min-height: 20px;
	}
	
	#pink #content .testimonial h4 { background: url(../img/itinerary/testimonial_top.gif) no-repeat 0 0; }
	#orange #content .testimonial h4 { background: url(../img/itinerary/testimonial_toporange.gif) no-repeat 0 0; }
	
	
/*	---------------------------------------------------------------
	TESTIMONIAL BLOCK
	------------------------------------------------------------ */
		
	.testimonial {
		/* background: url(../img/itinerary/challengedetail_bg.gif) no-repeat 0 100%; */
		padding: 0 15px 15px 15px;
		margin: 15px 0;
		height: 110px;
	}
	
	#pink .testimonial {
		background: url(../img/itinerary/challengedetail_bg.gif) no-repeat 0 100%;
	}
	
	#orange .testimonial {
		background: url(../img/itinerary/challengedetail_bgorange.gif) no-repeat 0 100%;
	}
	
	
	.testimonial img {
	float: left;
	margin: 15px 0;
	position: absolute;
	}
	
	#content .testimonial blockquote {
	margin-left: 120px;
	}
	
	#content .testimonial blockquote p {
	color: #0072AE;
	font-size: 1.2em;
	letter-spacing: normal;
	font-weight: normal;
	}
	
	#content .testimonial blockquote cite {
	color: #0072AE;
	font-size: 1.1em;
	font-weight: bold;
	}
	
	
/*	---------------------------------------------------------------
	Open Challenge registration box.
	------------------------------------------------------------ */
	
	
	#orange #cd-registration {
	display: inline-block; /*For Clear float fix*/
	/*background: url(../img/itinerary/challengedetail_bg.gif) no-repeat 0 100%;*/
	padding: 0 1px 0px 1px;	
	}


	#orange #cd-registration { background: url(../img/itinerary/challengedetail_bgorange.gif) no-repeat 0 100%;}
	
	
	.TableRegistrationFee {
		border-collapse: collapse;
		width:100%;
	}
	
	.TableRegistrationFee TD { 
		font-size: 1.2em; 
		padding:3px;
		color: #0072AE;
	}
	
	.TableRegistrationFee TD A {
		Text-Decoration: none;
	}
	
	.TableRegistrationFee TD.leftColumn {
		padding-left:15px;
		border-right: 1px solid orange;
		font-weight: bold;
	}
	
	.TableRegistrationFee .rowodd {
		background-color: #ffe5ca;
	}
	
	.TableRegistrationFee .roweven {
	}
	
	/* Hides from IE-mac \*/
	* html #cd-registration {height: 1%;}
	#cd-registration {display: block;}
	/* End hide from IE-mac */


	/*Solid pink bar at the top*/
	#cd-registration h1 
	{
	background: #E74197 url(../img/itinerary/challengedetails_header_orangenoatol.gif) no-repeat 0 0;
	color: #fff;
	margin: 0 -1px;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 9px 15px;
	margin-bottom: 0px;
	letter-spacing: normal;
	}
		