.blogBody {
 	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #ccc;
}

.blogContent {
	background-color: #eee;
	border-left: 8px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #333;
	padding: 10px;
}

.blogPost li {
	color:#333;
	line-height:1.6;
	margin-bottom:5px;
}

.blogPost td {
	padding: 10px;
}

.blogPost {
	margin-right: 20px;
}

.blogMeta {
	text-align: right;
}

.blogDate {
	font-weight: 700;
	font-size: 24px;
	color: #999;
}

.blogMonth {
	font-weight: 700;
	font-size: 18px;
	color: #aaa;
}

.blogYear {
	font-weight: 700;
	font-size: 12px;
	color: #ccc;
}

h2.blogTitle a {
	font-size: 28px;
	font-weight:500;
	
	color: #000;
	text-decoration: none;
}

h2.blogTitle a:hover {
	text-decoration: underline;
}

h3.blogSubTitle a {
	font-size: 18px;
	font-weight:500;
	
	color: #000;
	text-decoration: none;
}

h3.blogSubTitle a:hover {
	text-decoration: underline;
}


.blogAuthor {
	font-style: italic;
	font-size: 14px;
	color: #333;
}

div.textiled p {
	color: #333;
	font-size: 14px;
	letter-spacing:0.2px;
	line-height:1.6;
	margin:13px 0;
	word-spacing:0.4px;
}

div.textiled strong {
	font-weight: 700;
}


.blogSidebar {
	width: 180px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #333;
	height: 100%;
	
	background: transparent url('/images/translucent-blue-background.png') repeat;

	padding: 10px 16px;
}

.blogSidebar h2 {
	color: #ccc;
	font-size: 24px;
	font-weight: 500;
}

.blogSidebar p {
	color: #ccc;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 3px;
}
form.subscribe p {
	color: #ccc;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}


.blogSidebar h3 {
	color: #ccc;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}

#tweet ul {
	margin-left: 16px;
}

.blogSidebar a {
	color: #586EFD;
}

.twitterTime{
	display:block;
	font-style: italic;
	font-size: 10px;
	margin-bottom: 8px;
}

.blogPost h3 {
	color:black;
	font-size:20px;
}

.blogPost h4 {
	color:black;
	font-size:18px;
	margin-top:28px;
	margin-bottom:0px;;
}

.blogPost h5 {
	color:#333;
	font-size:17px;
	margin: 10px 0px 5px;
}


.commentsLink {
	padding:20px;
	border-top: 1px dashed #666;
	border-bottom: 1px solid #999;
	margin-top:20px;
	margin-bottom:50px;
}

.blogExcerpt{
	background-color: #E5E9FE;
	border: 1px dotted #6C6C6C;
	margin: 10px 0px;
	padding: 0px 15px;
}
em {
/*	font-style:italic;*/
	background-color:#ffc;
/*	font-weight:700;*/
}

blockquote {
	margin:15px;
	padding:10px;
	line-height:1.6;
	background-color:#f4f4f4;
	border:1px solid #666;
}

.attrib {
	text-align:right;
	color:#666;
	margin:0;
	padding:0;
}

.blogPost hr {
	border: none;
	border-top: 1px solid #999;
	margin: 20px 0px 15px;
}