/*
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/
*/

.book_page #header { border-bottom:none;
height:180px;
padding-top:0;
padding-bottom:0;
background:url(http://blog.kingofcopy.com/images/koc_book_header.jpg) center left no-repeat; }

.book_page #header #logo { display:none; }
.book_page #header #tagline { display:none; }

.book_page_001 #header { border-bottom:none;
height:180px;
padding-top:0;
padding-bottom:0;
background:url(http://blog.kingofcopy.com/images/koc_book_header.jpg) center left no-repeat; }
.book_page_001 #header #logo { display:none; }
.book_page_001 #header #tagline { display:none; }
.book_page_001 #content { width: 850px;}
.book_page_001 #sidebars { width: 0em;}
.book_page_001 #sidebar_1 { width: 0em;}
.book_page_001 #sidebar_2 { width: 0em;}
.book_page_001 h4 { font-variant: none; letter-spacing: 1px; color: #CC0000; font-size: 1.3em; text-align:center}

.book_page_001 h5 { font-variant: none; color: #000; font-size: .9em; text-transform: none;}

.book_page_001 div.max_release_form { background: #FFFFFF; border: 1px solid #CC0000; height: 140px; padding: 5px; position: relative; left: 50%; margin-left: -250px; width:500px; }

.book_page_001 div.max_release_spacer { background: #FFFFFF; border: 0px solid; height: auto; width:10px; ; position: relative; left: 50%; margin-left: -320px; width:640px; text-align:center; font-size:1.2em; font-weight:bold; }

.book_page_001 div.centered_div {position: relative; left: 50%; margin-left: -313px; width:626px; height:320px; }
.book_page_001 div.max_release_doc_download{ background: #FFFFFF; border: 1px solid #CC0000; height: 80px; padding: 5px; vertical-align:middle; text-align:left; position: relative; left: 50%; margin-left: -320px; width:640px;  }

.book_page_001 h1 { color:#CC0000; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 17pt; font-weight: bold;}
/* .book_page_001 headline_area {visibility:hidden} */
			
.book_page_001 input.text{ width: 220px; }
.book_page_001 input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
.book_page_001 .text_input { width: 100%; }
.book_page_001 input.form_submit { font-weight: bold; color: #111; background: url(\'images/submit-bg.gif\'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; width:400px; }

/* Sneak Preview */
.max_sneakpreview #header { border-bottom:none;
height:180px;
padding-top:0;
padding-bottom:0;
background:url(http://blog.kingofcopy.com/images/koc_book_header.jpg) center left no-repeat; }

.max_sneakpreview #header #logo { display:none; }
.max_sneakpreview #header #tagline { display:none; }
.max_sneakpreview span.sneakpreview_subheader { font-size: 1.2em; text-align:center; color: #000099;}
.max_sneakpreview span.sneakpreview_testimonial { font-size: .8em; margin-left:15px;}
.max_sneakpreview table.sneakpreview_table_testimonial{padding:8px; background-color:#ffffcc; border: 2px solid #000000; height: 100px;}
.max_sneakpreview h1 { color:#CC0000; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size: 1.5em;}
.max_sneakpreview span.sneakpreview_leavecomments { text-align:center; font-weight:bold; font-size: .8em; }

/*---:[ multimedia box ]:---*/
#multimedia_box { width: 100%; }
#image_box { background: #eee; border-bottom: 1px solid #ddd; }
#image_box img { display: block; background: #fff; border-style: solid; border-color: #bbb; }
/*---:[ video box styles ]:---*/
#video_box { background: #000; }
/*---:[ custom box styles ]:---*/
#custom_box { background: #FFFFFF; border-bottom: 1px solid #ddd; height: 400px; }

