/*
Theme Name: Reveal
*/

img.alignright {
float: right;
margin: 0 0 15px 15px;
}

img.alignleft {
float: left;
margin: 0 15px 15px 0;
}

.contact .contact {
margin-top: 0;
}

/* main elements */

#commentform input
{
	width:150px !important;
}

#commentform textarea
{
	width:350px !important;
}
.posttitle h2 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#6ba9aa;
	text-transform:uppercase;
	margin:0 0 2px 0;
	border-bottom:1px solid #e2dbd7;
	padding:0 0 4px 0;
}
.posttitle h2 a {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#6ba9aa;
	text-transform:uppercase;
	margin:0 0 2px 0;
	border-bottom:1px solid #e2dbd7;
	padding:0 0 4px 0;
}
.navigation .next
{
	float:right;
	padding-top:20px;
}
.navigation .prev
{
	float:left;
	padding-top:20px;
}
.meta ul
{
	padding-top:2px !important;
}
.commentlist .comment
{
	float:left !important;
}
.comment .meta
{
	margin:10px 0 10px 0 !important;
}

#nav ul li a {
	font-size: 16px;
}