/*
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: "" "";}

body.blog .main p.crumbs { margin: 0 0 16px 0;}


.entry p a:visited { color: #febbda; }


small,
.sidebar ul ul li,
.sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike { color: #989383; }

code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps { letter-spacing: .07em; }


.post h2 { font-size: 2.2em; }

.right_post { float: right; display: inline; width: 87%; }
.post h6.counter { font-size: 4.3em; float: left; display: inline; color: #bdb8a8; width: 60px; text-align: right; }
.right_post small { display: block; font-size: 1.2em; margin: 3px 0 0 0; }

.post { padding: 30px; margin-bottom: 30px; border-bottom:1px solid #dddddd; width: 570px; overflow: hidden; background: #000000; }
.post hr { display: block; }

.main .postmetadata { padding-top: 15px; margin:15px 0 0 0; font-size: 1.2em; border-top: 1px dashed #333; }
.main .small_info { font-size:1.0em; color:#0ebfeb; background:#333333; padding:6px 12px; margin-top: 15px; }

.main .smallattachment { text-align: center; float: left; width: 128px; margin: 5px 5px 5px 0px; }
.main .attachment { text-align: center; margin: 5px 0px; }



/* Main Layout
--------------------------------------------------------------------------------------- */

h3.first, img.first { margin-top: 20px; }

.groupbar {color: #000;}
.groupbar a{ line-height: 1.8em;margin: 0 5px; text-transform: uppercase;}


/* Images
--------------------------------------------------------------------------------------- */

p img { padding: 0; max-width: 100%; }

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; 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-bottom: 0; }
.sidebar ul p,
.sidebar ul select { margin: 5px 0 8px; }

.sidebar ul ol { margin: 5px 0 0 10px; }

.sidebar ul ul { margin-bottom: 24px; }
.sidebar ul ul li { font-size: 1.4em; width: 100%; padding: 6px 0 6px 0; color: #000000;}

.sidebar ul ul ul,
.sidebar ul ol { margin: 0 0 0 10px; }

.sidebar h4 { padding-bottom:8px; margin: 0; border-bottom: 5px solid #e8e8e8; font-size: 2.4em; color: #77ac00; }

ol li, .sidebar ul ol li { list-style: decimal outside; }

.sidebar ul ol li { margin: 3px 0 0; padding: 0; }


/* Comments Structure
--------------------------------------------------------------------------------------- */

.yellow_paper { padding: 5%; background: #ffe7f2; width: 90%; }

.yellow_paper h4 { margin-bottom: 30px; }

.alt { margin: 0; padding: 10px; }

.commentlist { padding: 0; text-align: justify; }
.main .commentlist li { margin: 15px 0 3px 24px; padding: 5px 30px 3px 30px; list-style: none; border-left:8px solid #e5e5e5; background: none; font-size: 1em; font-size: 1.2em; }
.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 #999;  }

.commentmetadata a { color: #ff0000; }


/* 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; }


.logged_in { width:94%; padding:0 3%; border:1px solid #aeca61; color:#5baf07; overflow:hidden; background: #e6f7b8; margin-bottom:16px;} /* Width must equal panel_form_box minus 26px */
.logged_in p { margin: 8px 0;  }
.logged_in p a { color:#000000;}

.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;  }


.back { float: right; display: inline; font-size: 1.2em; margin-top: 8px; }

.form_page_header { width: 380px; float: right; display: inline; overflow: hidden; margin-top: 1px}
.form_page_header #s { width: 300px; padding:3px 0 3px 6px; color:#666666; font-size: 1.6em; float: left; display: inline;}
.form_page_header .side_submit {  border: 1px solid #3d8a39; background: #4ea34a; padding: 6px 8px; text-align: center; color: #fff; font-size: 1.2em; float: right; display: inline; }

.sidebar #searchsubmit { border: 1px solid #999999; background: #ccc; padding: 5px 8px; text-align: center; color: #666666; font-size: 1.1em;}
* html .sidebar #searchsubmit { padding:5px 2px 6px 2px; }

.sidebar #searchform { width:100%; margin-bottom: 24px; }
.sidebar #searchform #s { width: 165px; padding:6px 0 6px 8px; border:1px solid #999999; color:#666666;}
*:first-child+html .sidebar #searchform #s { width: 124px; }

h3.title_blog { padding-bottom: 24px; font-size: 3em; }




/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%; background: #ffffff url(images/bg/bg_body.jpg) top center repeat;}
body { background: transparent ; font: normal 62.5% Arial, Helvetica, Verdana, sans-serif; height: 100%;}

h3 { font-size:2.6em; color: #000000; font-family: Georgia, Times, serif; font-weight: 200; line-height: 1em;}
h1, h2, h4, h5, h6 { font-family: Georgia, Times, serif; font-weight: 200; font-size: 2.2em; color: #000000; }
p { line-height:1.6em; margin:16px 0; }
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; }
p.btn { margin-top: 20px; margin-bottom: 0; }
li.btn { margin-top: 20px; margin-bottom: 0; }
p.last { margin-bottom: 0; }

.article_thumb { float: left; display: inline; margin: 16px 16px 16px 0; }

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }

/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: normal; text-decoration: none;}
a:link { color: #febbda;}
a:visited { color: #febbda;}
a:hover { color: #febbda; text-decoration: underline;}
a:active { color: #febbda;}

.sidebar a:link { color: #666666; text-decoration: underline; }
.sidebar a:visited { color: #666666; text-decoration: underline; }
.sidebar a:hover { color: #666666; text-decoration: none;}
.sidebar a:active { color: #666666; text-decoration: underline; }

.footer a:link { color: #ff7cba;}
.footer a:visited { color: #ff7cba;}
.footer a:hover { color: #ff7cba; text-decoration: underline;}
.footer a:active { color: #ff7cba;}

.main_nav a { font-weight: normal; }
.main_nav a:link { color: #febbda;}
.main_nav a:visited { color: #febbda;}
.main_nav a:hover { color: #ffffff; text-decoration: none;}
.main_nav a:active { color: #febbda;}


/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.container { width:900px; margin: 30px auto 30px auto; padding: 30px; border: 1px solid #000000; background: #ffffff; }
.header { margin: 0 auto; padding: 0 0 20px 0; overflow: hidden; width: 100%; background: #000000;  }
.content { width: 900px; padding: 0; overflow: hidden; margin: 0; }
.main { width: 630px; margin: 30px 0 0 0; float:left; display:inline; }
.sidebar { width:237px; float:right; display:inline; margin: 30px 0 0 0; color: #000000; }
.footer { width: 920px; margin: 10px auto 0; padding: 0px 0 20px 0; color: #666666; overflow: hidden; }

.entry { margin-top: 15px; font-size: 1.4em; line-height: 1.8em; color: #ffffff; }
.entry ul { list-style: disc; }

.post h2 { color: #febbda; margin-bottom: 10px; font-weight: normal; font-size: 2.8em; }

.crumbs { margin-bottom: 10px; padding: 15px 30px; background: #000000; color: #ffffff; width: 570px; font-size: 1.2em; }


/* Header Layout
--------------------------------------------------------------------------------------- */

.header h1 { float: left; display: inline; margin: 0px 0 0 40px; padding: 0; }

.main_nav { clear:right; width: 900px; overflow: hidden; float: left; display: inline; margin: 0;}
.main_nav li { float: left; display: inline; margin-left: 32px; font-size: 1.4em; letter-spacing: .15em; font-family: Times, Georgia, serif; font-weight: 100; }

/* Sidebar Layout
--------------------------------------------------------------------------------------- */

.sidebar h3 { padding-bottom:8px; margin: 0; border-bottom: 5px solid #000000; font-size: 2.4em; color: #77ac00; }
.sidebar h4 { color: #666666; padding-top: 20px; }

.sidebar ul.checklist { margin: 24px 0; }
.sidebar ul.checklist li { padding-left: 28px; background: transparent url(../images/icons/icon_check_small.gif) 0 50% no-repeat; font-size: 1.4em; color: #555555; margin-bottom: 6px; font-weight: bold; }

.side_box { width: 237px; margin: 0 0 24px 0; }

.sidebar ul ul { width: 237px; margin: 0 0 24px 0; padding-bottom: 10px; border-bottom: 1px dashed #cccccc; }

.sidebar .textwidget { width: 237px; margin: 0 0 24px 0; padding-bottom: 10px; border-bottom: 1px dashed #cccccc; }

.sidebar h2 { font-size: 2.2em; }


/* Footer Layout
--------------------------------------------------------------------------------------- */

.navigation { width: 630px; overflow: hidden;  }

.alignleft { float: left; width: 40%; }
.alignleft a { display: block; width: 100%; padding: 10px 0; background: #333; border: 1px solid #111; font-size: 1.8em; text-align: center; }
.alignleft a:hover { background: #444; text-decoration: none; }
.alignright { float: right; width: 40%; }
.alignright a { display: block; width: 100%; padding: 10px 0; background: #333; border: 1px solid #111; font-size: 1.8em; text-align: center; }
.alignright a:hover { background: #444; text-decoration: none; }

.footer h2 { float: right; display: inline; margin-top: 8px; width: 200px; height: 17px; }
.footer h2 img { width: 200px; height: 17px; }
.footer img.church { float: left; display: inline; margin-top: 6px; height: 47px; width: 92px; }

.copyright { width: 88%; float: right; display: inline; margin-top: 15px; overflow: hidden; }
.copyright p { font-size: 1.0em; margin: 0 0 4px 0; }
.copyright p.last { margin-bottom: 0; }

p.no_margin { margin-top: 0; }


/* Forms Layout
--------------------------------------------------------------------------------------- */
.form_box { width: 90%; margin-top: 30px; background: #e3e3e3; padding: 4% 5%; overflow: hidden; }
.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: #e5f6fe; color: #347EA3; padding: 10px 3%; width: 94%; font-size: 1.6em; margin: 16px 0; }

.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: #666666; }
.form_right_column label { font-size: 1.2em; line-height: 1.3em; vertical-align: middle; color: #666666;}

.form_box input { font-size: 1.6em; color:#333; }
.normal_input { width: 90%; padding: 5px 8px; border: 1px solid #d5d5d5;}
.zip { width: 23%; padding: 5px 8px; border: 1px solid #d5d5d5;}
.comments { width: 90%; padding: 5px 8px; border: 1px solid #d5d5d5;}
.checkbox { border: 1px solid #d5d5d5; margin-right: 10px; }
.amount { background: transparent url(../images/icon_dollar.gif) 2% 50% no-repeat; padding-left: 18px; width: 18%; }

.form_box select { padding: 4px 4px 4px 8px; border: 1px solid #d5d5d5; }
.form_box select option { padding-right: 16px;}
.drop_down { padding: 5px 5px 5px 10px; border: 4px solid #d5d5d5; }

.error label { color:#c21e1e; }
.error .normal_input { width: 90%; padding: 5px 5px; border: 4px solid #c21e1e; background: #fff0f0;}
.error .zip { width: 23%; padding: 5px 5px; border: 4px solid #c21e1e; background: #fff0f0;}
.error .comments { width: 90%; padding: 5px 5px; border: 4px solid #c21e1e; background: #fff0f0;}

/** Special inputs for the eNews form that's in the footer **/
.email_inputs .error input { 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 #e8e8e8; padding: 24px 0 0 0; }

.ver_left_column { width: 54%; float: left; display: inline; padding-top: 8px; text-align: right;}
.ver_right_column { width: 42%; float: right; display: inline; }
.ver_right_column input { font-size: 1.4em; }
.ver_right_column input.zip { width: 26%;}
.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: 50%; }
.ver_right_panel { float: right; display: inline; width: 40%; border-left: 2px solid #e8e8e8; padding-left: 24px;}
.ver_right_panel p { font-size: 1.1em; line-height: 1.3em; margin-bottom: 0; }
.verification input.btn_submit, .form_right_column .btn_submit { width: 42%; border: 1px solid #999999; background: #febbda; padding: 5px 0; text-align: center; color: #666; font-size: 1.4em; }


