body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	vertical-align: top;
	background: #FFFFFF;
	color: #55554E;
}

#wrapper{
	clear: both;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	width: 660px;
	background: #FFFFFF;
	text-align: left;
}
h1{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: -1px;
	padding: 5px 0 3px 0px;
	color: #55554E;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 0 3px 0px;
	color: #55554E;
}

.headliner{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 56px;
	padding: 0px 0px 50px 0px;
	color: #55554E;
}
.headliner:hover{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 56px;
	padding: 0px 0px 50px 0px;
	color: #52b62d;
}

a{
	text-decoration: none;
	font-weight: normal;
	color:#52b62d;
}


a:hover{
	font-weight: normal;
	color: #52b62d;
	text-decoration: none;
}

blockquote { font-style: italic; 
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #55554E; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #111;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img { 
	padding: 0px 10px 10px 0px; 
	border: none;
}
.entry img.left { 
	padding: 20px; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 20px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #666;
	background: #444;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----POST----*/

#container{
	float: left;
	width: 650px;
	padding: 0px 0px 0px 20px;
}

#container1{
	float: left;
	width: 300px;
	position: absolute;
	top: 100px;
	bottom: auto;
	left: 52px;
	right: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.indexpost{
	position: absolute;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: auto;
}
.post{
	padding: 0px 0px 0px 0px;
}

.post h2{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 32px;
	padding: 0px 0px 20px 0px;
}

.entry{
	line-height: 14px;
	padding: 0px 0px 0px 0px;
}

.postinfo{
	font-family: Arial, Sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	color: #dbd0b3;
	padding: 20px 0 0px 0;
}

.postinfo a{
	color: #55554E;
}

.postdate{ 
	color: #dbd0b3; 
	font-size: 9px;
	font-weight: bold;
}

p.postmetadata{
	font-size: 9px;
	color: #dbd0b3;
	margin: 0px 0 0 0;
	padding: 0px 0px 50px 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 0px 20px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	background: none; 
}
