#posts .loading {
	position: absolute;
	margin: 60px 435px;
}
#posts .title {
	margin: 0 0 10px 0;
}
#posts .agenda {
	padding: 0; margin: 0; text-indent: 0; list-style: none;
	font: 11px "Trebuchet MS";
	color: white;
	margin-top: 10px;
	overflow-y: auto;
	height: 196px;
}
#posts .agenda li {
	padding: 6px 0; margin: 0; text-indent: 0; list-style: none;
}

#posts .agenda .date {
	display: inline;
	font-weight: bold;
	margin-right: 8px;
}

#posts .blogroll {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 196px;
	margin-top: 10px;
} 

#posts .blogroll a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 3px 0 3px 0;
	font: bold 11px "Trebuchet MS";
}
#posts .blogroll a:hover {
	background-color: #f9a451;
	color: #404041;
	text-decoration: none;
}

#posts .quote {
	font-style: italic;
}
#posts .quotesrc {
	text-align: right;
	font-weight: bold;
}

.audiocaption {
	margin: 10px 0;
}

#posts {
	padding: 0; margin: 0;
	display: inline-block;
	vertical-align: top;
	min-height: 540px;
}
#posts span {
	display: inline-block;
	width: 274px; height: 253px;
	background-color: #2a2a2a;
	text-indent: 0;
	overflow: hidden;
	margin: 0 36px 25px 0;
	border: 1px solid #eca865;
	vertical-align: top;
}
#posts .last_of_row {
	margin-right: 0;
}
#posts span {
	display: inline;
}
#posts span.blank {
	background: none;
	border: none;
	padding: 1px;
	margin: 0 36px 25px 0;
}
#posts span .body {
	color: white;
	font-size: 14px;
	font-family: "Trebuchet MS";
	height: 168px; 
	overflow: hidden;
	padding: 0; margin: 0;
}
#posts span .body a {
	color: #eca865;
	text-decoration: none;
}
#posts span .body a:hover {
	background-color: #f9a451;
	color: #404041;
}
#posts span .body p {
	margin-top: 0;
}

.title {
	padding: 0; margin: 0;
	color: #f9a451;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#posts span img {
	margin-left: -8px;
}
#posts>span {
	display: inline-block;
}

#posts .content {
	padding: 10px 20px;
	width: 234px;
	height: 220px;
	overflow: hidden;
}

#posts .footer {
	display: block;
	position: absolute;
	background-color: #656565;
	height: 18px;
	margin-top: 225px;
	width: 250px;
	padding: 5px 12px;
	font: 11px "Trebuchet MS";
	color: black;
	overflow: hidden;
}

#posts span .hover {
	position: absolute;
	margin: 233px 253px;
	display: none;
	width: 22px; height: 20px;
}

#posts span:hover .hover {
	display: block;
} 

#posts .footer span {
	background: none; border: none;
}

#posts .footer .comments {
	position: absolute;
	width: 264px;
	text-align: center;
	height: 24px;
}

#posts .footer .comments a {
	color: black;
	text-decoration: none;
	display: none;
}

#posts .footer .comments a:hover {
	color: #ff8e20;
}
#posts .footer .sm {
	position: absolute;
	overflow: visible;
	height: 24px;
	margin: 2px 0 0 192px;
}
#posts .footer .sm img {
	margin-left: 12px;
}

#posts .comments_box {
	width: 100%; height: 100%;
	overflow-x: hidden; overflow-x: auto; border: 0;
}

#posts .closeComments {
	position: absolute;
	margin: 8px 248px;
}
#posts .closeComments a {
	font: bold 11px "Trebuchet MS";
	color: #f9a451;
	text-decoration: none;
}
#posts .closeComments a:hover {
	background-color: #f9a451;
	color: #404041;
}

#posts div.over {
	position: absolute;
	cursor: pointer;
	margin: -10px -18px;
	width: 270px; height: 222px;
}

#posts .overimg {
	width: 270px; height: 222px;
}

#full {
	display: none;
	margin-top: 25px;
}
#full .body {
	width: 800px;
}
.internal_content .comment {
	float: right;
}

#posts_nav {
	height: 16px;
}
#posts_nav a { display: block; } 
#posts_nav img {
	cursor: pointer;
}
#posts_nav a.newer {
	float: right; display: none;
}
#posts_nav a.older {
	 position: absolute;
}