/* ------------- re-writes ------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}

body {
	color: #333;
	line-height: 1.6;
	background: #000000 none 50% 0 no-repeat fixed;
}

p {
	margin: 0 0 1.6em;
}
	p + p {
		margin-top: -0.8em;
	}

ul, ol {
	margin: 0 15px 15px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
	ol li {
		margin-left: 10px;
	}

dl {
	margin: 0 0 15px;
}
	dl dt {
		font-weight: bold;
	}
	dl dd {
		margin-left: 15px;
	}

table {
	text-align: left;
	border-collapse: collapse;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
blockquote {
	color: #000000;
	font-style: normal;
	margin: 15px;
	padding-left: 15px; 
	border-left: 3px solid #e8e3df;
}

cite {
	font-weight: normal;
	font-style: normal;
}

strong, b {
	font-weight: bold;
}
em, dfn {
	font-style: normal;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: none;
}

address {
	font-style: normal;
	margin: 0 0 15px;
}

del {
	color: #fff;
	text-decoration: line-through;
}

pre, code {
	margin: 15px 0;
	white-space: pre;
}
pre, code, tt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

label {
	font-size: 1em;
}

fieldset {
	border: none;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

img {
	border: 1px solid #bbb;
	background-color: #fff;
	margin: 0;
	padding: 5px;
}

a {
	color: #000000;
  	text-decoration: underline;
}
	a:hover {
		color: #111;
	  	text-decoration: none;
	}

.no-border, a.no-border:link, a.no-border:visited, a.no-border:hover, a.thumb, a.icon {
  border-width: 0;
  background: none;
}

a.more {
	white-space: nowrap;
}
	a.more:after {
		content: " \2192";
	}

a img {
	text-decoration: none;
}

/* -------------  end re-writes ------------- */

/* ------------- headers ------------- 
 * Header margins:
 * TOP: line-height/size 
 * BOTTOM: TOP/2 
 */

h1, h2, h3, h4 {
	font-size: 2em;
	line-height: 1;
	font-weight: normal;
	margin: 0.5em 0 0.25em;
	background: transparent none;
	clear: both;
}
	h1#title {
		font-size: 3em;
		margin: 0;
		color: #000000;
		background: transparent none; 
	}
	h1.home {
		position: absolute;
		left: -50001px;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../../_img/misc/gray-divider.gif) 0 100% repeat-x;
	margin: 0 -10px 10px;
	padding: 3px 10px 11px;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	margin: 1em 0;
}
	
h4 {
	color: #000000;
}
	h4 a {
		border: none;
		background: transparent none;
	}
		h4 a:hover {
			border: none;	
		}	

h5 {

}
/* ------------- end headers ------------- */

/* sr nav */
ul.nav-sr {
	position: absolute;
	left: -50000px;	
}
/* end sr nav */

/* ------------- template structure ------------- */

div#page {
	font-size: 1.3em;
}	
	div#page div#nav-wrapper {
		background: transparent url(../../_img/bg/bg-nav.png) 0 0 repeat-x;
		height: 50px;
		position: relative;
		z-index: 1;
		min-width: 940px;
	}
		div#page div#nav-wrapper ul#nav {
			position: relative;
			margin: 0 auto;
			list-style: none;
			width: 940px;
			z-index: 100;
		}	
			div#page div#nav-wrapper ul#nav li {
				float: left;				
				font-size: 1.076923em;
				padding: 11px 1em 0;
				display: block;
				position: relative;
				text-align: center;
				background: transparent url(../../_img/misc/nav-divider.png) 0 18px no-repeat;				
			}
				div#page div#nav-wrapper ul#nav li a {
					background: transparent none;
					text-decoration: none;
					color: #6f6b6b;
					text-shadow: 1px 1px #f5f5f5;
					border: none;
					display: block;
				}
					div#page div#nav-wrapper ul#nav li a:hover {
						color: #222;
					}
			div#page div#nav-wrapper ul#nav li.home	{
				background: transparent none;
			}
				div#page div#nav-wrapper ul#nav li.home a {
					position: relative;
					height: 15px;
					width: 17px;
					margin-top: 3px;
					background: transparent url(../../_img/misc/nav-home.png) 0 0 no-repeat;
					outline: none;
					text-indent: -9999px;
				}
				div#page div#nav-wrapper ul#nav li.current-home a {
					background: transparent url(../../_img/misc/nav-home.png) 0 -15px;
				}				
					div#page div#nav-wrapper ul#nav li.home a:hover {
						background-position: 0 -15px;
					}				
					div#page div#nav-wrapper ul#nav li.home a span {
						position: absolute;
						left: -999999em;
					}
				div#page div#nav-wrapper ul#nav li.current_page_item a,
				div#page div#nav-wrapper ul#nav li.current_page_ancestor a {
					color: #222;
					background-position: 0 -15px;
				}					
				div#page div#nav-wrapper ul#nav li.has-child a {
					background: transparent url(../../_img/misc/nav-arrow.png) 50% 104% no-repeat;
				}
				div#page div#nav-wrapper ul#nav li.has-child:hover a {
					background: none;
				}																							
				div#page div#nav-wrapper ul#nav li ul {
					position: absolute;
					left: -999999em;
					margin: -7px 0 0 -40px; /* this is adjusted with js */
					padding: 0 0 10px;
					float: right;
					background: transparent url(../../_img/bg/bg-subnav-bottom.png) 0 100% no-repeat;
					list-style: none;
					z-index: 200;
				}
				div#page div#nav-wrapper ul#nav li:hover ul,
				div#page div#nav-wrapper ul#nav li.over ul {
					left: auto;				
				}
					div#page div#nav-wrapper ul#nav li ul li {
						background: transparent url(../../_img/bg/bg-subnav-mid.png) 0 0 repeat-y;
						float: none;
						margin: 0;
						width: 140px;
						font-size: 0.92857em;
						padding: 0 0 0.5em;
						text-align: left;
					}
						div#page div#nav-wrapper ul#nav li ul li a {
							display: block;
							margin: 0 auto;
							width: 100px;
							line-height: 1.2;
							background: transparent none !important;
							color: #6f6b6b !important;					
						}
						div#page div#nav-wrapper ul#nav li ul li a:hover {
							color: #222 !important;					
						}
						
						div#page div#nav-wrapper ul#nav li ul li.current_page_item a {
							color: #222 !important;					
						}																									
					div#page div#nav-wrapper ul#nav li ul li:first-child,
					div#page div#nav-wrapper ul#nav li ul li.first {
						background: transparent url(../../_img/bg/bg-subnav-top.png) 0 0 no-repeat;
						padding-top: 25px;
					}			
					
	div#page div#content {
		position: relative;
		background: transparent none;
		padding-t: 10px;
		margin: 0 auto;
		width: 960px;		
	}
		div#page div#content p#logo {
			clear: both;
			margin: 20px 10px;		
		}
			div#page div#content p#logo a {
				display: block;
				background: transparent url(../../_img/scfinal_stanley.png) 0 0 no-repeat;
				width: 781px;
				height: 244px;
				border: none;
				cursor: pointer;
			}		
				div#page div#content p#logo a span {
					position: absolute;
					left: -50001px;
				}

		div#page div#content p#title-sponsor {
			position: absolute;
			right: 10px;
			margin-top: 0;
			top: 0;	
		}
			div#page div#content p#title-sponsor a {
				display: block;
				background: transparent url(../../_img/stanley.png) 0 0 no-repeat;
				width: 234px;
				height: 85px;
				border: none;
				cursor: pointer;
				opacity: 0.9;
			}		
				div#page div#content p#title-sponsor a span {
					position: absolute;
					left: -50001px;
				}			
		div#page div#content div#intro {
			margin: 0 10px;
			text-shadow: 1px 1px #000;
		}
			div#page div#content div#intro span#display-intro {
				background: transparent url(../../_img/bg/black-75.png) 0 0 repeat;
				text-transform: uppercase;
				color: #fff;
				float: left;
				margin: 0 2px 2px 0;
				padding: 5px 0 10px;
				font-size: 2.30769em;
				line-height: 1;
				min-width: 43px;
				text-align: center;
			}
			div#page div#content div#intro h1 {
				clear: none;
				background: transparent url(../../_img/bg/black-75.png) 0 0 repeat;
				font-style: italic;
				color: #fff;
				float: left;
				margin: 0;
				padding: 8px 18px 7px 10px;
				font-size: 2.30769em;
				line-height: 1;
			}		
			div#page div#content div#intro div#intro-copy {
				clear: both;
				background: transparent url(../../_img/bg/black-75.png) 0 0 repeat;
				color: #fff;
				font-size: 1.53846em;
				line-height: 1.3em;
				font-weight: 100;
				padding: 10px 18px 10px 10px;
				width: 673px;
				margin: 2px 0 0;
				font-style: italic;
			}
				div#page div#content div#intro div#intro-copy p {
					margin-bottom: 0;
				}										
		div#page div#content div#three-col-top {
			background: transparent url(../../_img/bg/bg-3-col-top.png) 0 0 no-repeat;
			height: 10px;
			margin-top: 20px;
		}
		div#page div#content div#three-col-wrapper {
			background: transparent url(../../_img/bg/bg-3-col-mid.png) 0 0 repeat-y;
		}
		div#page div#content div#three-col-bot {
			background: transparent url(../../_img/bg/bg-3-col-bot.png) 0 0 no-repeat;
			height: 20px;
		}			
		div#page div#content div#three-col-wrapper div#primary {
			position: relative;
			float: left;
			width: 440px;
			margin: 0 10px;
			padding: 0 10px;
		}		
		
		
		div#page div#content div#two-col-top {
			background: transparent url(../../_img/bg/bg-2-col-top.png) 0 0 no-repeat;
			height: 10px;
			margin-top: 20px;
		}
		div#page div#content div#two-col-wrapper {
			background: transparent url(../../_img/bg/bg-2-col-mid.png) 0 0 repeat-y;
		}
		div#page div#content div#two-col-bot {
			background: transparent url(../../_img/bg/bg-2-col-bot.png) 0 0 no-repeat;
			height: 20px;
		}			
		div#page div#content div#two-col-wrapper div#primary {
			position: relative;
			float: left;
			width: 680px;
			margin: 0 10px;
			padding: 0 10px;
		}
			div#page div#content div#primary a,
			div#page div#content div#primary h1,
			div#page div#content div#primary h2 {
				color: #2a434f;
			}
			
			div#page div#content div#primary h1 {
				font-size: 14px;
				font-weight: bold;
				background: transparent url(../../_img/misc/gray-divider.gif) 0 100% repeat-x;
				margin: 0 -10px 10px;
				padding: 3px 10px 11px;
				text-transform: uppercase;
			}
			
			
			div#page div#content div#primary h3 {
				margin-top: 0.5em;
			}							
		div#page div#content div#secondary,
		div#page div#content div#tertiary {
			position: relative;
			float: left;
			width: 200px;
			margin: 0 10px;
			padding: 0 10px;		
		}
			div#page div#content div#secondary a,
			div#page div#content div#secondary h2 {
				color: #2a434f; /*#314E5C;*/
			}
			div#page div#content div#tertiary a,
			div#page div#content div#tertiary h2 {
				color: #2a434f;
			}				
			div#page div#content div#secondary-blog h5,
			div#page div#content div#secondar-client-area h5,
			div#page div#content div#secondary-press h5,			
			div#page div#content div#secondary h5 {
				clear: both;
			}

		div#page div#content div#footer {
			clear: both;
			position: relative;
			font-size: 0.84615em;
			margin: 0; 
			padding-top: 5px;
			color: #fff;
			text-shadow: 1px 1px 0 #222;
		}
			
		div#page div#content div#footer ul#credits {
			position: relative;
			float: right;
			width: 300px;
			list-style: none;
			margin: 0 0 10px;
		}
			div#page div#content div#footer ul#credits li {
				text-align: right;
				margin-right: 10px;
				float: right;
			}
			div#page div#content div#footer ul#credits li a {
				color: #fff;
				text-decoration: none;
			}
				div#page div#content div#footer ul#credits li a:hover {
					color: #ccc;
				}
			
																																			
/* ------------- end template structure ------------- */

div#page div#content div#two-col-wrapper div.content h1, 
div#page div#content div#two-col-wrapper div.content h2, 
div#page div#content div#two-col-wrapper div.content h3, 
div#page div#content div#two-col-wrapper div.content h4 {
	background: none;
	color: #222;
	margin: 0 0 1em;
	padding: 0;
}
div#page div#content div#two-col-wrapper div.content h4 {
	background: none;
	color: #222;
	margin: 0 0 1em;
	padding: 0;
	font-size: 1em;
}
ul#news {
	list-style: none;
	padding: 0;
	margin: 0;
}
	ul#new li {
		margin: 0 10px 0 0;
		padding: 0;
	}
		ul#news li.news-item {
			clear: both;
			padding-bottom: 1em;
			/*float: left;*/
			width: 100%;
		}	
		div#three-col-wrapper ul#news li.news-item img {
			max-width: 426px;
			height: auto;
		}
		div#two-col-wrapper ul#news li.news-item img {
			max-width: 667px;
			height: auto;
		}

div.news-nav {}
	div.news-nav div.previous {
		float: left;
		width: 50%;
	}
	div.news-nav div.next {
		float: right;
		width: 50%;
		text-align: right;
	}					
p.posted {
	color: #999;
	font-size: 0.8333em;
}

a.comments {
}

div.post-thumb {
	float: left;
	width: 80px;
	height: 80px;
}
	div.post-thumb a {
		border: none;
	}
	div.post-thumb img {
		background-color: #fff;
		margin: 0;
		padding: 5px;
		width: 60px;
		height: 60px;
	}

ul.meta {
	clear: both;
	padding: 1.5em 0 0;
	margin: -0.5em 0 2em;
	list-style: none;
	color: #555;
	font-size: 0.84615em;
	background: transparent url(../../_img/misc/gray-divider.gif) 0 0 repeat-x;
	width: 100%;	
}					
	ul.meta li {
		float: left;
		margin: 0 20px 0 0 !important;
	}											

ul.result-meta {
	clear: both;
	padding: 1em 0 0;
	margin: 1em 0;
	list-style: none;
	color: #555;
	width: 100%;	
}					
	ul.result-meta li {
		margin: 0 20px 0 0 !important;
		width: 180px;
		float: left;
	}	
								
div#comment-area,
div#contact-area {
	background-color: #333;
	clear: both;
	padding: 10px;
	margin-bottom: 1em;
	color: #fff;
}
	div#comment-area a {
		color: #fff !important;
	}
	div#comment-area h4 {
		clear: both;
		margin-top: 0;
		font-size: 14px;
		color: #fff !important;
	}
	div#comment-area ol#comment-list {
		margin: 10px 0;
		list-style: none;
	}
		div#comment-area ol#comment-list li {
			clear: both;
			padding-bottom: 10px;
			margin: 10px 0 0;
		}
		div#comment-area ol#comment-list li.author-comment {
			background-color: #303030;
			margin-left: -10px;
			margin-right: -10px;
			padding-left: 10px;
			padding-top: 10px;
			margin-top: -1px;			
		}				
		div#comment-area ol#comment-list ul.comment-meta {
			float: left;
			list-style: none;
			margin: 0 0 10px;
		}
			div#comment-area ol#comment-list ul.comment-meta li {
				margin: auto 0;
				font-size: 0.8333em;
				width: 75px;
				padding: 0;
				overflow: hidden;
			}
				div#comment-area ol#comment-list ul.comment-meta li a {
					text-transform: none;
				}
	div#comment-area div.comment-text {
		float: left;
		margin-left: 15px;
		width: 500px;
	}									
		div#comment-area div.comment-text a img {
			display: block;
			margin: 5px 0;
		}	
	div#comment-area ol#comment-form,
	ol#contact-form {
		margin: 10px 0;
		list-style: none;
		width: 500px;
	}
		div#comment-area ol#comment-form li,
		ol#contact-form li {
			margin-left: 0;
		}				
			div#comment-area ol#comment-form li textarea#comment,
			ol#contact-form li textarea#cfmessage {
				padding: 3px;
				width: 100%;
			}
			ol#contact-form li label {
				display: block;
				margin-bottom: 0.25em;
			}
			ol#contact-form li select#cfsubject {
				margin-bottom: 5px;
			}							
			div#comment-area ol#comment-form li button#submit {
				background-color: #000;
				color: #fff;
				padding: 10px 20px;
				display: block;
				border: none;
				cursor: pointer;
				margin-top: 7px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
				div#comment-area ol#comment-form li button#submit:hover {
					background-color: #1a1a1a;
				}
				div#comment-area ol#comment-form li button#submit span {
				}						

div.widgets ul {
	list-style: none;
	margin: 0 0 10px;
}
div.widgets ul li {
	margin: 0 0 1em;
}

ul.sponsors {
	list-style: none;
	margin: 0 0 15px;
}
	div.content ul.sponsors {
		float: left;
		margin-right: 20px;
		width: 200px;
	}			
		div.content ul.sponsors li {
			margin-bottom: 10px;
		}			

ul.photo-thumbs {
	list-style: none;
	margin: 0;
}
	ul.photo-thumbs li {
		float: left;
		padding-bottom: 2px;
		padding-right: 6px;
		margin: 0;
	}
		ul.photo-thumbs li.last {
			padding-right: 0;
		}	
	ul.photo-thumbs li a {
		border-width: 0;
		background: none;	
	}
		ul.photo-thumbs li a img {
		}
			ul.photo-thumbs li a.on img {
				background-color: #fefdba;
			}		
		ul.photo-thumbs li a img {
			width: 188px;
		}
ul#photostream {
	list-style: none;
	margin: 0;
}
	ul#photostream li {
		float: left;
		margin-right: 0px;
		margin-bottom: 30px;
		width: 300px;
	}
		ul#photostream li.alternate-row {
			clear: both;
			margin-right: 20px;
		}
		ul#photostream li h5 {
			margin-bottom: 0.5em;
		}
			ul#photostream li h5 a {
				background-color: transparent;
				border: none;
			}		
		ul#photostream li div.photo {}
			ul#photostream li div.photo a {
				border: none;
			}	
			ul#photostream li div.photo img {
				background-color: #fff;
				padding: 5px;
			}	
		ul#photostream li ul.meta {
			margin-top: 0.5em;
		}
			ul#photostream li ul.meta li {
				width: auto;
				min-height: 0;
				padding-left: 0;
				margin-right: 10px;
			}

ul.meta + p.photo-desc {
	margin-top: -1em;
}

div#services {
	margin: 0 10px;
}
	div#services div#service-intro {
		/*width: 700px;*/
	}
	div#services div.service-excerpt {}	
		div#services div.service-excerpt p.icon {
			float: left;
			width: 160px;
		}
		div#services div.service-excerpt p.excerpt {
			margin-top: 0;
		}				
	div#services div.service-section {
		width: 440px;
		float: left;
		margin-bottom: 20px;
		padding: 0 10px;
		background-color: #222;	
	}
	div#services div.service-section-even {
		width: 440px;
		margin-right: 20px;
		float: left;
		clear: both;
		margin-bottom: 20px;
		padding: 0 10px;
		background-color: #222;				
	}	

div#zoom {
	color: #444;
	font-size: 1.2em;
}
	div#zoom a#zoom_close {
		background: transparent none;
		border: none;
	}

div#photo-detail-nav {
	margin: 0 0 10px;
}
	div#photo-detail-nav h5 {
		margin: 0 0 0.5em;
	}
	div#photo-detail-nav a {
		border: none;
		background: transparent none;
	}
	div#photo-detail-nav img {
		width: 60px;
		height: 60px;
		float: left;
		margin-right: 10px;
		padding: 5px;
		background: #fff none;
	}
		div#photo-detail-nav img.last {
			margin-right: 0;
		}			

div.press-release {
	line-height: 18px; /* IE */
	overflow: hidden;
}

div.link-cat {
	float: left;
	width: 200px;
	margin-right: 20px;
}
	div.link-cat ul {
		list-style: none;
		margin-left: 0;
	}
		div.link-cat ul li {
			margin-left: 0;
		}				

div#contact-area {
	padding: 10px;
	margin: 20px 10px 10px 0;
}

div#captcha {
	margin: 10px 0;
	font-size: 11px;
} 
	div#captcha p {
		margin: 0 0 3px;
	}

div#photo-essays {
	margin: 16px 0;
}
	div#photo-essays h3 {
		text-transform: uppercase;
		color: #2a434f !important;
	}
	div#photo-essays div.essay-thumbnail {
		float: left;
		width: 180px;
	}
	div#photo-essays div.essay-excerpt {
		float: left;
		width: 400px;
	}
	div#photo-essays div.essay-thumbnail p.thumb {
		margin-bottom: 5px;
	}
	div#photo-essays div.essay-thumbnail p.excerpt {
		margin-top: 0;
	}				
	div#photo-essays div.photo-essay {
		clear: both;
		width: 600px;
		float: left;
		margin-bottom: 30px;
	}
	div#photo-essays div.photo-essay-even {
		width: 600px;
		float: left;
		clear: both;
		margin-bottom: 30px;			
	}	
/* ------------- re-usable classes ------------- */
span.textarea-expand, 
span.textarea-contract {
	cursor: pointer;
	font-size: 0.8333em;
}


div.post {}
		div.post div.content {
		}
			div.post div.content img {
				height: auto;
				max-width: 667px;
			}
ul.sidelist {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}
	ul.sidelist li {
		margin: 0 0 5px;
	}

ul.filterlist {}
	ul.filterlist li {
		float: left;
		margin: 0 5px 5px 0;
	}
	ul.filterlist li:after {
		content: ' \00B7';
	}
	ul.filterlist li.last:after {
		content: '';
	}
input.text {
	margin: 0 5px 5px 0;
	border: 1px solid #e5eff6;
	padding: 3px;
	width: 200px;
}
	input.text:hover,
	input.text:focus {
		border-color: #7fb2d1;
	}

input.cb {
	margin: 2px 0.5em 0 0;
	float: left;
}
p.extras {}
	p.extras a {
		text-transform: none;
		font-size: 0.8333em;
	}

img.avatar {
	padding: 3px;
	width: 60px;
	height: 60px;
}

.hide {
	display: none;
}
ul.pagination {
	clear: both;
	list-style: none;
	margin-left: 0;
}
	ul.pagination li {
		float: left;
		margin-right: 5px;
	}
		ul.pagination li a {
			border: 1px solid #bbb;
			padding: 3px 5px;
			background-color: #ddd;
		}
		ul.pagination li span.disabled {
			color: #888;
		}	

ol.client {
	list-style: none;
	margin-left: 0;
}
	ol.client li {
		margin-left: 0;
		margin-bottom: 1em;
	}

label.user {
	display: block;
	margin: 0 0 3px 1px;
	background: transparent url(../../_img/labels/username.gif) 0 0 no-repeat;
	width: 47px;
	height: 6px;
}
	label.user span {
		position: absolute;
		left: -50001px;
	}
label.pass {
	display: block;
	margin: 0 0 3px 1px;
	background: transparent url(../../_img/labels/password.gif) 0 0 no-repeat;
	width: 47px;
	height: 6px;
}
	label.pass span {
		position: absolute;
		left: -50001px;
	}
	
button.login {
	background: transparent url(../../_img/btns/btn-sprite.png) 0 0 no-repeat;
	width: 74px;
	height: 22px;
	border: none;
	cursor: pointer;
	display: block;
	margin: 10px 10px 0 0;
}
	button.login:hover {
		background-position: 0 -22px;
	}	
	button.login span {
		position: absolute;
		left: -50001px;
	}	

div.error {
	padding: 10px;
	border: 1px solid #7f494a;
	color: #540c0e;
	background-color: #eee6e6;
	margin-bottom: 10px;
}
	div.error ul.error-list {
		margin-bottom: 0.5em;
	}
	div.error p {
		margin-bottom: 0.5em;
	}

li.error {}		
	li.error label,
	div#captcha p.error {
		color: #d4c2c3;
	}
.clear {
	clear: both;
	visibility: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.ie6-msg {
	background-color: #222;
	left: 0;
	margin: 10px 0;
	padding: 5px 10px;
	position: relative;
}
	div.ie6-msg p {
		margin-bottom: 5px;
	}

div.bike-detail {
	float: left;
	width: 300px;
	margin-right: 20px;
}
	div.bike-detail ol {
		list-style: none;
		margin-left: 0;
	}
		div.bike-detail ol li {
			margin-left: 0;
		}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption-text {
	text-align: center;
}

.content table {
	border-collapse: collapse;
	margin: 10px 0;
}
.content table caption {
	padding: 4px 8px;
}
.content table th {
	font-weight: bold;
	padding: 4px 8px;
	text-align: left;
}
.content table td {
	vertical-align: top;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
	text-align: left;
}
.content table tfoot td {
}
.content table tr.alt td {
	background-color: #f4f4f4;
}
.content table tr.over td {
	background-color: #e2e2e2;
}

table.schedule {
	width: 500px;
}
.hidden-lnks {
	display: none;
}

div.race-toc {
	margin-left: 5px;
	margin-bottom: 20px;
}
	div.race-toc h3 {
		font-style: italic;
		margin-bottom: 0.5em !important;
	}
	div.race-toc ul {
		list-style: none;
		margin: 0 0 15px;
	}

div.race-shortcuts {
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	margin-bottom: 15px;
	padding: 10px 5px;
}
	div.race-shortcuts h3 {
		margin-bottom: 0 !important;
		font-weight: normal;
		font-style: italic;
	}
	div.race-shortcuts ul.result-meta {
		background: transparent none;
		padding-top: 0;
		margin: 0.5em 0;
	}
	h3.race {
		border-top: 2px solid #222;
		padding-top: 1em !important;
	}
	h3.single-race {
		padding-top: 0.5em !important;
	}	
		h3.race span {
			float: right;
			font-weight: normal;
			font-style: italic;
		}
		h3.race span.single-race {
			float: none;
		}
		h3.race span.legend {
			font-style: normal;
			float: none;
		}			
table.results {
	width: 100%;
	margin: 5px 0 30px;
}
	table.results caption {
		padding-bottom: 0;
		font-style: italic;
		padding: 4px 0 0;
	}
	table.results abbr {
		border-bottom: 1px dotted #222;
	}
	table.results tr th {
		border-bottom: 1px solid #222;
		padding-top: 0;
	}
	table.results tr td {
		border-bottom: 1px dotted #666;
	}
/* ------------- end misc classes ------------- */

