/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	}
h1 {
	font-size:18px;
	font-weight:bold;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	}
h3 {
	font-size:14px;
	font-weight:bold;
	}
strong {
	font-weight:bold;
	}
a {
	color:#2F6EBD;
	}
	
.page {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}
.header {
	position:relative;
	height:203px;
	background-image:url('images/header_bg.gif');
	background-repeat:repeat;
	}
.headerimg {
	position:absolute;
	top:30px;
	left:100px;
	width:363px;
	height:119px;
	}
	
.mycategories {
	position:absolute;
	top:34px;
	left:529px;
	width:229px;
	height:248px;
	background-image:url('images/posted.gif');
	background-repeat:no-repeat;
	padding-top:90px;
	padding-left:60px;
	line-height:140%;
	}
.mycategories ul {
	margin:0px;
	padding:0px;
	line-height:20px;
	}
.mycategories ul li {
	list-style:none;
	padding-left:15px;
	}
.current-cat {
	background-image:url('images/curr-cat.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	}
	
.narrowcolumn, .widecolumn {
	position:relative;
	width:415px;
	padding-left:35px;
	float:left;
	}
	
#sidebar {
	position:relative;
	margin-left:550px;
	margin-top:100px;
	width:200px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url('images/sidebar_bg.gif');
	background-repeat:repeat-y;
	}
#sidebar ul {
	margin:0px;
	padding:0px;
	line-height:20px;
	}
#sidebar ul li {
	list-style:none;
	padding-left:10px;
	}
.sidebarTitle {
	font-weight:bold;
	display:block;
	margin-top:10px;
	}
/* search form */
#searchsubmit {
	width:50px;
	border:1px solid #666666;
	}
#s {
	width:120px;
	border:1px solid #666666;
	}
	
.postmetadata {
	font-size:80%;
	padding-top:10px;
	clear:both;
	}
	
/* content items */
#comment {
	width:400px;
	}
.pagetitle {
	color:#CCCCCC;
	}
.postTitle {
	font-size:18px;
	font-weight:bold;
	}
.postTitle a {
	text-decoration:none;
	}
.postTitle a:hover {
	text-decoration:underline;
	}
.post small {
	margin-top:-5px;
	color:#999999;
	}
.post {
	border-bottom:5px solid #CCCCCC;
	margin-bottom:30px;
	}
.entry img {
	border:0;
	}

.navigation {
	padding-bottom:10px;
	}
.alignleft, .alignright {
	font-size:70%;
	float:left;
	display:inline;
	width:50%;
	}
.alignright {
	text-align:right;
	}
	
/* footer */
.footer {
	position:relative;
	clear:both;
	height:87px;
	padding-top:20px;
	background-image:url('images/footer_bg.gif');
	background-repeat:no-repeat;
	text-align:center;
	}