/*
Theme Name: Fuck me its Early!
Description: Another Theme for me!!!
Version: 1.0
Author: Andrew Weddle
Author URI: http://www.andrewweddle.com/
*/

/*Body*/
body {
	font-family:Arial, Helvetica, Georgia, Sans-Serif;
	font-size:13px;
	text-align:left;
	background:#ffffff;
	color:#222222;
	margin:0px;
	padding:0px;
}

/* header */
#header {
	background: url(images/header3.png) no-repeat center;
	height:240px;
	width:100%;
	margin-bottom: 10px;
}

/* wrapper to keep everything into 760px; */

#wrap {
	width: 760px;
	margin: auto;
	/*background: rgba(255,0,0,0.2);*/
}

/* menu */

#menu {
	width: 100%;
	margin: auto;
}

#menu ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	height: 40px;
	border-bottom: 1px dotted #9f9f9f;
	background: rgb(250,250,250);
}

#menu ul li {
	display: block; /* these 2 lines achieve the same as display: inline */
	float: left; /* see above */
	padding: 12px;
	border-top: 1px solid rgb(250,250,250); /*this is just cause the padding is 1 pixel out for some reason.*/
}

#menu ul .current_page_item{
	padding: 12px;
	border-top: 1px dotted #9f9f9f;
	border-left: 1px dotted #9f9f9f;
	border-right: 1px dotted #9f9f9f;
	border-bottom: 1px solid rgb(255,255,255);
	background: rgb(255,255,255);
}

#menu ul li a{
	color: #310;
	text-decoration:none;
}

#menu ul li a:hover{
	color: #f00;
	text-decoration:underline;
	
}

/* content box */

.content {
	padding: 10px;
	width: 738px;
	float: left;
	border-left: 1px #9f9f9f dotted;
	border-bottom: 1px #9f9f9f dotted;
	border-right: 1px #9f9f9f dotted;
	margin-bottom: 10px;
}

h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #e60 solid;
	width: 100%;
	text-align: right;
	font-family: Verdana, Sans Serif, Arial;
	color: #e60;
	font-size: 26px;
}

h2 {
	text-align: left;
	font-family: Verdana, Sans Serif, Arial;
	color: #444;
	font-size: 20px;
}

/* footer */

#footer {
	width: 100%;
	background: rgb(27,16,13);
	color: #ccc;
	clear: both;
	
}

#footerwrap {
	margin: auto;
	width: 760px;
	text-align: right;
}

#footer a {
	color: #ccc;
	text-decoration: underline;
}

#footer em {
	color: #888;
	font-style: normal;
}


