

*
{
padding: 0em;
margin: 0em;
}

body
{

padding: 10px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
margin-top: 1.0em;
text-align: left;
}

p.floatright{
	float: right;
	padding: 1px;
}

#ads
{
	border:1px solid #777777;
}


a
{
color: #0000cc;
text-decoration: underline;
}

a.title
{
color: #333333;
text-decoration: none;
}

a.title:hover
{
color: #333333;
text-decoration: underline;
}


a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.5em;
padding-right: 34px;
}

h4
{
font-size: 1.1em;
padding-right: 10px;
}

h4.post_date{
	position: absolute;
	right: 300px;
	font-size: .8em;
	color: #6F6F6F;
}

.contentarea
{
padding-top: 1.3em;
margin: 0.1em 0.5em 1.1em 0.2em;
}

.secondarycontentarea
{
padding-top: .5em;

}

.normalcontent
{
width: 70%;
}

img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
height: 15px;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #000000;
margin: 2.0em 0em 2.0em 0em;
}

.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}


.box
{
left:31px;
padding:0.5em;
position:relative;
top:-1.5em;
}

ul
{
list-style: disc;
}

ul li
{
line-height: 1.6em;
margin-left: 12px;
}

ol
{
margin-left: 12px;
}

ol li
{
line-height: 1.6em;
margin-left: 12px;
}


#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 70%;
max-width: 1000px;
/*border: solid 1px #000000;*/
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 8.0em;
margin-bottom: 1px;
margin-top: 35px;
}

#headerimage
{
float: left;
padding: 0 5px 0 0;	
}

#BlogTitle
{
float:left;
position: relative;
bottom: -6em;
}

#headercontent
{
position: absolute;
bottom: 1em;
}

#headercontent h1
{
font-weight: normal;
color: #777;
font-size: 2.0em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#header .links
{	
width: 20%;
position: absolute;
bottom: 0.5em;
left: 0em;
}


#search
{
position: absolute;
top: 3em;
right: 7.0em;
padding-right: 0.0em;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #939B00 url('../images/buttonbg.gif') repeat-x;
border: solid 1px #5F6800;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}


#content
{
padding: 0em 0em 0em 0em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22.0em 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}

#secondarycontent li
{
list-style-type: none;
}

#footer
{
/*Not sure why, but taking this out makes my body bg color disappear. */
clear: both;
}



pre {
	background:#F9F9F9 none repeat scroll 0% !important;
	border:1px dashed #2F6FAB;
	padding: 0.15em;
	margin-bottom: 10px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#post_body{
	width : 600px;
}
