/*  
Theme Name: Tutorial
Theme URI: http://citizenjake.com
Description: Just a little something I whipped together. Don't try to steal it. I'll find you. 
Version: 1.0
Author: Jake
Author URI: http://citizenjake.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	 background: #4A525A;
}

h1{
	font-family: Helvetica, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

h1 a, h1 a:visited{
	color: #EEEEEE;
	text-decoration: none;
}
h2 a, h2 a:visited{
	color:#4A525A;
	text-decoration: none;
}

h3 a, h3 a:visited{
	color:#EEEEEE;
	text-decoration: none;
}

h4 a, h4 a:visited{
	color:#EEEEEE;
	text-decoration: none;
}

a:link img, a:visited img{
        color:#EEEEEE;
	text-decoration: none;
        border: none;
}

blockquote {
    margin:1em 1em 1em 1em;
    padding-left:1em;
    border-left:2px solid #848F9A;
    border-right:2px solid #848F9A;
}

/* Header & Nav
-----------------------------------------------------*/

#header{
	float: left;
	width: 100%;
	color: black;
        background: #4A525A;

}

.title{
	float: left;
	padding: 10px 10px 0px 0px;
}

.description{
	text-size: 1em;
	padding: 17px 0 0 15px;
}

#navcontainer{
	width: 100%;
	height: 35px;
	float: left;
	background: #848F9A;
}

.searchbox{
	float: right;
padding: 0 10px 0 0;
}

.navmenu ul {
	margin: 0; 
	padding: 10px 0 0 10px; 
	list-style-type: none; 
	list-style-image: none;
	float: left;
 }

.navmenu li {
	display: inline; 
	padding: 5px 20px 5px 10px
}

.navmenu a {
	text-decoration:none; 
	color: #EEEEEE;
	text-transform: uppercase;
	font-size: 1em;
 }

.navmenu a:hover {
	text-decoration: underline;
 }

#container{
	margin-left: 25px;
	float: left;
        	padding: 10px 0 10px 0;
	width: 615px;
}

.post{
	margin-bottom: 25px;
}

.post h2{
	font-family: "Grill Sans", Georgia, Sans-serif;
	font-size: 1.55em;
	margin-left: 130px;
        color: #4A525A;
}

.entry{
	line-height: 18px;
	margin-left: 130px;
}

.postcomments{
	margin: 3px 0 0 75px;
}

.category-aside h2{
        display: none;
}

.date_cal {
	float:left;
	display:inline;
	width: 90px;
	height: 13px;
	background: #6DA6E2;
	color:;
	margin-top: 9px;
        padding: 0 0 0 20px;
	}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#wrapper{
	margin 0 auto 0 auto;
        margin-left: 40px;
	width: 925px;
	text-align: left;
        background: white;
}
/* Sidebar
-----------------------------------------------------*/

.sidebar{
	float: left;
	width: 250px;
	background:#4A525A
color:#EEEEEE;
	margin: 0 0 0 20px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}


/* SubFooter
-----------------------------------------------------*/

#subfooter {
        width:100%;
        height:160px;
 background: #848F9A;
	color: #EEEEEE;
        clear:both;
}

#subfooter .widget {
width:180px;
height:150px;
float:left;
margin-left: 25px;
}

#subfooter .widget .inner {
padding:10px;
}


/* Footer
-----------------------------------------------------*/

#footer{
	clear: both;
	float: left;
width: 925px;
color:#EEEEEE;
}

#footer p{
	line-height: 18px;
}

a:visited{
text-decoration: none;

}

a:hover{
	text-decoration: underline;
}

a:link{
	text-decoration: none;
}

p{
	padding: 5px 0 0 0;
}

#adbox{
width: 500px;
background: red;
height:30px;
}

#postinfo{
       margin-left: 115px;
       width: 500px;
       background: white;
       height:30px;
}

/* Comments
-----------------------------------------------------*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	margin-left: 135px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

