/** 	
	SCCA Cycling Team Styles
	Author: Kris Hedstrom
	k-create.com
*/


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

html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1em;
}

body {
	color: #fff;
	line-height: 1.5384; 
	background: #000 url(../../_img/bg/body.jpg) 50% 0 repeat;
}

p {
	margin: 0 0 1.5384em;
}
	p + p {
		margin-top: -0.76923em;
	}

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: #666;
	font-style: italic;
	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: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #fff;
}

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

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

pre, code {
	margin: 15px 0;
	white-space: pre;
}
pre, code, tt {
	font-family: 'andale mono', 'lucida console', monospace;
}

label {
	font-size: 1em;
}

fieldset {
	border: none;
}

input, textarea {
	font-family: inherit;
	font-size: 1em;
}

a {
	color: #747421;
  	text-decoration: none;
  	font-style: italic;
}
	a:hover {
		color: #444;
	}

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

a.more {
	white-space: nowrap;
}
	a.more:after {
		font-style: normal;
		content: " \00bb";
	}

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

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

h1, h2, h3, h4 {
	font: normal 1.38461em/1 Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0.5em 0 0.5em;
	background: transparent none;
	clear: both;
}
h1.home {
	position: absolute;
	left: -999999px;
}
h1#title,
h2, 
h2 a {
	color: #444;
	font-style: normal;
	background: none;
	margin-top: 1em;
}
h2 {
	background: transparent url(../../_img/misc/header-divider.gif) 0 100% repeat-x; 
}

h5 {
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
	margin: 0.5em 0;
	text-transform: uppercase;
}
/* ------------- end headers ------------- */


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

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

div#page {
	position: relative;
	margin: 0 auto;
	width: 980px;
	font-size: 1.3em;
}
	
	div#page div#masthead {
		margin: 40px 10px 20px;
	}
		div#page div#masthead p#logo {
			margin: 0;			
		}
			div#page div#masthead p#logo a {
				display: block;
				background: transparent url(../../_img/scca-logo.png) 0 0 no-repeat;
				width: 382px;
				height: 26px;
				border: none;
				cursor: pointer;
			}		
				div#page div#masthead p#logo a span {
					position: absolute;
					left: -50001px;
				}	
	
		div#page div#masthead ul#nav {
			position: relative;
			margin: 10px 0;
			width: 582px;
			height: 23px;
			list-style: none;
			float: left;
		}	
			div#page div#masthead ul#nav li {
				float: left;
			}
				div#page div#masthead ul#nav li a {
					background-color: transparent;
					background-image: url(../../_img/nav.png);
					background-repeat: no-repeat;
					height: 23px;
					display: block;
					text-decoration: none;
					border-style: none;
					outline: none;					
				}	
					div#page div#masthead ul#nav li a span {
						position: absolute;
						left: -50001px;
					}	
									
					div#page div#masthead ul#nav li#nav-home a 		{ width: 48px; background-position: 0 0; }
					div#page div#masthead ul#nav li#nav-news a 		{ width: 58px; background-position: -48px 0; }
					div#page div#masthead ul#nav li#nav-results a 	{ width: 78px; background-position: -106px 0; }
					div#page div#masthead ul#nav li#nav-photos a 	{ width: 72px; background-position: -184px 0; }
					div#page div#masthead ul#nav li#nav-team a 		{ width: 56px; background-position: -256px 0; }
					div#page div#masthead ul#nav li#nav-contact a 	{ width: 102px; background-position: -312px 0; }
					div#page div#masthead ul#nav li#nav-calendar a 	{ width: 88px; background-position: -414px 0; }
					div#page div#masthead ul#nav li#nav-sponsors a 	{ width: 80px; background-position: -502px 0; }
					
					div#page div#masthead ul#nav li#nav-home a:hover		{ background: transparent url(../../_img/nav.png) 0 -23px no-repeat; } 
					div#page div#masthead ul#nav li#nav-news a:hover		{ background: transparent url(../../_img/nav.png) -48px -23px no-repeat; }
					div#page div#masthead ul#nav li#nav-results a:hover	{ background: transparent url(../../_img/nav.png) -106px -23px no-repeat; }
					div#page div#masthead ul#nav li#nav-photos a:hover		{ background: transparent url(../../_img/nav.png) -184px -23px no-repeat; }
					div#page div#masthead ul#nav li#nav-team a:hover		{ background: transparent url(../../_img/nav.png) -256px -23px no-repeat; }
					div#page div#masthead ul#nav li#nav-contact a:hover		{ background: transparent url(../../_img/nav.png) -312px -23px no-repeat; }
					div#page div#masthead ul#nav li#nav-calendar a:hover		{ background: transparent url(../../_img/nav.png) -414px -23px no-repeat; }
					div#page div#masthead ul#nav li#nav-sponsors a:hover		{ background: transparent url(../../_img/nav.png) -502px -23px no-repeat; }

					
					div#page div#masthead ul#nav li#nav-home.on a		{ background: url(../../_img/nav.png)  0 -46px no-repeat; }
					div#page div#masthead ul#nav li#nav-news.on a		{ background: url(../../_img/nav.png) -48px -46px no-repeat; }
					div#page div#masthead ul#nav li#nav-results.on	a	{ background: url(../../_img/nav.png) -106px -46px no-repeat; }
					div#page div#masthead ul#nav li#nav-photos.on	a	{ background: url(../../_img/nav.png) -184px -46px no-repeat; }
					div#page div#masthead ul#nav li#nav-team.on	a		{ background: url(../../_img/nav.png) -256px -46px no-repeat; }
					div#page div#masthead ul#nav li#nav-contact.on	a	{ background: url(../../_img/nav.png) -312px -46px no-repeat; }
					div#page div#masthead ul#nav li#nav-calendar.on	a	{ background: url(../../_img/nav.png) -414px -46px no-repeat; }
					div#page div#masthead ul#nav li#nav-sponsors.on	a	{ background: url(../../_img/nav.png) -502px -46px no-repeat; }					
	
	
	div#page div#masthead ul#title-sponsors {
		list-style: none;
		float: right;
		margin: -30px 0 0;
	}
		div#page div#masthead ul#title-sponsors li {
			float: left;
		}
			div#page div#masthead ul#title-sponsors li span {
				position: absolute;
				left: -999999em;
			}			
		div#page div#masthead ul#title-sponsors li#title-scca {
			background: transparent url(../../_img/sponsors/scca-header.png) 0 0 no-repeat;
			width: 214px;
			height: 67px;
			margin-right: 20px;
		}
		div#page div#masthead ul#title-sponsors li#title-sbux {
			background: transparent url(../../_img/sponsors/starbucks-header.png) 0 0 no-repeat;
			width: 83px;
			height: 82px;
			margin-top: -5px;
		}						
	div#page div#content {
		clear: both;
		position: relative;
		color: #444;
		margin: 0;
		padding-top: 10px;
	}
		div#page div#content div#primary {
			position: relative;
			float: left;
			width: 700px;
			margin: 0 3px 0 0;
			border: 1px solid #333;
			border-top: 1px solid #444;
			background: #fff url(../../_img/bg/two-col-bot.jpg) 0 100% no-repeat;
			padding-bottom: 50px;			
		}
			div#page div#content div#primary div.content {
				background: transparent url(../../_img/bg/two-col-top.jpg) 0 0 no-repeat;
				width: 680px;
				padding: 10px 10px 0;
				float: left;
			}
				
				div#primary div.content h1#news-title,
				div#primary div.content h2 {
					font-size: 1.2307em;
					color: #666;
					border: none;
					background: transparent none;
					margin-bottom: 0.25em;
				}
				
				div#primary div.content h1#news-title {
					margin: 0.8em 0 0.3em;
				}
				
				div#primary div.content h1#title,
				div#primary div.content h2#title {
					margin: 0.222222em -1px 0.5em;
					background: transparent url(../../_img/misc/header-divider.gif) 0 100% repeat-x;
					padding: 0 2px 0.5em;
					font-size: 1.38461em;
					color: #444; 
				}
				div#primary div.content h3 {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 1em;
					font-weight: normal;
					text-transform: none; 
				}
								
		div#page div#content div#secondary {
			position: relative;
			float: left;
			width: 273px;
			margin: 0;
			border: 1px solid #333;
			border-top: 1px solid #444;
			background: #fff url(../../_img/bg/two-col-sidebar-bot.jpg) 0 100% no-repeat;
			padding-bottom: 50px;			
		}
			div#page div#content div#secondary div.content {
				background: transparent url(../../_img/bg/two-col-sidebar-top.jpg) 0 0 no-repeat;
				width: 253px;
				padding: 10px 10px 0;
				float: left;
			}
				div#secondary div.content h2 {
					margin: 0.222222em -1px 0.5em;
					background: transparent url(../../_img/misc/header-divider.gif) 0 100% repeat-x;
					padding: 0 2px 0.5em; 
				}	
				div#secondary div.content h3 {
					font-style: normal;
					text-transform: uppercase;
					font-family: Arial, Helvetica, sans-serif;
					color: #444;
					font-size: 1em;
					margin-top: 1em;
				}			
			
			div#page div#content div#banner {
				text-align: center;
				margin: 20px 0;
			}
				div#page div#content div#banner a img {
					background-color: #fff;
					padding: 3px;
				}			
			div#page div#content div#sponsors {
				clear: both;
				margin: 20px 0 0;
			}
			div#page div#content div#sponsors a {
				background: transparent url(../../_img/sponsors/sponsors-footer.png) 0 0 no-repeat;
				width: 980px;
				height: 40px;
				display: block;
			}
				div#page div#content div#sponsors a span {
					position: absolute;
					left: -999999em;
				}						
		div#page div#content div#footer {
			clear: both;
			position: relative;
			font-size: 0.8333em;
			margin: 20px 0; 
			color: #888;
		}
		div#page div#content div#footer a {
			font-style: normal;
			color: #888;
			text-decoration: underline;
		}		
		div#page div#content div#footer ul#legal {
			list-style: none;
			margin-left: 10px;
			margin-right: 0;
			float: left;
			width: 600px;
		}
			div#page div#content div#footer ul#legal li {
				float: left;
				margin-right: 10px;
				position: relative;
			}		
				div#page div#content div#footer ul#logos li a {
					text-decoration: none;
					border-style: none;
					position: relative;
					top: 10px;
					outline: none;
				}
			
		div#page div#content div#footer ul#credits {
			position: relative;
			float: right;
			width: 300px;
			list-style: none;
			margin-right: 0;
		}
			div#page div#content div#footer ul#credits li {
				text-align: right;
				margin-right: 10px;
				float: right;
			}		
/* ------------- end template structure ------------- */

div#home {
	overflow: hidden;
}
	div#home div#billboard {
		position: relative;
		background-color: #fff;
		width: 960px;
		z-index: 1;
		padding: 9px;
		border: 1px solid #333;
		border-top: 1px solid #444;
	}
		div#home div#billboard div#cycle {
			overflow: hidden;
		}
	div#home div#billboard-nav {
		float: right;
		margin: 5px 0 7px;
	}
		div#home div#billboard-nav a {
			background-color: #fff;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 18px;
			font-style: normal;
			border: 1px solid #333;
			border-top: 1px solid #444;
			padding: 3px 13px;
			outline: none;
			color: #444;			
		}
			div#home div#billboard-nav a:hover {
				color: #888;			
			}		
	div#home div#billboard-caption {
		color: #fff;
		float: right;
		font-style: italic;
		margin: 7px 15px 7px 0;
		font-size: 1.23076em;
	}						
	div#home div.column {
		float: left;
		margin: 0 4px 0 0;
		width: 240px;
		border: 1px solid #333;
		border-top: 1px solid #444;
		background: #fff url(../../_img/bg/four-col-bot.jpg) 0 100% no-repeat;
	}
		div#home div.column div.content {
			background: transparent url(../../_img/bg/four-col-top.jpg) 0 0 no-repeat;
			width: 220px;
			padding: 10px 10px 0;
			float: left;
		}	
	div#home div.column h2 {
		margin: 0.222222em -1px 0.5em;
		background: transparent url(../../_img/misc/header-divider.gif) 0 100% repeat-x;
		padding: 0 2px 0.5em; 
	}

	div#home div.last {
		margin-right: 0;
	}
ul#news {
	list-style: none;
	padding: 0;
	margin: 0;
}
	ul#news li {
		margin: 0;
		padding: 0;
	}
		ul#news li.news-item {
			clear: both;
			padding-bottom: 1em;
			float: left;
			width: 100%;
		}
			ul#news li.news-item h2 {
				margin-top: 0.25em;
			}
				ul#news li.news-item h2 a {
					color: #747421;
				}
					ul#news li.news-item h2 a:hover {
						color: #444;
					}	
			ul#news li.news-item h3 {
				margin-top: 0.2307em;
			}
p.posted {
	color: #999;
	font-size: 0.8333em;
}

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: 0;
	margin: -1em 0 2em;
	list-style: none;
	color: #999;
	font-size: 0.84615em;
	padding: 7px 10px 8px;
	background-color: #eee;
	border-top: 1px dashed #bbb;
	width: 660px;	
}					
	ul.meta li {
		float: left;
		margin: 0 25px 0 0 !important;
	}											
								
div#comment-area,
div#contact-area {
	background-color: #eee;
	border: 1px dashed #bbb;
	clear: both;
	margin-bottom: 1em;
	padding: 10px;
}
	div#comment-area h4 {
		clear: both;
		margin-top: 0.5em;
		color: #444;
		font-size: 1em;
		font-style: normal;
		text-transform: uppercase;
	}
	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.84615em;
				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: 400px;
	}									
		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: 600px;
	}
		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: 500px;
			}
			ol#contact-form li label {
				display: block;
				margin-bottom: 0.25em;
			}
			ol#contact-form li select#cfsubject {
				margin-bottom: 5px;
				width: 255px;
			}							
			div#comment-area ol#comment-form li button#submit {
				background-color: #222;
				color: #fff;
				padding: 5px 10px;
				display: block;
				border: none;
				cursor: pointer;
				margin-top: 7px;				
			}
				div#comment-area ol#comment-form li button#submit:hover {
					background-color: #444;
				}
			
			ol#contact-form li button#send {
				background-color: #222;
				color: #fff;
				padding: 5px 10px;
				display: block;
				border: none;
				cursor: pointer;
				margin-top: 7px;				
			}
				ol#contact-form li button#send:hover {
					background-color: #444;
				}												
		
ul.photo-thumbs {
	list-style: none;
	margin: 0 0 1em;
}
	ul.photo-thumbs li {
		float: left;
		padding: 0 5px 5px 0;
		margin: 0;
		line-height: 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 {
			margin: 0;
		}
			ul.photo-thumbs li a.on img {
				background-color: #fefdba;
			}		
		ul.photo-thumbs li a img {
			border: 1px solid #CCCCCC;
			height: 62px;
			padding: 3px;
			width: 62px;
		}
		ul.photo-thumbs li a:hover img {
			border: 1px solid #444;
		}		
		ul.photo-set li a img {
			height: 73px;
			width: 73px;
		}		
ul#photostream {
	list-style: none;
	margin: 0;
}
	ul#photostream li {
		float: left;
		margin-right: 0px;
		margin-bottom: 30px;
		width: 325px;
	}
		ul#photostream li.alternate-row {
			clear: both;
			margin-right: 20px;
		}
		ul#photostream li h5 {
			margin-bottom: 0.5em;
			text-transform: none;
		}
			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: 3px;
				border: 1px solid #ccc;
			}	
		ul#photostream li ul.meta {
			margin: 0 0 2em;
			padding: 5px 0 8px;
			background-color: #fff;
			border: none;
			width: 250px;
		}
			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.sponsor {
	border-left: 1px solid #ddd;
	margin: 0 40px 40px 215px;
	padding-left: 20px;
}
	div.sponsor div.sponsor-img {
		position: absolute;
		left: 10px;
		width: 200px;
		overflow: hidden;
		text-align: center;
	}

div#photo-detail-nav {
	margin: 0 0 10px;
}
	div#photo-detail-nav h5 {
		margin: 0 0 0.5em;
	}
	div#photo-detail-nav ul {
		list-style: none;
		margin: 0;
	}
	div#photo-detail-nav ul li {
		float: left;
		margin-right: 5px;
	}
	div#photo-detail-nav a {
		border: none;
		background: transparent none;
		outline: none;
	}
		div#photo-detail-nav img {
			height: 73px;
			width: 73px;
			padding: 3px;
			background: #fff none;
			border: 1px solid #ccc;
			display: block;
		}
			div#photo-detail-nav a:hover img {
				border: 1px solid #444;
			}			
			div#photo-detail-nav a img.last {
				margin-right: 0;
			}			
		div#photo-detail-nav a span {
			border: none;
			width: 81px;
			height: 10px;
			display: block;
			margin-top: 5px;
			float: left;
			text-indent: -9999em;		
		}
			div#photo-detail-nav a span.next {
				background: transparent url(../../_img/misc/right-arrow.jpg) 100% 0 no-repeat;
			}
			div#photo-detail-nav a span.previous {
				background: transparent url(../../_img/misc/left-arrow.jpg) 0 0 no-repeat;
			}
			div#photo-detail-nav a:hover span.next {
				background: transparent url(../../_img/misc/right-arrow.jpg) 100% -10px no-repeat;
			}
			div#photo-detail-nav a:hover span.previous {
				background: transparent url(../../_img/misc/left-arrow.jpg) 0 -10px no-repeat;
			}			
div.press-release {
	line-height: 18px; /* IE */
	overflow: hidden;
}

div.link-cat {
}
	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;
	}

	
/* ------------- re-usable classes ------------- */

ul.team-members-overview {
	list-style: none;
	margin: 0;
	border-top: 1px solid #DDDDDD;
	width: 620px;
}
	ul.team-members-overview li {
		border-bottom: 1px solid #DDDDDD;
		clear: none;
		float: left;
		padding: 5px;
		width: 300px;
	}
ul.team-members {
	list-style: none;
	margin: 0;
}
	ul.team-members li {
		padding: 20px 5px 0;
		clear: both;
	}
		ul.team-members li:first-child {
			padding-top: 0;
		}	
	ul.team-members li a {
		font-style: normal;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		color: #444;
	}
		ul.team-members li ul {
			list-style: none;
			margin: 5px -5px 20px;
			border-top: 1px solid #ddd;
		}
		ul.team-members li ul li {
			float: left;
			border-bottom: 1px solid #ddd;
			width: 116px;
			padding: 5px;
			clear: none;
		}
			ul.team-members li ul li:first-child {
				padding: 5px;
			}
			ul.team-members li ul li a {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-style: italic;
				text-transform: none;
				color: #747421;
			}
			ul.team-members li ul li a:hover,
			ul.team-members li ul li.current_page_item a,
			ul.sidelist li.current a {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-style: italic;
				text-transform: none;
				color: #444;
			}
			
			div#team-member-pic {
				width: 210px;
				float: left;
				margin-bottom: 10px;
			}
				div#team-member-pic img {
					max-width: 180px;
					padding: 3px;
					border: 1px solid #ccc;
				}
			ul#team-member-details {
				float: left;
				width: 450px;
				list-style: none;
				margin: 0;
				border-top: 1px dotted #ddd;
				padding-top: 4px;
			}
				ul#team-member-details li {
					clear: both;
					padding: 5px 10px;
					border-bottom: 1px dotted #ddd;
				}
					ul#team-member-details li span.legend {
						clear: both;
						color: #666;
						float: left;
						font-size: 0.84615em;
						padding-right: 10px;
						padding-top: 0.15384em;
						text-transform: uppercase;
						width: 70px;
						text-align: right;
					}
						ul#team-member-details li ul.data {
							border: none;
							float: left;
							list-style: none;
							margin: 0 0 0 10px;
							padding-left: 0;
						}	
							ul#team-member-details li ul.data li {
								background: transparent none;
								border: none;
								clear: none;
								float: left;
								margin-left: 0;
								margin-right: 20px;
								padding: 0 0 2px;
								white-space: nowrap;
								width: 140px;
							}						

table.results {
	width: 100%;
	margin: 0 0 20px;
}						
	table.results tr th {
		border-bottom: 1px solid #ddd;
		padding: 4px 8px;
		font-weight: bold;
	}
	table.results tr td {
		border-bottom: 1px dotted #ddd;
		padding: 4px 8px;
	}																												
div.post {
	margin-right: 0;
}
	div.post img {
		background-color: #fff;
		padding: 3px;
		border: 1px solid #ccc;
	}

div.widget ul,
ul.sidelist {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
	div.widget ul li,
	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,
textarea#comment,
textarea#cfmessage {
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	padding: 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}
	input.text:hover,
	input.text:focus,
	textarea#comment:hover,
	textarea#comment:focus,
	textarea#cfmessage:focus {
		border-color: #888;
	}

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;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 60px;
	height: 60px;
}

img.floatL {
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;	
}

.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 {
			background-color: #747421;
			color: #fff;
			font-style: normal;
			padding: 3px 6px;
		}
		ul.pagination li span.disabled {
			color: #ddd;
		}	

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;
	}

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: #540C0E;
	}
.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;
		}

a.no-border {
	border: none !important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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