@charset "utf-8";
/* CSS Document */

.post .details
{
top: 5px;
font-size: 11px;
color: #787878;
font-family: Verdana, Geneva, sans-serif;
}

.post
{	
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: #c5d2ca 1px solid;
	font-family: Verdana, Geneva, sans-serif;
}

.post p
{

top: 20px;
color: #000;
font-size: 11px;
padding-bottom: 20px;
}

.post .contentarea .intro p img
{
	border: #fff 0px solid;
	margin: 0px 0px 20px 20px;
}

.post ul.controls
{
clear: both;
top: 20px;
margin-top: 25px;
font-size: 11px;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
}

.post ul.controls li a.home
{
background-image: url('../images/home.png');
}

.post ul.controls li a.print
{
background-image: url('../images/printer.png');
}

.post ul.controls li a.email
{
background-image: url('../images/mail--arrow.png');
}

.post ul.controls li a.twitter
{
background-image: url('../images/twitter.gif');
margin-top: 3px;
}

.post ul.controls li a.view
{
background-image: url('../images/newspaper.png');
}

.post ul.controls li a.edit
{
background-image: url('../images/pencil.png');
}

.post a:link {color:#0d4121; text-decoration: none; font-weight:bold;}
.post a:visited {color:#0d4121; text-decoration: none; font-weight:bold;}
.post a:active {color: #0d4121; text-decoration: underline; font-weight:bold;}
.post a:hover {color:#0d4121; text-decoration: underline; font-weight:bold;}

/* content for archive page posts */

.post2 .details
{
position: relative;
top: 3px;
font-size: 10px;
color: #787878;
font-family: Verdana, Geneva, sans-serif;
}

.post2
{	
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #c5d2ca 1px solid;
	font-family: Verdana, Geneva, sans-serif;
}

.post2 p
{
position: relative;
top: 20px;
color: #000;
font-size: 11px;
padding-bottom: 20px;
}

.post2 ul.controls
{
clear: both;
top: 20px;
margin-top: 25px;
font-size: 11px;
}

.post2 ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post2 ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
}

.post2 ul.controls li a.home
{
background-image: url('../images/home.png');
}

.post2 ul.controls li a.print
{
background-image: url('../images/printer.png');
}

.post2 ul.controls li a.email
{
background-image: url('../images/mail--arrow.png');
}

.post2 ul.controls li a.twitter
{
background-image: url('../images/balloon-twitter.png');
}

.post2 ul.controls li a.view
{
background-image: url('../images/newspaper.png');
}

.post2 ul.controls li a.edit
{
background-image: url('../images/pencil.png');
}

.post2 a:link {color:#0d4121; text-decoration: none;}
.post2 a:visited {color:#0d4121; text-decoration: none;}
.post2 a:active {color: #0d4121; text-decoration: underline;}
.post2 a:hover {color:#0d4121; text-decoration: underline;}
