/* @override 
	http://www.drclairewheeler.com/wp-content/themes/thesis_18b1-1/custom/custom.css?070910-41729
	http://www.drclairewheeler.com/wp-content/themes/thesis_18/custom/custom.css?070910-75216
	http://www.drclairewheeler.com/wp-content/themes/thesis_18/custom/custom.css?071010-10431
	http://www.drclairewheeler.com/wp-content/themes/thesis_18/custom/custom.css?071710-12424
	http://www.drclairewheeler.com/wp-content/themes/thesis_18/custom/custom.css?071710-15245
	http://www.drclairewheeler.com/wp-content/themes/thesis_18/custom/custom.css?071710-21244
	http://www.drclairewheeler.com/wp-content/themes/thesis_18/custom/custom.css?071710-22529
*/

/*
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: url(images/bkgd.jpg) repeat-x left top;
}

div#container {
	background: transparent url(images/shadow-top.png) no-repeat center top;
	width: 983px;
	padding-top: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#page {
	background: url(images/shadow-content.png) repeat-y center;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 0;
}

div#header {
	background: url(images/header_title.jpg) no-repeat left top;
	height: 223px;
	padding: 0;
	margin: 0 0 0 20px;
	border-style: none;
	width: 360px;
	float: left;
}

div#content_box {
	padding-left: 20px;
	padding-right: 20px;
	width: 917px;
	background-image: none;
}

div#sidebars {
	margin-top: 20px;
	background: url(images/bkgd-sidebar.png) no-repeat left top;
	width: 330px;
}

div#sidebar_1.sidebar {
	margin-top: 20px;
	padding-top: 0;
	background: url(images/bkgd_sidebar_vert.png) left;
}

#sidebar_1 ul.sidebar_list {
	padding-top: 0;
}

div#footer {
	border-style: none;
	margin-bottom: 50px;
	color: gray;
	font-size: 8px;
	text-align: center;
}

div#content {
	background: url(images/bkgd-left_content.png) repeat-y left top;
	margin-top: 20px;
	width: 560px;
	padding-top: 20px;
}

div .post_box.top {
	margin-left: 0;
	margin: 0;
	background: url(images/bkgd_content_vert.png) repeat-y;
	padding: 0 20px 40px;
}

#footer p a {
	color: #999;
}

div#sidebar h3 {
	text-transform: uppercase;
}

div#image_header_area {
	margin-left: 534px;
	margin-top: -190px;
}

ul#socialmedia {
	list-style-type: none;
	display: inline-block;
	float: right;
	width: 197px;
}

#socialmedia li {
	float: left;
	margin-right: 22px;
}

.custom div#header_01, .custom div#header_02, .custom div#header_03 {
	border: 1px solid silver;
	width: 125px;
	height: 138px;
}

.custom div#header_01, .custom div#header_02 {
	float: left;
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
}
 .custom div#header_03 {
	float: left;
}
/* @group Navigation */

.custom div#page ul.menu {
	margin-left: 20px;
	width: 120px;
	background-color: transparent;
	border-style: none;
	margin-top: 15px;
	font-size: .85em;
	display: inline-block;
}

.custom div#page ul.menu li.tab {
	background-color: transparent;
	margin-bottom: 8px;
	width: 100px;
}

.custom div#page ul.menu li.tab a {
	background-color: transparent;
	border-style: none;
	padding: 3px 5px;
}

.custom div#page ul.menu li.tab a:hover {
	background-color: #7287A4;
	color: white;
}



/* @end */

/* @group Hide "logo" and tagline in header  */

.custom p#logo {
	font-size: 0;
	width: 0;
	height: 0;
	text-indent: -10000px;	
}

.custom div#header h1#tagline {
	font-size: 24px;
	line-height: 26px;
	position: relative;
	top: 156px;
	left: 515px;
	color: black;
	width: 400px;
	height: 65px;
}
/* @end */

div.headline_area h2 {
	font-size: 72px;
	color: #596f9f;
}

div.format_text h3 {
	font-size: 28px;
	margin-top: 0;
}

div.headline_area {
	margin-bottom: 10px;
}

input#feedburner_input {
	margin-bottom: 0;
	margin-left: 0;
	width: 192px;
	color: gray;
	float: left;
	margin: 0;
	height: 25px;
	padding: 5px;
}

input#s.text_input {
	height: 25px;
	color: #808080;
}

input#subscribebtn {
	margin-left: 10px;
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	letter-spacing: 1px;
	float: left;
	height: 37px;
	margin-top: -18px;
	padding: 5px;
	background-color: silver;
}

#advanced_text-3 div.AdvancedText form {
	display: inline-block;
	width: 310px;
}

.custom div#sidebars h3 {
	text-transform: lowercase;
	font-size: 24px;
	color: #344c80;
}

div#wp-calendar table td {
	color: silver;
}

div#wp-calendar table td#prev a, div#wp-calendar table td#next a {
	color: silver;
}

div#wp-calendar thead tr th {
	color: silver;
}

div#wp-calendar caption a {
	color: silver;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
}

div.format_text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: gray;
}
