
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'sans-serif', Arial, Helvetica;
	font-size: 14px;
	color: #3B3B3B;
	
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-weight: normal;
	color: #0285CE;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 14px;
	font-family: 'Times New Roman', serif;
	text-transform: none;
}

h3 {
	font-size: 1.6em;
}

h6 {
	margin: 0px;
	padding: 0px;
	font-size: 34px;
	letter-spacing: -2px;
	text-transform: none;
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	color: #0285CE;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0285CE;
}

a:hover {
}

/* Header */

#header-wrapper {
background: #EDEDED url(images/main-bg.jpg) repeat;
height:250px;
border-bottom: 5px solid #D8D8D8;
}

#header {
	clear: both;
	width: 1000px;
	margin: 0px auto;	
}

/* Logo */

#logo {
	margin: 0px;
	padding: 30px 0px;
	color: #000000;
	text-align: center;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	text-transform: none;
	font-size: 3.2em;
	color: #323030;
	text-align: center;
}

#logo h1 span {
	color: #0285CE;
}

#logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	color: #3B3B3B;
	
}

#logo p a {
	color: #3B3B3B;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #323030;
}

/* Search */

#search {
	width: 320px;
	height: 60px;
	padding: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 250px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	text-transform: lowercase;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #454545;
}

#search-submit {
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}

/* Menu */

/*#menu-wrapper {
	border-top: 6px solid #D8D8D8;
	rder-bottom: 5px solid #D8D8D8;
	overflow: hidden;
	height: 56px;
	background: #EDEDED;
}

#menu {
	  overflow: hidden;
  width: 1000px;
  border-top: 5px solid #FFFFFF; 
  margin: 0px auto 20px auto;
  background: #EDEDED;
  font-size: 20px;
  color: #000000;
}*/

#spr {
	border-top: 5px solid #D8D8D8 ; 	
	overflow: hidden;		
}

#menu {	
	
	width: 1000px;
	height: 55px;	
	padding: 0px;
	margin: 0px auto 30px auto;	
	background: #0193CC;
	text-align: center;
	font: bold 14px 'Arial', Helvetica, sans-serif;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #FFFFFF;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	line-height: 55px;
	padding: 0px 30px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 14px;
	font-weight: normal;
	color: #3B3B3B;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #EDEDED;
	text-decoration: none;
	color: #000000;
}

#menu .current_page_item a {
	background: #EDEDED;
}
#menu .last {
	border-right: none;
}

/* Page */

#page {	
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 10px 15px 15px 10px;
	border: 1px solid #EDEDED;
}

/* Content */

#content {
	float: left;
	width: 640px;
}

#content1 {
	float: left;
	width: 1000px;
}
.post {
	margin-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 11px;
	font-size: 28px;
	font-family: initial;
	
}

.post .title a {
	border: none;
	color: #0285CE;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 11px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 310px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li {
	border-bottom: 1px solid #D8D8D8;
	margin: 0px 0px;
	padding: 5px 0px;
	border-left: none;
}

#sidebar li li a {
	color: #3B3B3B;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #0285CE;
}

#sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #E9E9E9;
	border-top: 5px solid #D8D8D8;
	font-family: 'Arvo', serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}

#banner1 {
	width: 1000px;
	margin: 0px auto;
}

#three-columns {
	
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #D4D4D4;
	color: #000000;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	color: #000000;
}

#three-columns #column1 {
	float: left;
	width: 290px;
	height: 550px;
	margin-right: 35px;
	border-right: 2px solid #D4D4D4;
}

#three-columns #column2 {
	float: left;
	width: 290px;
	height: 550px;	
	border-right: 2px solid #D4D4D4;
}

#three-columns #column3 {
	float: right;
	width: 300px;
}

#two-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
}

#two-columns #col1 {
	float: left;
	width: 360px;
	color: #000000;
}


#two-columns #col2 {
	float: right;
	width: 620px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}


#two-columns .image-style {
}


#two-columns .text-style {
	padding-bottom: 10px;
	border: 10px solid #000000;
	text-align: center;
	font-size: 20px;
}