/* 
Theme Name: Wendy Theme
Theme URL: http://acohido.com/
Description: The Theme for WendyOrville.com
Author: Landon Acohido
Author URI: http://acohido.com
Version: 1.2
*/
@import url(reset.css);
/*
Here is a list of all the <DIV>s in Whiteboard.
*/
body{
	font-family:Arial, sans-serif;
	background: #0e0e0e;
	color: #FFF;
	font-size: 12px;
}
td {padding-bottom: 20px; line-height: 20px;}
.clear{clear: both; height: 0; width: 100%;}
a{color: #FFF; text-decoration: underline;}
h1, h2, h3, h4, h5, h6{margin-bottom: 15px; line-height: normal;}

h1 {
 font-size: 4.0em;
}
h2 {
 font-size: 3.0em;
}
h3 {
 font-size: 2.0em;
}
h4 {
 font-size: 1.5em;
}
blockquote {
 font-size: 1.5em;
}
p {
	font-size: 1.4em;
	margin-bottom: 1em;
	line-height: 1.4em; 
}
input {
 font-size: 1.0em;
}
small {
 font-size: 0.75em;
}

#container{
	/*background: url(images/grid.gif) repeat-y;*/
	margin: 0 auto;
	position: relative;
	width: 940px;
	margin-top: 40px;
}
h1{
	background: url(images/h1-3.gif) right no-repeat;
	width: 940px; height: 45px;
	z-index: 100;
}
h1 a {
	display: block;
	width: 100%; height: 100%;
}
h1 a span{display: none;}
#content{
	margin: 40px 0 0 240px;
	padding:0;
	width: 460px;
}
.all_content h2{font-size: 1.5em; text-transform: lowercase; font-weight: bold;}
#content_460{
	margin: 40px 0 0 400px;
	padding:0;
	width: 460px;
}
#content_540{
	margin: 40px 0 0 320px;
	padding:0;
	width: 540px;
}
#content_620{
	margin: 40px 0 0 240px;
	padding:0;
	width: 620px;
}
#content_700{
	margin: 40px 0 0 240px;
	padding:0;
	width: 620px;
}
#content_contact{
	background: url(images/contact2.jpg) top right no-repeat;
	margin: 20px 0 0 180px;
	padding:0;
	width: 540px;
	height: 612px;
}
#page_contact{
	color: #000;
	padding: 40px;
}
#page_contact p{font-size: 1.5em;}
#page_contact p a {color: #000;}
#content_comissions{
	margin: 80px 0 0 240px;
	padding:0;
	width: 620px;
}
#credits{text-align: center; margin: 10px; font-size: 10px;}
#comissions {padding-left: 80px; text-align: justify;}
#content_post{
	margin: 120px 0 0 240px;
	padding:0;
	width: 460px;
}
.press{margin-bottom: 20px;}
.press_title{font-size: 1.5em; font-weight: normal; font-style: italic; padding: 0; margin: 0;}
.press_subtitle span{font-weight: bold;}
#content_post a{color: #FFF; text-decoration: none;}
#content_post a:hover{color: #FFF; text-decoration: underline;}

#content_post_single{
	margin: 80px 0 20px 240px;
	padding: 20px;
	width: 540px;
	background: white;
	color: #000;
}
#content_post_single h3{font-size: 2em; text-align: center;}
#content_post_single a{color: #000; text-decoration: underline;}


#home_image{margin-top: 30px;}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{
	position: absolute;
	top: 0; left: 0;
	width: 140px;
}
#side_img{margin-top: 45px;}
#sidebar_540{
	position: absolute;
	top: 0; left: 0;
	width: 300px;
}
#side_img{margin-top: 30px; text-align: right;}
#footer{
	padding-top: 200px;
	position: relative;
	width: 620px;
	margin: 50px 0 0 240px;
}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}


/* 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 {
	padding: 4px 0 0 4px;
	margin: 0 0 10px 16px;
	display: inline;
	}

img.alignleft {
	padding: 4px 4px 0 0;
	margin: 0 16px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
