/*
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:#000e22 none !important;
	font-family:Arial,Helvetica,sans-serif;
}

.custom #container {
	margin:0 auto;
	width:95.2em;
}
.custom #header {
	background:url(images/bg-header.jpg) no-repeat;
	width:928px;
	height:130px;
	border:none;
	padding:0px;
}

.custom #header #logo a {
	background:url(images/logo-jeff-abbott.png) no-repeat;
	text-indent:-8000px;
	width:394px;
	height:67px;
	display:block;
	top:45px;
	left:37px;
	position:relative;
}

.custom #header #tagline {
	display:none;
}

.custom #content_box {
	background:url(images/bg-body.jpg) repeat-y;
}

.custom #page {
	padding:0px;
}
.custom #content {
	background-color:#fff;
	margin:20px 0 20px 40px;
	position:relative;
	width:520px;
}

.custom .teasers_box {
	width:48em;
}

.custom .teaser {
	width:22em;
}

.custom .teaser_right {
	margin-right:10px;
}

.custom .post_box, .teasers_box, .full_width #content_box .page {
	margin:0 2.2em 0 2.2em;
}
.custom #sidebars {
	margin:10px 10px 20px 0px;
}

.custom #sidebar_1 {
	margin:0;
	width:150px;
	border:none;
	padding:10px;
}

.custom #sidebar_2 {
	margin:0px;
	width:150px;
	margin:0px 30px 0 5px;
	border:none;
	padding:10px;
}

.custom .sidebar .text_input {
	width:90%;
	font-size:.8em;
}

.custom .sidebar h3 {
	font-size:15px;
	font-weight:bold;
	font-variant: normal;
	color:#990000;
}
.custom li.widget .widget_box {
	background:#4C5C47 none repeat scroll 0 0;
	border-color:#364a30;
	border-style:solid;
	color:#fff;
}


.custom .sidebar ul.sidebar_list {
	padding:0px !important;
}

.custom #footer {
	background:url(images/bg-footer.jpg) no-repeat;
	padding:0px;
	border:none;
	text-align:center;
}

.custom #footer div {
	padding-top:2em;
	color:#fff;
}

.custom .post_box {
	padding-right:1.1em;
}

.custom .headline_area h1, .headline_area h2 {
	color:#990000;
	font-weight:bold;
}

.custom h1.pageTitle {
	color:#990000;
	font-weight:bold;
	font-style:italic;
	position:relative;
	top:25px;
	left:22px;
	margin-bottom:10px;
	font-size:2.5em;
}

.custom .format_text div {
	margin-bottom:1.571em;
}

.custom div#myNavMenu {
	color:#fff;
	position:relative;
	top:116px;
	left:436px;
	width:670px;
}

.custom .format_teaser .sociable {
	display:none;
}

.custom .comments_intro {
	margin-bottom:1.1em;
	margin-top:1.4em;
}
.custom #myNavMenu ul {
	margin: 0px !important; 
	padding: 0px !important; 
	list-style-type: none; 
	list-style-image: none; 
	display:inline;
}

.custom #myNavMenu ul li {
	display: inline; 
	float:left;
	display:block;
	margin-left:0px !important;
}

.custom #myNavMenu ul li a {
	display:block;
	height:31px;
	text-indent:-8000px;
}


.custom #myNavMenu #books a {
	background:url(images/nav-books.png) 0px -31px no-repeat;
	width:61px;
}

.custom #myNavMenu #bio a {
	background:url(images/nav-bio.png) 0px -31px no-repeat;
	width:41px;
}

.custom #myNavMenu #blog a {
	background:url(images/nav-blog.png) 0px -31px no-repeat;
	width:52px;
}

.custom #myNavMenu #news a {
	background:url(images/nav-news.png) 0px -31px no-repeat;
	width:54px;
}

.custom #myNavMenu #mediaroom a {
	background:url(images/nav-media-room.png) 0px -31px no-repeat;
	width:96px;
}

.custom #myNavMenu #guestbook a {
	background:url(images/nav-guestbook.png) 0px -31px no-repeat;
	width:89px;
}

.custom #myNavMenu #contact a {
	background:url(images/nav-contact.png) 0px -31px no-repeat;
	width:74px;
}

.custom #myNavMenu a:hover {
	background-position:-0px -0px !important;
}

.custom h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#990000;
font-weight:bold;
}

.custom #sidebars {
	width: auto !important;
}
.custom #int_sidebar_bottom {
	background-color:#FFFFFF;
	border:1px solid #666666;
	display:inline;
	float:left;
	margin:10px 0px 10px 0px;
	padding:0px;
	padding-bottom:4px;
	position:relative;
	width:138px;
	text-align:left;
}

.custom .style2 {
	background-color:#990000;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:4px;
	padding-top:6px;
}

.custom #int_pub_info {
	border-bottom:1px solid #999999;
	height:auto;
	margin:5px 5px 5px;
}

.custom .style3 {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin-bottom:7px;
}

.custom .vendor {
	color:#000000;
	float:left;
	font-size:11px;
	font-weight:normal;
	height:auto;
	margin-bottom:3px;
	margin-left:4px;
	width:84px;
}

.custom .subPages {
	position: absolute;
	top:25px;
	right:25px;
	float:right;
}

.custom .subPages ul {
	margin: 0px !important; 
	padding: 0px !important; 
	list-style-type: none; 
	list-style-image: none; 
	display:inline;	
}

.custom .subPages li {
	display: inline; 
	float:right;
	display:block;
	margin-left:10px !important;
}

.custom .subPages li a {
	font-size:1.2em;

}

.custom .booksPage {
	margin-left:0px;
	margin-right:20px;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:5px;
}

.qa_A {
	font-weight:bold;
	width:5%;
}

.qa_Q {
	color:#990000;
	font-weight:bold;
	width:5%;
}

.qa_question {
	color:#990000;
	width:95%;
}
.qa_answer {
	width:95%;
}

td.qa_spacer {
	
	height:20px;
}

a, a:visited, a:hover {
	color: #000E22;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.news .format_text p {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:8px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:8px;
}
/* GUESTBOOK STYLES */

.custom .css_form_embedded {
	padding:0px;
	font-size:1em;
	line-height:1.6em;
	margin:0;
	padding:0 10px;
	text-align:left;
	width:530px;
}

.custom .css_form_link {
	font-size:1em;
}

.custom .css_post_embedded {
	font-size:1em;
}

.css_post_message {
	font-size:1em;
}
.custom div.css_form_textfieldspace {
	width:530px;
	margin:10px;
	padding:10px;
}
.custom .css_form_text {
	display:block;
	float:left;
	margin-right:10px;
	width:120px;
}
.custom .css_form_textfieldspace input, textarea {
	float:left;
}

.custom textarea.css_form_messagefield {
	width:330px;
}

.custom .css_form_antispamtext {
	text-align:left;
	clear:both;
	margin:10px 0px 10px 20px;
	padding-top:10px;
}