/*  
Theme Name: The Sactorialist [clean]
Description: Custom Theme (Inspired by the Sartorialist, Portland Street Style, and Merdeka themes)
Version: 1.0
Author: eRags
Author URI: http://www.ericragsdale.com/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
/*	text-align: center;  */
/*	vertical-align: top;  */
	background: #ffffff;
	color: #000000;
}

/*
body {
	min-width:750px;
}
*/

body#commentspopup{
	overflow: scroll;
	padding: 0 10px 0 10px;
	margin: 10px auto 10px auto;
}
	
h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #339933;
}

a:hover{
	text-decoration: none;
	color: #4D4D4D;
}

p{
	padding: 10px 0 0 0;
}


#wrapper {
	margin:20px auto 0 auto;
	width:750px;
}

#header{
	height: 75px;
	background: url(./images/header.png) no-repeat center bottom;
	float: left;
	text-align: center;
	width: 500px;
}

#headerb{
	height: 75px;
	float: right;
	width: 250px;
}


#header h1{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:30px;
	font-weight: normal;
	text-transform:capitalize;
}

#header a{
	color: #4D4D4D;
}
	
#container{
	float: left;
	width: 500px;
	margin: 40px 0 0 0;
}

/*
#container a:link, a:visited{
	text-decoration: none;
	color: #66cc66;
}

#container a:hover{
	text-decoration: none;
	color: #4D4D4D;
}
*/

.post{
	padding: 10px 0 10px 10px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

.date{
	color: #4D4D4D;
}

.post img {
	border:1px solid #DDDDDD;
	padding:4px;
}

p.postmetadata{
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: right;
	width: 200px;
	padding: 0 0 0 0;
	margin: 40px 0px 0 0px;
}

.sidebar a{
	text-decoration: none;
	color: #4D4D4D;
}

.sidebar a:visited{
	text-decoration: none;
	color: #4D4D4D;	
}

.sidebar  a:hover, a:active {
	text-decoration:none;
	color:#339933;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 4px 10px 0 0px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Verdana, Sans-serif;
	font-size: 12px;
}

.sidebar ul ul li{
	padding: 10px 0 0 0;
	line-height: 12px;
}

.aktt_tweets ul li{
	color: #339933;
	padding: 10px 0 0 0;
	line-height: 14px;
}


#commentswrapper{
	margin: 0 0 0 0;
	overflow: hidden;   
	padding: 0pt;
	position: relative;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 0px 0 0;
}

.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 dotted #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;
}


#footer{
	clear: both;
	width: 516px;
	padding: 10px 0 0 0;
}

#footer p{
	text-align: center;
	background: #eee;
	line-height: 18px;
}

#img.avatar {
float: left;
margin: 0;
padding: 0 4px 0 0;
}