/*

Default fcbikecoop.org/john HTML Stylesheet
John Taggart <john@fcbikecoop.org>

*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, luxi sans, Helvetica, sans-serif;
	color: #FFCC33;
	background-color: #513419;
}

body a:link, a:visited {
        color:White;
        text-decoration: none;
}

body a:hover {
        color:#fff000;
        text-decoration: none;
}

#container {
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #513419;
}

#header {
	font-weight: bold;
	font-size: x-large;
        letter-spacing: .5em;
	height: 35px;
	background-color: #513419;
	border-bottom: 1px dotted #FFCC33;
}

#menu {
	font-family: luxi sans, Helvetica, sans-serif;
        text-align: center;
        margin-top: 15px;
	padding-bottom: 3px;
        display: block;
        float: left;
        width: 128px;
        border: 1px solid #FFCC33;
        background-color: #825127;
        -moz-border-radius: 5px;
        border-radius: 5px;
	font-size: 12px;
	clear: left;
}

#menu input {
	width:110px;
	margin-bottom:-10px;
}

#menu a:link, a:visited {
        color:White;
        text-decoration: none;
}

#menu a:hover {
        color:#fff000;
        text-decoration: none;
}

#menu h2 {
	line-height: 100%;
	margin-bottom: 1px;
}
	

#menu ul, li {
        text-align: left;
	list-style-type: none;
	padding-left: 2px;
	margin: 2px 0px 6px 0px;
}

.menu-item a {
	margin: 3px;
	padding-top: 3px;
        text-align: center;
        display: block;
        width: 120px;
        height: 17px;
	color: white;
        border: 1px solid #FFCC33;
        background-color: #B16F35;
        -moz-border-radius: 5px;
        border-radius: 5px;
	text-decoration: none;
}

.menu-image {
	margin: 3px;
        border: 1px solid #FFCC33;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

.menu-item-current a {
	margin: 3px;
        padding-top: 3px;
        text-align: center;
        display: block;
        width: 120px;
        height: 17px;
        border: 1px solid #FFCC33;
        color: black;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #FFCC33;
}

.menu-item a:hover, .menu-item-current a:hover {
        background-color: #FFCC33;
        color: black;
} 

.text_button {
   border: none;
   text-align: left;
   background-color: transparent;
   padding: 0;
   text-decoration: none; /* if desired */
   color: White;  /* or whatever other color you want */
}

.text_button:hover {
        color:#fff000;
        text-decoration: none;
}

#contents {
	padding: 15px;
	margin-top: 15px;
	margin-left: 142px;
	background-color: #825127;
	border: 1px solid #FFCC33;
	-moz-border-radius: 5px;
        border-radius: 5px;
	font-size: 14px;
	line-height: 150%
}

#contents input, select {
	font-size: 12px;
	color: #513429;
}

#contents textarea:focus, input:focus {
	background-color: #FFFFCC;
}

#contents a:link, a:visited {
        color:White;
        text-decoration: none;
}

#contents a:hover {
        color:#fff000;
        text-decoration: none;
}

.post {
	border-bottom: 1px dashed #FFCC33;
	padding-bottom:2px;
	}

.post h2 {
	padding-top:10px;
	padding-bottom:2px;
	margin-bottom:2px;
}

.post hr {
	display: block;
}

#content .post {
	margin: 0;
}

#content .postmetadata {
	font-size:11px;
	padding-top:14px;
}

.postmetadata {
	clear: right;
}

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

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

.navigation {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 10px;
	padding:2px 0px 20px 0px;
	}

.heading {
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
	margin-bottom: 8px;
}

h3 {
	margin-bottom: 2px;

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: left;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 130%;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

#footer {	
	margin-top: 10px;
	margin-left: 142px;
	clear: both;
	height: 20px;
	background-color: #513419;
        text-align: center;
	font-size: 12px;
}

img.helpwanted {
	border: 0px;
	margin-left: -7em;
	padding-left: -7em;
	float: right;
	position: relative;
	right: -6em;
	top: -1em;
}

img.urbanassault {
	margin-top: 12px;
	border: 0px;
}
