.title
{
	position:relative;
	top:-15px;
	padding-top:15px;
	font-size:16px;
	height:30px;
	letter-spacing:0.9px;
	color:#B0B0B0;
	background-image: url('../images/divider_faded(715x1).png');
	background-repeat: no-repeat;
	background-position:left 43px;
}

.blog-container
{
	background-image: url('../images/bgshade_light.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-right:25px;
	width:690px;
	margin-top:15px;
	min-height:630px;
}

.post-container
{
	margin-top:-50px;
	padding-bottom: 10px;
}

.post
{
	margin-top:50px;
}

.post h2
{
	font-weight:normal;
	font-size:20px;
	color:#000000;
	font-weight:500;
	height:10px;
}

.timestamp
{
	text-align:left;
}

.entry
{
	margin-top:20px;
	font-size:12px;
}

.entry a
{
	text-decoration:none;
	color:#666666;
}

.entry a:hover
{
	color: #8AC801;
	text-decoration:underline;
}

.entry blockquote {
	border-left:3px solid #4d9301;
	color:#8AC801;
	padding:0 0 0 1em;
	margin:0;
	font-family: Georgia, Times New Roman, sans;
	font-style:italic;
	font-size:1.1em;
}


img
{
	border:none;
}

.imgCenter
{
	text-align:center;
}

img.imgGallery
{
	border: 2px solid #cfcfcf;
}

.categories
{
	color:#666666;
	margin-right:5px;
}

.tags
{
	color:#666666;
	margin-left: 20px;
	margin-right:5px;
}

.text-list
{
	font-weight:600;
}

.breakPost
{
	margin-top:15px;
	background:#FFF;
	border:solid 1px #AAA;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	line-height:15px;
}

.boxShadow
{
	position:relative;
	top:0px;
	background-image: url('../images/box-shadow.png');
	background-repeat: no-repeat;
	height:9px;
	width:319px;
}

