@charset "utf-8";
/* CSS Document */

#secondaryMain #posts { 
	margin-bottom: 30px;
	color:#313131;
}

#secondaryMain #posts .post {
	width:auto;
	height:auto;
	margin-bottom:30px;
	border: solid thin #ccc;
	padding: 30px;
	background-color:#fff;
}
#secondaryMain #posts .post h1{
	color:#343434;
}

#secondaryMain #posts .post h2{
	color:#343434;
}

#secondaryMain #posts .post .postTitle {
	font-size:20px;
	margin-bottom: 10px;
	padding-bottom:10px;
	width:auto;
	height:auto;
	line-height:25px;
	border-bottom: dotted thin #012035;
}

#secondaryMain #posts .post .postMedia{
	width: auto;
	height: auto;
	margin-bottom:5px;
}

#secondaryMain #posts .post .postText {
}

#secondaryMain #posts .post .postFooter {
	margin-top: 0px;
	font-style:italic;
	border-top: dotted thin #012035;
	padding-top:10px;
	margin-bottom: 0px;
}