/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: "trebuchet MS", Arial, verdana, serif;
	font-size: 0.80em;
	text-align:center;
}

h1 {
	color: #e99400;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

a {
	color: #333333;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

hr {
	border: 1px dashed #CCC;
	height: 1px;
}

A IMG {
	border:0;
}

/********************/
/*** DEFAULTS *****/
/********/
.divClear { clear:both; }
.divLeft { float:left; }
.divRight { float:right; }
.divCentre { text-align:center; margin: 0 auto; }

IMG.divLeft { margin-right: 8px; } 
IMG.divRight { margin-left: 8px; }

.inline { display:inline; }

/********************/
/*** FRAMEWORK *****/
/********/
.full_page {	
	background-image:url("/images/framework/page_bg.jpg");
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align:left;
	width: 863px;
}

.main {
	margin: 0 105px 55px 105px;
	width:652px;
}

.side_bar {
	margin-right: 19px;
	float:left;
	width:145px;
}

.side_bar_sub {
	background-image:url("../images/framework/side_bar_tile.jpg");
	background-repeat:repeat-x;	
}

.content {
	float:left;
	width: 488px;
}

.footer {
	border-top: 1px solid #949494;
	clear: both;
	color: #666;
	font-size: 0.80em;
	margin: 30px auto;
	padding-top: 10px;
	text-align:center;
}


/********************/
/*** GENERAL *****/
/********/
.alt_text {
	color: #d98400;
	font-size: 1.1em;
}

.alt_colour {
	color: #d98400;
}

.barometer {
	text-align:center;
	margin:0 auto;
}

.barometer IMG {
	margin: 0 -2px 0 -1px;
}

.barometer IMG.bikes {
	margin-bottom: -4px;
}

.side_bar IMG.title {
	border-bottom: 1px solid #FFF;
}

/**** MENU ****/
.side_bar UL.menu {
	list-style-type:none;
	margin:0 0 0 17px;
	padding:0;
}

.side_bar UL.menu LI A {
	color: #949494;
	font-weight:bold;
	text-decoration:none;
}

.side_bar UL.menu LI A:hover {
	color: #646464;
	font-weight:bold;
	text-decoration:none;
}

.footer UL {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.footer UL LI {
	float:left;
	margin-right: 3px;
}



/** NEWS **/
.news_block {
	border-bottom: 1px dotted #CCC;
	padding: 8px 0;
	height: 100%;
}

.news_title a {
	font-size: 1.2em;
	font-weight:bold;
}

.front_news_title {
	font-size: 1.2em;
	font-weight:bold;
}

.news_thumb {
	float: left;
}

.news_content {
	margin-bottom:6px;
}

.news_archive {
	float:right;
	margin-right: 10px;
	text-align:right;
	width: 100px;
}

.news_date {
	color: #999999;
	margin-bottom: 15px;
}

.news_highlight {
	clear:both;
	float:left;
	margin-right: 8px;
	padding-top: 20px;
}

/******************/
/*** PLEDGE FORM **/

FORM.pledge_form {
	
}

FORM.pledge_form LABEL {
	background-color:#F5F5F5;
	clear:both;
	float:left;
	margin: 0 0 10px 0;
	padding: 2px;
	text-align:left;
	width: 120px;	
}

FORM.pledge_form INPUT {
	float:left;
	margin: 0 0 10px 0;
	width: 200px;
}

FORM.pledge_form INPUT.checkbox {
	float:left;
	margin: 0;
	width:20px;
}


FORM.pledge_form .submit {
	clear: both;
	margin-left: 120px;
	width: 215px;
}


.font_error {
	color: #d54949;
	font-weight: bold;
	margin-bottom: 5px;
}

.font_success {
	color: #43a84e;
	font-weight: bold;
}


.link_box, .pledger {
	border-bottom: 1px dashed #d98400;
	margin-bottom: 15px;
	padding-bottom: 7px;
}

.pledger {
	font-size: 0.85em;
}

.pledger h3 {
	font-size: 1.2em;
}

.side_bar_sub IMG.sponsor_logo {
	margin: 0 auto 12px auto;
}
