body {
	margin: 0; padding: 0;
	background: url(images/bg.png) repeat-x top left #ece8cc;
	font: 12px Arial, serif;
	color: #212121;
	line-height: 18px;
}
a {
	color: #b0692b;
	outline: none;
}
a:hover {
	color: #e7730e;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
#wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	
}
#header a.lady {
	width: 149px; height: 176px;
	background: url(images/lady.png) no-repeat;
	display: block;
	float: left;
	margin: 3px 0 0 6px;
	text-indent: -3000px;
}
#header .topbar {
	width: 785px; height: 42px;
	float: right;
}
#header .topbar .question {
	width: 450px;
	float: left;
}
#header .topbar .question span {
	color: #fff;
	line-height: 42px;
	font-weight: bold;
	float: left;
}
#header .topbar .question ul {
	width: 251px; height: 29px;
	background: url(images/question-nav.png) no-repeat;
	margin: 5px 0 0 15px;
	padding: 0;
	float: left;
	list-style: none;
	position: relative;
	z-index: 700;
}
#header .topbar .question ul li {
	color: #fff;
	padding: 0 0 0 12px;
	line-height: 29px;
	background: #b0692b;
	border-left: 1px solid #533317;
	border-right: 1px solid #533317;
	line-height: 15px;
}
#header .topbar .question ul li.first {
	background: none;
	border: none;
	line-height: 29px;
}
#header .topbar .question ul li a {
	color: #fff;
	text-decoration: none;
}
#header .topbar .question ul li a.arrow {
	width: 31px; height: 27px;
	float: right;
	display: block;
	text-indent: -3000px;
}



#header .topbar .social {
	width: 65px; height: 42px;
	float: right;
}
#header .topbar .social ul.icons {
	width: 65px; height: 42px;
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
}
#header .topbar .social ul.icons li {
	width: 29px; height: 29px;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#header .topbar .social ul.icons li a {
	width: 29px; height: 29px;
	display: block;
	text-indent: -3000px;
}
#header .topbar .social ul.icons li a.youtube {
	background: url(images/social-icons.png) no-repeat 0px 0px;
}
#header .topbar .social ul.icons li a.twitter {
	background: url(images/social-icons.png) no-repeat -31px 0;
}
#header .topbar .social ul.icons li a.facebook {
	background: url(images/social-icons.png) no-repeat -62px 0;
}
#header .topbar .social ul.icons li a.youtube:hover {
	background: url(images/social-icons.png) no-repeat 0px -30px;
}
#header .topbar .social ul.icons li a.twitter:hover {
	background: url(images/social-icons.png) no-repeat -31px -30px;
}
#header .topbar .social ul.icons li a.facebook:hover {
	background: url(images/social-icons.png) no-repeat -62px -30px;
}

#header .topbar .search {
	width: 163px;
	float: right;
	margin: 5px 0 0 0;
}
#header .topbar .search input.search-field {
	width: 117px; height: 29px;
	background: url(images/search-box.png) no-repeat;
	border: none;
	float: left;
	color: #ece8cc;
	font: 13px Helvetica, Arial, serif;
	padding: 9px 0 0 13px;
}
#header .topbar .search input.search-button {
	width: 33px; height: 29px;
	background: url(images/search-button.png) no-repeat;
	border: none;
	float: left;
}

#header h1.logo {
	width: 364px; height: 63px;
	float: left;
	margin: 45px 0 0 14px;
	padding: 0;
}
#header h1.logo a {
	width: 364px; height: 63px;
	background: url(images/logo.png) no-repeat;
	display: block;
	text-indent: -3000px;
}
#header h2 {
	float: left;
	margin: 0; padding: 0;
	text-indent: -3000px;
}
#header h3.phone {
	width: 243px; height: 40px;
	background: url(images/phone.png) no-repeat;
	float: right;
	text-indent: -3000px;
	margin: 57px 0 0 0; 
	padding: 0;
}
#header ul#nav {
	width: 968px; height: 38px;
	float: left;
	list-style: none;
	margin: 0 0 0 2px; 
	padding: 0;
}
#header ul#nav li {
	height: 44px;
	background: url(images/nav-divider.png) no-repeat top right;
	float: left;
	font: bold 12px Tahoma, serif;
	text-align: center;
	padding-right: 2px;
}
#header ul#nav li a {
	height: 38px;
	background: url(images/nav-bg.png) repeat-x;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	display: block;
	padding: 0 17px;
}
#header ul#nav li a.selected {
	color: #b0b99b;
}
#header ul#nav li a:hover {
	background: url(images/nav-bg-hover.png) repeat-x;
	color: #b0b99b;
}
#header ul#nav li.first {
	width: 80px;
	margin-left: -2px;
}
#header ul#nav li.first a {
	width: 80px;
	background: url(images/nav-first.png) no-repeat top left;
	padding: 0;
}
#header ul#nav li.first a:hover {
	background-position: bottom left;
}
#header ul#nav li.last {
	width: 130px;
	background: none;
}
#header ul#nav li.last a {
	width: 130px;
	background: url(images/nav-last.png) no-repeat top right;
	padding: 0;
}
#header ul#nav li.last a:hover {
	background-position: bottom right;
}
#header ul#nav li ul .outside {
	background: #000;
	opacity: .5;
	padding: 4px;
	border: 1px solid #7d7d7d;
	position: relative;
	margin-top: 5px;
	z-index: 5;
}
#header ul#nav li.dir ul {
	width: 227px;
	position: relative;
	margin: 0 4px 4px 0;
	z-index: 2000;
	padding: 5px 0 10px 0;
	list-style: none;
}
#header ul#nav li.dir ul li {
	height: inherit;
	float: none;
	line-height: 18px;
	font: 12px Arial, serif;
	padding: 0 0 0 0;
	background: url(images/dropdown-bg.png) repeat-y;
}
#header ul#nav li.dir ul li.d-first {
	width: 227px; height: 11px;
	background: url(images/dropdown.png) top left no-repeat;
	list-style: none;
}
#header ul#nav li.dir ul li.d-last {
	width: 227px; height: 11px;
	background: url(images/dropdown.png) bottom left no-repeat;
	list-style: none;
}
#header ul#nav li.dir ul li a {
	color: #3a3823;
	line-height: 18px;
	background: url(images/nav-bullet.png) center left no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	height: auto;
	text-align: left;
}
#header ul#nav li.dir ul li a:hover {
	background-position: center left;
}




#main {
	width: 641px;
	float: left;
	background: #fff;
	border: 1px solid #9b9260;
	margin: 20px 0 0 0;
	padding: 14px;
}
#main .featured {
	width: 640px; height: 316px;
	overflow: hidden;
}
#main .featured ul {
	width: 640px; height: 316px;
	overflow: hidden;
	margin: -29px 0 0 0;
	padding: 0;
	list-style: none;
}
#main .featured ul li {
	width:  640px; height:  316px;
	float: left;
}
#main .featured ul li .pic {
	width: 420px; height: 316px;
	float: left;
}
#main .featured ul li .info {
	width: 187px; height: 279px;
	background: url(images/featured-bg.png) repeat-x;
	padding: 37px 17px 0 16px;
	float: left;
}
#main .featured ul li .info h2 {
	margin: 0; padding: 0;
}
#main .featured ul li .info h2 a {
	font: bold 30px Helvetica, Arial, serif;
	color: #fff;;
	text-decoration: none;
	letter-spacing: -1px;
}
#main .featured ul li .info .desc {
	font: 12px Arial, serif;
	color: #a9af9a;
	border-top: 1px solid #5e6848;
	border-bottom: 1px solid #6f7858;
	margin: 4px 0 8px 0;
	padding: 0 0 17px 0;
}
#main .featured ul li .info .desc p {
	line-height: 15px;
	margin: 0;
	padding: 14px 0 10px 0;
}
#main .featured ul li .info .desc a {
	color: #fff;
}
#main .featured ul li .info span.date {
	font: italic 10px Arial, serif;
	color: #a8ad9a;
}
#main .featured .title {
	width: 640px; height: 26px;
	background: #bcb787;
	position: relative;
	opacity: .6;
	margin-bottom: -26px;
	z-index: 0;
}
#main .featured span.thetitle {
	font: bold 14px Tahoma, serif;
	line-height:  26px;
	color: #35331e;
	position: relative;
	padding-left: 10px;
	float: left;
}
#main .featured .controls {
	width: 120px; height: 34px;
	float: left;
	position: relative;
	margin: 275px 0 0 0;
}
#main .featured .controls span#prevBtn a {
	width: 24px; height: 34px;
	background: url(images/slider-arrows.png) no-repeat top left;
	float: left;
	text-indent: -3000px;
}
#main .featured .controls span#nextBtn a {
	width: 24px; height: 34px;
	background: url(images/slider-arrows.png) no-repeat right top;
	float: right;
	text-indent: -3000px;
}

#main .news {
	margin:  15px 0 18px 0;
}
#main .news h2 {
	margin: 0; padding: 0;
}
#main .news h2 a {
	font: bold 30px Arial, serif;
	color: #404d1f;
	text-decoration: none;
	letter-spacing: -1px;
}
#main .news .text {
	width: 410px;
	float: left;
	border-right: 1px solid #d2d9cd;
	padding: 0 15px 0 0;
	margin: 15px 0 0 0;
}
#main .news .text p {
	margin: 0 0 15px 0;
	padding: 0
}
#main .side-post {
	width: 200px;
	float: right;
	margin: 15px 0 0 0;
}
#main .side-post h2 a {
	font: bold 18px Arial, serif;
	color: #7e3b00;
	line-height: 18px;
	letter-spacing: -1px;
}

#main .category {
	width: 640px;
	margin: 0 0 27px 0;
}
#main .category .bar {
	width: 630px; height: 26px;
	background: #dddbd0;
	border-bottom: 1px solid #bbc5b4;
	font: bold 14px Tahoma, serif;
	color: #43412d;
	line-height: 26px;
	padding: 0 0 0 10px;
	margin: 0 0 19px 0;
	text-transform: uppercase;
}
#main .category .l-arrow, #main .category .r-arrow {
	width: 26px; height: 230px;
	float: left;
}
#main .category .r-arrow {
	width: 23px;
}
#main .category .l-arrow a, #main .category .r-arrow a {
	width: 23px; height: 23px;
	background: url(images/category-arrows.png) no-repeat top left;
	display: block;
	text-indent: -3000px;
	margin: 58px 0 0 0;
}
#main .category .r-arrow a {
	background: url(images/category-arrows.png) no-repeat top right;
}
#main .category .l-arrow a:hover {
	background-position: bottom left;
}
#main .category .r-arrow a:hover {
	background-position: bottom right;
}
#main .category .posts {
	width:  585px;
	float: left;
	overflow: hidden;
}
#main .category .posts ul {
	width:  585px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main .category .posts ul li {
	width:  585px;
	float: left;
}
#main .category .posts ul li .post {
	width: 133px;
	float: left;
	margin: 0 7px 0 6px;
}
#main .category .posts ul li .post a.pic img {
	border: 1px solid #d6d5d6;
}
#main .category .posts ul li .post h3 {
	margin: 10px 0 2px 2px;
	padding: 0;
}
#main .category .posts ul li .post h3 a {
	font: bold 14px Arial, serif;
	color: #404d1f;
	text-decoration: none;
}
#main .category .posts ul li .post p {
	margin: 0 0 4px 2px;
	padding: 0;
	line-height: 16px;
}
#main .category .posts ul li .post a {
	font-weight: bold;
	color: #7e3b00;
	text-decoration: none;
}

#sidebar {
	width: 274px;
	float: right;
	margin: 20px -4px 0 0;
}
#sidebar .widget {
	width: 274px;
	margin: 0 0 20px 0;
}
#sidebar .widget .topbar {
	width: 259px; height: 28px;
	background: url(images/sidebar-topbar.png) no-repeat;
	font: bold 12px Arial, serif;
	line-height: 28px;
	color: #fff;
	padding: 0 0 0 15px;
	text-transform: uppercase;
}
#sidebar .widget .content {
	width: 272px;
	background: #fff;
	border: 1px solid #94906a;
	border-top: none;
}
#sidebar .widget .content .post {
	width:  238px;
	padding: 11px 17px;
	border-bottom: 1px solid #8ea879;
}
#sidebar .widget .content .last {
	border: none;
}
#sidebar .widget .content .post a {
	float: left;
}
#sidebar .widget .content .post a img {
	border: 1px solid #444f2a;
}
#sidebar .widget .content .post .info {
	width: 156px;
	float: right;
}
#sidebar .widget .content .post .info h4 {
	margin: 0;
	padding: 0;
}
#sidebar .widget .content .post .info h4 a {
	font: bold 13px Tahoma, serif;
	color: #7e3b00;
	text-decoration: none;
}
#sidebar .widget .content .post .info p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#sidebar .widget .content .newsletter {
	padding: 5px 20px 15px 20px;
}
#sidebar .widget .content .newsletter .desc {
	height: 75px;
	background: url(images/newsletter-icon.png) no-repeat top left;
	padding: 0px 0 0 87px;	
}
#sidebar .widget .content .newsletter .desc p {
	font: 13px Arial, serif;
	color: #666666;
	padding-top: 5px;
}
#sidebar .widget .content .newsletter form {
	margin: 15px 0 0 0;
}
#sidebar .widget .content .newsletter form input.email-field {
	width: 135px; height: 20px;
	border: 1px solid #d7d7d7;
	border-right: none;
	margin: 0 -1px 0 0;
	float: left;
	padding: 6px 0 0 12px;
	font: italic 13px Arial, serif;
	color: #c0c0c0;
}
#sidebar .widget .content .newsletter form input.email-submit {
	width: 84px; height: 28px;
	background: url(images/subscribe-button.png) no-repeat top left;
	border: none;
	margin: 0 0 5px -1px;
	float: left;
}
#sidebar .widget .content .newsletter form input.email-submit:hover {
	background-position: bottom left;
}
#sidebar .widget .content .location {
	font: 12px Tahoma, serif;
	padding: 14px 16px;
	color: #4f4f4f;
	line-height: 16px;
}
#sidebar .widget .content .location strong {
	color: #323232;
}
#sidebar .widget .topbar span {
	padding-left: 55px;
}
#sidebar .widget .content .bloglist {
	
}
#sidebar .widget .content .bloglist ul.categories, #sidebar .widget .content .bloglist ul.archives {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 7px 0 0 14px;
	float: left;
}
#sidebar .widget .content .bloglist ul.categories {
	width: 120px;
}
#sidebar .widget .content .bloglist ul.archives {
	width: 123px;
	padding: 7px 0 0 0;
	float: right;
}
#sidebar .widget .content .bloglist ul.categories li, #sidebar .widget .content .bloglist ul.archives li {
	line-height: 22px;
}
#sidebar .widget .content .bloglist ul.categories li a, #sidebar .widget .content .bloglist ul.archives li a {
	color: #7e3b00;
	text-decoration: none;
}

#footer {
	width: 640px;
	float: left;
	padding: 0 0 0 20px;
	font: 12px Tahoma, serif;
	color: #625915;
}
#footer a {
	color: #625915;
}
#footer span {
	padding-left: 15px;
}

#main .post {
	
}
#main .post h2 {
	margin: 0;
	padding: 0;
}
#main .post h2 a {
	font: bold 30px Arial, serif;
	color: #7e3b00;
	text-decoration: none;
	letter-spacing: -1px;
}
#main .post .info {
	width: 100%;
	border-top: 1px solid #e3dcb7;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font: 11px Arial, serif;
	color: #84816f;
	text-transform: uppercase;
}
#main .post .info a.print {
	background: url(images/print-icon.png) no-repeat 0 1px;
	padding-left: 17px;
	margin-left: 20px;
	color: #84816f;
	text-decoration: none;
}
#main .post .info a.comments {
	background: url(images/comments-icon.png) no-repeat 0 1px;
	padding-left: 17px;
	margin-left: 20px;
	color: #84816f;
	text-decoration: none;
}
#main .post img {
	border: 1px solid #3a3823;
}
#main .post .page-widget, #main .post .post-widget {
	width: 100%;
	border-top: 1px solid #e3dcb7;
	color: #616161;
}
#main .post .post-widget {
	border-bottom: 1px solid #e3dcb7;
}
#main .post .page-widget h3, #main .post .post-widget h3 {
	font: bold 20px Arial, serif;
	color: #404d1f;
	margin-bottom: 10px;
}
#main .post .bar {
	width: 630px; height: 26px;
	background: #dddbd0;
	border-bottom: 1px solid #bbc5b4;
	font: 12px Tahoma, serif;
	color: #43412d;
	line-height: 26px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#main .post #comments h5 {
	font: bold 22px Arial, serif;
	color: #7e3b00;
	margin: 10px 0;
	padding: 0;
}
#main .post #comments .comment {
	width: 616px;
	background: #f5f3e9;
	float: right;
	margin: 0 0 15px 0;
}
#main .post #comments .comment .avatar-holder {
	float: left;
	margin: 15px 12px 0 -22px;
}
#main .post #comments .comment .body {
	width: 575px;
	float: right;
}
#main .post #comments .comment .body cite {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}
#main .post #comments .comment .body cite a {
	font: bold 13px Arial, serif;
	color: #3d3921;
}
#main .post #comments .comment .body cite {
	font: bold 13px Arial, serif;
	color: #3d3921;
}
#main .post #comments .comment .body cite span {
	font: italic 11px Arial, serif;
	color: #969072;
}
#main .post #comments .comment .body blockquote {
	font: 13px Arial, serif;
	color: #676040;
	padding: 0 25px 0 0;
	margin: 0;
	line-height: 18px;
}
#main .post #reply {
	width: 100%;
	border-top: 1px solid #e3dcb7;
	margin: 10px 0 0 0;
}
#main .post #reply h5 {
	font: bold 22px Arial, serif;
	color: #7e3b00;
	margin: 10px 0;
}
#main .post #reply #commentform {
	width: 600px;
	background: #f5f3e9;
	padding: 20px;
}
#main .post #reply #commentform p {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}
#main .post #reply #commentform p label {
	width: 120px;
	float: left;
	font: bold 13px Arial, serif;
	color: #3d3921;
	line-height: 30px;
}
#main .post #reply #commentform p input {
	width: 245px; height: 22px;
	float: left;
	border: 1px solid #aba482;
	padding: 8px 0 0 5px;
}
#main .post #reply #commentform p textarea {
	width: 460px;
	float: left;
	border: 1px solid #aba482;
	font: 12px Arial, serif;
	padding: 5px;
}
#main .post #reply #commentform p input#submit {
	width: 169px; height: 29px;
	background: url(images/submit-comment.png) no-repeat top left;
	border: none;
	margin: 0 0 0 120px;
}
#main .post #reply #commentform p input#submit:hover {
	background-position: bottom left;
}












.body img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

#main .news .text img, #main .news .side-post img {
	display: none;
}





