/*
Theme Name: Versihold
Theme URI: http://versihold.com/
Description: The default WordPress theme based for versihold.com
Version: 1.0
Author: John Kelly
Author URI: http://72mm.com/
*/



body {
	background: url(images/bg.gif);
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #003466;
}
#wrapper {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 50px;
}
#navigation ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#navigation a {
	font-size: 18px;
	color: #000066;
	text-decoration: none;
	padding: 0 10px;
	border-right: solid 2px #000066;
}

#navigation ul li:last-child a {
	border-right: none;
}#mainContent {
	background: #FFFFFF;
	float: left;
	width: 100%;
}
#footer {
	float: left;
	width: 943px;
	padding: 15px 10px;
}
#logoSection {
	float: left;
	width: 140px;
}
#contentSection {
	float: left;
	width: 663px;
	margin-top: 13px;
}
#rightSection {
	float: left;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 13px;
	color: #000000;
}
#rightSection li {
list-style:none;
}
#logoSection #logo {
	padding-top: 13px;
	padding-left: 10px;
}
#contentSection #content_top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 16px;
	width: 100%;
	background: url(images/content_top.jpg) no-repeat left;
}
#contentSection #content {
	background: url(images/content_bg.jpg) repeat-y left;
	float: left;
	width: 623px;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 395px;
}
#contentSection #content_bottom {
	background: url(images/content_bottom.jpg) no-repeat left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 17px;
	width: 100%;
}
h2 {
	font-size: 16px;
}
#mainContent #rightSection p, #mainContent #rightSection h2 {
	margin: 12px 0px;
}
#navigation {
	height: 30px;
}
hr {
	background-color:#436587;
	border:0;
	color:#436587;
	height:1px;
}
a {
	color: #000000;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #003366;
}
a.blue {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
#navigation a:hover, #navigation li.current_page_item a {
	color: #FFFFFF;
	text-decoration: underline;
}

img {
border:none;
}

.post p {
font-size: 14px;
font-weight: bold;
}

.post small {
font-size: 12px;
font-weight: bold;
}