/***********************************************/
/* Web Site: Cardiff Half Marathon 2010        */
/*                                             */
/* Media: Print                                */
/*                                             */
/* Author: Oliver Hoad                         */
/*                                             */
/* Created: 18th June 2010                     */
/***********************************************/

/* 
-- CSS INDEX --

1. BASIC HTML
2. STRUCTURE
3. GLOBAL NAVIGATION
4. HOMEPAGE
5. STANDARD PAGE ELEMENTS
6. PAGE ACTIONS
7. EMBEDDED VIDEO
8. FORMS

*/

/* ----- 1. BASIC HTML ---------------------------------------*/

h1 {
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 160%;
	color: #000;
	line-height: 170%;
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}

h2 {
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	line-height: 170%;
	margin: 1em 0 0 0;
	padding: 0;
}

h3 {
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 120%;
	color: #000;
	line-height: 170%;
	margin: 1em 0 0 0;
	padding: 0;

}

h4 {
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 110%;
	color: #000;
	line-height: 170%;
	padding: 0;
	margin: 1em 0 0 0;
}

p {
	font-family: "Times New Roman", times, serif;
	font-size: 100%;
	line-height: 160%;
	margin: 0.2em 0 0.8em 0;
	padding: 0;
}

ul {
	margin: 0.2em 0em 0.8em 1.5em;
	padding: 0;
	color: #000;
	list-style-image: none;	
}

ol {
	margin: 0.2em 0em 0.8em 1.5em;
	padding: 0;
	color: #000;
}

ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 160%;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}

ol li {
	font-weight: normal;
	font-size: 100%;
	line-height: 160%;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}

a {
	color: #06c;
	text-decoration: none;
}

p a:hover {
	border-bottom: 1px dotted #06c;
}

li a:hover {
	border-bottom: 1px dotted #06c;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #bbb;
	margin: 7px 0;
}

/* ----- 2. STRUCTURE ----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Times New Roman", times, serif;
	font-size: 100%;
	color: #000;
}

.clear {
	clear: both;
}

.chm_image {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.cta {
	width: 100%;
	margin: 30px 0 35px 0;
	text-align: center;
}

.cta a {
	border: none;
	outline: none; /* Removes dotted outline in Firefox */
}

.cta_button_off {
	width: 180px;
	height: 40px;
	padding-bottom: 1px;
	border: 0;
	background: url(chm10_cta_button_off.jpg) no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
}

.cta_button_on {
	width: 180px;
	height: 40px;
	padding-bottom: 1px;
	border: 0;
	background: url(chm10_cta_button_on.jpg) no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
}

#wrapper {
	width: auto;
	height: auto;
	padding-top: 0;
}

#main {
	width: auto;
	height: auto;
	background: #fff;
}

#header {
	width: auto;
	height: 180px;
	background: #c9252c;
}

#chm_logo_badge {
	display: inline; /* IE double-margin bug fix */
	float: left;
	width: 102px;
	height: 126px;
	margin: 27px 0 0 32px;
}

#chm_logo_copy {
	display: inline; /* IE double-margin bug fix */
	float: left;
	width: 406px;
	height: 126px;
	margin: 27px 0 0 0;
}

#content_wrapper {
	width: auto;
	height: auto;
	background: #fff;
}

#content_main {
	width: auto;
	height: auto;
}

#homepage {
	width: auto;
	height: auto;
	padding: 15px 35px;
}

#section {
	width: auto;
	height: auto;
	padding: 15px 35px;
}

.hide,
#sponsor_logo,
#nav,
#content_left,
#content_right,
#footer,
#iframe_close,
#iframe_border {
	display: none;
}

/* ----- 3. GLOBAL NAVIGATION --------------------------------*/

/* hidden above */

#breadcrumbs {
	display: none;
}

/* ----- 4. HOMEPAGE -----------------------------------------*/

#homepage h1 {
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 160%;
	color: #000;
	line-height: 170%;
	margin: 10px 0 10px 0;
	padding: 0;
	background: none;
}

#homepage h2 {
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	line-height: 170%;
	margin: 1em 0 0 0;
	padding: 0;
	background: none;
}

#homepage h2 a {
	color: #06c;
}

#homepage h2 a:hover {
	text-decoration: underline;
}

#homepage_column_left {
	float: none;
	width: auto;
}

#homepage_column_left h2 {
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	line-height: 190%;
	margin: 1em 0 0 0;
	padding: 0;
	background: none;
}

#homepage_column_left h2 a {
	display: block;
	border: none;
	text-decoration: none;
}

#homepage_column_left h2 a:hover {
	text-decoration: underline;
}

#homepage_column_left p {
	margin: 0 0 2em 0;
}

#homepage_column_right {
	float: none;
	width: auto;
}

#homepage_column_right h2 {
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	line-height: 190%;
	margin: 1em 0 0 0;
	padding: 0;
	background: none;
}

#homepage_column_right h2 a {
	display: block;
	border: none;
	text-decoration: none;
}

#homepage_column_right h2 a:hover {
	text-decoration: underline;
}

#homepage_column_right p {
	margin: 0 0 2em 0;
}

#homepage ul {
	margin: 0 0 5px 12px; /* Required for cross-browser list indentation */
	padding: 0 0 5px 12px; /* Required for cross-browser list indentation */
	color: #000;
	list-style-image: none;
}

homepage ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

/* ----- 5. STANDARD PAGE ELEMENTS ---------------------------*/

.small {
	font-size: 85%;
}

.imageRight {
	float: right;
	clear: right;
	margin: 10px 0 20px 20px;
}

.highlight {
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 100%;
	color: #000;
	margin: 15px 0 15px 0;
	line-height: 160%;
}

#google_map_embed {
	float: right;
	clear: right;
	margin: 10px 0 15px 15px;
}

#routelink_outer {
	margin-top: 10px;
	padding: 2px 2px 0 2px;
	border: 1px solid #ccc;
}

#routelink_inner {
	float: left;
	width: 244px;
	height: 220px;
	padding: 15px;
	background: #eee;
}

#routelink_inner a {
	border: none;
	font-size: 85%;
	color: #06c;
	line-height: 180%;
}

#routelink_inner a:hover {
	border-bottom: 1px dotted #06c;
}

.simpletable {
	border: 1px solid #ccc;
	font-size: 75%;
	color: #000;
	line-height: 150%;
}

.simpletable td {
	padding: 5px;
}

.tablehead {
	background: #bbb;
	font-family: "Times New Roman", times, serif;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
}

.evenrow {
	background: #8f1f1f1;
}

#charity_letters_intro,
#charity_letters,
.quote,
blockquote,
blockquote p {
	display: none;
}

/* ----- 6. PAGE ACTIONS -------------------------------------*/

.hide,
#page_actions_container,
#page_actions_share ul,
#page_actions_share li,
#page_actions_share a:hover {
	display: none;
}

/* ----- 7. EMBEDDED VIDEO -----------------------------------*/

#embedded_video_standard {
	display: inline; /* IE double-margin bug fix */
	float: right;
	width: 284px;
	height: auto;
	margin: 10px 0 5px 15px;
	border: 1px solid #ccc;
}

#embedded_video_image {
	margin: 2px;
}

/* ----- 8. FORMS --------------------------------------------*/

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 0.75em;
	color: #333;
}

fieldset h3 {
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	color: #444;
}

fieldset p {
	clear: both;
	font-size: 1em;
}

fieldset fieldset {
	margin: 5px 0 0 0;
	border: none;
}

fieldset legend {
	padding: 0 5px 10px 5px;
	background: #fff;
	font-weight: bold;
	font-size: 1.1em;
	color: #111;
}

fieldset .error {
	background: #faeaea;
}

fieldset ul {
	font-size: 1em;
}

fieldset label {
	width: 130px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset legend {
	width: 110px;
	margin: 0;
	padding: 0 10px 5px 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset label {
	width: 110px;
	padding: 3px 10px 0 0;
	font-weight: normal;
}

fieldset label, fieldset input, fieldset select, fieldset .right {
	display: block;
	float: left;
	margin-bottom: 5px;
}

.fullwidth {
	display: inline;
	width: 370px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: left;
}

.inline {
	display: inline;
	float: none;
	margin: 0;
}

.indent {
	display: inline;
	margin-left: 140px;
}

fieldset br {
	clear: left;
}

#formbutton {
	display: inline;
	margin-left: 170px;
}

.multioptions label {
	font-weight: normal;
}

.req {
	font-weight: bold;
	color: #c33;
}

input.sbmt {
	width: 140px;
	margin: 3px 0 0 0;
	padding: 2px;
	border: 1px solid;
	border-top-color: #fff;
	border-left-color: #fff;
	border-bottom-color: #d9a300;
	border-right-color: #d9a300;
	background: #fffaea;
	font-family: "Times New Roman", times, serif;
	font-weight: normal;
	font-size: 80%;
	color: #403000;
	cursor: pointer;
}

input.sbmt:hover {
	border: 1px solid;
	border-top-color: #d9a300;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #d9a300;
	background: #f9bb00;
	color: #fff;
}

.fakeinput {
	display: inline;
	float: none;
	margin: 0;
	margin-right: 2px;
	padding: 4px;  
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Times New Roman", times, serif;
	color: #000;
}

input:disabled {
	background-color: #fff
}