body {
	background: #ffffff;
}

/*
	MAIN HOLDING DIV
*/
#pageWrap {
	width: 970px;
}

.contentMain {
	background: #fff url(../img/contentMain.gif) top left;
	position: relative;
}

.contentBtm {
	background: url(../img/contentBtm.jpg) bottom left no-repeat;
	padding: 0 15px 35px 15px;
}

.mainContent {
	padding-left: 14px;
	padding-right: 14px;
	width: 181px;
	float: left;
}

.content {
	padding: 0px 19px 0px 13px;
	width: 657px;
	float: left;
}

.sideBar {
	border-left: 1px #EFF0F0 dotted;
	margin-top: 10px;
	padding: 10px;
	width: 230px;
	float: left;
}

.post {
	border-bottom: 1px #EFF0F0 solid;
	margin-bottom: 10px;
	padding: 10px;
}

.fullArticle {
	padding: 15px;
}

/*
	Site Header
*/
.siteHeader {
	padding: 0;
	background:url(../img/siteHeader.jpg) top left no-repeat;
	height: 96px !important;
	position: relative;
	text-indent: -99999px;
}

.siteHeader h1 {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 272px;
	height: 30px;
	float: left;
	position: absolute;
	left: 0px;
	top: 42px;
}

.siteHeader h1 a {
	padding-left: 300px;
	display: block;
	width: 210px;
	height: 70px;
}


/* Typography */
h1,h2,h3,h4,p,input,li,option,select,label,textarea {
	font-family: verdana, arial, sans-serif;
	color: #464646;
}

label {
	font-weight: bold;
	color: #7d000f;
	font-size: 100%;
}

.content h2 {
	margin-bottom: 0px;
}

p.thumbnail {
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}

.fullArticle h2 {
	margin-bottom: 12px;
}

.fullArticle h3,
.fullArticle h4,
.fullArticle h5,
.fullArticle h6,
.fullArticle p,
.fullArticle li {
	color: #333333;
}

.fullArticle label {
	font-weight: normal;
	color: #666666;
	float: left;
	width: 180px;
}

.fullArticle input {
	font-size: 100%;
	color: #333333;
	width: 240px;
}

.fullArticle blockquote {
	background: url(../img/iconQuote.gif) top left no-repeat;
	padding-left: 34px;
	margin: 0px 50px;
	min-height: 36px;
}

.fullArticle img {
	text-align: center;
}

h3, h4, h5, h6 {
	margin-bottom: 0px;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 75%;
}

h6 {
	font-size: 75%;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #1F527B;	
}

a:hover {
	text-decoration: underline;
}

.content p {
	line-height: 1.5em;
}

.content p.date {
	font-size: 70%;
}

.post p.readMore a {
	font-weight: bold;
	float: right;
}

.fullArticle ul.postData {
	border-top: dashed #999999 1px;
	list-style: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 90%;
}

ul.articleNav {
	padding: 0px 12px;
	list-style: none;
	margin: 0px;
}

ul.articleNav li.prev {
	text-align: left;
	width: 300px;
	float: left;
}

ul.articleNav li.prev a {
	font-weight: bold;
	display: block;
	float: left;
}

ul.articleNav li.next {
	text-align: right;
	width: 300px;
	float: right;
}
ul.articleNav li.next a {
	font-weight: bold;
	display: block;
	float: right;
}



h2.pagetitle {
	margin-bottom: 12px;
	padding: 20px 0px 0px 12px;
}

p.rss a {
	background: url(../img/rss.gif) 0px 0px no-repeat;
	padding: 0px 0px 3px 20px; 
}

p.about {
	padding: 3px 20px 0px 0px;
	line-height: 1.5em;
}


/* Search */
.searchSide p {
	padding-top: 0px;
	margin-top: 0px;
}

.searchSide label {
	padding-bottom: 4px;
	margin: 0px;
	display: block;
}

.searchSide input {
	border: solid #a5acb2 1px;
	font-size: 100%;
	color: #000000;
	padding: 2px 0px;
	float: left;
}

.searchSide input.submit {
	border: 1px #A5ACB2 solid;
	margin: 2px 0px 0px 6px;
	padding: 0px;
}

/* Side Bar */
.sideBar h2 {
	margin-bottom: 2px;
}

.sideBar ul {
	list-style: none;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

.categories li {
	line-height: 1.4em;
	font-style: italic;
	color: #ffffff;
}

.sideBar li a {
	font-weight: bold;
	font-style: normal;
	color: #4B6987;
}

/* Page Numbers */

#wp_page_numbers ul.navigation {
	background: url(../img/navBg.gif) top right no-repeat #000000;
	padding: 5px 0px 4px 14px;
	margin: 0px 0px 10px 0px;
	list-style: none;
}

#wp_page_numbers ul.navigation li {
	margin-right: 10px;
	overflow: hidden;
	color: #ffffff;
	height: 18px;
	float: left;
}

#wp_page_numbers ul.navigation li a {
	border-bottom: solid #000000 1px;
	font-weight: bold;
	display: block;
	height: 16px;
}

#wp_page_numbers ul.navigation li a:hover,
#wp_page_numbers ul.navigation li a.selected {
	border-bottom: solid #ffffff 1px;
	text-decoration: none;
}


/* Footer Info */
.footer {
	margin-bottom: 40px;
	padding-left: 30px;
}

.footer p,
.footer li {
	font-weight: bold;
	color: #585c60;
	font-size: 65%;
	padding: 0px;
	margin: 0px;
	float: left;
}

.footer ul,
.footer li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer li {
	padding-left: 6px;
}

.footer a {
	color: #585c60;
}

/* Comments */
.commentsArea {
	margin-top: 24px;
}

.commentsArea h3 {
	padding-bottom: 14px;
}

.commentsArea input.submit {
	border: 1px solid rgb(192, 192, 192);
	margin-left: 353px;
	width: auto;
}

.commentsArea textarea {
	font-size: 100%;
	color: #333333;
	width: 420px;
}

.commentsArea ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.commentsArea li.comment {
	/*border: solid #ffffff 1px;*/
	background: #EFEFEF;
	padding: 7px 7px 2px 7px;
	margin-bottom: 12px;
}

.commentsArea ol li em {
	padding-left: 8px;
	font-weight: bold;
	color: #000000;
	float: right;
}

.commentsArea ol li p {
	font-size: 100%;
	clear: both;
}

.commentsArea .comment-author {
	font-weight: bold;
	float: left;
}

.commentsArea .comment-meta {
	padding-top: 2.2em;
	font-size: 90%;
	float: right;
}

ul.commentNav {
	list-style: none;
	padding: 12px 0px 12px 0px;
	margin: 0px;
}

.commentNav li.prev a {
	background: transparent url(../img/iconArrowW2.gif) no-repeat scroll left 4px;
	padding-left: 12px;
	float: left;
}

.commentNav li.next a {
	background: transparent url(../img/iconArrowW.gif) no-repeat scroll right 4px;
	padding-right: 12px;
	float: right;
}













