body
{
	background-color:#EAEAEA;
}

html, body, table, tr, td, span, div, li
{
	font-family:Georgia;
	font-size:14px;
}

h1
{
	margin:2px;
	color:white;
	font-style:italic;
}
font.sub
{
	color:white;
	font-style:italic;
	font-size:17px;
}

.header
{
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;

	height:170px;

	padding-left:15px;
	padding-top:8px;
}

.content
{
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-y;

	padding:5px 20px;
}
.commment {
	padding: 5px;
	border: 1px dashed #aaa;
}

.cat_title {
	font-size:18px;
	font-weight:bold;
	}

.posttitle {
	font-size: 16px;
	font-weight:bold;
	padding:9px 0 6px 0;
	}
.post, .comment {
	border:1px dashed #aaa;
	padding:7px;
	margin-bottom:7px;
}
.postmetadata, .postmetadata a {
	font-size:10px;
	}
.social, .social a {
	font-size:11px;
	}
/*we're hiding "Categories","Pages" titles, etc. in sidebar widgets*/
.widgettitle {
	display:none;
}
#sidebar{
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
	}
li.catlist {
	margin:5px;
	font-weight:bold;
	border:1px solid #CCC;
	padding:5px;
	background-color:#EEE;
}

li.postlist {
	margin:0;
	padding: 3px 3px 0 9px;
	 }
.sidetext {
	padding:3px;
	text-align:center;
	font-size: 11px;
	}
.footer
{
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	height:45px;
	padding-top:11px;
	text-align:center;
	font-size:10px;
	color:#aaa;
	
}


a:link, a:visited, a:active {
	color:#0767B0;
	}
a:hover {
	color:#0033FF;
	}
a.menu:link, a.menu:visited, a.menu:active, #sidebar a:link, #sidebar a:visited, #sidebar a:active
{
	font-size:12px;
	color:#0767B0;
}
a.menu:hover, a.sidebar:hover
{
	color:#0033FF;
	background-color:#DDD;
}


a.fnote:link, a.fnote:visited, a.fnote:active
{
	font-size:11px;
	color:#0767B0;
}
a.fnote:hover
{
	color:#0033FF;
}




.menuItem
{
	margin:5px;
	border:1px solid #CCC;
	padding:5px;
	background-color:#EEE;
}