/* @override 
	http://drjimdavid.com/wp-content/themes/thesis_16/custom/custom.css?032310-200437
	http://drjimdavid.com/wp-content/themes/thesis_16/custom/custom.css?032310-202410
	http://drjimdavid.com/wp-content/themes/thesis_16/custom/custom.css?032310-204251
	http://drjimdavid.com/wp-content/themes/thesis_16/custom/custom.css?032410-173254
	http://drjimdavid.com/wp-content/themes/thesis_16/custom/custom.css?032910-233930
*/

/*
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/
*/
/* @group Layout */
body.custom{
	background: url(images/bg-body-tile.jpg) top left;
	font-family: Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.custom #container{
	background: url(images/bg-shadow.png) no-repeat left top;
	width: 980px;
	padding: 0 17px;
}
.custom #page{
	width: 980px;
	padding: 0;
	overflow: hidden;
}
/* @group Header */
.custom #header{
	background: url(images/bg-header.jpg) no-repeat left top;
	height: 158px;
	padding: 0;
}
.custom #logo{
	display: block;
	background: transparent;
	width: 418px;
	height: 72px;
	padding: 48px 0px 0px 25px;
}
.custom #logo a{
	display: block;
	width: 418px;
	height: 72px;
/*	width: 420px;
	height: 70px;   */
	color: transparent;
	background: transparent; /* the logo image background is repeating on Windows Vista Home IE 8 creating strange artifacts - trying to remov */
	position: relative;
	overflow: hidden;
}
.custom #logo a span{
	position: absolute;
	left: -999px;
}
.custom #header #tagline{
	display: none;
}
/* @end */
/* @group Nav */
.custom ul.menu{
	background: url(images/bg-nav-tile.jpg) repeat-x left top;
	border: none;
	height: 38px;
}
.custom .menu a, .custom .menu a:link{
	font-weight: bold	;
	background: none;
	border: none;
	padding: 14px 13px;
}
.custom .menu a:hover, .custom .menu .current a, .custom .menu .current a:hover{
	color: #e6ae64;
	background: none;
}
/* @end */
/* @group Sidebar */
.custom #sidebars{
	width: 313px;
	background: #F9F5EE;
	border: 1px solid #8B7757;
	margin: 18px 20px 20px 0;
	color: #49443b;
	font-family:  Geneva, "Helvetica Neue",  Arial, Helvetica,  sans-serif;
}
.custom #sidebars a{
	color: #49443B;
	text-decoration: none;
}
.custom ul.sidebar_list{
	padding: 0px;
}
.custom .sidebar li.widget{
	width: 305px;
	background-color: #F9F5EE;
	border: none;
	margin: 5px 4px 15px;
	padding: 0px;
	
}
.custom .sidebar h3{
	background: #800000;
	color: #ede8de;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 3px 13px;
	margin-bottom: 10px;
}
.custom .sidebar p{	
	padding: 0 13px;
	margin-bottom: 15px;
	line-height: 17px;
	font-size: 13px;
}
.custom .sidebar #pauls-latest-posts a.pmc-link{
	font-weight: bold;
	font-size: 13px !important;
	line-height: 17px;
}
li#pauls-latest-posts ul{
	margin: 0 15px;
}
li#pauls-latest-posts ul li{
	font-size: 13px !important;
	line-height: 17px;
	color: #49443B;
}
/* @end */
/* @group Content */
.custom #content_box{
	width: 980px;
	background: url(images/bg-page-tile.jpg) repeat-x top left;
}
.custom #content{
	width: 600px;
	padding: 12px 20px 0 20px;
	margin-bottom: 25px;
}
.custom #content h1, .custom #content h2.entry-title{
	color: #49443b;
	font: small-caps 29px/1.1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.custom #content h2{
	color: #686256;
	font: bold 19px/1.15em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 13px;
}
.custom #content h3{
	color: #686256;
	font: bold 15px/1.15em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 5px 0 11px;
}

.custom #content p{
	color: #49443b;
	font-family:Geneva, "Helvetica Neue", Arial, Helvetica,  sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 11px;
}
.custom #content ul, .custom #content ol {
	color: #49443b;
	font-family:Geneva, "Helvetica Neue", Arial, Helvetica,  sans-serif;
	font-size: 13px;
}
.custom #content ul{
	list-style-type: disc;
}
.custom #content ol{
	list-style-type: decimal;
}
.custom #content .wp-caption{
	background: none;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.custom #content .wp-caption img{
	border: none;
}
.custom #content .wp-caption p{
	color: #a27a45;
	font: bold 12px/13px Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
	padding: 0 5px;
}
.custom #content p.headline_meta{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
	 margin: 0 1.538em 1.538em 0; 
}
.custom .format_text img.left, .custom .format_text img.alignleft{
	margin: 0 20px 0px 0;
}
.custom .format_text img.right, .custom .format_text img.alignright{
	margin: 0 0 20px 20px;
}
/* @end */
/* @group Footer */
.custom #footer{
	position: relative;
	background: #7a6545 url(images/bg-footer.png) repeat-x left top;
	min-height: 151px;
	padding: 0;
	zoom: 1;     /* triggers hasLayout */
	padding-bottom: 15px
}
.custom #footer:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.custom #footer ul.footer_container{
	list-style-type: none;
	text-align: left;
	color: #FCF3DE;
	float: right;
	margin-top: 20px;
}
.custom #footer #footer_bottom_tip{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 10px;
	width: 980px;
	background: #7a6545 url(images/bg-footer.png) repeat-x left top;
}
.custom #footer ul.footer_container li.footer_container_element{
	float: left;
	border-left: 1px solid #cdb38d;
	border-right: 1px solid #cdb38d;
	margin-bottom: 5px;
}
.custom #footer ul.footer_container li.footer_container_element.last{
	border: none;
}
.custom #footer .footer_container_box{
	min-height: 100px;
	width: 230px;
	padding:10px 25px 5px;

}
.custom #footer .footer_container_box h3{
	font:bold 16px/1 "arial narrow", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #CDB38D;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.custom #footer .footer_container_box ul{
	list-style-type: none;
	font-size: 12px;
}
.custom #footer .footer_container_box ul li{
	padding: 2px 0px;
}
.custom #footer .footer_container_box a{
	color: #FCF3DE;
	text-decoration: none;
	border: none;
}
.custom #footer .psychology-today {
	width: 180px;
	padding:30px 25px 5px 100px;
	float: left;
}
.custom #after_footer{
	position: absolute;
}
.custom #after_footer p{
	font-size: 11px;
	color: #7D6848;
	margin: 20px 0;
}
.custom #after_footer p.copyright{
	font-size: 12px;
}
.custom #after_footer p a{
	color: #7D6848;
}
/* @end */
/* @group Comments */
.custom input, .custom textarea{
	background: #dcd7c7;
}

.custom input.form_submit:hover { 
	color: #800000; 
}
.custom #commentform input.form_submit { 
	border-width: 0px;
	padding: 9px;
}
.custom #content .prev_next p, .custom #content .prev_next p a{ 
	font-size: 20px; 
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif; 
}
.custom #content .prev_next { 
	font-size: 20px; 
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-transform: none; 
	letter-spacing: 1px; 
	color: #666; 
	border-style: solid; 
	border-color: #ddd; 
	clear: both; }
/* @end */
/* @end */
