/*

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

*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, luxi sans, Helvetica, sans-serif;
	text-align: center;
	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 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;
}

#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-quote {
	margin-left: 30px;
	margin-right: 50px;
	font-size: 12px;
}

.contents-pictures {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.contents-pictures img {
	display: block;
	float: left;
	width: 140px;
	margin-right: 20px;
}

.contents-image {
	float: right;
	width: 40%;
	font-size: 10px;
	line-height: 130%;
	margin-left: 15px;
	margin-bottom: 15px;
	clear: right;
}

.contents-image img {
	float: right;
	width: 100%;
}

.contents-media {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
}

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

}

#contents a span {
	display: none;
}

#contents a:hover span {
	display: block; 
	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: grey;
	font: 10px Verdana, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contents table {
	border-spacing: 0px;
}

#contents ul li {
	list-style-type: disc;
}

#contents ol li {
	list-style-type: decimal;
}

#contents ol ol li {
	list-style-type: lower-alpha;
}

.blosxomStoryLinks {
	font-size: 10px;
}

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

h2 {
	margin-bottom: 2px;
}

h3 {
	margin-bottom: 2px;
}

hr {
	margin: 20px -3px;
	border: none 0;
	border-top: 1px dashed #FFCC33;
	height: 1px;
}

.googleplus {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
}
 
#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.helpwanted_old {
	border: 0px;
	top: 0px;
	right: 0px;
	position: fixed;
}

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

