@charset "utf-8";
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #f3f0e7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#primaryContainer {
	border:1px solid #000000;
	width:740px;
	margin:0px auto;
}
#header {
	border-bottom:1px solid #000000;
	height:350px;
	background-image:url(images/header/01.jpg);
	background-repeat:no-repeat;
}
#searchBox {
	background-image:url(images/search_bg.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	height:40px;
}
#headerBlank {
	height:280px;
}
#navigation {
	height:30px;
	background-image:url(images/nav_bg.png);
	background-repeat:repeat;
	color:#f3f0e7;
	text-align:left;
}
#navContent {
	padding-left:20px;
}
#navigation a{
	color:#f3f0e7;
	font-weight:bold;
	text-decoration:none;
}
#navigation a:hover {
	color:#ffffff;
}
#mainContent {
}
#contentLeft {
	background-image:url(images/maincontent_bg.gif);
	background-repeat:repeat-y;
	width:580px;
}
#contentLeft a, #contactMain a {
	color:#79745d;
	text-decoration:none;
}
#contentLeft a:hover, #contactMain a:hover {
	color:#4d493b;
}
#sidebarRight, #contactSide {
	border-left:1px solid #000000;
	background-image:url(images/sidebar_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}
#footer {
	margin-top:10px;
	font-size:10px;
	margin-bottom:15px;
}
/* WordPress CSS */
.blogPost {
	text-align:justify;
	margin:10px 15px 20px 15px;
}
h1 {
	color:#59397a;
	font-weight:bold;
	font-size:18px;
	margin:0px;
	padding:0px;
}
h2 {
	color:#59397a;
	font-weight:bold;
	font-size:16px;
	margin:0px;
	padding:0px;
}
.metaInfo {
	font-size:10px;
	padding:3px 0px 3px 15px;
}
.contentLink {
	text-align:right;
	font-size:10px;
	padding:3px 0px;
}
#sidebarContent {
	margin:10px;
}
#sidebarContent a {
	color:#000;
	text-decoration:none;
}
#sidebarContent a:hover {
	color:#444;
}
#sidebarContent li {
	list-style-type:none;
	margin-left:-35px;
}
#s {
	border:1px solid #000000;
	background-color:#f3f0e7;
	color:#000000;
	font:inherit;
	width:180px;
}
#searchsubmit {
	color:#ffffff;
	background-color:#59397a;
	border:none;
}
.screen-reader-text {
	display:none;
}
#searchContainer {
	margin:7px 5px 0px 0px;
}
.entry {
	margin-top:-10px;
}
.readOn {
	margin-top:-5px;
	margin-bottom:5px;
	padding-left:15px;
}
/* Images & Captions */
.wp-caption {
	border: 1px solid #79745d;
	text-align: center;
	background-color: #f3f0e7;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0 none;
	border: 1px solid #79745d;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Comments CSS */
.textBox {
	border:1px solid #000000;
	background-color:#f3f0e7;
	color:#000000;
	font:inherit;
	width:180px;
}
.textArea {
	border:1px solid #000000;
	background-color:#f3f0e7;
	color:#000000;
	font:inherit;
	width:360px;
	height:75px;
}
#respond {
	text-align:left;
	margin:0px 0px 0px 15px;
}
#commentArea {
	text-align:left;
	padding:0px 20px;
}
/* Contact CSS */
#contactMain {
	width:550px;
	padding:5px 15px;
	background-image:url(images/maincontent_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}
#contactSide {
	padding:10px;
	text-align:right;
}
.cInfo {
	padding:1px 3px;
	width:94px;
}
.cTextBox {
	width:400px;
	margin:0px 0px 3px 0px;
	border:1px solid #000;
	color:#000000;
	font:inherit;
}
.cMessageBox {
	width:400px;
	margin:0px 0px 3px 0px;
	border:1px solid #000;
	color:#000;
	font:inherit;
	height:100px;
}
