
		* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
body {
	background:#fff url(bg4.jpg) repeat-x;
	font-family:verdana, helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#333;
}
a {
	color:#000;
	text-decoration:none;
	outline:none;
}
/* a:hover{color:#289bc6;} */
		
#container {
	width:800px;
	margin:0 auto;
}
#logo {
	font-size:18px;
	line-height:37px;
	color:#222;
	height:37px;
	float:left;
	margin-top:25px;
}
#logo h1 {
	background-image:url(logo.jpg);
	display:block;
	width:200px;
	height:50px;
}
#logo span {
	margin-left:-10000px; 
}
#nav {
	float:right;
	margin-right:10px;
	margin-top:25px;
}
#nav li {
	display:inline;
}
#nav li a {
	padding:13px 60px 3px 3px;
	font-weight:normal;
	color:#828282;
	text-transform:uppercase;
	line-height:60px;
}
#nav li a:hover, #nav li .active, #nav .current_page_item a, #nav li a.current_page_item {
	color:#000;
}
/* #nav li a:active{background:#289bc6;} */
		.clear {
	clear:both;
}
.spacer {
	height:30px;
}
.content {
	margin:0 auto;
	padding:10px;
	width:800px;
	background:#fff;
}
.content img {
	border:0px;
}
.sidebar {
	margin:0 auto;
	padding:10px;
	width:800px;
	background:#fff;
}
.sidebar h3 {
	padding:5px 5px 4px 5px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
#categories {
	border-bottom:1px solid #000;
	line-height:21px;
}
#categories li {
	display:inline;
	margin:0 5px 0 0;
}
#categories li a {
	padding:5px;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
}
#categories li a:hover, #categories li b {
	padding:5px 5px 4px 5px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
/* #categories li a:active, #categories li b:hover, #categories li b:active{background:#289bc6;} */
		
		.post {
	margin:10px 0;
}
.post .left {
	width:100px;
	float:center;
	margin-top:-10px;
}
.post .left h5 {
	font-weight:bold;
	font-size:12px;
	height:20px;
	line-height:20px;
}
.post .left b {
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}
.post .right h2 a {
	text-transform:uppercase;
	padding:3px;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
}
.post .right h2 a:hover {
	text-decoration:underline;
}
.post .right {
	width:800px;
	float:right;
}
.sidebar ul {
	line-height:21px;
}
.sidebar ul li {
	display:inline;
	margin:0 5px 0 0;
}
.sidebar ul li a {
	padding:5px;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
}
.sidebar ul li a:hover {
	padding:5px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
.footerul {
	line-height:21px;
}
.footerul li {
	display:inline;
	margin:0 5px 0 0;
}
.footerul li a {
	padding:5px;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
}
.footerul li a:hover, .footerul li b {
	padding:5px 5px 4px 5px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
/* .footerul li a:active, .footerul li b:hover, .footerul li b:active{background:#289bc6;} */
		/* .footerul li b{border-bottom:1px solid #000;width:100%;}*/
		
		#fleft {
	width:48%;
	float:left;
}
#fright {
	width:48%;
	float:right;
}
#centerit {
	text-align:center;
}
.commentlist li {
	padding:10px;
	background:#eee;
}
.commentlist li.alt {
	background:#ddd;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
