body
{
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
}
body
{
	background: url('../img/home.jpg') top left no-repeat;
}


a, a:visited
{
	text-decoration: none;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;	
	color: #dd2708;
}


h2 a,h2 a:visited { color: #333; border-style: none; }

a img
{
	border-style: none;	
}

#content
{
	margin-top: 50px;
	margin-left: 380px;
	width: 500px;
	
}

#content img
{
	display: block;
}

h1,h2,h3,h4,h5,h6
{
	padding: 0;
	margin: 0;	
}

h1
{
	position: relative;
}

.blogpost
{
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: 11px;
}

.postpage img
{
	margin: 24px 0;
}

.postpage
{
	width:550px;
	font-size: 14px;
}

code { font-size: 11px; color: #449; }
		
h2,h3
{
	font-family: times, times new roman, georgia, serif;
	font-size: 30px;
	font-style: normal;
	color: #333;
	padding-top: 5px;
	margin-left: -2px;
	line-height: 24px;
}

h3
{
	font-size: 24px;	
}

.dateline, .tags
{
	text-transform: uppercase;
	font-family: arial black, arial;
	font-size: 10px;
	margin-top: 2px;
	color: #a3a3a3;
}

.tags, .tags a
{
	color: #a3a3a3;
	margin-top: -4px;	
	border-style: none;
}

.blogline
{
	overflow: hidden;
	height: 1px;
	background: url('../img/stripe.gif') top left repeat-x;
	margin: 4px 0;	
}

.blogpost p, .blogpost li, .blogpost blockquote
{
	line-height: 1.8em;	
}

.clearer
{
	clear: both;
	overflow: hidden;
	height: 16px;
}

.contentspacer,.rightsideseperator
{
	clear: both;
	overflow: hidden;
	height: 32px; 
}

#sidebar
{
	position: absolute;
	left: 61px;
	top: 357px;	
	width: 244px;
	font-size: 11px;
	/*line-height: 1.5em;*/
	border-bottom: 64px solid white;
}

#sidebar a, #sidebar a:visited
{
	color: #dd2708;
}

.rightcon
{
	float: right;
	margin-top: 1px;
	margin-left: 3px;	
}

.leftopt
{
	margin-right: 18px;	
}

.dategroup
{
	color: #b9b9b9;
	text-align: right;	
	padding-top: 4px;
	padding-bottom: 2px;
	/*border: 1px solid red;*/
}

#sidebar ul,#rightside ul
{
	padding: 0;
	margin: 0;	
	/*list-style-type: none;*/
}

#sidebar ul li
{
	margin-bottom: 4px;
	list-style-position: inside;
}

#rightside ul li
{
	list-style-position: inside;	
}

#sidebar .links
{
	margin-top: 8px;	
}

#rightside
{
	position: absolute;
	top: 190px;
	left: 920px;
	/*right: 40px;*/
	width: 200px;
	font-size: 11px;	
	/*text-align: justify;*/
	line-height: 1.8em;
}

#rightside img
{
	display: block;
	margin-bottom: 16px;	
}


