body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 10px;
	line-height: 13.75px;
	text-align: center;
	vertical-align: top;
	background: #322117;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-weight: normal;
}

h1 {
	font-size: 17.5px;
	line-height: 27.5px;
	color: #322117;
}

h3 {
	font-size: 12.5px;
	line-height: 17.5px;
	margin: 3px 0 8px 0;
}

a {
	color: #c75325;
	text-decoration: none;
}

a:visited {
	color: #c75325;
}

/*
a{
	text-decoration: underline;
	color: #fff;
}

a:hover{ text-decoration: none; }
*/

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 0 0;
	background: #fff;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 15px;
	background: #eee;
}

code{
	background: #f5c912;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #d1a902;
	color: #d1a902;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
/* 	font-size: 12px; */
/* 	padding: 2px; */
	font-size: 11px;
	padding: 0px;
}

input#s, input#author, input#email, input#url, textarea#comment{
/* 	padding: 2px; */
	padding: 0px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	width: 890px;
	text-align: left;
	vertical-align: top;
}

#page{
	float: left;
	display: inline;
	width: 890px;
	background: #fff;
	overflow: hidden;
}

div.inner {
	overflow: hidden;
}

.narrowcolumn{
	float: left;
	display: inline;
	margin: 0 8px;
	width: 650px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}

.top-logo {
	float: left;
	display: inline;
	margin-left: 8px;
	position: absolute;
}

.top-menu {
	float: left;
	display: inline;
	margin-top: 234px;
	width: 648px;
	position: absolute;
}

.top-menu h1 {
	display: inline;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

.top-menu ul {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 10px 0 10px 8px;
	padding: 0;
	display: inline;
}

.top-menu ul li {
	margin-right: 8px;
	float: left;
	display: inline;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
/* 	background: #322117; */
/* 	padding: 5px 0; */
}

.top-menu ul li a {
	display: block;
	height: 24px;
	width: 152px;
}

.top-menu ul li a#top-menu-1 {
	background: url(/images/nav_buttons/the_clinic.png) top center no-repeat;
}

.top-menu ul li a#top-menu-2 {
	background: url(/images/nav_buttons/our_services.png) top center no-repeat;
}

.top-menu ul li a#top-menu-3 {
	background: url(/images/nav_buttons/get_involved.png) top center no-repeat;
}

.top-menu ul li a#top-menu-4 {
	background: url(/images/nav_buttons/support_us.png) top center no-repeat;
}

.top-menu ul li a#top-menu-1:hover,
.top-menu ul li a#top-menu-2:hover,
.top-menu ul li a#top-menu-3:hover,
.top-menu ul li a#top-menu-4:hover {
	background-position: bottom center;
}

.top-menu a {
	color: #fff;
	text-decoration: none;
}

.sub-menu {
	float: left;
	display: inline;
	width: 160px;
	margin: 10px 8px -5000px 0;
	background: #322117;
	height: 470px;
	padding-bottom: 5000px;
}

.sub-menu ul {
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin: 30px 0 0;
}

.sub-menu ul li {
	margin-bottom: 10px;
	padding: 0 5px 0 15px;
}

.sub-menu ul li a {
	text-decoration: none;
	color: #C6AD91;
}

.sub-menu ul ul {
	display: none;
	margin-top: 10px;
}

.sub-menu ul li.current_page_item > a{
	color: #fff;
}

.sub-menu ul li.current_page_item ul,
.sub-menu ul li.current_page_parent ul {
	display: block;
}

.page-content {
	width: 482px;
	float: left;
	display: inline;
}

#banner{
	margin-bottom: 2px;
	width: 650px;
	height: 275px;
	background: #fff url(images/wcc_116_2.png) no-repeat;
}

#banner img {
	width: 650px;
}

.post{
	margin: 10px 0 0;
	background: #fff;
}

.post h2{
	padding: 8px 10px 7px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #C6AD91;
}

.post h2 a{
	text-decoration: none;
	color: #fff;
}

.post h2 a:hover{
	text-decoration: underline;
}

.entry{
	border-top: 0;
	padding: 0 10px 10px;
	font-family: Verdana;
	line-height: 18px;
	font-size: 12px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	border: 0;
	padding: 10px 0 0;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
	color: #000;
}

.entry h1{
	font-size: 24px;
	line-height: 24px;
}

.entry h2{
	font-size: 18px;
}

.entry h3{}

.entry h4{ font-size: 16px; font-weight: normal; }

.entry h5{ font-size: 14px; }

.entry h6{ font-size: 11px; }


/* Profile Page */
div.profile_post {
	font-family:Verdana;
	font-size:10px;
	line-height:12px;
	margin-bottom: 10px;
	padding: 4px 2px 2px;
}

div.profile_post_highlight {
	background: #AFAF3A;
}

div.profile_post p {
	padding: 2px 0 0;
}

div.profile_post h6 {
	font-size: 11px; font-weight: bold
}

div.profile_photo, div.newsletter_photo {
	float: left;
	display: inline;
	margin-right: 10px;
}

div.profile {
	float: left;
	width: 350px;
	display: inline;
}

div.profile_post div.bio {
	float: left;
	margin-top: 10px;
	padding-bottom: 5px
}

/* Blog Page */
div.post-list {
	margin-top: 16px;
}

div.blog_excerpt {
	border-top:1px dotted #C6AD91;
	font-family: Verdana;
	font-size: 12px;
	line-height: 13.5px;
	margin-bottom: 5px;
	padding: 16px 10px;
}
div.blog_excerpt h2 {
	font-size: 14px;
}
div.blog_excerpt h4 {
	font-size: 11px;
	font-style: italic;
	margin-top: 6px;
}

/* Newsletter Post */
div.newsletter_post {
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
	padding: 5px 10px 10px;
}

div.newsletter_post p {
	padding: 5px 0 0;
}

div.newsletter_post h2 {
	font-size: 13px; font-weight: bold
}


/* Photo Post */
div.photo_post {
	float: left;
	display: inline;
	height: 110px;
	width: 150px;
}

div.photo_post h6 {
	font-size: 11px;
	text-align: center;
}

div.grid_photo img {
	margin: 0 30px;
}

div.photo_caption {
	margin: 1px 5px;
}

/* Logo Post */
div.logo_post {
	float: left;
	display: inline;
	height: 100px;
	margin-bottom: 15px;
	width: 230px;
}

div.grid_logo {
	text-align: center;
}

div.grid_logo img {
	margin: 0 15px;
	border: solid #888	1px;
}

/* Mid Page */
img.mid_photo {
	margin: 5px 10px;
}

h5.mid_caption {
	font-size: 14px;
	text-align: center;
}

div.page_group {
	background: #EEE9D5 none repeat scroll 0%;
	float: left;
	display: inline;
	margin: 8px 5px;
	padding: 7px 0pt;
	width: 225px;
}




/* Profile Post */
.entry img{
	margin: 10px 10px 0 0;
	float: left;
	display: inline;
}

.entry img.alignleft{
	float: left;
	display: inline;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	display: inline;
	margin: 5px 0 0 10px;
}

.postinfo{
	margin: 10px 0 0;
	padding: 10px 0 0;
	font-family: Arial;
}

.browse{
	margin: 0;
	padding: 10px;
	line-height: 18px;
	color: #ccc;
	float: right;
}

ul.email_sign_up{
	padding-left: 0;
}

ul.email_sign_up li{
	margin: 4px 0;
}

ul.email_sign_up li label{
	float: left;
	width: 100px;
}

ul.email_sign_up li input,
ul.email_sign_up li textarea{
	float: left;
}

/* sidebar */

#sidebar{
	float: left;
	display: inline;
	width: 224px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li{
	background: #C6AD91;
}

#sidebar ul li#search {
	height: 23px;
	margin-bottom: 4px;
	padding: 8px 4px 4px 10px;
}

#sidebar ul li#quote {
	background: #D28825;
	height: 199px;
	padding: 0 10px 5px;
	color: #fff;
}

#sidebar li.badge {
	padding: 6px 0 4px;
	text-align: center;
}

#sidebar li.badge a {
	margin: 0 5px;
}

li#quote p.quote-text {
	font-family: Georgia;
	font-size: 18px;
	line-height: 26px;
}

li#quote p.quote-text-smaller {
	font-family: Georgia;
	font-size: 16px;
	line-height: 22px;
}

li#quote p.quote-text-smallest {
	font-family: Georgia;
	font-size: 15px;
	line-height: 21px;
}

li#quote p.quote-text-super-small {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
}

li#quote p.quoter {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

li#quote p.quoter-small {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
}

#sidebar ul li ul {
	clear: both;
	height: 25px;
}

#sidebar ul li ul li {
	float: left;
	display: inline;
	background: #322117;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

#sidebar ul li ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#sidebar ul li#give_nav ul li {
	background: #999933;
	border-bottom:#C6AD91 solid 1px;
	border-top:#C6AD91 solid 1px;
	height:24px;
	width: 224px;
}

#sidebar ul li#give_nav ul li:hover {
	background: #fff;
}

#sidebar ul li#give_nav ul li:hover a {
	color: #999933;
	font-weight: bold;
}

#sidebar ul li#nav-2 ul li {
	margin-left: 1px;
	width: 74px;
}

#sidebar ul li#nav-2 ul li:hover {
	background: #C6AD91;
}

#sidebar ul li#nav-2 ul li.page-item-15 {
	margin-left: 0;
}

#sidebar form input {
	font-size: 12px;
	height: 14px;
	border-style: none;
	margin: 0 8px
}

#sidebar form a, #sidebar form p {
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
}

#sidebar ul li#subscribe {
	/* 
	background: #715D4D;
	height: 60px;
	*/
	background: #715D4D;
	font-size: 19px;
    height: 56px;
	line-height: 23px;
    padding-top: 6px;
    text-align: center;
}

/*
#sidebar ul li#subscribe p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 0 8px 8px;
	padding-left: 20px;
}
*/

#sidebar ul li#subscribe form#quick_subscribe_form {
	padding-left: 20px;
}

#sidebar ul li#subscribe form#quick_subscribe_message {
	display: none;
}

div.quick_subscribe_errors {
	color: #800;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

div.quick_subscribe_messages {
	color: #050;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

#sidebar ul li#search {
	background: #C6AD91;
}

#sidebar form p {
	margin-bottom: 6px;
	text-align: center;
}

#sidebar ul li#sidebar-feature {
	background: #D28825;
	height: 125px;
	margin-bottom: -485px;
	padding: 8px 8px 500px;
}

#sidebar ul li#sidebar-feature h4 {
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 13.75px;
}

#sidebar ul li#sidebar-feature p {
	padding: 5px 0 0 0;
}

#sidebar ul li#sidebar-feature img {
	float: left;
	display: inline;
	margin-right: 8px;
}

#sidebar ul li#sidebar-feature a,
#sidebar ul li#sidebar-feature a:visited {
	color: #000000;
}

#sidebar div#sidebar-bottom-promo {
	margin-top: 35px;
	margin-left: 40px;
	position: absolute;
}

.more_nav {
	margin-top: 20px;
	float: right;	
}

#sidebar ul li#sidebar-feature div.more_nav a {
	color: #fff;
}

#sidebar ul li#calendar {
	padding: 4px 10px 24px;
}

#sidebar ul li#calendar h3 {
	text-align: center;
}

#sidebar ul li#blog {
	text-align: center;
}

#sidebar ul li#blog h4 {
	font-family: Georgia;
	font-size: 20px;
	padding: 15px 0 0;
}

#sidebar ul li#blog h4 a {
	font-size: 22px;
}

#sidebar ul li#blog div {
	padding: 10px 0;
	font-size: 12px;
	font-style: italic;
}

#sidebar ul li#blog div a {
	font-size: 13px;
	font-weight: bold;
}

ul.sections {
	margin: 0 0 20px 0;
	padding: 0;
}

li.section {
	border-right: black solid 1px;
	float: left;
/* 	height: 250px; */
	padding-right: 11px;
	margin-right: 11px;
	width: 200px;
	list-style: none;
	display: inline;
}

li.section-last {
	float: left;
	display: inline;
/* 	height: 250px; */
	width: 200px;
	list-style: none;
}

/* errors */
p.fix_me {
	border: 5px solid red;
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	text-align: center;
	width: 90px;
}


/* wp-calendar */
table#wp-calendar{
	width: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: none;
	font-size: 12px;
}

table#wp-calendar caption{
	font-size: 16px;	
	padding: 10px 15px;
}

table#wp-calendar th{
/* 	font-weight: normal; */
	text-align: center;
	vertical-align: top;
	background: #322117;
	color: #eee9d5;
}

table#wp-calendar td{
	padding: 1px;
	text-align: center;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

/* homepage */
div.main-page-content div.post,
div.main-page-content div.post p {
	margin: 0;
	padding: 0;
}

#footer {
/* 	clear: both; */
	float: left;
	display: inline;
	height: 32px;
	width: 650px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 11.875px;
	margin: 5px 8px;
	background: #808080;
	color: white;
	text-transform: uppercase;
}

#footer ul {
	clear: both;
	float: left;
	display: inline;
	list-style: none;
	padding: 0;
	width: 100%;
}

#footer ul li {
	float: left;
	display: inline;
	list-style: none;
}

#footer ul.top {
	margin: 10px 0 0 50px;
}

#footer ul.top li {
	width: 150px;
}

#footer ul.bottom {
	margin: 11px 0 0 84px;
}

#footer ul.bottom li {
	text-align: center;
	width: 159px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

div.player {
	text-align: center;
	margin-top: 20px;
}

/* lightbox */
.black_overlay{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: block;
	position: absolute;
	top: 40%;
	left: 35%;
	width: 400px;
	height: 100px;
	padding: 16px 16px 0;
	border: 4px solid #C75325;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.white_content form {
	margin-top: 16px;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

