/*   
Theme Name: ericschleeper.com
Theme URI: ericschleeper.com
Description: ericschleeper.com
Author: ericschleeper
Author URI: ericschleeper.com
*/

body
{
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif
}
#head_back_img
{
	width:700px;
	height:30px;
	background:url(images/head.jpg);
}
#mainContainer
{
	color:white;
	margin:auto;
	width:700px;
	background:url(images/back.jpg);
}
#headerTop
{
	width:700px;
	height:7px;
	background:url(images/headtop.png);
}
#flash_header
{
	width:700px;
	background:url(images/headback.png);
}
#flash_header_img_links
{
	padding:50px;
}
#flash_header img
{
	border:0px;
}
#headerBottom
{
	width:700px;
	height:16px;
	background:url(images/headbottom.png);
	margin-bottom:30px;
}
#sidebar
{
	margin-left:25px;
	width:650px;
}
#main_content
{
	margin-left:25px;
	width:650px;
}
.posttop
{
	width:650px;
	height:7px;
	background:url(images/posttop.jpg);
}
.postback a
{
	text-decoration:underline;
	color:white;
}
.postback h3
{
	text-align:center;
}
.postback
{
	background:url(images/postback.jpg);
	padding:20px;
}
.postbottom
{
	width:650px;
	height:16px;
	background:url(images/postbottom.jpg);
	margin-bottom:30px;
}
#commentdiv textarea
{
	width:400px;
}
#footer
{
	width:700px;
	height:99px;
	background:url(images/footer.jpg);
	text-align:center;
}
#resume {

	padding:5px;
}
.resume_border {
	margin-left:50px;
	width:500px;
}
.resume_border h2 {
	border:1px solid #b4bfbf;
	background:url(http://www.ericschleeper.com/resume/resume.jpg) repeat-x;
	height:29px;
	font-size:1.2em;
}
.resume_heading {
	color:#000000;
}
.resume_border h3 {	
	font-size:1em;
	margin-left:5px;
}
.resume_border h4 {	
	font-size:0.8em;
	margin-left:5px;
}
#resume td {	
	font-size:0.8em;
	margin-left:5px;
	padding-left:10px;
	font-weight:bold;
}
input {
	color:#666666;
	font-size:1.5em;
	border:1px solid #666666;
}
textarea {
	color:#666666;
	font-size:1em;
	border:1px solid #666666;
}