﻿.posts
{
}

.posts .post
{  	
	margin:0 0 20px 0;
	border-bottom: solid 1px #dddddd;
	padding:10px 0;
}

.post h3
{  	
	margin-bottom:0px;
}

.post h2
{  	
	margin-bottom:0;
	padding-bottom:0;
}

.blogLink:hover
{  	
	text-decoration:none;
	color:#000;
}

.post .author
{
    padding:5px 0;
    color: #aaaaaa;	
}

.readmore
{
	margin:5px 0;
	font-style:italic;
}

.blogAbout
{
	
}

.blogAbout h3
{
	margin-bottom: 15px !important;
}

.tagCloud
{
	padding: 20px 0;
}


.tagList 
{
	clear:both;
}

.tagList li
{
	float:left;
	width: 135px;
	padding: 5px 0 5px 10px;
	border-bottom: solid 1px #dddddd;
}


.subscribe
{
	font-size: 1.5em;
	font-weight:bold;
	padding: 5px 5px 5px 35px;
	background: url('../img/feed-icon-28x28.png') no-repeat left center;
	margin: 0 0 10px 5px;
	display:block;
}


.taggedPosts
{
	list-style-type:circle;
	margin-left:20px;
}

.taggedPosts li a
{
	font-weight:bold;
}

.backBlog
{
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	width:160px;
}

.list
{
}

.list h3
{
    padding: 0;
}
.list li
{
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d2cfcb;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.postContainer
{
    min-height: 50px;
}