
/* Content
-------------------------------*/
#content {
	background: url(images/content_bg.gif) repeat-y top left;
	width: 948px;
	margin-bottom: -2px; /* don't know why this is needed */
	overflow: visible; /* top of rigtnav-bkg */
}

#bodycontent {
	border: 0px dotted orange;
	width: 500px;
	float: left;
	font-size: 11px;
	margin: 0 22px 0 23px;
}

#bodycontent h2 {
	font-size: 20px;
	letter-spacing: -0.05em;
/*	font: normal 20px trebuchet MS;*/
/*	font-family: arial; */
/*	font-weight: normal; */
}

#bodycontent h2 a {
	color: #999;
}

#iframe_odiogo_10  {
	border: 0px dotted orange;
	margin-top: 2px;
	height: 0;
	width: 290px;
}

/* Articles
-------------------------------*/
#article a { /* only single.php */
	margin: 0; padding: 0 6px 2px 18px;
	text-decoration: none;
	color: #39444d;
	border: none;
	background: #d8e1e9 url(images/link_arrow.png) no-repeat 5px 50%;
}

#article .summary {
	display: none !important;	
}

#article p a { /* only single.php */
	padding: 0 6px 1px 18px;
}

#article a:hover {
	color: white;
	background-color: #9cb4cb;	
}

#article img, .excerpts img {
	margin: -10px 10px 0 -5px;
}

.excerpts { /* only home.php */
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
}

.excerpts a:hover {
	text-decoration: none;
}

.excerpts:hover {
	border: 0px dotted gold;
/*	margin: -1px 0 8px -1px !important; */
	background: #ffd;
}

.color-rule {
	margin: 18px 0 0 0;
	height: 6px;	
	clear: both;
}


.metadata {
	clear:both;
	font: normal 10px/12px Arial, sans-serif;
	background-color: #eee;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px 10px 5px 10px;
	margin-top: 14px;
	}
	
#inline-ad {
	padding: 4px;
	border: 1px dotted #bbb;
	background: white;
	margin: 6px 0 5px 0;
}

.more-link {
	background: url(images/more.gif) no-repeat 60px 2px;
}

/* post tags
-------------------------------*/
.post_tags {
	height: 15px;
	margin-top: 2px;
	font-size: 11px;
	border: 0px dotted lime;
}

.post_tags .category {
	float: left;
	margin-right: 10px;
	padding-left: 18px;
	background: url(images/folder.gif) no-repeat;
}

.post_tags .calendar {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	background: url(images/tiny_cal6.gif) no-repeat 0 1px;
}

.post_tags .comments {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	background: url(images/wordbubble.png) no-repeat 0 1px;
}

.post_tags .permalink {
	float: left;
	margin-right: 10px;
	padding-left: 18px;
	background: url(images/permalink.gif) no-repeat;	
}

.post_tags .author {
	float: left;
	height: 15px;
	margin-right: 10px;
	padding-left: 20px;
	background: url(images/someone.gif) no-repeat;
}

.post_tags .listen {
	float: left;
	height: 15px;
	margin-right: 10px;
	padding-left: 18px;
	background: url(images/speaker.gif) no-repeat 0 1px;
}


/* Page buttons
-------------------------------*/
#page-buttons div {
	float: left;
	width: 90px; height: 25px;
	margin: 20px 80px 10px 80px;
}

#page-buttons #prevpage a {
	display: block;
	padding: 5px 4px 6px 26px;
	background: #ddd url(images/back_16.png) no-repeat 4px 4px;
}

#page-buttons #nextpage a {
	display: block;
	padding: 5px 0 6px 8px;
	background: #ddd url(images/forwd_16.png) no-repeat 68px 4px;
}

#page-buttons a:hover {
	text-decoration: none;
	background-color: #eee !important;

}

/* Layout
-------------------------------*/










