/* @override http://pedaldriven.howellatthemoon.com/wp-content/themes/pedaldriven/style.css */

/*
THEME NAME: pedaldriven
THEME URI: http://www.plaintxt.org/themes/pedaldriven/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, pedaldriven is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: pedaldriven, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */

html, body {
	margin: 0px;
	padding: 0px;
	color: #322110;
	font: 1em/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-image: url(http://pedaldriven.howellatthemoon.com/wp-content/uploads/2010/06/website-BG-e1275417605963.jpg);
}

/* @group Header */

#wrapper {
	width: 1000;
}

#header {
	width: 900px;
	height: 160px;
	text-align: center;
	margin: auto;
	padding-top: 20px;
}

#blog-title, #blog-description {
	display: none;
}



/* @end */

/* @group Menu */

div#top-nav-menu {
	width: 900px;
	margin: auto;
	background: url(images/chain2.png) repeat-x 0 bottom;
	padding-bottom: 40px;
}

div#top-nav-menu ul {
	margin:0;
	padding:0;
	text-align: center;

}

div#top-nav-menu ul li {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
	padding: 8px;
	display: inline;
}

div#top-nav-menu ul li a {
	text-decoration: none;
}

div#top-nav-menu ul li a:hover {
	border-top: 2px solid #fdb728;
	border-bottom: 2px solid #fdb728;
}

#pages-3 h3.widgettitle {
	display: none ;	
}

#pages-3 {
	list-style-type: none;
}


/* @end */


#content {
	background:  no-repeat 0 bottom;
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
	margin: 40px auto auto;
	padding-bottom: 300px;
}

#secondary {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer-topper div div form {
	float: right;
	position: relative;
	top: -100px;
	right: 20%;
}

h2 {
	color: #fdb728;
	font-size: 1.5em;
	text-shadow: #442d15 0 1px 3px;
	text-transform: uppercase;
}

p {
	text-align: justify;
}

a {
	color: #000000
}

#secondary p {
	text-align: center;
}



#footer 
{
	clear: both;
	width: 900px;
	color: #fff;
	font-size: .8em;
	text-align: center;
	margin: 0 auto auto;
	background-image: url(http://pedaldriven.howellatthemoon.com/wp-content/uploads/2010/06/website-L3.png) no-repeat;
	height: 75px;
}

#footer div form div {
	text-align: left;
	padding-left: 150px;
}

#footer div form div input {
	height: 2em;
	margin: 10px;
	padding-right: 10px;
	padding-left: 5px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}










.entry-title,.entry-meta {
clear:both;
}

/* @group Comments */

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

/* @end */

/* @group Sidebar */
/* 
div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

My Comment */

/* @end */

/* @group Image Alignment */

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

/* @end */

/* @group Posts Nav */

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

/* @end */