/*
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/
*/

.custom .comments_closed p {
    display: none ;
}

body.custom {
/*    background: #44443f; */
}
/*
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #6d8dae;
}*/

.custom #page {
    padding: 0em;
/*    background: #fff;*/
}
.custom #header {
    background: #82afdd;
    border-style: none;
    padding-bottom:0;
    padding-top:0;
    padding-left:0;
}

.custom .menu {
    background: #82afdd;
}
/*
.custom #content {
	width: 77.8em
}
*/

.custom #content_box {
	background:transparent url(../lib/images/dot-ddd.gif) repeat-y scroll 73.4em 0;
}


.custom #sidebars {
	width: 26.6em
}

.custom #image_box img.three_by_two {
height:16em;
width:24em;
}

.custom #image_box img.four_by_three {
height:16em;
width:24em;
}

.custom #image_box img.sixteen_by_nine {
height:13.5em;
margin:0 auto;
width:24em;
}

.custom #footer p {
	font-size:small;
}



/* remove "Home" header from page  */
.custom #post-10 .headline_area { display: none; }

/* start featured content */
.custom #feature_box{
  padding-right:10px;
  background: #fff;
  border-style: none;
}

.custom #featured{
  padding-top:12px;
  padding-left:16px;
}
/* end */


/* 
.custom .menu .tab-6 a {
font-size: 2em;
	border-color:green;
	border-right: 1px solid #ffffff;
}
*/

/****/


.bio {
width: 100%;
clear: left;
}

.bio .floatbox{
float: left;
width: 275px; 
height: 440px;
}

* html .bio p { /* IE 3px jog hack*/
height: 1%;
}

.bio p{
margin-top: 0;
margin-left: 285px;
}


.concept_hr {
	width: 60%;
	margin: 0px 150px 32px 150px;  
	background-color:  #dddddd;
	height: 2px;
	border: 0px;
	float: clear;
}

.bio .info {
	margin-top:0px;
}



.frame { 
  padding: 5px 0px 0px 0px; 
  border: 1px solid #aaa; 
}


/* - contact hours table - */

#hor-minimalist {
	font-size: 12px;
	background: #fff;
	margin: 15px 0px 0px 0px;
	width: 240px;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist th {
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 5px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist td, th {
	color: #669;
	padding: 4px 8px 0px 8px;
}
#hor-minimalist tr {
	padding-bottom: 10em;
}

#hor-minimalist .day{
	text-align: left;
}
#hor-minimalist tbody tr:hover td
{
	color: #009;
}

#hor-minimalist tfoot td {
	text-align: left;
}

/* - services table -*/
#services {
	width: 600px;

}

#services tbody td {
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color:#2361A1;
	vertical-align: top;
}

#services a:hover {
	font-weight: bold;
}

/**/
.custom #multimedia_box {
	margin-bottom: 1em;
}

/***/
.custom #teeth_whitening {
	background: black;
	margin-bottom: 0.5em;
	
}

.custom #sidebar_address {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.custom #sidebar_address h1 {
	font-size:large;
	margin-bottom: 0.5em;
	text-align: center;
	color: #2361A1;
}

.custom #sidebar_address h2 {
	font-size:medium;
	text-align: center;
	
}

.custom #sidebar_address h3 {
	font-size:medium;
	text-align: center;
	margin-bottom: 0.5em;	
	font-weight: bold;
	font-size:medium;
	color: #2361A1;
}

.custom #sidebar_address a {
	font-color: #000;
}


.custom #sidebar_advertisement h2 {
	padding-top: 20px;
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size:medium;
}




/****/

label {
	float: left;
	width: 275px;
	font-weight: bold;
	text-align: right;
	padding: 0px 15px 0px 0px;
}


textarea {
	width: 317px;
}

.contactSubmit{	
	font-weight: bold;
     border: 1px solid #006; 
}
