/*  
Theme Name: 5 Circles
Theme URI: 
Description: Two column theme.
Version: 1.0
Author: Blog Design Studio
Author URI: http://blogdesignstudio.com/

	Valid XHTML 1.0 Transitional

*/

* {
margin: 0;
padding: 0;
}

body {
color: #333;
background:#C2CCCB;
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
/* font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif; */
font-size: 100%; /* originally 80% from Blog Design Studio) */
line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
color:#536765;
font-family:Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", Times, serif;
/* font-family:Georgia, "Times New Roman", Times, serif; */
}

h1 {
font-size: 3.2em;
}

h1 a { display: block; height: 40px; color: #fff; text-decoration: none; }
h1 a:hover, h1 a:active { color: #fff; }

h2 {
font-size: 21px;
margin-bottom: 0.5em;
}

h3 {
font-size: 17px;
margin-bottom: 0.5em;
}

h4 {
font-size: 14px;
line-height: 1.25;
margin-bottom: 1.25em;
}

h5 {
font-size: 12px;
font-weight: 700;
margin-bottom: 1.5em;
}

h6 {
font-size: 11px;
font-weight: 700;
}

p {
margin: 0 0 1.5em;
padding-left: 5px;
}



blockquote {
background: url(images/quote.gif) no-repeat;
color: #719AC6;
margin: 15px;
padding-left: 30px;
}

em {
font-style: italic;
}

strong {
font-weight: 700;
}

pre, code {
font-family: "Courier New", Courier, FreeMono, "Nimbus Mono L", "Liberation Mono", monospace;
/* font-family: "Courier New", Courier, Monospace; */
line-height: 1.5;
}

pre {
background: #efefe9;
border-top: 1px solid #ccc;
white-space: pre;
overflow: auto;
margin: 0 15px;
padding: 10px 15px;
max-height: 300px;
}

.alignleft {
float: left;
}
.alignright {
float: right;
}

img {
border: none;
}
img.alignleft {
float:left;
margin:5px 10px 5px 0;
}
img.alignright {
float:right;
margin:5px 0 5px 10px;
}

hr {
background: #E6E6D2; 
color: #E6E6D2;
clear: both; 
float: none; 
width: 100%; 
height: .1em;
margin: 0 0 1.4em;
border: none; 
}

hr.space {
height: 4em;
}

a:focus, a:hover {
color: #852F39;
text-decoration: none;
}

a {
color: #852F39;
text-decoration: underline;
outline: none;
}

ul, ol {
margin: 0 2.5em 1.5em;
}

ul li, ol li {
margin-bottom: 0.5em;
}

ul {
list-style-type: circle;
}

li.table {
line-height: 1.2;
font-size: 12px;
}

ol {
list-style-type: decimal;
}

input, textarea {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
/* font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif; */
}

.clear {
float:none;
clear: both;
height:0
}

.container {
width: 880px;
margin: 0 auto;
}
.main {
background:url(images/bg.gif) center top repeat-y;
width: 886px;
}

/********************************* HEADER START *********************************/
#header {
width: 880px;
margin:0px auto;
background:url(images/bg.gif) center top repeat-y;
}
/*
#header {
width: 100%;
background:url(images/bg.gif) center top repeat-y;
}
*/
#headline {
width:880px;
display:block;
float:left;
padding:0;
margin:0;
background:url(images/head_pat.gif) left top repeat-x;
}

#headline_h1 {
display:block;
float:left;
margin:17px 0 0 40px;
}
#headline_h1 h1 {
margin:0 0 24px 0;
}

.desc {
font-size:20px;
margin:0;
float:left;
color:#252525;
}

/********************************* HEADER END *********************************/

/********************************* MAIN MENU START *********************************/

.menupack {
width:880px;
height:31px;
background:#76666E;
float:left;
}

ul.menu {
list-style-type: none;
height: 34px;
margin: 0 0 0 240px;
padding:0;
font-size: 14px;
text-transform:uppercase;
font-weight: 500;
width:660px;
float:left;
}

li.page_item {
float: left;
display: inline;
padding: 0;
margin:0 1px 0 0;
height: 34px;
line-height:34px;
}
li.page_item a {
color:#fff;
display: block;
text-decoration: none;
line-height:11px;
padding: 10px 12px 10px 12px;
}

li.page_item a:hover {
color: #DBD2D7;
padding: 10px 12px 10px 12px;
}
li.current_page_item a {
color: #650934;
background:#fff;
padding: 10px 12px 10px 12px;
}

#breadcrumb {
	float: left;
	width: 604px;
	font-size: 13px;
    background: #EDEDEB;
    color: #252525;
	margin:0 0 20px 0;
	padding: 2px 10px 2px 10px;
	}

#breadcrumb a, #breadcrumb a:visited {
	color: #252525;
	text-decoration: none;
	}
	
#breadcrumb a:hover {
	color: #333;
	text-decoration: underline;
	}

/********************************* MAIN MENU END *********************************/

#leftcolumn {
float: left;
width: 200px;
padding:10px;
margin:0 0 30px 3px;
overflow: hidden;
}
a:focus, a:hover, a:link, a:active{
color: #852F39;
text-decoration: none;
}


#rightcolumn {
float: right;
width: 624px;
padding:0;
margin:20px 20px 20px 0;
}

/********************************* POST CONTENT Classes *********************************/


.post {
padding: 0;
margin:0 0 40px 0;
float:left;
clear:both;
width:100%;
font-size:13px;
/* line-height:23px; */
}

.page {
padding: 0;
margin:0 0 40px 0;
float:left;
clear:both;
width:100%;
font-size:13px;
/* line-height:23px; */
}

.title {
margin:0 0 15px 0;
float:left;
clear:both;
width:100%;
}
.title h2 {
margin:0;
text-decoration: none;
}
.title h2 a {
color: #fff;
text-decoration:none;
}
 

a.more-link {
display:block;
width:80px;
height:23px;
margin:10px 0 10px 0;
}
a:hover.more-link {

}

.pagers {
width: 98%;
margin: 0 auto;
height: 30px;
}
.pagers a {
color: #666;
}

/************************* SIDEBAR MAINS START ********************************/

.survey {
display:block;
float:left;
width:180px;
height:217px;
background:url(images/survey.jpg) left top no-repeat;
margin:0 0 30px 0;
padding:7px 10px 0 10px;
/* color:#852F39; */
color #333
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
/* font-family:Georgia, "Times New Roman", Times, serif; */
text-align:right;
font-size:11px;
line-height:21px;
text-decoration: none;
}

.headshot {
display:block;
margin-left: auto;
margin-right: auto }
}

a.fillout {
display:block;
width:180px;
height:30px;
margin:15px 0 0 0;
float:left;
text-decoration: none;
}

#leftcolumn {
font-size:11px;
}
#leftcolumn h3 {
margin:0
}
#leftcolumn a {
color: #852F39;
text-decoration: none;
}
;
}


.testimonial {
display:block;
float:left;
width:194px;
margin:30px 0 10px 0;
padding:5px 2px 5px 2px;
border-top:1px solid #D9D8D8;
border-bottom:1px solid #D9D8D8;
font-size:11px;
color:#666;
}
.testimonial span {
float:right;
text-align:right;
color:#252525;
margin:5px 0 0 0;
}


/************* Widget Ready Area **************/

ul.sidebar {
list-style-type: none;
margin: 0;
padding: 0;
float:left;
}
.sidebar li {
padding:0;
margin:0;
}
li.widget {
clear:both;
margin-bottom:30px;
}
li.widget ul {
list-style-type: none;
margin: 0;
padding: 0 0 2px 0;
font-size:13px;
width:200px;
} 
.sidebar ul li {
line-height:15px;
margin:0 0 7px 0;
padding: 0 0 0 10px;
background:url(images/arrow.gif) left top no-repeat;
background-position:1px 7px;
}
.sidebar ul li:hover {
background:url(images/arrow_h.gif) left top no-repeat;
background-position:1px 7px;
}
.sidebar ul li ul {
width:120px;
border-bottom:none
}
.sidebar .children {
margin: 5px 0 0 10px;
}
 
.sidebar a {
color: #000;
font-size:11px;
padding: 0;
text-decoration:underline;
}
.sidebar a:hover {
color:#650934;
text-decoration:none;
}
 
#rightcolumn {
font-size:11px;
}
#rightcolumn h3 {
margin:0 0 5px 0;
border-bottom:1px solid #D9D8D8;
/* width:200px; */
}
.comsubline {
font-size:11px;
color:#536765;
}

/************************* SIDEBAR MAINS END ********************************/

/* Search */
.searchform {
padding: 0;
display:block;
float:left;
margin:28px 0 0 0;
width:270px;
}
.searchword {
float:left;
font-size:11px;
line-height:20px;
color:#852F39;
margin:0;
width:50px;
}
input#s {
font-size: 11px;
width: 120px;
height:13px;
line-height:13px;
padding:2px 5px 3px 5px;
float:left;
background:#fff;
border: 1px solid #ABB5B1;
margin:0;
color:#666;
}
.newsbutton {
float:left;
background:url(images/i_search.jpg) left top no-repeat;
border:none;
color:#fff;
width:78px;
height:18px;
margin:1px 0 0 6px;
cursor:pointer;
}

 
/************************* FOOTER START ********************************/
#footer {
color: #fff;
width: 100%;
padding: 0;
font-size:11px;
display: block;
background:url(images/bg.gif) center top repeat-y;
}
#footer a {
color:#fff;
}
#footer .container {
background:#852F39;
}
.footmenu {
background:#DBD2D7;
width:880px;
text-align:center;
color:#252525;
padding: 7px 0 7px 0;
font-size:13px;
}
.footmenu a, .footmenu a:visited {
color:#252525!important;
text-decoration:none;
}
.footmenu a:hover {
color:#852F39!important;
}

.credits {
text-align:center;
padding: 7px 0 7px 0;
border-bottom:3px solid #9AA8A7;
background:#76666E;
}

/************************* FOOTER END ********************************/


.icontact {
background:#76666E;
font-size:11px;
font-family:Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", Times, serif;
/* font-family:Georgia, "Times New Roman", Times, serif; */
color:#fff!important;
text-decoration:none;
padding:2px 5px 2px 5px;
float:left;
margin:5px 0 0 65px;
}