/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%;}
body { background: #f9f9f9; font: normal 62.5% Arial, Helvetica, sans-serif; color: #777777; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:1.4em; font-weight:bold; color: #000000; font-family: Georgia, "Times New Roman", Times, serif; }
.content h3 { font-size:4.8em; font-weight: normal; letter-spacing: .05em; }
.bottom_sections h3 { font-size:2.8em; font-weight: normal; letter-spacing: .05em; }
p { font-size:1.4em; line-height:2em; margin:16px 0; font-family:Georgia, "Times New Roman", Times, serif;}
small { font-size:1.1em; }

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }

.highlight { background: #fdf99a; }
img.frame { background: #e8e8e8 url(images/bg/bg_image_frame.gif) top left no-repeat; padding: 0 10px 10px 0; }
img.frame_float_left { background: #e8e8e8 url(images/bg/bg_image_frame.gif) top left no-repeat; padding: 0 10px 10px 0; margin: 6px 40px 20px 0; float: left; display: inline; }

/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none; background: #c6ff6d;}
a:link { color: #000;}
a:visited { color: #000;}
a:hover { color: #000; background: #fdf99a;}
a:active { color: #000;}

.form_box a {font-weight: bold; text-decoration: none; background: none;}
.form_box a:link { color: #000;}
.form_box a:visited { color: #000;}
.form_box a:hover { color: #000; background: none;}
.form_box a:active { color: #000;}

h1 a {font-weight: bold; text-decoration: none;}
h1 a:link { color: #ffffff;}
h1 a:visited { color: #ffffff;}
h1 a:hover { color: #ffffff; background: none;}
h1 a:active { color: #ffffff;}

/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.header_box { background: #000000 url(images/bg/bg_header.jpg) 0 0 repeat-x; height: 48px;}
.header { width: 912px; margin:0 auto; overflow: hidden;}
.container_box { background: #ffffff; }
.container { width: 912px; padding: 30px 24px 0 24px; margin: 0 auto; background: transparent url(images/bg/bg_book_shadow.jpg) 0 0 no-repeat;}
.container1 { width: 912px; padding: 30px 24px 0 24px; margin: 0 auto;}
.content { width:100%; margin: 0 auto; padding-bottom: 40px; }
.main { width:600px; float:left; display: inline; }
.sidebar { width:230px; float:right; display: inline; background: #e8e8e8; padding: 24px; }
.bottom_box { background: #ffffff; }
.bottom_sections { width: 912px; padding: 30px 0; margin: 0 auto; background: transparent url(images/bg/bg_divider.jpg) top left repeat-x; overflow: hidden;}
.footer_box { width:100%; background: transparent url(images/bg/bg_footer.jpg) 0 0 repeat-x;}
.footer { width: 912px; margin: 0 auto; padding: 6px 24px; }

.arial_family {font-family: Arial, Helvetica, sans-serif;}

body.blog .container { background-image: none; }

/* Header Layout
--------------------------------------------------------------------------------------- */

.header h1 { float: left; display: inline; margin: 0; }
.header h1 a { display: block; width: 100px; height: 48px; text-indent: -9999px; background: transparent url(images/rex_miller_new.jpg) top left no-repeat; }

.main_nav { width: 70%; overflow: hidden; float: right; }
.main_nav li { float: right; display: inline; margin-left: 36px;}

.main_nav li a { display: block; height: 48px; text-indent: -9999px; background: #000000 url(images/bg/bg_nav.jpg) 0 0 no-repeat; }
#description { width: 113px; background-position: 0 0; }
#description:hover { background-position: 0 -48px; }
#contributors { width: 130px; background-position: -113px 0; }
#contributors:hover { background-position: -113px -48px; }
#review { width: 62px; background-position: -243px 0; }
#review:hover { background-position: -243px -48px; }
#rex { width: 98px; background-position: -305px 0; }
#rex:hover { background-position: -305px -48px; }
#blog { width: 42px; background-position: -403px 0; }
#blog:hover { background-position: -403px -48px; }

body.description #description, body.description #description:hover { background-position: 0 -96px; }
body.contributors #contributors, body.contributors #contributors:hover { background-position: -113px -96px; }
body.review #review, body.review #review:hover { background-position: -243px -96px; }
body.about #rex, body.about #rex:hover { background-position: -305px -96px; }
body.blog #blog, body.blog #blog:hover { background-position: -403px -96px; }

/* Main Layout
--------------------------------------------------------------------------------------- */


.book_box { width: 100%; overflow: hidden; margin-bottom: 30px; }
.big_book { float: left; display: inline; margin-top: 10px; }
.book_content { float: right; display: inline; width: 635px; padding-top: 20px; }
.book_content h2 { font-size:2.8em; font-weight: normal; letter-spacing: .05em; }

.main h4 { font-size: 1.6em; margin: 0 0 30px 0;  width: 100%; border-top: 4px solid #e8e8e8; padding-top: 30px; }
.main h4.title { font-size: 2.4em; margin: 30px 0 28px 0;  width: 100%; border-top: 4px solid #e8e8e8; padding-top: 24px; }
.home_row_bottom { margin-top:30px; border-top: 6px solid #e8e8e8; padding-top: 30px; }

.page_header { width: 100%; overflow: hidden; margin-bottom: 20px;	 }
.page_header h3 { font-size: 2.4em;}
.page_header small { float: right; display: inline; margin-top: 12px; color: #aaaaaa; text-transform: uppercase; font-weight: bold; margin-left: 12px; }
.page_header h5 { color: #888888; font-size: 1.1em; margin-top: 4px; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: normal;}
.page_header h6 { float: right; display: inline; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 1.2em; }

.btn_buy_options { width: 912px; height: 50px; background: #eeeeee; overflow: hidden; }
.btn_buy_options li { float: right; display: inline;}
.btn_buy_options li a { display: block; height: 50px; text-indent: -9999px; background: #ffffff url(images/bg/bg_buy_options.jpg) 0 0 no-repeat; }
#buy_book { width: 114px; background-position: 0 0; }
#buy_book:hover { background-position: 0 -50px; }
#send_to_friend { width: 235px; background-position: -114px 0; }
#send_to_friend:hover { background-position: -114px -50px; }
#free_ebook { width: 204px; background-position: -349px 0; margin-right: 85px; }
#free_ebook:hover { background-position: -349px -50px; }

.general_blog { margin-bottom: 24px; overflow: hidden; width: 100%; }
.general_blog h6 { float: right; display: inline; margin-top: 20px; }
.main_content p { font-size: 1.2em; line-height: 1.4em; margin: 16px 0;}
.main_content ul, .main_content dl, .main_content ol { margin: 16px 0; }
.main_content ul li, .main_content dl dd{ list-style: disc; display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }
.main_content ol li { display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }

.listing { border-bottom: 2px solid #e8e8e8; }
.listing h3 { border-bottom: 2px solid #e8e8e8; }

.listing_row { width: 100%; overflow: hidden; padding: 5px 0; border-bottom: 1px solid #e8e8e8; }
.listing_row h5 { font-size: 3.4em; color: #bbbbbb; float: left; display: inline; width: 46px; text-align: right; font-family:Helvetica,  Arial, Verdana, sans-serif; padding-top: 5px;}
/* .listing_row h5 { width: 64px; }  ONLY WHEN WE GET MROE THAN 100 RESULTS */
.listing_row_title { float: right; width: 89%; display: inline;}
.listing_row_title h3 { font-size: 1.6em; margin-top: 3px;}
.listing_row_title small { color: #999999;}

.post_info { background: #eeeeee; width: 94%; padding: 12px 3%; margin: 30px 0; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; clear: both; }
.post_info p { margin: 0; font-size: 1.2em; line-height: 1.6em; }

.bios_gbt { margin-bottom: 24px; border-bottom: 1px solid #e8e8e8; }
.bios_gbt img { float: left; display: inline; background: #e8e8e8 url(images/bg/bg_image_frame.gif) top left no-repeat; padding: 0 10px 10px 0; margin-bottom: 24px; }
.bio_content { float: right; display: inline; width:73%; }
.main_content .bio_content h4 { border: 0; margin: 0; padding: 0; font-family: Helvetica, Arial, Verdana, sans-serif; color: #e53f76;}
.bio_content img { display: none; }

.bio_networks { width: 100%; overflow: hidden; }
.main_content .bio_networks li { float: left; display:inline; margin: 0 10px 0 0; padding: 0; list-style:none; font-weight: bold; font-family: Arial, Helvetica, Verdana, sans-serif;}
a.bio_facebook, a.bio_facebook:hover { display: block; width: 16px; height: 16px; text-indent: -9999px; background: #ffffff url(images/icon_facebook.gif) 0 0 no-repeat; }
a.bio_twitter, a.bio_twitter:hover { display: block; width: 16px; height: 16px; text-indent: -9999px; background: #ffffff url(images/icon_twitter.gif) 0 0 no-repeat; }
a.bio_linkedin, a.bio_linkedin:hover { display: block; width: 16px; height: 16px; text-indent: -9999px; background: #ffffff url(images/icon_linkedin.jpg) 0 0 no-repeat; }

/* Sidebar Layout
--------------------------------------------------------------------------------------- */

.big_text p { font-size: 1.8em; line-height: 1.7em}
.sidebar h3 { font-size: 2.4em; }
.side_nav { margin-bottom: 20px; }
.side_nav li { border-bottom: 2px solid #e8e8e8; font-size: 1.4em; }
.side_nav li a { display: block; width: 100%; padding: 8px 0;}

.side_box p { font-size: 1.2em; line-height: 1.6em; }

.sidebar_book { margin: 24px 0 0 0; }

/* Footer Layout
--------------------------------------------------------------------------------------- */

.social_networks { float: left; display: inline; width: 240px; margin-left: 10px; }
.latest_blog { float: right; display: inline; width: 635px; }
.latest_blog h4 { font-size: 1.4em; padding-top: 24px; }
.latest_blog h6 { float: right; display: inline; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 1.2em; margin-top: 10px; }


.footer p { font-size: 1.2em; margin: 16px 0; }
.footer h2 { float: right; display: inline; margin-top: 16px; }
.footer h2 a { display: block; width: 130px; height: 12px; text-indent: -9999px; outline: none; background: transparent url(images/logo_cmg.gif) left top no-repeat; }
.footer h2 a:hover { background-position: right top; }


/* Image Layout
--------------------------------------------------------------------------------------- */
p img { padding: 0;	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px;	display: inline; }
img.alignleft { margin: 8px 28px 12px 0; display: inline; background: #e8e8e8; padding: 8px;  }

.alignright { float: right;	display: inline;}
.alignleft { float: left; display: inline; }


/* Lists
--------------------------------------------------------------------------------------- 

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.        */	


html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: -10px; }
html>body .entry li { margin: 7px 0 8px 10px; }

.entry ol { padding: 0 0 0 35px; margin: 0; }
.entry ol li { margin: 0; padding: 0; }

.postmetadata ul,
.postmetadata li { display: inline; list-style-type: none; list-style-image: none; }

.sidebar ul,
.sidebar ul ol { margin: 0; padding: 0; }
.sidebar ul li { list-style-type: none; list-style-image: none; margin: 0; }
.sidebar ul p,
.sidebar ul select { margin: 5px 0 8px; }

.sidebar ul ol { margin: 5px 0 0 10px; }

.sidebar ul ul { margin-bottom: 12px; border-bottom:1px solid #cccccc; padding-bottom: 12px;}
.sidebar ul ul li { border-bottom:1px solid #e8e8e8; font-size: 1.4em; background: transparent url(images/arrows/arrow_blue.gif) 0 50% no-repeat; padding: 4px 0 4px 18px; }
.sidebar ul ul li ul li { border-bottom:0; padding: 4px 0 4px 18px; background: none; }

.sidebar ul li h2 { font-size: 1.6em; padding-bottom: 6px; }

.sidebar ul ul ul,
.sidebar ul ol { margin: 0 0 0 10px; }

ol li, .sidebar ul ol li { list-style: decimal outside; }

.sidebar ul ol li { margin: 3px 0 0; padding: 0; }


/* Comments Structure
--------------------------------------------------------------------------------------- */

.alt { margin: 0; padding: 10px; }

.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 3px 24px; padding: 5px 30px 3px 30px; list-style: none; border-left:8px solid #e8e8e8; background: none; }
.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }

.nocomments { text-align: center; margin: 0; padding: 0; }

.commentmetadata { margin: 16px 0 16px 0; display: block; font-style:italic; padding-top:8px; border-top:1px dashed #dddddd;  }


/* Calendar Structure
--------------------------------------------------------------------------------------- */

#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }

#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }

#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }

#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { background-color: #fff; } /* Doesn't work in IE */


/* Misc.
--------------------------------------------------------------------------------------- */

acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }

.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }

.logged_in { width:100%; padding:0; color:#5baf07; overflow:hidden; } /* Width must equal panel_form_box minus 26px */
.main .logged_in p { margin: 0; }

.alert { width:94%; padding:0 3%; border:1px solid #dad29c; color:#000000; overflow:hidden; text-align:center; background: #fdf8d9; margin-bottom:16px;} /* Width must equal panel_form_box minus 26px */
.alert p { margin: 8px 0;  }
.alert h2 { margin: 12px 0; }

.yellow_paper { width:100%; padding:30px 0 30px 0; margin-top: 24px; }
.yellow_paper h3 { font-size: 1.6em; padding-bottom: 8px; border-bottom: 4px solid #e8e8e8; margin-bottom: 24px; width: 100%; }

.back { float: right; display: inline; font-size: 1.2em; margin-top: 8px; }

body ul.quicklinks { width: 100%; overflow: hidden; margin: 0; padding: 0;}
body ul.quicklinks li { width: 100%; float: left; display: inline; margin: 0; padding: 0;}
.quicklinks li a { display: block; width: 250px; height: 52px; text-indent: -9999px; }
.quicklinks li a#ql_online_giving { background: transparent url(images/btn/btn_quicklinks.gif) no-repeat 0 0;}
.quicklinks li a#ql_newsletter { background: transparent url(images/btn/btn_quicklinks.gif) no-repeat 0 -52px;}
.quicklinks li a#ql_blog { background: transparent url(images/btn/btn_quicklinks.gif) no-repeat 0 -104px;}
.quicklinks li a#ql_events { background: transparent url(images/btn/btn_quicklinks.gif) no-repeat 0 -156px;}
.quicklinks li a#ql_online_giving:hover { background-position: -250px 0px;}
.quicklinks li a#ql_newsletter:hover { background-position: -250px -52px;}
.quicklinks li a#ql_blog:hover { background-position: -250px -104px;}
.quicklinks li a#ql_events:hover { background-position: -250px -156px;}

/* Form Layout
--------------------------------------------------------------------------------------- */

.form_box { width: 91%; margin-top: 20px; background: #eeffd3; padding: 20px 4%; overflow: hidden; border: 1px solid #d6ebb5; }
.form_box_check_listings { width: 96%; margin-top: 20px; background: #e7f5fc; padding: 3% 1% 3% 3%; overflow: hidden; }

.form_box h4 { margin-bottom: 20px; margin-top: 0; }
.steps { margin: 16px 0 24px 0;}
h2.step_titles { background: #d2e5b5; width: 94%; padding: 7px 3% 5px 3%; margin: 0; color: #000000; margin-bottom: 12px; font-size: 1.4em;  }

.form_row { width: 100%; overflow: hidden; margin-bottom:3px; }
.form_left_column { width: 27%; float: left; display: inline; text-align: right; padding-top: 9px;}
.form_right_column { width: 70%; float: right; display: inline; }

.form_left_column label, .ver_left_column label{ font-size: 1.2em; line-height: 1.3em; font-weight: bold; vertical-align: middle; color: #000000; font-family: Arial, Helvetica, Verdana, sans-serif; }
.form_right_column label { font-size: 1.2em; line-height: 1.3em; vertical-align: middle; color: #000000;}

.form_box input { font-size: 1.6em; color:#333; }
.normal_input { width: 90%; padding: 5px 8px; border: 1px solid #c8dda7;}
.zip { width: 23%; padding: 5px 8px; border: 1px solid #c8dda7;}
.contact_comments { width: 90%; padding: 5px 8px; border: 1px solid #c8dda7; font-family: Arial, Helvetica, Verdana, sans-serif; height: 140px; }
.checkbox { border: 1px solid #c8dda7; margin-right: 10px; }
.amount { background: transparent url(images/icon_dollar.gif) 2% 50% no-repeat; padding-left: 18px; width: 18%; }

select { padding: 4px 4px 4px 8px; border: 1px solid #c8dda7; }
select option { padding-right: 16px;}
.drop_down { padding: 5px 5px 5px 10px; border: 4px solid #c8dda7; }

.error label { color:#c21e1e; }
.error .normal_input { width: 50%; padding: 5px 5px; border: 4px solid #c21e1e; background: #fff0f0;}
.error .zip { width: 15%; padding: 5px 5px; border: 4px solid #c21e1e; background: #fff0f0;}
.error .comments { width: 85%; padding: 5px 5px; border: 4px solid #c21e1e; background: #fff0f0;}

.confirmation_note { width: 91%; padding:0 4%; text-align: center; border:1px solid #aeca61; background: #e6f7b8 url(images/icon_check_confirm_small.gif) 2% 50% no-repeat; margin: 20px 0 12px 0; }
#content .confirmation_note p { color: #48802f; margin: 6px 0; line-height: 1.3em; }

.sub_form_row { width: 100%; overflow: hidden; margin-bottom: 3px; }
.sub_left_column { float: left; display: inline; width: 36%; text-align: left; padding-top: 6px;}
.sub_right_column { float: right; display: inline; width: 60%;}
.designation { width: 33%; }

.submit_row { margin: 24px 0 0 0; }
.form_row.margin-top { margin-top: 16px; }

.main_content ul.check_listing { width: 33%; float: left; display: inline; margin: 0; padding: 0; }
.main_content ul.check_listing li { padding: 0; margin: 0 0 4px 0; list-style: none; width: 100%; overflow: hidden; color:#333;  }
.main_content ul.check_listing li input { margin-right: 8px; float: left; display: inline; }

* html body .main_content ul.check_listing li { margin: 0 0 4px -16px; }
*:first-child+html body .main_content ul.check_listing li { margin: 0 0 4px -16px; }

/* Verification
--------------------------------------------------------------------------------------- */

.verification { clear: both; overflow: hidden; width: 100%; border-top: 4px solid #dddddd; padding: 24px 0 0 0; }

.ver_left_column { width: 49%; float: left; display: inline; padding-top: 8px; text-align: right;}
.ver_right_column { width: 47%; float: right; display: inline; }
.ver_right_column img { height: 29px; }
.ver_right_column input { font-size: 1.4em; }
.ver_right_column input.zip { width: 40%; float: right; display: inline;}
.error .ver_right_column input.zip { width: 26%; padding: 5px 5px; border: 4px solid #c21e1e; background: #fff0f0;}

.ver_left_panel { float: left; display: inline; width: 60%; }
.ver_right_panel { float: right; display: inline; width: 30%; border-left: 2px solid #e8e8e8; padding-left: 24px;}
.ver_right_panel p { font-size: 1.1em; line-height: 1.3em; margin-bottom: 0; }
input.btn_submit { width: 42%; border: 1px solid #3d8a39; background: #4ea34a; padding: 5px 0; text-align: center; color: #fff; font-size: 1.4em; }

.wpcf7-response-output { margin: 0; padding: 0; border: 0; background: none; }
.wpcf7-mail-sent-ok { margin: 0; padding: 0; border: 0; background: none; }
.wpcf7-validation-errors { margin: 0; padding: 0; border: 0; background: none; }

.sidebar #searchsubmit { padding:7px 6px 6px 6px; border:1px solid #000000; color:#ffffff; font-size:1.1em; background:#000000;}
* html .sidebar #searchsubmit { padding:5px 2px 6px 2px; }

.sidebar #searchform label {display: none; }
.sidebar #searchform { width:100%; padding-bottom:24px; border-bottom: 2px solid #cccccc; margin-bottom: 24px; }
.sidebar #searchform #s { width: 160px; padding:8px 0 8px 8px; border:1px solid #cccccc; color:#666666; border-right:0; margin-right: 0;}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

