/* CSS Document */

#sidebar {
	position: absolute;
	top: 360px;
	right: 50px;
	width: 200px;
	background: #FFcc00;
	}
	
#sidebar ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	}
	
#sidebar ul li {
	margin: 5px 0 5px;
	}
	
#sidebar ul li ul li a{
	padding: 0 0 0 5px;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #888;
	display: block;
	height: 21px;
	overflow: hidden;
	}
	
#comment {
	width: 520px;
	}
	

.pagenav {
	list-style: none;
	}
	
.page_item {
	list-style: none;
	display: inline;
	}

.widgettitle {
	font-size: 15px;
	font-weight: bold;
	}
	
.excerpt {
	padding: 8px 10px 0;
	width: 500px;
	height: 128px;
	margin-bottom: 5px;
	background: url(../images/wp_postBG.gif) top left no-repeat;
	}
	
h2 {
	text-transform: none;
	font-family: Century Gothic, Trebuchet MS;
	margin: 0;
	}
	
.excerpt .entry a {
	text-decoration: none;
	color: #222;
	}
	
.entry {
	}
	
.commentlist {
	width: 520px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.comment {
	padding: 5px;
	}
	
.even {
	background: #FFcc00;
	}
	
.odd {
	background: #e9c533;
	}
	
.commentmetadata {
	display: inline;
	font-size: 10px;
	}
	
.alignleft {
	float: left;
	margin: 5px 8px 5px 0;
	}
	
.alignright {
	float: right;
	margin: 5px 0 5px 8px;
	}
	
.wp-caption {
	background: #f3f3f3;
	border: 1px solid #666;
	font-size: 11px;
	text-align: center;
	padding: 5px 0 3px 0;
	}
	
.postmetadata {
	display: none;
	}

.post-date {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	font-weight: bold;
	text-transform: capitalize;
	}