/*
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 #header {border-style: none; }

.custom .menu .current a, .menu .current-cat a {border-top-color:#DDDDDD;}

#logo a:hover {
color:#4F4F4F;
}

/*full-width header*/
.custom #header_area {background: url(http://askthedentist.com/wp-content/uploads/2010/06/background-image-repeat-askthedentist.png) ; background-repeat: repeat-x; }
	.custom #header_area .page {background:transparent; }
		.custom #header {border-bottom:0;}

.full_width { bottom-border-style: solid; bottom-border-color: #CACACA; bottom-border-width: 2px;
}


.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}

.custom .comments_closed p {
  display: none;
}

/* Example CSS styles */
.facebook_fans {
  border: none;
  width: 300px;
  height: 270px;
  background: transparent;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.facebook_fans_link {
  font-size:0.8em;
  margin: 0;
  padding: 10px;
  padding-left:10px;
}

/* This formats the outside box */
.custom div.post_ad {
background-color: #ffffa0;
margin: 0;
padding: 6px;
border: 1px solid #111111;
}

/* This formats the headline */
.custom div.format_text.entry-content div.post_ad h3 {
margin-top: 0;
font-weight: bold;
font-size: 1.1em;
line-height: 1em;
border-bottom-width: 1px;
border-bottom-style: dotted;
padding-bottom: 10px;
margin-bottom: 6px;
}

/* This formats the text */
.custom div.format_text.entry-content div.post_ad p {
margin: 0 0 9px;
}

/* This formats the image */
.custom div.post_ad img {
float: right;
margin-bottom: 8px;
margin-left: 8px;
}

/* This code is not in my CSS but I decided to add it in.
This formats the color of a hyperlink */
.custom div.post_ad a {
color: #2361A1;
}



.image_box, .custom_box {border: none}

#sidebars { border: none; }

#cse-search-box {
float: right;
padding-top: 6px;}

#cse-search-box input { height: 20px; }

#searchbutton { width: 500px; }

#multimedia_box {
padding-top:2em;
}

.custom #header #logo a {
  background: url(http://askthedentist.com/wp-content/uploads/2010/06/Ask-the-Dentist-the-Oral-Health-Resource-by-Mark-Burhenne-DDS.png) no-repeat;
  display: block;
  text-indent: -9999px;
  height: 125px;
  width: 800px;
}

#tagline {display:none;}

#header {padding-top: 35px;}

#custom_search_text {margin-left: 20px;}

/*Sidebar Headings*/
.custom .widget h3, .custom .widget h3 a, .custom .sidebar h3, .custom .sidebar h3 a
{
text-transform: capitalize;
font-variant: normal;
letter-spacing: 0px;
font-weight: bold;
font-size: 23px;
color: #666666;
}

#cse-search-box {
margin-top:90px;
margin-left:-20px;
}

.custom #header #logo a {
margin-top:-90px;
}

/*search bar text*/
.search_text {
float:right;
margin-right:30px;
margin-top:-110px;
font-family:Verdana,sans-serif,Times,serif;
font-size:13px;
}

#cse-search-box {
margin-right:5px;
margin-top:90px;
}

/*full-width footer*/
#footer_area, #footer_area .page, #footer {background-color: #F0F0F0}
#footer_area {border-top: 1px solid #CACACA;}



.health_tags { float:left; padding-right: 35px;}
#health_tags_box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }