/* @override 
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?050309-210515
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?050309-210515
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?022209-90253
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?021709-130236
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?021609-210201
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?021109-100205
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?012609-160150
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?030209-160327
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?050309-220537
	http://wellingtonradiologygroup.com/wp-content/themes/thesis/custom/custom.css?050309-220500
*/

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

body.custom {
	background-color: #356AA0;
	color: #43545e;
	}
	
.custom div#page{
	background-color: #E6DFCD;
	margin-top: 2em;
	margin-bottom: 3em;
	} 
	   
.custom .left{
	float: left; 
	} 

.custom .right{
	float: right;
	}

/* Header Styles */

.custom #header{
	background-color: #FCF8EF;
	border: 1px solid #C2B491;
	padding: 10px;
	width: 700px;
	}
 
.custom #header #logo{
	background: url('images/wellingtonradiology-logo-smaller.png') no-repeat;
	height: 71px;
	text-indent: -9999px;
	width: 275px;
	}

.custom #header #logo a{
	display: block;
	height: 71px;
	width: 275px;
	}


/* Navigation Styles */
 
.custom ul#tabs{
	background: none;
	border: none;
	float: right;
	margin-top: -65px;
	width: 422px;
	display: inline;
	}
 
.custom ul#tabs li{
	background: none;
	border: none;
	}

.custom ul#tabs li a{
	color: #356AA0;
	text-transform: none;
	letter-spacing: 0px;
	padding: 0.4em;
	font-size: 1.5em;
	}

/* Header Info */

.custom #header p.header_info{
	font-size: 1.5em;
	margin-top: -2em;
	margin-right:1.5em;
	color: #777;
	float:right;
	display:inline;
	width:300px;
	margin-left:211px;
	}

/* Main Content Box */
 
.custom #content_box #content div.format_text p{
	margin-bottom: 1em;
	line-height: 1.5em;  
	}

.custom #page #content_box{
	margin: 1em 0;
	} 

.custom div#page div#content_box div#content{
	background-color: #FCF8EF;
	border: 1px solid #C2B491;
	padding: 1em;
	width: 700px; 
	}      

.custom.home div#page div#content_box div#content{
	border: 1px solid #C2B491;
	padding: 0; 
	width: 720px; 
	background: #C4E0EB url('images/wr-doctor-welcome.jpg') no-repeat -20% 10%;

	} 
   
.custom.home div#page div#content_box div#content .post_box.top{
	padding: 1em 2em;	
	margin: 0em; 
	width: 320px;
	float: right;
	background: #000;
	}  

.custom.home div#page div#content_box div#content .post_box.top .format_text p{
	color: #fff;	 
	}
	 
.custom.home div#page div#content_box div#content .post_box.top div.headline_area{
	width: 36em;
	} 

.custom div#content div#post-20.post_box.top div.headline_area h2{
	color: #96c1e9;
	font-size: 2.2em;
	width: 330px;
	}
 
.custom.home div#page div#content_box div#content .post_box.top div.format_text p{
	width: 25em;
	}
 

.custom.home div#page div#content_box div#content .post_box.top div.format_text ul.welcome_list{
	float: left;
	margin-bottom: 0;
	}


.custom.home div#page div#content_box div#content .post_box.top div.format_text ul.welcome_list li{
	}
	
.custom.home div#page div#content_box div#content .post_box.top div.format_text a.different_link{
	font-size: 1.1em; 
	text-decoration: none;
	color: #96c1e9;
	}	   
	
.custom.home div#page div#content_box div#content .post_box.top div.format_text a{
	font-size: 1.1em; 
	text-decoration: none;
	color: #96c1e9;
	}

.custom div#content div#post-20.post_box.top div.headline_area{
	margin-bottom: 0.5em;
	}

/* Doctors Page Content */

.custom.doctors #content_box #content div.format_text div.post_box{
	padding-top: 10px;
	height: 100px;
	}

.custom.doctors #content_box #content .headline_area{

	}

.custom.doctors #content_box #content .headline_area h3.entry-title{
	display: block;
	margin-left: 5em;
	margin-top: 1.6em;
	}

.custom.doctors #content_box #content .headline_area h3.entry-title a{
	font-family: Georgia;
	text-decoration: none;
	}  
	
.custom.doctors #content_box #content div.format_text div.post_box div.doctor_image a img{
	width: 50px;
	float: left;
	}
 
.custom.doctors #content_box #content .post_box .headline_area h3.entry-title a:hover{
	text-decoration: underline; 
	} 


.custom.doctors #content_box #content .post_box .format_text p img{
	}



/* Services Page Content */

.custom #content_box #content .post_box .headline_area{
	margin-bottom: 0.5em;
	}
 
.custom #content_box div#services_menu.right{
	font-size: 1.5em;
	padding: 1em;
	background-color: #eee; 
	border: 1px solid #C2B491;
	margin: 1.5em 1em 1.5em 1.5em;
	} 

.custom #content_box div#services_menu.right h4{
	margin-bottom: 1em;
	}
 
.custom div#services_menu ul.services_list{
	margin-bottom: 0;
	list-style: none; 
	}

.custom div#services_menu ul.services_list li{
	margin-bottom: 0.3em;     
	}

.custom div#services_menu ul.services_list li a:hover{
	text-decoration: underline;
	}
 
/* Front Page Info Widgets */

.custom div#sidebars{
	border: none; 
	display: none;
	}
 
.custom div#sidebars ul.sidebar_list li.widget h3{
	color: #356AA0;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-weight: bold;
	}

.custom div#sidebars div#sidebar_1.sidebar{
	width: 100%;
	height: 15em;
	}

.custom div#sidebars div#sidebar_2.sidebar{
	width: 0;
	display: none;
	visibility: hidden;
	}

.custom div#sidebar_1.sidebar ul.sidebar_list{
	padding: 1em 0;
	height: 0em;
	display: none;
	}

.custom div#sidebar_1.sidebar ul.sidebar_list li.widget{
	display: inline;
	float: left;
	width: 16.5em; 
	background-color: #FCF8Ef;
	border: 1px solid #C2B491;
	padding: 1em;
	margin-right: 2em;
	height: 8.5em;
	}
	
	
.custom div#sidebar_1.sidebar ul.sidebar_list li.widget div.textwidget p{
	margin-bottom: 0.7em;
}

.custom div#sidebar_1.sidebar ul.sidebar_list li.widget div.textwidget p.contact_info{
	margin: 1em;
	font-size: 1.5em;
}

.custom div#sidebar_1.sidebar ul.sidebar_list li:last-child.widget{
	margin-right: 0;
	} 
	
.custom div#sidebars ul.sidebar_list li.widget{
		height: 30px;
	}

.custom.downloads ul{
	list-style: none;
	list-style-type: none;
	}
	
.custom.downloads ul li.pdf{
	margin-bottom: 1em;
}
 
.custom.downloads li.pdf a{
	padding: 10px 10px 10px 30px;
	background: url('images/pdf_icon.jpg') no-repeat 0% 60%;
	}	


.custom div#sidebars ul.sidebar_list li.widget.widget_text div.textwidget ul.info_list li.pdf_item a{
	padding: 10px 10px 10px 30px;
	background: url('images/pdf_icon.jpg') no-repeat 0% 60%;
	}
	
	
/* Contact Page Styles */

.custom div.contact_info{
	float: right;
	}

.custom div.contact_form{
	}	
	
.custom div.contact_form form p input{ 
	padding: 0.2em;
	}	
	
.custom div.contact_locations{
	}
	
.custom.contact div.contact_info ul li{
	margin-bottom: 1.5em;
	}

.custom div.contact_info h3{
	font-size: 1.4em;
	margin-bottom: .3em;
	margin-top: 0em;

	}






/* Footer Info */ 

.custom div#page div#footer{
	background-color: #FCF8Ef;
	border: 1px solid #C2B491;
	padding: 1em;
	height: 3em; 
	}
	 
.custom div#page div#footer ul.footer_info, .custom div#page div#footer ul.footer_links{
	list-style-type: none;
	float: left;
	}
 
.custom div#page div#footer ul.footer_links{
margin-bottom: 0.5em;	
	}
 
.custom div#page div#footer ul.footer_links li, .custom div#page div#footer ul.footer_links li{
	float: left;
	margin-right: 6em;
	font-size: 1.2em;
	}	

.custom div#page div#footer ul.footer_links li:last-child{
	margin-right: 0em;
	}	
 
.custom div#page div#footer ul.footer_info li{
	float: left;
	margin-right: 1.9em;
	color: #aaa;
	}	