/*
Theme Name: FCP Theme
Theme URI: http://wordpress.org/
Description: Primary theme for FCPedaler.com.
Version: 1.0
Author: George Middlebrooks
Author URI: http://www.asideproject.com/
Tags: fixed width, two columns, centered

*/



/* =GM css
--------------------------------------------------------------------*/

/* =zero
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* =html redefenition
--------------------------------------------------------------------*/

body {
	background: #100 url(images/bg-head.jpg) 50% 0 repeat-x;
	font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	font-family: Trebuchet, "Trebuchet MS", verdana, sans-serif;
	margin-bottom: .5em;
	color: #432;
	line-height: 110%;
}

h1 {
	font-size: 210%;
}
h2 {
	font-size: 165%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}

h1.archivehead {
	border-bottom: 1px dotted #bb9;
	margin-bottom: 1em;
	padding-bottom: 6px;
}





p, ul, ol, hr {
	margin: 0 0 1.5em 0;
}

ul, ol {
	padding-left: 2em;
}

hr {
	border-top: 1px dotted #996;
}

.intro {
	font-size: 1.5em;
	line-height: 140%;
	color: #654;
	font-family: Trebuchet, "Trebuchet MS", verdana, sans-serif;
}




/* =structure
--------------------------------------------------------------------*/

#wrap, #head {
	width: 960px;
	text-align: left;
}

#wrap {
	margin: 0 auto;
	position: relative;
	background:  #fdfde3 url(images/bg-dots.gif) 660px 0 repeat-y;
/* 	min-height: 100%;
	margin-bottom: -90px; */
}


#head {
	height: 210px;
	float: left;
 	background: #fdfde3 url(images/bg-head.jpg) 50% 0 no-repeat;
}

#logo {
	float: left;
	width: 200px;
	padding-top: 190px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo h1 {
	text-indent: -10000px;
}

#content, #sidebar {
	float: left;
	display: inline;
}

#content {
	margin: 20px 39px 20px 40px;
	width: 580px;
}

#sidebar {
	width: 240px;
	margin: 20px 30px;
	color: #555;
	font: 10px/150% "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
}

/* =nav
--------------------------------------------------------------------*/


#nav  {
	float: right;
	margin: 0 10px 0 0;
	height: 190px;
	list-style: none;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-bottom: 10px solid #fdfde3;
	overflow: hidden;
	height: 180px;
}

ul#nav li a {
	padding-top: 180px;
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/:180px; /*for IE5/Win only */
	background-position: 50% top;
	background-repeat: no-repeat;
}

#nav a:hover, #nav li.current a {
	background-position: 50% -180px;
}

 

li#home {
	width: 59px;
}
li#featured {
	width: 134px;
}
li#bikes {
	width: 58px;
}
li#services {
	width: 78px;
}
li#about {
	width: 90px;
}
li#rides {
	width: 60px;
}
li#photos {
	width: 71px;
}
li#links {
	width: 60px;
}
li#findus {
	width: 73px;
}
li#blog {
	width: 57px;
}

/* =footer
--------------------------------------------------------------------*/
#footer {
	text-align: left;
	width: 100%;
	border-top: 2px dotted #654;
	float: left;
	clear: both;
/* 	min-height: 89px; */
	position: relative;
	background: #cca;
	font: 90%/140% "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	color: #eec;
}

.padder {
	width: 880px;
	margin: 0 auto;
	padding: 15px 0;
}

#footer a {
	color: #ffd;
}
#footer a:hover {
	color: #fff;
}

/* .clearfooter {
	height: 90px;
	clear: both;
} */

#footer li, #footer p li {
	display: inline;
}

/* =contents
--------------------------------------------------------------------*/


.clr {
	clear: both;
	visibility: hidden;
	margin: 0;
}

img.c, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

img.r, img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.l, img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.r, .alignright {
	float: right;
	}

.l, .alignleft {
	float: left;
}
	
img.noborder, .post img.noborder {
	border: 0;
}
	
	
/* =forms
--------------------------------------------------------------------*/

input, textarea {
	border: 2px solid #ddb;
	background: #eec;
	padding: 4px;
	margin-bottom: 2px;
	color: #666;
	font-family: trebuchet, "trebuchet ms", verdana, arial, helvetica, sans-serif;
}

input {
	width: 175px;
}

input:focus, textarea:focus {
	background: #fff;
}

input.but,  input#searchsubmit, #commentform input#submit {
	width: auto;
	border-bottom-color: #bb9;
	border-right-color: #bb9;
	padding: 3px;
	font-size: 12px;
}

/* =columns
--------------------------------------------------------------------*/

.col {
	float: left;
	display: inline;
	margin-right: 20px;
}

.fourth {
	width: 210px;
}

.third {
	width: 186px;
}

.half {
	width: 270px;
	margin-right: 30px;
}

.last {
	margin-right: 0;
}


/* =dl links
--------------------------------------------------------------------*/
.dl, .editlink a {
 	display: block;
 	padding: 1px 0 1px 17px;
	background-repeat: no-repeat;
	background-position: 0 50%;
 }
	
.fb {
	background-image: url(images/fb.gif);
}

.feed {
	background-image: url(images/rss.png);
}
	
.editlink a {
	padding-left: 16px;
	background-image: url(images/page_edit.png);
}


/* =sidebar
--------------------------------------------------------------------*/

#sidebar .plinks {
	list-style: none;
	overflow: hidden;
	width: 220px;
	padding: 0;
	margin: 0 0 1.5em 0;
}

#sidebar .plinks li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
/* 	float: left; */
	overflow: hidden;
	width: 220px;
}

#sidebar .plinks li a {
	padding-top: 30px;
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /*for IE5/Win only */
	background-position: 0 0;
	background-repeat: no-repeat;
}

#sidebar .plinks a:hover {
	background-position: 0 -30px;
}

.plinks a#marin {
	background-image: url(images/logos/marin.png);
}

.plinks a#diamondback {
	background-image: url(images/logos/diamondback.png);
}
.plinks a#titus {
	background-image: url(images/logos/titus.png);
}
	
#sidebar h3, .ruled, #content h1 {
	border-bottom: 1px dotted #ddc;
	padding-bottom: 4px;
}
	
	/* =OLD WP CSS
--------------------------------------------------------------------*/



/* Begin Typography & Colors */



.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}


small, .smaller, .editlink {
	font-size: 0.9em;
	line-height: 1.3em;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.postmetadata {
	margin-top: 2em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar {
	width: 100%;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: .9em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}
/* End Typography & Colors */



/* Begin Structure */



.post {
	margin: 0 0 30px 0;
	border-bottom: 5px solid #eec;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	}
	
.post img {
	border: 1px solid #996;
	padding: 1px;
}


.post hr {
	display: block;
	}

p.postmetadata {
	padding-top: 10px;
	clear: both;
	margin-top: 2em;
}



/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}



/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
/*	padding: 0 0 0 30px; 
	list-style: none;
	padding-left: 10px; 
	text-indent: -10px;*/
	}

html>body .entry li {
	margin: 2px 0 2px 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020"; */
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



li.pagenav, li.categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul.sidelist, #sidebar ul.sidelist ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar ul.sidelist li {
	list-style-type: none;
	list-style-image: none;
/* 	margin-bottom: 15px; */
	}

#sidebar ul p, #sidebar ul select {
/* 	margin: 5px 0 8px; */
}

#sidebar ul.sidelist li ul, #sidebar ul ol {
 	margin: 5px 0 1em 1em; 
}

#sidebar ul ul ul, #sidebar ul ol {
 	margin: 0 0 0 1em; 
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
	}
	
	
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
/* 	margin: 10px auto;
	padding: 5px 3px; */
	}

#sidebar #searchform #s {
	width: 108px;

	}

#sidebar #searchsubmit {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form, #footer form {
	margin: 0;
	}
	
#footer input {
		padding: 4px;
	font-size: 14px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px 0;
	width: 180px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}


#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2.5em;
	}
/* End Various Tags & Classes*/



/* Captions */

.c,
div.c {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-caption {
	border: 0;
	padding:0;
	text-align: left;
	margin: 0 0 9px 0;
}

.wp-caption img {
display: block;
margin-bottom: 3px;
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
	line-height: 130%;
	margin: 0;
	color: #555;
}
/* End captions */



	
/* =crucial WP overrides
--------------------------------------------------------------------*/
.linkcat, .blogroll {
	list-style: none;
}

.blogroll li {
	margin-left: 0;
	padding-left: 0;
}
	
.blogroll li:before {
	content: "\00BB \0020"; 
	}

li#event-calendar {
	list-style: none;
}

/* =excerpting
--------------------------------------------------------------------*/

.half .post {
	width: 270px;
}
.half .post img, .group img {
	max-width: 240px;
	height: auto;
}

.half .post .wp-caption {
max-width: 200px; !important
float: none; !important
margin: 0 auto 9px auto; !important
position: relative;
}

.half .post .wp-caption img {
	max-width: 188px; !important
}

.group img {
	float: right;
}


img.bare {
	border: 0;
}

#the_latest object {
	display: none;
}

div#the_latest div.wp-caption {
}