/*
Theme Name: DermaSpa
Theme URI: http://berrywebteam.net
Description: Two column theme with header image and full width navigation.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #6276B3 url(images/bgimage.jpg) repeat-x 0 90px;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

/*-- Images */
img {
	border: none;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 0 0;
}

.alignright {
   float: right;
   margin: 0 0 0 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*-- Links --*/

a {
	color: #392C4A;
}

a:hover {
	color: #000;
	text-decoration: none;
}

hr { 
    color: #D0EBCC;
	border-top: none;
	height: 1px;
	margin-bottom: 10px;
}

ul {
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}

li {
	list-style-type: circle;
}

/*-- Container --*/
#container {
	width: 900px;
	margin: 0 auto;
}

/*-- Header --*/
#header {
	height: 180px;
}

#header h1 {
	display: none;
}

.logo {
	margin: 0 0 0 25px;
	float: left;
}

.headtext {
	/*These are the original css settings margin: 15px 25px 0 0; */
        margin: 15px 0px 0 0;
	text-align: center;
	float: right;
	clear: right;
}

.headtext h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 22px;
	color: #6276B3;
}

.headtext h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #fff;
	padding: 0 0 15px;
}
.headtext h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;	
font-style: italic;
	font-size: 16px;
	color: #6276B3;
	padding: 0 0 0px;
line-height: 19px;
}
.headtext p {
	font-style: italic;
	color: #6276B3;
}

/*-- Search --*/
.searchdiv {
	height: 35px;
	margin: 15px 25px 0 0;
	float: right;
}

#searchform {
	
}

#s {
	background: #fff;
	font-style: italic;
	color: #6276B3;
	border: solid 1px #C4D0E8;
	padding: 5px;
}

.search {
	background: url(images/bsearch.jpg) no-repeat center bottom;
	width: 28px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: none;
}

/*-- Menu --*/
#nav {
	background: url(images#navbg.jpg) repeat-x;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style-type: none;
	border-right: solid 1px #D0EBCC;
}

#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #6276B3;
	height: 18px;
	text-decoration: none;
	padding: 11px 11px;
	display: block;
}

#nav li a:hover {
	background: #D0EBCC;
}

/*-- Navigation Dropdown --*/

#nav li ul {
	background: #EAF6E8;
	left: -999em;
	width: 180px;
	position: absolute;
	padding: 0;
	margin: 0;
	border-top: solid 2px #aac0a7;
}

#nav li ul li {
	margin: 0;
	padding: 0;
	border: none;
}

#nav li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #392C4A;
	width: 160px;
	text-decoration: none;
    border-top: solid 1px #D0EBCC;
	display: block;
	padding: 5px 10px;
}

#nav li ul li ul li a, #nav li ul li ul li ul li ul li a {
	border-top: solid 1px #EAF6E8;
}

#nav li ul li ul li ul li a {
	border-top: solid 1px #D0EBCC;
}

#nav li ul li a:hover, #nav li ul li ul li ul li a:hover {
	background: #D0EBCC;
}

#nav li ul li ul li a:hover, #nav li ul li ul li ul li ul li a:hover {
	background: #EAF6E8;
}

/*-- Second Level --*/
#nav li ul ul {
	background: #D0EBCC;
	margin: -29px 0 0 180px;
	border: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left:-999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left:auto;
}

/*-- Third Level --*/
#nav li ul ul ul {
	background: #EAF6E8;
}

#nav ul li:hover ul ul, #nav ul li.sfhover ul ul {
	left:-999em;
}

#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul {
	left:auto;
}

/*-- Fourth Level --*/
#nav li ul ul ul ul {
	background: #D0EBCC;
}

#nav ul ul li:hover ul ul, #nav ul ul li.sfhover ul ul {
	left:-999em;
}

#nav ul ul li:hover ul, #nav ul ul li li:hover ul, #nav ul ul li.sfhover ul, #nav ul ul li li.sfhover ul {
	left:auto;
}

/*-- Content --*/
#contentwrap {
	background: url(images/contentbg.jpg) repeat-y 0 0;
}

#content {
	background: url(images/contenttop.jpg) no-repeat 0 0;
	overflow: hidden;
}

.largeimg {
	background: url(/wp-content/uploads/2009/11/homeimg2.jpg) no-repeat 0 0;
	width: 585px;
	height: 225px;
	float: left;
}

.postarea {
    width: 525px;
    padding: 30px 30px 15px;
	float: left;
	overflow: hidden;
}

.postarea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    font-size: 30px;
	letter-spacing: -1px;
	line-height: 32px;
    color: #b5731d;
    margin: 0 0 15px;
}

.postarea h2 a, .postarea h3 a {
	text-decoration: none;
	color: #b5731d;
}

.postarea h2 a:hover {
	color: #392C4A;
}

.postarea h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    font-size: 24px;
	line-height: 26px;
    color: #b5731d;
    padding: 10px 0;
}

.postarea h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #6276B3;
	padding: 5px 0;
}

.postarea p {
    font-size: 13px;
    line-height: 20px;
    color: #6276B3;
    margin: 0 0 10px 0;
}

.postarea li {
	color: #6276B3;
	line-height: 20px;
}

.formatlist {
	width: 175px;
	float: left;
}

.date, .breadcrumb {
	background: #EAF6E8;
    font-size: 11px;
	font-style: italic;
	color: #6276B3;
	margin: -8px 0 15px 0;
	padding: 3px 5px;
	border: solid 1px #E3EFEB;
	overflow: hidden;
}

.date a, .breadcrumb a {
	color: #6276B3;
}

.breadcrumb ul {
	margin: 0;
	padding: 0;
}

.breadcrumb li {
	font-size: 11px;
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.subpost {
	background: #EAF6E8;
	font-size: 11px;
	font-style: italic;
	color: #6276B3;
	padding: 3px 5px;
	margin: 15px 0 35px;
	border: solid 1px #E3EFEB;
}

.callout {
	background: #E3EFEB;
	width: 245px;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: solid 1px #B6BCBA;
	float: right;
}

.callout h4 {
	color: #392C4A;
}

.callout p {
	color: #392C4A;
}

table.team {
	width: 500px;
}

table.team td {
	width: 250px;
	text-align: center;
	padding: 0 0 25px;
}

table.team td p {
	color: #6276B3;
	padding: 10px 0 0;
}

table.hours {
	width: 200px;
	margin: 0 25px 15px 0;
	float: left;
}

table.hours td {
	color: #392C4A;
	padding: 5px 0 3px;
	border-bottom: dotted 1px #6276B3;
	text-align: right;
}

table.hours .headcol {
	font-weight: bold;
	width: 80px;
	text-align: left;
}

table.data {
	margin: 15px 0;
}

table.data th {
	font-size: 14px;
	font-weight: bold;
	color: #392C4A;
	text-align: left;
}

table.data td {
	color: #6276B3;
	padding: 5px 5px 3px 0;
	border-bottom: dotted 1px #6276B3;
	vertical-align: top;
}

table.data .study {
	width: 160px;
}

table.data .enrollment {
	width: 190px;
}

table.data .length {
	width: 160px;
}

#postnav {
	margin: 15px 0;
	padding: 10px 0;
	border-top: dotted 1px #D0EBCC;
}

/*-- Sidebar --*/
#sidebar {
	width: 284px;
	padding: 0 15px 15px;
	margin: 20px 0 0;
	float: right;
	border-left: solid 1px #6276B3;
}

#sidebar .widget {
	padding: 10px;
	margin: 0 0 15px 0;
	border-bottom: dotted 1px #D0EBCC;
}

#sidebar h2 {
	font-style: italic;
    font-size: 20px;
	font-weight: bold;
	line-height: 22px;
    color: #6276B3;
	margin: 0 0 10px;
}

#sidebar h3 {
	font-style: italic;
    font-size: 16px;
	font-weight: bold;
	line-height: 18px;
    color: #6276B3;
	padding: 5px 0;
}

#sidebar h4 {
    font-size: 14px;
	font-weight: bold;
	line-height: 16px;
    color: #6276B3;
	padding: 5px 0;
}

#sidebar p {
    color: #6276B3;
    line-height: 18px;
	margin: 0 0 10px 0;
}

#sidebar li {
    color: #6276B3;
    line-height: 20px;
}

/*-- Footer --*/
.logos {
	background: url(images/contentbg.jpg) repeat-y 0 0;
	overflow: hidden;
}

.logos ul {
	width: 800px;
	margin: 15px auto 0;
	padding: 0;
}

.logos li {
	list-style-type: none;
	float: left;
}

#footer {
	background: url(images/footer.jpg) no-repeat 0 0;
    text-align: center;
	padding: 35px 0 0;
	height: 15px;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    color: #fff;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.logos a {
text-decoration: none !important;
}