/*
Theme Name: Way Opens
Theme URI: http://www.nathangwirtz.com/
Description: Custom wordpress theme for Patricia Wild, Way Opens web site
Version: 1.0
Author: Nathan Gwirtz
Tags: 


*/

body {
	background: rgb(36,36,36);
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}

#header {
	margin: 0 0 20px 0;
}

#content {
	width: 780px;
	background-color: rgb(255,255,255);
	border: 3px solid rgb(130,130,130);
	margin: 0 auto;
}

#menu {
	width: 180px;
	padding: 0 20px 20px;
	float: left;
}

#menu>ul {
	list-style: none;
	margin:0;
	padding:0;
}

#menu>ul>li {
	margin-top: 8px;
	font-weight: bold;
	font-size: 14px;
}

#menu>ul>li>ul {
	margin: 0;
	padding-left: 1em;
	list-style:disc;
	font-weight: normal;
}

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

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item:before {
	content: "\00BB  ";	
}

#calendar a {
	color:#990000;
}

#main {
	width: 519px;
	padding: 0 20px 20px;
	float: right;
	border-left: 1px dotted rgb(130,130,130);
}

#main>h2:first-child {
	margin-top: 0;
}

.post {
	border-bottom: 1px dotted rgb(200,200,200);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#bottomContent {
	width: 780px;
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
	color: white;
}

.meta {
	color: rgb(130,130,130);
	font-size: 0.9em;
}

a { 
	color: rgb(36,36,36);
	text-decoration: underline;
}

a:hover {
	color: rgb(0,94,153);
}

#bottomContent a {
	color: white;
}

a img {
	border: none;
}

.alignright {
	float: right;
	margin-left: 5px;
}
.alignleft {
	float: left;
	margin-right: 5px;
}

/* contact form styles */

#contactform input[type=text], #contactform textarea {
	width: 200px;
	border: 1px solid rgb(130,130,130);
}

#contactform textarea {
	height:100px;
}

#contactform .sendform {
	text-align: center;
}

#contactform label {
	display:block;
	width: 200px;
	text-align: right;
}

#contactform td.messagelabel {
	vertical-align: top;
}

#contactform input[type=text].fieldError, #contactform textarea.fieldError {
	border: 2px solid red;
}

/* home page styles */

#homeTop {
	border: 2px solid rgb(130,130,130);
	padding: 20px;
	position: relative;
}

#homeTop>.storycontent>p:first-child {
	margin-top:0;
}

#homeTop .wp-image-12 {
	margin: -40px 0 -40px 5px;
}

#postPagination {
	text-align:center;
}

/* comments styles */

#comments {
	margin-top: -8px;
	padding-top: 0;
	border-top: 1px dotted rgb(200,200,200);
}

#comments h4 {
	font-size: 1.2em;
}

ol#commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted rgb(200,200,200);
	margin-bottom: 2px;
}

#commentlist li {
	margin: 10px 0;
	padding: 10px;
	border-top: 1px dotted rgb(200,200,200);
	clear: both;
}

.commentmetadata {
	width: 22%;
	float: left;
	margin: 0 0 0 2em;
	position: relative;
	color: rgb(130,130,130);
}

.commentmetadata>* {
	display: block;
	margin-bottom: 1em;
}

.commentnumber {
	position: absolute;
	left: -2em;
}

.commentdate {
	margin-bottom: .5em;
}

.commenttime {
	margin-bottom: 1.75em;
}

.commenttext {
	width: 70%;
	float: right;
}

.commenttext p:first-child {
	margin-top: 0;
}

.commentauthor {
	text-align: right;
	clear: both;
}

#leaveacomment {
	border-top: 1px solid rgb(200,200,200);
}

#commentform textarea {
	width: 100%;
}