body {
	background-color: #fff;
	color: #1a1a1a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin: 0;
}

.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.Left {
	display: inline;
	float: left;	
}

.Right {
	display: inline;
	float: right;
}

p {
	margin-top: 0;	
}

a { 
	color: #3266cb;
	text-decoration: none;
}

h1, h2, h3 {
	margin-top: 0;	
}

h2 {
	color: #394bad;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	color: #394bad;
	font-weight: bold;
	font-size: 1.1em;
}

a:visited {
	color: #1a2881;	
}

a:hover {
	color: #000;
	text-decoration: underline;
	
}


#OuterBox {
	margin: auto;
	width: 980px;	
}

#Logo {
	margin: 0;
	padding: 0;
}

#Logo a {
	background-image: url('../images/Header.jpg');
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 226px;
}

#MenuBar {
	background-color: #1a2881;
	height: 50px;
	margin-bottom: 2px;
	position: relative;
}

#PageMenu {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 50px;
	margin-left: 25px;
	text-transform: uppercase;
}

#PageMenu a {
	color: #fff;
	text-decoration: none;
}

#PageMenu a:hover {
	text-decoration: underline;	
}

#SearchForm_Template {
	background-color: #fff;
	border: 1px solid #222c66;
	position: absolute;
	height: 32px;
	margin: 0;
	padding: 0;
	right: 25px;
	top: 8px;
}

#SearchForm_Template input[type="text"] {
	border: none;
	color: #000;
	margin: 0;
	padding: 8px;
	float: left;
	width: 185px;
}

#SearchButton {
	border: 0 none;
	height: 26px;
	margin: 6px;
	padding: 0;
}

#SearchForm_Template {
	
}

#ColBox {
	background-color: #ebeded;
	padding: 25px;
}

#ContentCol {
	display: inline;
	float: left;
	margin: 0;
	width: 715px;
}

#SidebarCol {
	display: inline;
	float: left;
	margin-left: 15px;
	width: 200px;
}

/* Wp Specific */

.PostHead {
	margin-bottom: 5px;	
}

.InfoRow {
	color: #808080;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.Meta {
	color: #808080;
	font-size: .9em;
}

.Post {
	margin-bottom: 2.25em;	
}

.Post.FirstPost {
	background-color: #c4c4c4;
	border: 1px solid #929292;
	color: #000;
	padding: 15px;
}
.Post.FirstPost .InfoRow {
	margin-bottom: 0;	
}

/* Sidebar */
#Sidebar h2 {
	background-color: #1a2881;
	background-image: url('../images/HeadingBG.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0;
	padding: 10px 5px 10px 45px;
}

#Sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#Sidebar ul li {
	background-image: url('../images/Bullet.jpg');	
	background-repeat: no-repeat;
	background-position: 3px 0.4em;
	padding-left: 20px;
	margin-bottom: 2px;
}

/* Footer */
#Footer {
	background-color: #1a2881;
	color: #fff;
	margin-top: 2px;
	padding: 25px;
}

#Footer a {
	color: #fff;	
	text-decoration: underline;	
}

#Footer a:visited {
	color: #4080ff;
}

#Footer a:hover {
	color: #ff6600;	
}


#Footer .FootCol {
	display: inline;
	float: left;
	overflow: hidden;
	width: 300px;
}

#Footer .FootCol2 {
	margin: 0 15px;
}

#Footer h3 {
	border-bottom: 2px solid #fff;
	color: #fff;
	margin-bottom: 2px;
	padding: 5px;
}

#Footer ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

#Footer ul li {
	background-color: #313e8e;
	margin-bottom: 2px;
	padding: 5px;
}

/* Navigation */

.Navigation {
	background-color: #b8b8b8;
	margin-bottom: 0;
	padding: 5px;
}

/* Search Results */
.SearchResult {
	border-bottom: 2px solid #fff;
	margin-bottom: .5em;
	padding: 1em 0 1em 0;
}

.SearchResult h3, .SearchResult p {
	margin: 0;	
}

#SearchResults .SearchResult:last-child {
	border-bottom: none;	
}

/* Comments */
#Comments {
	margin-top: 1em;	
}

.CommentList {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

.CommentList li {
	background-color: #fff;	
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border: 1px solid #ccc;
}

.CommentList li.alt {

}

.CommentList .Avatar {
	float: left;
	display: inline;
	width: 75px;
	margin-left: 15px;
}

.CommentList .CommentContent {
	float: left;
	display: inline;
	width: 600px;
	margin-left: 15px;
}

.CommentList .CommentContent p {

}

.CommentList li .CommentMeta {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: auto;
}

#commentform input[type=text], #commentform textarea {
	border: 1px solid #000;
	padding: 10px;
}

#commentform input[type=text] {

}

#commentform input[type=text]:focus, #commentform textarea:focus {
	border: 1px solid #394bad;
}

#commentform input[type=submit] {
	border: 1px solid #000;
	background-color: #394bad;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

#commentform input[type=submit]:hover {
	background-color: #000;	
}

#respond {
	margin-top: 1em;
}
