/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Default CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#eee;
	margin:0;
	padding:0;
	text-align:center;
}
a {
	text-decoration: underline;
	color:#0066FF;
}
a:hover {
	text-decoration: none;
}
h2 a {
	color:#0066FF;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
img {
	border: none;
}
ul {
	margin: none;
	padding: none;
}
summary, caption {
	display: none;
}
.clear {
  display: block;
  clear: both;
}
table {
	color: #333333;
	margin: 0;
}
table.services_table {
	margin: -20px 0 10px 0;
	width: 400px;
}		
#container {
	padding: 0;	
}
#page {
	width: 960px;
	padding: 0px;
	text-align:left;
	background-color: #000;
	display: block;
}
.menu {
	display: none;	
}
#header {
	background-color: #FFFFFF;
	height: 90px;
	padding: 0px;
	margin: 0px;
}
#header .logo {
	width: 175px;
	margin: 5px 20px 0 20px;
	float: left;
}
#header .statement {
	margin: 20px 0 0 10px;
	float: left;
}
#header .statement span, #header .statement .clinics span {
  position: absolute;
  top: 0px;
  left: -1000px;
}
#header .statement .clinics {
  display: block;
  margin: 4px 0 0 0;
  width: 106px;
  float: left;
}
#header .statement .clinics a {
  display: block;
  height: 13px;
}
#header .statement .header_center {
  margin: 0px 0px 0 20px;
  width: 399px;
  float: right;
}
#header .statement h2.treatments {
  margin: 0px;
  padding: 0px;
  height: 22px;
}
#header .statement .free_consultation {
  margin: 0px 0px 0 3px;
}
#header .book {
	margin: 22px 25px 0 0;
	float: right;
	padding: 0px;
}
#content {
	background-color: #fff;
	width: 670px;
	margin: 20px 30px 30px 20px;
	padding: 15px;
	text-align: left;
	font-size: 113%;

}
#content_box {
	font-size: 100%;
	text-align:center;
	background-color: #000000;
	width: 960px;
	padding-bottom: 30px;
}
#content_box_box {
	 padding: none;
	 margin: none;
	 clear: both;
	 min-height: 300px;
}
#menu_main_custom {	
/**border-right:1px solid #FFFFFF;**/
	min-height: 180px;
	text-transform: uppercase;
	  border-right: 1px solid #ccc;
}
#menu_main_custom li.main_menu { 
  text-align: right;
  margin-bottom: 10px;
/**background-color: #222;**/
  padding: 5px 0 0px 0;
  /**
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/styles/border-radius.htc);
**/
}
#menu_main_custom ul.sub_menu  { 
  font-size: 80%;
  display: block;
  color: #aaa;  
}
#menu_main_custom ul.sub_menu li { 
  display: block;
  margin: 0px 0 -5px 0;
  list-style-type: none;
}
li.pagenav {
	padding: 0px;
	margin: -15px 0 0 0;
		
}
#content_box #sidebars {
	 width: 173px;
	 padding: 0 0px 0 35px;
	 margin: 20px 0 0 0; 
	 text-align: right;
	 float: left;
	 display: block;
}
#content_box #sidebars ul {

}
#content_box #sidebars li {

}
#content_box #sidebars a {
  color: #fff;
  font-weight: bold;
	 text-decoration: none;
	 font-family: arial, helvetica;
	 font-size: 125%;
	 width: 160px;
	 height: 20px;
	 display: block;
}
#content_box #sidebars ul.sub_menu a {
  color: #ccc;
}
#content_box #sidebars a:hover {
	 color: #fff;
}

li.widget {
	margin-bottom:10px;
}
.sidebar #text-3 {
	height: 500px !important;
}	
#content_box #sidebars li#twitter-1 h3 {
	font-size: 125%;
}
#content_box #sidebars li#twitter-1 {
	font-size: 120%;
	color: #fff;
	display: block;
	
}
#content_box #sidebars li#twitter-1 li {
	line-height: auto;
	height:auto;
	border-bottom: 1px dotted #444;
	padding: 10px 0 10px 0;
}
#content_box #sidebars li#twitter-1 a {
	color: #ccc;
	font-size: 95%;
	display: inline;
	text-transform: lowercase;
}

/** UNCOMMENT THIS TO DISPLAY IMAGES IN THE MAIN MENU
#content_box #sidebars li span {
 	position: absolute;
	top: 0;
	left: -1000px;
}
#content_box #sidebars ul li.page-item-16 {
 	background-image: url(/images/nav_treatments.gif);
	background-repeat: no-repeat;
}
#content_box #sidebars ul li.page-item-21 {
  	background-image: url(/images/nav_free_consultation.gif);
	background-repeat: no-repeat;
}
#content_box #sidebars ul li.page-item-13 {
  	background-image: url(/images/nav_book_appointment.gif);
	background-repeat: no-repeat;
}
#content_box #sidebars ul li.page-item-23 {
  	background-image: url(/images/nav_meet_team.gif);
	background-repeat: no-repeat;
}
#content_box #sidebars ul li.page-item-25 {
  	background-image: url(/images/nav_contact.gif);
	background-repeat: no-repeat;
}
**/
#content_box .face_portrait_01 {
	margin: 0 0 10px 10px;
	border: none;
	float: right;
}
#content_box .headline_area h1 {
	font-size: 200%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #222;
}
#content_box .format_text h2 {
	font-size: 120%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin: 30px 0 10px 0;
}
#content_box .format_text h3 {
	font-size: 100%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin: 30px 0 10px 0;
}
#content_box h1.home {
  	background-image: url(/images/heading_look_feel_beautiful.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 548px;
	margin: 0px 0 20px 0px ;
	border-bottom: none;
}
#content_box h1.home span, #content_box h2.home span {
  	position: absolute;
	top: 0;
	left: -1500px;
}
#content_box h2.home {
  	background-image: url(/images/subline_01.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 620px;
	margin: 10px 0 20px 0px ;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #000;
}
#content_box h2 {
	font-size: 110%;
	font-weight: normal;
	margin: 0 20px 0 0px;
}
h2.entry-title {
	font-size: 170% !important;
	font-weight: normal;
	margin: 10px 0px 5px 0px !important;
}

#content_box p {
	font-size: 100%;
	font-weight: normal;
	color: #222;
	margin: 0px 0 20px 0;
	line-height: 25px;
}
#content_box #content ul {
	font-size: 100%;
	font-weight: normal;
	color: #222;
	margin: -5px 0 20px 10px;
	line-height: 25px;
}
#content_box #content ul li {
	list-style-type:circle;
	list-style-position:inside;
}
body.home .headline_area {
	display: none;	
	visibility: hidden;
}
.post_box {
	margin: 0px;	
	padding: 0 0 0 0px;
}
.comments_closed {
	display: none;
}
.promo_box {
	border: 3px solid #87CD6C;
	padding: 20px 10px 0px 10px;
	margin: 30px 0 0px 0;
	text-align: left;
	font-size: 90%;
	font-family: arial;	
	background-color: #eee;
	display: block;
	clear: both;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/styles/border-radius.htc);
}
.promo_box_two {
  border: 3px solid #aaa;
  padding: 20px 10px 0px 10px;
  margin: 30px 0 0px 0;
  text-align: left;
  font-size: 80%;
  font-family: arial; 
  background-color: #eee;
  display: block;
  clear: both;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/styles/border-radius.htc);
}
.promo_box h4, .promo_box_two h4 {
  font-family: georgia, times new roman;
  font-size: 125%;
  margin: 0 0 10px 10px;
}
.promo_box .book_button {
  width: 630px;
  padding: 0px 00px 10px 5px;
  text-align: left;
  display: block;
}
.promo_box .book_button_button {
  width: 150px;
  display: block;
  float: left;
}
.promo_box .book_button span.other_contact_methods {
  margin: 5px 80px 10px 5px;
  display: block;
  float: right;
  color: #666;
}
.promo_box .book_benefits {
  display: block;
}
.promo_box_two .enquiry_stuff {
  display: block;
  float: left;
}
.promo_box_two .enquiry_stuff p {
  padding: 0 0 0 9px;
}
.promo_box_two .enquiry_stuff form {
  padding: 0 0 20px 9px;
}
.promo_box_two .enquiry_stuff form legend {
  display: none;
}
.promo_box_two .enquiry_stuff label {
  width: 185px;
  display: none;
  float: left;
  font-weight: bold;
}
.promo_box_two .enquiry_stuff input, .promo_box_two .enquiry_stuff textarea {
  border: 2px solid #ccc;
  background-color: #fff;
  padding: 5px;
  font-size: 110%;
  width: 400px;
}
.promo_box_two .enquiry_stuff input {
  
}
.promo_box_two .enquiry_stuff button {
  margin: 10px 0 0 0px;
  padding: 4px;
}
.promo_box_two .enquiry_stuff .fieldrow {
  display: block;
  padding: 5px 0 5px 0;
}
.social_media {
	width: 200px;
	display: block;
	margin-right: 15px;
}
.social_media li {
	list-style-type: none;
	list-style-position:inside;
	height: 40px !important;
	width: 200px;
	display: block;
	margin: 0 0 0 -20px !important;
}
.social_media ul {
	display: block;
}
#content_box #sidebars .face_portrait_02 {
 	margin: 25px 20px 0 0px;
	padding: 0 0px 0 0;
	display: block;
	height: 300px;
	width: 166px;
}
#content_box .col1 .face_portrait_02 img {
 	padding: 0 20px 0 0;
}
#footer {
	clear: both;
	display: block;
	background-color: #222;
	font-family: arial, helvetica, sans-serif;
	background-repeat: repeat-x;
  height:auto !important;
}
#footer #custom_footer_1 {
	width: 880px;	
	margin: 0px 0 10px 30px;
	padding: 20px 0 0 0;
	text-align: left;
	display: block;
  height: auto;
}
#footer #custom_footer_1 #twitter-1 {
  display: block;
  clear: both;
}
#footer #custom_footer_1 h4 {
  font-size: 100%;
  margin:0px;
  padding:0px;
}
#footer #custom_footer_1 a, #footer #custom_footer_1 h4 a {
	text-decoration: none;
	border: none;
	font-size: 100%;
}
#footer #custom_footer_1 a:hover {
	color: #fff;
}
#footer #custom_footer_1 h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #ccc;
}
#footer #custom_footer_1 h3 a {
	color: #ccc;
	font-size: 100%;
}
#footer #custom_footer_1 ul {
	margin: 0px;
	padding: 0px;
}
#footer #custom_footer_1 li {
	list-style-type: none;
	list-style-position:outside;
	display: block;
}
#footer #custom_footer_1 li.widget ul.services {
  display: block;
}
#footer div.treatments h4 {
  display: inline;
}
#footer .widget {
	display: block;		
	padding: 20px 00px 0 0;
	clear: right;
}