/*  
Theme Name: QuantumDigital
Theme URI: http://quantumdigital.com/
Description: QuantumDigital Blog theme.
Version: 1.0
Author: Philip Klauzinski
Author URI: http://quantumdigital.com/
*/
.post img {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
}
ul#categories {
	width: 150px;
	margin-left: 2px;
	position: relative;
	z-index: 1;
}
ul#categories li {
	width: 149px;
	float: left;
}
ul#categories li a {
	display: block;
	padding: 3px 8px;
	background: #f8f8f0;
	border-bottom: 1px solid #cac5b7;
	text-decoration: none;
	color: #bc7a2c;
	font: bold 1.2em/1.1 'Trebuchet MS';
	height: 1%; /* IE fix */
}
ul#categories li a:hover { background-color: #e2dac5; }
ul#categories li.current { width: 150px; }
ul#categories li.current a, ul#categories li.current a:hover { background: #fff; }
#latestNews {
	margin: 10px 12px 18px 162px;
	position: relative;
	z-index: 1;
	font-size: .88em;
	position: relative;
	padding-top: 1px; /* IE fix */
	min-height: 170px;
}
* html #latestNews { height: 170px; } /* IE6- only */
/* #latestNews .post { font-family: Tahoma; } */
#latestNews .post h3 {
	margin: 0;
	font-weight: bold;
}
#latestNews .post .entry h3, #latestNews .post .entry h4 {
	font: normal 1em/1.5 'Lucida Sans Unicode';
	color: #393536;
	margin: 5px 0;
}
#latestNews img {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: auto;
}
#latestNews .post, #latestNews ul {	margin-left: 190px; }
#latestNews .post p { margin: 5px 0; }
#latestNews .post .postmetadata {
	background: none;
	border-top: 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
#latestNews li {
	display: block;
	margin: 3px 0;
	white-space: nowrap;
	text-align: right;
}
#latestNews li a {
	color: #bc7a2c;
	overflow: hidden;
	width: 154px;
	float: left;
	text-align: left;
}
#mediaContent {
	height: 300px;
	overflow-y: auto;
	padding: 0 10px 10px;
	margin-bottom: -23px;
	position: relative;
	z-index: 1;
}
#mediaContent li {
	position: relative;
	min-height: 90px;
	padding-top: 1px;
	border-bottom: 1px solid #efeeea;
}
* html #mediaContent li { height: 90px; } /* IE6- only */
#mediaContent li a.thumb {
	position: absolute;
	left: 0;
	top: 10px;
	margin: 0;
}
#mediaContent li h3, #mediaContent li p { margin-left: 129px; }
#mediaContent li h3 {
	font-size: 1em;
	margin-top: 10px;
}
#mediaContent li h3 a:hover, #latestNews li a:hover { color: #ec323b; }
#commentForm { 
	margin-top: 30px;
	clear: both;
}
.postmetadata {
    padding: 4px;
    border-top: 2px dotted #ddd;
    border-bottom: 2px dotted #ddd;
    font: .89em/15px Tahoma;
    color: #bc782c;
    background: #f8f8f0;
}
.tags {
    font-weight: bold;
    font-size: .88em;
    color: #71827a;
}
.tags a, .postmetadata a {
    font-weight: normal;
    color: #71827a;
}
.tags a:hover, .postmetadata a:hover, #headlines a:hover {
    color: #ec323b;
    text-decoration: underline;
}
.comment { margin: 0 0 10px; }
.comment h4 .date { font-weight: normal; }