/* 
http://www.simonclayson.co.uk/
http://centcolschallenge.com
*/

/* @override http://centcolschallenge.com/css/ccc_v4.css */



/* @group Standard settings */

body {
	margin: 0;
	padding: 0;
	background: #2a2a2a;
	/*background: #10181C url(../images_css/grid925.png) no-repeat center top;*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;}
	
a {
	color: #333;
	background: none;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}
	
a:hover {
	color: #333;
	text-decoration: none;
}

a:visited {}

p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	color: #333;
	font-style: italic;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

/*blockquote {
	font-weight: bold;
	font-style: italic;
}*/

.hidden, hr, .titles, #skip_links {
	display: none;
}
	
/* @end */

/* @group Main layout areas */

#body_container {
	width: 945px;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
	/*background: url(../images_css/grid925.png) repeat-y center 0;*/
	z-index: 1;
}

#footer_container {
	width: 100%;
	height: 30px;
	margin: 0px auto 0 auto;
	padding: 20px 0 0 0;
	color: #333;
}

#clear_footer {
	height: 1px;
	clear: both;
}

#central_container {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
	width: 945px;
	float: right;
	background: #2e2e2e;
	/*background: url(../images_css/gaul.png) no-repeat left 110px;*/
	
}

#main_area {
	margin: 40px 0 0 0;
	padding: 0px 10px 0 10px;
	max-width: 945px;
	z-index: 6;
	position: relative;
	
}

#homepage #main_area {
	margin-top: 0px;
	padding-top: 20px;
	/*border-top: 1px solid #888c8f;*/
}



#supp_items {
	margin: 15px 0 15px 0;
	/*clear: both;*/
	padding: 0;
	float: left;
}

#supp_items.sidebar {
	width: 245px;
	margin: 0px 0px 15px 0;
	float: right;
	position: relative;
	/*background-color: #ff0;*/
}

#supp_items .news_sidebar {
	margin: 10px 0;
}




/* @end */



/* @group Banner */
#banner {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 945px;
	height: 410px;
	/*border-bottom: 1px solid #555;*/
}

#banner.pink {
	margin-bottom: 5px;
	background: #222;
	border-bottom: 1px solid #888c8f;
}

#home2012 #banner.lowlevelbanner,
#news #banner.lowlevelbanner  {
	height: 135px;
}

#homepage #banner {
	margin-bottom: 5px;
	background: #222;
	border-bottom: 1px solid #888c8f;
}

#banner h1 a {
	position: absolute;
	top: 160px;
	left: 0;
	margin: 0;
	padding: 37px 0 0 15px;
	width: 250px;
	height: 150px;
	display: block;
	font-size: 35px;
	/*line-height: 1.3em;*/
	font-weight: normal;
	color: #ababab;
	
	text-decoration: none;
	text-transform: lowercase;
	float: left;
	/*background-image: url(../images_css/strapline.png);*/
	text-indent: -9999px;
	background: url(../images_css/ccc_logolarge.png) no-repeat left 0px;
	z-index: 10;
}

#routes.dolomites #banner h1 a {
	background: none;
}

#banner.pink h1 a {
	position: absolute;
	top: 22px;
	left: 690px;
	margin: 0;
	padding: 0px 0 0 0px;
	width: 245px;
	height: 349px;
	display: block;
	font-size: 35px;
	/*line-height: 1.3em;*/
	font-weight: normal;
	color: #ababab;
	
	text-decoration: none;
	text-transform: lowercase;
	float: left;
	/*background-image: url(../images_css/strapline.png);*/
	text-indent: -9999px;
	background: url(../images_css/pinklogo265.png) no-repeat -10px 0px;
	z-index: 10;
}


#news #banner.lowlevelbanner h1 a {
	top: 12px;
	left: 795px;
	height: 150px;
	width: 150px;
	background: url(../images_css/logo150.png) no-repeat left 0px;
}

#banner.pink h1 a.Grey {
	width: 245px;
	left: 690px;
	background: url(../images_css/greylogo265.png) no-repeat -10px 0px;
}

#banner.eid-12 h1 a {
	top: 35px;
	left: 710px;
	display: none;
}



#banner h2 {
	margin: 0;
	color: #fff;
	text-indent: -9999px;
	padding: 0;
	width: 100px;
	float: left;
}

.hero_image {
	position: absolute;
	top: 23px;
	right: 0px;
	z-index: 1;
}

#banner.eid-12 .hero_image,
#banner.eid-4 .hero_image,
#banner.pink .hero_image {
	width: 935px;
	position: absolute;
	top: 23px;
	left: 10px;
}

.hexagon {
	/*background: url(../images_css/gaul.png) no-repeat left 0px;
	position: absolute;
	left: 0px;
	top: 640px;
	width: 935px;
	height: 935px;
	z-index: 5;
	display: block;
	background: #fff;*/
}

/* @end */

/* @group Content and column widths */

.col2 {
	width: 295px;
	margin: 0 15px 0 0;
	float: left;
	/*background: #e0e0e0;*/
}

.col3 {
	width: 450px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}

.col4 {
	width: 605px;
	margin: 0 15px 15px 0;
	float: left;
}

.col6 {
	width: 500px;
	margin: 0 0px 15px 0;
	float: left;
	/*background: #f1f1f1;*/
}

.col7 {
	width: 670px;
	margin: 0 0px 15px 0;
	float: left;
	/*background: #f1f1f1;*/
}

.col8 {
	width: 925px;
	margin: 0 0px 15px 0;
	float: left;
	/*background: #f1f1f1;*/
}

/* @end */

/* @group Main area and copy area */

#content {
	padding-left: 0px;
	/*background: #f1f1f1;*/
}

body#why #content {
	padding-left: 170px;
	width: 500px;
	/*background: #f1f1f1;*/
}

body#news #content.newsviews {
	padding-left: 0px;
	/*background: #f1f1f1;*/
}

body#routes #content.routecontent {
	/*padding-left: 0px;*/
	/*background: #f1f1f1;*/
}

#main_area p {
	margin: 0;
	padding: 0 10px 7px 0px;
	font-size: 14px;
	line-height: 21px;
	color: #fbfbfb;
}

#main_area p.lead_in {
	margin: 0;
	padding: 0 10px 0px 0px;
	font-size: 14px;
	line-height: 21px;
	color: #fbfbfb;
	font-weight: bold;
}

#main_area p.intro {
	color: #ababab;
	padding-bottom: 15px;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	width: 70%;
	/*width: 0px;*/
}

#main_area .extended_area p {
	color: #ababab;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	/*width: 0px;*/
}

#main_area a {
	color: #f27490;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	border-bottom: 1px solid #fff;
}

#main_area a:hover {
	color: #fff;
	background-color: #f27490;
	text-decoration: none;
	border: none;
}

#main_area li {
	margin: 0 0 0 0px;
	float: none;
	padding: 0 25px 5px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: url(../images_css/list_bullet_pink.png) no-repeat 0 3px;
	list-style: none;
}

#routes #main_area li a {
	color: #fff;
}

#main_area ol li {
	margin: 0 0 0 15px;
	float: none;
	padding: 0 25px 5px 4px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: none;
	list-style-type: decimal;
}

#main_area #banner h1 {
	margin: 0 0 20px 0;
	padding: 10px 0 9px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 745px;
	float: right;
	background: #ababab;
}

#main_area h1 {
	margin: 0 0 15px 0;
	padding: 0px 0 0px 0px;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #f27490;
	width: 65%;
	font-family:'Avenir LT W01 55 Roman';
}

#homepage #main_area h1 {
	width: 80%;
}

#main_area h2 {	
	margin: 10px 0 2px 0;
	padding: 0px 0 5px 0px;
	font-size: 17px;
	font-weight: bold;
	color: #ababab;
	line-height: 20px;
	text-transform: none;
	/*border-top: 2px solid #ababab;*/
}

#main_area h2.sold_out {
	display: block;
	width: 130px;
	height: 71px;
	position: absolute;
	left: 20px;
	top: -165px;
	
	background: #222;
	border-bottom: 1px solid #888c8f;
	color: #fff;
	font-weight: bold;
	
	/*background: url(../images_supp/alps2010_sold_out.gif) no-repeat;*/
	/*text-indent: -9999px;*/
	
	padding: 5px;
	margin: 3px 0 0 0;
}

.status {
	color: #a51f24;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	padding-top: 3px;
}


#main_area h2.blue_sub {
	color: #10242d;
}

#main_area h3 {	
	margin: 10px 0 2px 0;
	padding: 0px 0 3px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #ababab;
	line-height: 20px;
	text-transform: none;
}

	
#main_area h4 {
	margin: 0 0 2px 0;
	padding: 0px 0 15px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #f27490;
}

#main_area .copy blockquote {
	font: italic 16px/22px Georgia, "Times New Roman", Times, serif;
	margin: 15px 5px 25px 0;
	width: 80%;
	min-height: 50px;
	background: url(../images_css/open_quote_pink.png) no-repeat;padding-left: 36px;
}



#main_area  blockquote a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#main_area #content ul, #main_area #content ol {
	padding: 0 0 7px 0;
	margin: 0 0 0 15px;
}

div.pagination {
	padding: 10px 0 0px 0;
}

#main_area a.button_link {
	color: #fff;
	font-size: 13px;
	background: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 12px 7px 12px;
	margin: 5px 7px 7px 0;
	float: left;
}

#main_area a:hover.button_link {
	/*background: #ababab;*/
	color: #333;
}

#main_area a.back {
	color: #777;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	margin: 15px 0 0 0;
	float: left;
	clear: both;
}

#main_area a:hover.back {
	color: #10242d;
}

.gap {
	height: 25px;
}

.additional_information img {
	margin-bottom: 10px;
}

#why #main_area {
	background: url(../images_css/open_quote_grey.png) no-repeat 10px 10px;
}

#why #content.whycontent {
	background: url(../images_css/close_quote_grey.png) no-repeat left bottom;
}

#main_area p.top a {
	text-decoration: none;
	border: none;
	font-size: 11px;
	/*color: #fff;*/
}


/* @end */

/* @group Footer */

#footer {
	margin: 15px 0 0 0;
	clear: both;
	padding: 10px 0 0 0;
	/*border-top: 1px solid #878c8f;*/
}

#main_area p.copyright {
	font-size: 11px;
	color: #878c8f;
	padding-top: 0px;
	clear: both; 
}

#main_area p.copyright a {
	font-size: 11px;
	color: #ababab;
	border: none;
}

#main_area p.copyright a:hover {
	font-size: 11px;
	color: #fff;
}

#main_area p.copyright a.rss_link {
	color: #ababab;
	background: url(../images_css/04.png) no-repeat right 0px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 14px;
	margin: 0;
	border: none;
	/*float: left;*/
	padding: 0px 18px 0px 0px;
}

#main_area p.copyright a:hover.rss_link {
	color: #fff;
	/*text-decoration: underline;*/
}

	
/* @end */

/* @group General nav (nav_1) */

#banner #general_nav {
	padding: 0px 0px 0 15px;
	height: 19px;
	float: right;
}

#banner ul#nav_1 {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0 10px 0 0px;
	overflow: hidden;
	/*background: #49747E;*/
}

#banner #nav_1 li {
	padding: 0;
	margin: 0 0px 0 0;
	line-height: 19px;
	background: none;
	list-style-type: none;
	float: left;
}

#banner #nav_1 li a {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	height: 14px;
	margin: 0;
	float: left;
	padding: 2px 7px 7px 7px;
}

#banner #nav_1 li a:hover {
	color: #fff;
	text-decoration: underline;
	/*background: #ababab;*/
	
}


#banner #nav_1 li a.current {
	font-weight: normal;
	color: #10242d;
	background: #fff;
}

#banner #nav_1 li a:hover.current {
	color: #ababab;
	background-color: #10242d;
}

#banner #nav_1 li a.rss_link {
	color: #ababab;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	height: 14px;
	margin: 0;
	float: left;
	padding: 2px 18px 7px 7px;
	background: url(../images_css/rss04.png) no-repeat right;
}

#banner #nav_1 li a:hover.rss_link {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Specific nav (nav_2) */


#banner #specific_nav {
	margin: 0px 0 0 8px;
	padding: 0;
	width: 945px;
	height: 40px;
	clear: both;
	/*background: #ff0000;*/
	position: absolute;
	bottom: 3px;
	z-index: 21;
	
}

#banner ul#nav_2 {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0px 0px;
	overflow: hidden;
	/*border-bottom: 1px solid #878c8f;*/
}

#banner #nav_2 li {
	padding: 0;
	margin: 0px 2px 0 0;
	line-height: 16px;
	/*background: #ababab;*/
	list-style-type: none;
	float: left;
}

#banner #nav_2 li a {
	font-family:'Avenir LT W01 55 Roman';
	color: #fff;
	/*background: url(../images_css/ccc_nav_v2.png) repeat-x 0 0;*/
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	/*height: 35px;*/
	margin: 0px 0 0 0;
	float: left;
	padding: 16px 0px 11px 16px;
	display: block;
	text-transform: uppercase;
/*font-style: italic;*/
	/*text-indent: -999em;*/	
	/*width: 100px;*/
	/*height: 35px*/
}

#banner #nav_2 li a:hover {
	color: #f27490;
	/*background-color: #fff;*/
}

#banner #nav_2 li.current,
#banner #nav_2 li.current a {
	/*font-weight: bold;*/
	/*background: #fff;*/
	color: #f27490;
	background: url(../images_css/marker.png) no-repeat 16px bottom;
}

#banner #nav_2 li.current a:hover {
	/*font-weight: bold;*/
	/*background-color: #dce97f;*/
	color: #f27490;
}

#banner #nav_2 li#nav_2_a a {
	/*width: 65px;*/
	
}

#banner #nav_2 li#nav_2_b a {
	/*width: 108px;*/
	background-position: -65px 0;
}

#banner #nav_2 li#nav_2_c a {
	/*width: 71px;*/
	background-position: -175px 0;
}

#banner #nav_2 li#nav_2_d a {
	/*width: 85px;*/
	background-position: -249px 0;
}

#banner #nav_2 li#nav_2_e a {
	/*width: 91px;*/
	background-position: -334px 0;
}

#banner #nav_2 li#nav_2_f a {
	/*width: 63px;*/
	background-position: -424px 0;
	
}

#banner #nav_2 li#nav_2_g a {
	/*width: 125px;*/
	background-position: -487px 0;
}

#banner #nav_2 li#nav_2_h a {
	/*width: 120px;*/
	background-position: -615px 0;
}

#banner #nav_2 li#nav_2_a.current a {
	background-position: 0 -70px;
}

#banner #nav_2 li#nav_2_b.current a {
	background-position: -65px -70px;
}



#banner #nav_2 li#nav_2_c.current a {
	/*width: 71px;*/
	background-position: -175px -70px;
}

#banner #nav_2 li#nav_2_d.current a {
	/*width: 85px;*/
	background-position: -249px -70px;
}

#banner #nav_2 li#nav_2_e.current a {
	/*width: 91px;*/
	background-position: -334px -70px;
}

#banner #nav_2 li#nav_2_f.current a {
	/*width: 63px;*/
	background-position: -424px -70px;
	
}

#banner #nav_2 li#nav_2_g.current a {
	/*width: 125px;*/
	background-position: -487px -70px;
}

#banner #nav_2 li#nav_2_h.current a {
	/*width: 120px;*/
	background-position: -615px -70px;
}

#banner #nav_2 li#nav_2_a a:hover {
	background-position: 0 -35px;
}

#banner #nav_2 li#nav_2_b a:hover {
	background-position: -65px -35px;
}

#banner #nav_2 li#nav_2_c a:hover {
	/*width: 71px;*/
	background-position: -175px -35px;
}

#banner #nav_2 li#nav_2_d a:hover {
	/*width: 85px;*/
	background-position: -249px -35px;
}

#banner #nav_2 li#nav_2_e a:hover {
	/*width: 91px;*/
	background-position: -334px -35px;
}

#banner #nav_2 li#nav_2_f a:hover {
	/*width: 63px;*/
	background-position: -424px -35px;
	
}

#banner #nav_2 li#nav_2_g a:hover {
	/*width: 125px;*/
	background-position: -487px -35px;
}

#banner #nav_2 li#nav_2_h a:hover {
	/*width: 120px;*/
	background-position: -615px -35px;
}



#specific_nav select {
	display: none;
}

/* @end */

/* @group Footer nav (nav_3) (nav 4) */

#footer_nav #nav_3, #footer_nav #nav_4 {
	list-style: none;
	margin: 0px 0 5px 0;
	padding: 0px 0 0 0;
	width: 100%;
	overflow: hidden;
}

#footer_nav #nav_3 li, #footer_nav #nav_4 li {
	padding: 0;
	margin: 0;
	background-color: transparent;
	display: inline;
}

#footer_nav #nav_3 li a, #footer_nav #nav_4 li a {
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	margin: 0;
	padding: 0 10px 0px 0px;
}


#footer_nav #nav_3 li a:hover, #footer_nav #nav_4 li a:hover {
	color: #f27490;
	background: none;
	text-decoration: underline;
}

#footer_nav #nav_3 li a.current {
	color: #f27490;
}

/* @end */



/* @group Form page variants */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	width: 100%;
	margin-bottom: 15px;
}

legend {
	margin: 0;
	padding: 0 0 10px 0;
	color: #10242d;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
}

.additional_information legend {
	color: #f27490;
}

.additional_information .indicate-required {
	color: #ababab;
	font-size: 11px;
	padding-bottom: 5px;
}

label {
	margin: 0;
	padding: 0px 5px 3px 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	clear: right;
}

input {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 3px 0 8px 0;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #bbb;
}

input[type="text"], input[type="password"] {
	width: 95%;
}

input[type="checkbox"] {
	border: none;
	padding: 0;
}

select {
	color: #333;
	font-size: 13px;
	padding: 3px;
	/*text-align: right;*/
	margin: 0;
	border: none;
	background: #fff;
}

input#submit {
	padding: 0;
	/*width: 140px;*/
	/*height: 26px;*/
	border: none;
	font-weight: bold;
	text-align: center;
	
}

#search_the_site legend,
#search_the_site label {
	display: none;
}

input.search_button {
	width: 25px;
	height: 16px;
	padding: 0;
	margin: 7px 0 0 0;
	float: right;
	border: 0;
}

input#search_site {
	width: 180px;
	font-size: 11px;
	color: #777;
	background: #fff url(../images_css/input_gradient.jpg) repeat-x 0 bottom;
	margin: 5px 0 8px 0;
	padding: 3px 1px 2px 1px;
	font-size: 11px;
	border: 1px solid #bbb;
	float: left;
}

input:focus, textarea:focus {
	background-color: #FAF2B2;
}

#main_area p.supplemental_info {
	margin: 0;
	padding: 0 0 10px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #777;
}

.checkbox_list {
	float: left;
	padding: 0 0 10px 0;
	width: 100%;
}

span.checkbox_area {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	vertical-align: text-top;
}

#mc-embedded-subscribe-form {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

/* @end */

/* @group Homepage items */

#dates {
	float: left;
	height: 200px;
	width: 925px;
	/*background: #ff0;*/

}

#rapha_feb2010 {
	float: left;
	height: 178px;
	width: 925px;
	background-image: url(../images_supp/rapha_feb2010_v2.jpg);
	/*text-indent: -9999px;*/
	margin-bottom: 20px;
	border-bottom: 1px solid #888c8f;
} 

#rapha_feb2010 h1, #rapha_feb2010 h2 {
	text-indent: -9999px;
}

#rapha_feb2010 p {
	font-size: 13px;
	text-align: center;
	padding: 32px 200px;
	color: #eef2f2;
}


#main_area .training_events {
	/*background: rgba(32,37,40,0.32);*/
	/*border-top: 1px solid #888c8f;*/
	border-bottom: 1px solid #888c8f;
	float: right;
	width: 245px;
	height: 160px;
	padding: 0;
	margin: 0;
	background: url(../images_gen/training.jpg);
}

#main_area .training_events h2 a {
	 color: #000;
	 display: block;
	 width: 245px;
	 height: 150px;
	 padding: 0;
	margin: 0;
	text-indent: -9999px;
	/*background: #ff5;*/
	 
	 
}

#main_area .e-pyrenees_100.event_date {
	background: url(../images_gen/p100.jpg);
}

#main_area .e-pyrenees_50.event_date {
	background: url(../images_gen/p50.jpg);
}

#main_area .e-alps_100.event_date {
	background: url(../images_gen/a100.jpg);
}

#main_area .e-alps_50.event_date {
	background: url(../images_gen/a50.jpg);
}

.event_date {
	/*border-top: 1px solid #888c8f;*/
	border-bottom: 1px solid #888c8f;
	display: block;
	/*background: #fff;*/
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
	/*min-height: 160px;*/
	/*background: rgba(32,37,40,0.32);*/
	background-color: #10181c;
	padding: 5px;
	position: relative;
}

.event_date.last {
	margin-right: 0px;
}

#main_area .event_date h3,
#main_area .event_date h2 {
	 color: #fff;
	 text-indent: -9999px;
}

#main_area .event_date h2 a {
	display: block;
	/*background: #ff0;*/
	height: 140px;
	width: 150px;
}

#main_area .event_date h2 a:hover,
#main_area .training_events h2 a:hover {
	background: none;
} 

#main_area .event_date p {
	margin: 0;
	padding: 0 10px 7px 0px;
	font-size: 14px;
	line-height: 21px;
	color: #fbfbfb;
}

#main_area .event_date p.places_left {
	position: absolute;
	bottom: 0;
	color: #f2f4f4;
	font-size: 12px;
}

#main_area .event_date p.places_left span.number {
	color: #f27490;
	font-weight: bold;
}

#sean_yates {
	margin: 0 0 10px 0;
	display: block;
	width: 245px;
	height: 220px;
	background: url(../images_hero/Sean_Yates_Quote_v5.jpg) no-repeat;
	float: right;
	/*border-top: 1px solid #888c8f;*/
	border-bottom: 1px solid #888c8f;
	text-transform: normal;
	font-style: normal;
	font-weight: normal;
}

#sean_yates blockquote {
	text-indent: -999em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#sean_yates cite {
	display: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-indent: -999em;
}

/* @end */

/* @group Partners */

#partners {
	margin: 0 0 10px 0;
	display: block;
	width: 245px;
	height: 220px;
	background: url(http://centcolschallenge.com/images/sized/images_ccc/sidebar/Partners-245x221.jpg) no-repeat;
	float: right;
	position: relative;
}

#main_area #partners li {
	background: none;
}

#main_area #partners li a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -999em;
	border: none;
	/*background: #000;*/
	position: absolute;
	top: 0;
	left: 0;	
	opacity: 0.5;
}



#main_area #partners li a:hover {
	background: none;
}

#main_area #partners li.classictours a {
	width: 200px;
	height: 50px;
	top: 20px;
	left: 20px;
}

#main_area #partners li.torq a {
	width: 100px;
	height: 50px;
	top: 90px;
	left: 10px;
}

#main_area #partners li.rapha a {
	width: 110px;
	height: 50px;
	top: 90px;
	left: 120px;
}

#main_area #partners li.conti a {
	width: 180px;
	height: 50px;
	top: 150px;
	left: 28px;
}

#main_area #partners li.pendragon a {
	width: 100px;
	height: 100px;
	top: 145px;
	left: 135px;
	
}

#main_area #partners li.sbr a {
	width: 130px;
	height: 60px;
	top: 250px;
	left: 60px;
}

/* @end */

/* @group News (Challenge Updates) */

.logged_in {
	/*position: absolute;
	top: 4px;
	left: 10px;
	width: 500px;
	height: 16px;*/
	color: #fff;
	background: none;
	font-size: 11px;
	color: #f27490;
	z-index: 5;
}

body#challenge_updates, body#sign_in {
	margin: 0;
	padding: 0;
	color: #000;
	background: #10181C url(../images_css/tile_news.jpg) repeat-x center top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

#challenge_updates #banner, #sign_in #banner {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 945px;
	height: 250px;
	/*border-bottom: 1px solid #555;*/
}

#challenge_updates #banner h1 a, #sign_in #banner h1 a {
	position: absolute;
	top: 40px;
	left: 0;
}

.entry {
	padding-bottom: 20px;
	padding-left: 0px;
	/*border-bottom: 1px solid #4b5356;*/
}

.entry.newsshorts {
	width: 925px;
	border-bottom: 1px solid #4b5356;
	float: left;
	/*background: #fff;*/
}


#main_area h2 a,
#news #main_area h2 {
	font: 45px'Avenir LT W01 55 Roman';
	border-bottom: none;
	color: #fff;
	font-size: 20px;
}

#main_area a.read_more {
	color: #f27490;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	border-bottom: 1px solid;
	font-size: 12px;
}

#main_area a.read_more.permalink {
	font-weight: normal;
	color: #ababab;
}

#main_area a.read_more:hover {
	color: #fff;
	border: none;
}

.updates_image {
	margin-bottom: 15px;
}

#main_area p.updates_file {
	display: block;
	margin-top: 10px;
}

#main_area .challenge_updates_area {
	margin: 10px 0 15px 0;
	border-top: 1px solid #888c8f;
	border-bottom: 1px solid #888c8f;
	padding: 0 0 15px 0;
}

#main_area .challenge_updates_area h2,
#main_area .twitter_updates_area h2 {
	margin-top: 5px;
	padding-top: 5px;
	color: #f27490;
}

#main_area .challenge_updates_area h3.title a.news_link {
	padding-top: 5px;
	text-decoration: none;
	color: #fff;
	border-bottom: navajowhite;
}

#main_area .challenge_updates_area h3.title a:hover.news_link {
	background: none;
}

#main_area .challenge_updates_area a.rss_link {
	color: #ababab;
	background: url(../images_css/04.png) no-repeat right 0px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 14px;
	margin: 0;
	border: none;
	/*float: left;*/
	padding: 0px 18px 0px 0px;
}

#main_area .challenge_updates_area a:hover.rss_link {
	color: #fff;
	/*text-decoration: underline;*/
}

#main_area .challenge_updates_area p {
	margin: 0;
	padding: 0 10px 7px 0px;
	font-size: 12px;
	line-height: 17px;
	color: #fbfbfb;
}

#main_area .challenge_updates_area a.read_more {
	font-size: 12px;
}

#main_area p a.twitter_link {
	font-size: 11px;
	color: #ababab;
}

#news .copy {
	width: 600px;
	/*background: #fff;*/
	float: left;
	clear: both;
}

.news_image_thumb {
	margin-top: 10px;
	float: right;
	
}

#main_area p.entry_date {
	padding-bottom: 15px;
}

/* @end */



/* @group Statuses */

.news_Pending {
	color: #ff6600;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

.news_open {
	color: green;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

.news_closed {
	color: red;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

.news_Members {
	color: #996699;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

.start_date, .end_date {
	color: #ababab;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding-bottom: ;
}

.to {
	font-size: 12px;
}



/* @end */

/* @group Events */

#routeintro {
	float: left;
	padding: 15px 75px 0 85px;
	/*max-width: 925px;*/
	/*background: #fff;*/
	/*width: 800px;*/
	/*width: 100%;*/
	
	/*width: 245px;*/
	/*margin: 0px 0px 15px 0;*/
}

#routeintro .routeintrodetail {
	float: left;
	width: 245px;
	padding: 0;
	margin: 0px 10px 15px 0;
	background: #2e2e2e;
}


.routestagedetail {
	float: left;
}

#routes #main_area h1 {
	padding-top: 0px;
	margin: 0 0 5px 0;
	color: #f27490;
	font: 45px'Avenir LT W01 55 Roman';
}

#routes #main_area h2 {
	padding-top: 10px;
	border-top: 1px solid #4b5356;
	color: #f27490;
	font: 24px 'Avenir LT W01 55 Roman';
}

#routes #main_area p.date {
	
	color: #fff;
	font: 18px 'Avenir LT W01 55 Roman';
}

#main_area p.stagestats {
	padding-bottom: 1px;
}

#main_area p.stagestats,
#main_area p.stageclimbs {
	font-size: 13px;
}

.key {

	color: #ababab;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#main_area a.booknow {
	/*left: 25%;*/
	/*right: 25%;*/
	/*float: left;*/
	/*display: block;*/
	background: #f27490;
	float: left;
	clear: right;
	color: #fff;
	font-size: 16px;
		/*font-size: 1.4rem;*/
		line-height: 21px;
		margin: 0px 0 15px 0;
		padding: 7px 8px 7px 8px; 
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		text-transform: uppercase;
		border-bottom: none;
	}
	
#main_area a:hover.booknow {
	background: #fff;
	color: #333;
}

/* @end */

