
body {
margin: 0;
margin-left: 0;
padding: 0;
background-color: #eaeaea;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header-container {
position: fixed;
top: 0;
z-index: 99;
}

#container {
padding-top: 80px;	
}

.post-title {
	display: block;
	height: 70px;
	width: 100%;
	background: url(/images/post-title-bg.png) no-repeat left;

}

.posted-by {
		font-size: 10px;
	text-transform: uppercase;
	position: relative;
	left: 25px;
	top: 2px;
}

.post-title h2 {
font-size: 24px;
line-height: 24px;

position: relative;
top: 22px;		
left: 25px;
}

.post-title h2 a {
color: #2a2a2a;
text-decoration: none;
text-transform:uppercase;

}

.post-title h2 a:hover {
color: #2632ff;
}

.date-box {
	padding: 15px 20px 0 0;
	width: 80px;
	height: 55px;
	float: left;
	text-align:right;
	font-size: 10px;
	color: #2632ff;
	text-transform: uppercase;
	line-height: 10px;
}

.date-box span {
display: block;	
font-size: 33px;	
line-height: 33px;
}

.entry {
margin: 0 0 30px 125px;
font-size: 12px;
line-height: 20px;

}


.entry img {
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
margin: 3px 0;
background: white;
clear:both;
}


.entry a img {
border: none;
}


.right {
	float: right;
}

.postmetadata strong {
	height: 22px;
}
	
.postmetadata a {
		line-height:22px;
height: 22px;
padding: 4px 5px 4px 15px;
margin: 1px 1px;
background: url(/images/tag.jpg) no-repeat left;
background-color: #b4b4b4;
color: white;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
