/*

DARK THEME

*/



/* 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%; background: #252525 url(images/bg/bg_html.jpg) 0 0 repeat;}
body { background: transparent url(images/bg/bg_body.jpg) 0 0 repeat-x; font: normal 62.5% "HelveticaNeueLight", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666666; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:1.4em; color: #7d7974; font-family: "HelveticaNeueLight", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 200;}
p { font-size:1.4em; line-height:1.4em; margin:16px 0; font-family: Arial, Helvetica, Verdana, sans-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; }
p.btn { margin: 24px 0 0 0; }
.margin-top { margin-top: 30px; }

span.highlight { background: #fdf99a; color: #000000; padding: 6px 4px 0 4px; }
a.highlight { background: #fdf99a; }
img.frame { background: #888888 url(images/bg/bg_image_frame.gif) top left no-repeat; padding: 0 10px 10px 0; margin-top: 24px; }
img.frame_float_left { background: #888888 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;}
a:link { color: #9a9895;}
a:visited { color: #9a9895;}
a:hover { color: #ed3c26;}
a:active { color: #9a9895;}

body.dark a.dark:link { color: #ed3c26;}
body.dark a.dark:visited { color: #ed3c26;}
body.dark a.dark:hover { color: #ed3c26;}
body.dark a.dark:active { color: #ed3c26;}

.small_website_links a {font-weight: normal; text-decoration: none;}
.small_website_links a:link { color: #777777;}
.small_website_links a:visited { color: #777777;}
.small_website_links a:hover { color: #000; background: #fdf99a;}
.small_website_links a:active { color: #777777;}

.testaments a:link { color: #e0050f;}
.testaments a:visited { color: #e0050f;}
.testaments a:hover { color: #000; background: #fdf99a;}
.testaments a:active { color: #e0050f;}

.search_box_2 a {font-weight: bold; text-decoration: none; background: #666666; padding: 2px 6px; font-family: Arial, Helvetica, Verdana, sans-serif;}
.search_box_2 a:link { color: #ffffff;}
.search_box_2 a:visited { color: #ffffff;}
.search_box_2 a:hover { color: #000000; background: #fdf99a;}
.search_box_2 a:active { color: #ffffff;}

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_nav a:link { color:#999999;}
.main_nav a:visited { color:#999999;}
.main_nav a:hover { color:#999999; }
.main_nav a:active { color:#999999;}

.main_nav a.active_category:link { color:#ed3c26;}
.main_nav a.active_category:visited { color:#ed3c26;}
.main_nav a.active_category:hover { color:#ed3c26; }
.main_nav a.active_category:active { color:#ed3c26;}

.comment_list_panel h4 a {font-weight: bold; text-decoration: none;}
.comment_list_panel h4 a:link { color: #ed3c26;}
.comment_list_panel h4 a:visited { color: #ed3c26;}
.comment_list_panel h4 a:hover { color: #ed3c26; text-decoration: underline;}
.comment_list_panel h4 a:active { color: #ed3c26;}

.comment_list_panel h4 span a {font-weight: bold; text-decoration: none;}
.comment_list_panel h4 span a:link { color: #ed3c26;}
.comment_list_panel h4 span a:visited { color: #ed3c26;}
.comment_list_panel h4 span a:hover { color: #ed3c26; text-decoration: underline;}
.comment_list_panel h4 span a:active { color: #ed3c26;}


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

.container { width: 920px; padding: 0 0 0 0; margin: 0 auto;}
.header { width: 920px; margin:0 auto; padding:0 0 0 0; overflow: hidden; background: transparent url(images/bg/bg_header.jpg) bottom left repeat-x; border-bottom: 1px solid #414141;}
.content { width:920px; margin: 0 auto 0 auto; padding: 34px 0 13px 0; overflow: hidden; border-bottom: 1px solid #252525;}
.main { width:602px; float:left; display: inline; }
.sidebar { width:280px; float:right; display: inline; }
.footer { width: 920px; margin: 0 auto; padding: 16px 0; text-align: center; color: #444444; border-top: 3px solid #181818;}

.arial_family {font-family: Arial, Helvetica, sans-serif;}

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

.header h1 { float: left; display: inline; margin: 30px 0; }
.header h1 a { display: block; width: 122px; height: 28px; text-indent: -9999px; background: transparent url(images/ministry_css.jpg) top left no-repeat; }

.main_nav { width: 720px; overflow: hidden; float: right; display: inline; margin: 36px 26px 0 0; border-right: 1px solid #666666; padding-right: 26px;}
.main_nav li { float: right; display: inline; margin-left: 22px; font-size: 1.2em; text-shadow: 1px 1px #222222;}
.main_nav li.last { margin-left: 0; }

.main_nav li a { font-weight: 400; }


.header_search_box { float: right; display: inline; margin-left: 12px; width:173px; overflow: hidden; }
* html .header_search_box { margin-top: 2px;}
.header_text_field { padding: 3px 5px; border: 1px solid #e53f76; color: #888888; width: 140px; float: left; display: inline; }
.btn_search_go { float: right; display: inline; margin-left:6px; margin-top:1px; } 

a.btn_more { float: right; display: inline; margin: 0 0 0 0; font-size:1.2em; }

a.btn_search { display: block; width: 15px; height: 21px; text-indent: -9999px; background: transparent url(images/btn/btn_search_go.gif) 0 0 no-repeat; float: right; display: inline; margin: 32px 0 0 0; }
a.btn_search:hover { background: transparent url(images/btn/btn_search_go.gif) 0 0 no-repeat; }

a.btn_search_close { display: block; width: 20px; height: 20px; text-indent: -9999px; background: #2388c0 url(images/btn/btn_search_close.jpg) top left no-repeat; position: absolute; top: 35px; right: 21px; z-index: 2; margin: 0; padding: 0; }
a.btn_search_close:hover { background: #2388c0 url(images/btn/btn_search_close.jpg) top right no-repeat;  }

a.btn_testimony { display: block; width: 243px; height: 39px; text-indent: -9999px; background: #f65c90 url(images/btn/btn_testimony.gif) top left no-repeat; margin: 0; padding: 0; }
a.btn_testimony:hover { background: #f65c90 url(images/btn/btn_testimony.gif) top right no-repeat;  }

/* Homepage Layout
--------------------------------------------------------------------------------------- */

.featured { width: 602px; margin-bottom: 20px; position: relative; }
.featured img { width: 580px; height:340px; background: #373737; padding: 10px; border: 1px solid #3f3f3f; }
.featured h3 { font-size: 1.2em; color: #7d7974; margin-top: 10px; font-weight: 800; }
.featured img.fav { border: 0; padding: 0; width: 100px; height: 100px; background: none; position: absolute; top: 7px; right: 6px;  }
.featured img.flash { border: 0; padding: 0; width: 169px; height: 42px; background: none; position: absolute; top: 309px; right: 11px;  }

.main_content .featured { width: 602px; margin: 0 0 20px 0; }

.website_entry { width: 296px; float: left; display: inline; margin-right: 10px; margin-bottom: 20px; position: relative; }
.website_entry img { width: 274px; height:160px; background: #373737; padding: 10px; border: 1px solid #3f3f3f;}
.website_entry h3 { font-size: 1.2em; color: #7d7974; margin-top: 10px; font-weight: 800; }
.website_entry img.fav { border: 0; padding: 0; width: 64px; height: 64px; background: none; position: absolute; top: 8px; right: 8px;  }

.ad_entry { width: 580px; float: left; display: inline; margin-right: 0; margin-bottom: 30px; margin-top: 8px; }
.ad_entry img { width: 580px; height:100px; background: #373737; padding: 10px; border: 1px solid #3f3f3f;}

.ad_entry_single { width: 580px; margin-bottom: 30px; margin-top: 8px; }
.ad_entry_single img { width: 580px; height:100px; background: #373737; padding: 10px; border: 1px solid #3f3f3f;}

.ad_entry_footer { width: 100%; margin-bottom: 20px; margin-top: 16px; clear: both; float: left; display: inline; }
.ad_entry_footer img { width: 898px; height:100px; background: #373737; padding: 10px; border: 1px solid #3f3f3f;}



.last_entry { margin-right: 0; }

.featured h3 span, .website_entry h3 span { font-size: .875em; font-style: italic; margin-left: 6px; font-family: Georgia, serif; font-weight: 200; color: #4b4b4b; }
.featured a:hover img, .website_entry a:hover img { background: #404040; }

.secondary_image { width: 602px; margin: 20px 0 24px 0; position: relative; }
.secondary_image img { width: 580px; background: #373737; padding: 10px; border: 1px solid #3f3f3f; }

img.icon_screenshot { border: 0; padding: 0; width: 19px; height: 17px; background: none; float: right; display: inline; margin: 8px 0 4px 8px;}
img.icon_flash { border: 0; padding: 0; width: 13px; height: 16px; background: none; float: right; display: inline; margin: 9px 0 4px 0;}
a.no_background:hover img { background: none; }

.rating_box { width:100%; margin-bottom: 20px; overflow: hidden; }
.rating_left { width: 60%; float: left; display: inline; overflow: hidden;}
.rating_right { width: 39%; float: right; display: inline; overflow: hidden;}
.rating_stars { margin-top: 12px; width: 200px;float: left; display: inline; }
.rating_content { width: 200px; float: right; display: inline; overflow: hidden; }
.rating_content h6 { float: right; display: inline; }
.rating_score { color: #ecbd23; font-size: 3em; font-weight: 200; margin-left: 24px; line-height: 1em; margin-top: 5px; margin-bottom: 0;}
.rating_votes { font-size: 1.2em; margin-top: 14px;}
* html .rating_score, * html .rating_votes { margin-right: 8px;}
.main_content .rating_box p { margin: 14px 16px 7px 0; font-size: 1.4em; color: #f8f8f8; line-height: 1em; float: left; display: inline;}

.view_redesign { background: #ed3c26; width: 100%; text-align: center; padding: 10px 0; margin-top: 24px;}
.main .view_redesign h4 { color:#ffffff; margin: 0; font-size: 1.6em;}

.view_redesign a {font-weight: normal;}
.view_redesign a:link { color: #ffffff;}
.view_redesign a:visited { color: #ffffff;}
.view_redesign a:hover { color: #ffffff; text-decoration: underline; }
.view_redesign a:active { color: #ffffff;}

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

.main h4 { font-size: 1.8em; font-weight: 200; margin: 16px 0;  width: 100%; }
.main h4.title { font-size: 2.6em; font-weight: 200; margin: 24px 0;  width: 100%; }

.page_header { width: 100%; overflow: hidden; margin-bottom: 24px; }
.page_header h3 { font-size: 3.4em; font-weight: 200; padding-bottom: 4px; color: #f8f8f8;}
.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: 8px; 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; }
.page_header h3.story_title { font-size: 3.4em; line-height: 1em; font-weight: 200; text-shadow: 1px 1px #222222;}
.home_row .page_header h3, .home_row_bottom .page_header h3 { font-weight: normal; }

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

.breadcrumb { width: 70%; padding: 0; margin: 4px 0 0 0; overflow:hidden; float:left; display:inline; font-size:1.1em; } 
.breadcrumb span { margin: 0 8px;} 

.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 #333333; }
.listing_row h5 { font-size: 3.4em; color: #e0050f; float: left; display: inline; width: 46px; text-align: right; padding-top: 5px; font-weight: 200;}
/* .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: 6px; font-weight: bold;}
.listing_row_title small { color: #999999; font-family: Georgia, serif; font-style: italic; color: #a09c97; }
.listing_row_title small a { font-weight: 400;}


.main_content .image_options { width: 100%; overflow: hidden; margin: 0 0 30px 0; padding: 0; }
.main_content .image_options li { float: left; display: inline; margin: 10px 10px 0 0; padding:0; list-style:none; width: 192px; border: 1px solid #2f2f2f; font-size:1.1em;}
.main_content .image_options li.last { margin-right: 0; }
.main_content .image_options li a { display: block; padding: 12px 12px 12px 34px; background: #202020 url(images/arrows/arrow_options.gif) 12px 50% no-repeat; font-weight: 400; overflow: hidden; }
.main_content .image_options li a img { float: right; display: inline; width: 14px; height: 14px; border: 0; padding: 0; background: none; margin-top: 1px; }
.main_content .image_options li a:hover { background-color: #2a2a2a;}

.tags { overflow: hidden; width: 100%; margin-bottom: 14px; }
.tags a { display: block; padding: 3px 6px; float: left; display: inline; margin: 0 6px 6px 0; color: #ffffff; background: #ed3c26; font-size: 1em; text-transform: capitalize; }

.all_tags { overflow: hidden; width: 100%; margin-bottom: 14px; }
.all_tags a { display: block; padding: 3px 6px; float: left; display: inline; margin: 0 8px 8px 0; color: #ffffff; background: #555555; font-size: 1.6em; font-weight: 200; text-transform: capitalize;}
.all_tags a:hover { background: #ed3c26; color: #ffffff;}

.sidebar .tags_sidebar { overflow: hidden; width: 100%; margin-bottom: 14px; margin-top: 16px; }
.sidebar .tags_sidebar a { display: block; padding: 2px 4px; float: left; display: inline; margin: 0 6px 6px 0; color: #dddddd; background: #555555; font-size: 1em; text-transform: capitalize;}
.sidebar .tags_sidebar a:hover { background: #ed3c26; color: #ffffff;}

.post_info { background: #eeeeee; width: 94%; padding: 12px 3%; margin: 24px 0 24px 0; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; clear: both; }
.post_info p { margin: 0; font-size: 1.1em; line-height: 1.6em; }

.post_extra { width: 602px; }
.post_extra_content { width: 602px; padding: 0; }
.post_extra_content h5 { font-weight: 400; font-size: 1.3em; }

.comment_list { overflow: hidden; width: 100%; margin-top: 24px; }
.comment_list h5 { float: left; display: inline; font-size: 4em; color: #bbbbbb; font-weight: 200; }
.comment_list_panel { float: right; display: inline; width: 540px;}
.comment_background {}
.main_content .comment_list_panel h4 { margin: 0 0 0 0; border: 0; padding: 0; color: #ed3c26; }
.main_content .comment_list_panel h4 span { margin-left: 12px; font-size: .6em; color: #666666; font-weight: normal; }
.main_content .comment_list_panel p { margin: 10px 0; }

.title_comments { width: 89%; padding: 14px 3% 14px 8%; background: #202020 url(images/icons/icon_comment.gif) 18px 50% no-repeat; border-bottom: 1px solid #2c2c2c; margin-bottom: 20px; text-transform: uppercase; color: #f8f8f8; }
.face { background-image: url(images/icons/icon_post.gif); }
.tag_icon { background-image: url(images/icons/icon_tags.gif); }
.screenshot { background-image: url(images/icons/icon_screenshot.gif); }
.flash { background-image: url(images/icons/icon_flash.gif); }
.title_comments span { text-transform: none; font-size: .825em; font-family: Georgia, serif; font-style: italic; margin-left: 8px; color: #666666; }

.full { width:100%; clear: both;}
.full h4 { font-weight: bold;}
blockquote { font-size: 2.4em; margin: 30px auto 35px auto; width: 88%;}
blockquote p { font-family: Georgia, "Times New Roman", Times, serif;  }

a.btn_knowing_more { display: block; width: 273px; height: 39px; text-indent: -9999px; background: transparent url(images/btn/btn_knowing_more.jpg) top left no-repeat; }
a.btn_knowing_more:hover { background-position: top right; }

a.btn_yes { display: block; width: 84px; height: 39px; text-indent: -9999px; background: transparent url(images/btn/btn_yes.jpg) top left no-repeat; float: left; display: inline; margin-left: 24px;}
a.btn_yes:hover { background-position: top right; }

a.btn_no { display: block; width: 84px; height: 39px; text-indent: -9999px; background: transparent url(images/btn/btn_no.jpg) top left no-repeat; float: left; display: inline; margin-left: 16px;}
a.btn_no:hover { background-position: top right; }

.main_content p.btn { margin: 20px 0 0 0; }
.main_content p.btn span { float: left; display: inline; font-weight: bold; color: #000000; font-size: 1.4em; margin-top: 11px; }

.main_content .options { overflow: hidden; width: 140px; margin:6px 0 0 0; float: right; display: inline; }
.main_content .options li { float: right; display: inline; font-size: 1.2em; margin: 0 0 0 8px; padding: 0; list-style: none;}
.main_content .options li.text { margin-top: 5px; margin-right: 6px;}
.options a { display:block; width: 28px; height: 25px; text-indent: -9999px; }
.options li.li_carousel a.btn_carousel { background: #303030 url(images/btn/btn_options.gif) 0 -50px no-repeat; }
.options li.li_carousel a.btn_carousel:hover { background-position: 0 0;}

.options li.li_gallery a.btn_gallery { background: #303030 url(images/btn/btn_options.gif) -28px -50px no-repeat; }
.options li.li_gallery a.btn_gallery:hover { background-position: -28px 0;}

.options li.li_carousel a.active_box { background: #303030 url(images/btn/btn_options.gif) 0 -25px no-repeat;}
.options li.li_gallery a.active_box { background: #303030 url(images/btn/btn_options.gif) -28px -25px no-repeat;}
.options li.li_carousel a.active_box:hover { background: #303030 url(images/btn/btn_options.gif) 0 -25px no-repeat;}
.options li.li_gallery a.active_box:hover { background: #303030 url(images/btn/btn_options.gif) -28px -25px no-repeat;}

.main_content ul.next_prev { width: 45px; height: 17px; float: right; display: inline;  overflow: hidden; margin: 40px 0 0 0; padding: 0;}
.main_content .next_prev li { float: right; display: inline; width: 22px; height: 17px; border-left: 1px solid #5f5f5f; margin: 0; padding: 0; list-style: none;}
.main_content .next_prev li.btn_next_small { border: 0;}
.main_content .next_prev li a { width: 22px; height: 17px; display: block; text-indent: -9999px; padding: 0; margin: 0; }
.main_content .next_prev li.btn_prev_small a { background: transparent url(images/btn/btn_prev_next_small.gif) top right no-repeat; }
.main_content .next_prev li.btn_prev_small a:hover { background-position: bottom right; }
.main_content .next_prev li.btn_next_small a { background: transparent url(images/btn/btn_prev_next_small.gif) top left no-repeat; }
.main_content .next_prev li.btn_next_small a:hover { background-position: bottom left; }
.main_content .next_prev li.btn_prev_small { background: transparent url(images/btn/btn_prev_next_small_inactive.gif) top right no-repeat; }
.main_content .next_prev li.btn_next_small { background: transparent url(images/btn/btn_prev_next_small_inactive.gif) top left no-repeat; }

.main_content ul.next_prev_big { width: 115px; height: 34px; float: right; display: inline;  overflow: hidden; margin: 6px 244px 16px 0; padding: 0;}
.main_content .next_prev_big li { float: left; display: inline; width: 57px; height: 34px; border-right: 1px solid #2c2c2c; margin: 0; padding: 0; list-style: none;}
.main_content .next_prev_big li.btn_next { border: 0;}
.main_content .next_prev_big li a { width: 57px; height: 34px; display: block; text-indent: -9999px; padding: 0; margin: 0; }
.main_content .next_prev_big li.btn_prev a { background: transparent url(images/btn/btn_prev_next.gif) top left no-repeat; }
.main_content .next_prev_big li.btn_prev a:hover { background-position: bottom left; }
.main_content .next_prev_big li.btn_next a { background: transparent url(images/btn/btn_prev_next.gif) top right no-repeat; }
.main_content .next_prev_big li.btn_next a:hover { background-position: bottom right; }
.main_content .next_prev_big li.btn_prev { background: transparent url(images/btn/btn_prev_next_inactive.gif) top left no-repeat; }
.main_content .next_prev_big li.btn_next { background: transparent url(images/btn/btn_prev_next_inactive.gif) top right no-repeat; }

#wp_page_numbers { width: 75px; float: right; display: inline;  overflow: hidden; margin: 41px 14px 0 0; padding: 0;}
.main_content #wp_page_numbers ul { width: 100%; overflow: hidden; margin: 0; padding: 0;}
.main_content #wp_page_numbers ul li { float: right; display: inline; margin: 0; padding: 0; list-style: none; color: #9a9895;}

.advertising .float-left {width: 48%; }
.advertising .float-right {width: 48%; margin-top: 20px; }
.advertising .float-right img {background: #373737; padding: 10px; border: 1px solid #3f3f3f; margin-bottom: 24px; }

.advertising h4 { font-size: 2.6em; color: #ffffff; margin: 24px 0;}
.advertising h4.first { margin-top:0;}

.advertising p { font-size: 1.2em; line-height: 1.4em; margin: 16px 0;}
.advertising ul, .main_content dl, .main_content ol { margin: 16px 0 40px 0; }
.advertising ul li, .main_content dl dd{ list-style: disc; display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.6em; line-height: 1.3em; margin-bottom: 6px; }
.advertising ol li { display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }

.advertising li span { background: #ed3c26;  color: #ffffff; margin: 0 12px; padding: 0 6px; }



/* Image Layout
--------------------------------------------------------------------------------------- */

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 { margin: 4px 28px 12px 0; display: inline; background: #e8e8e8 url(images/bg/bg_image_frame.gif) top left no-repeat; padding: 0 10px 10px 0;  }

.story_image img.alignleft { margin: 4px 28px 12px 0; display: inline; background: #e8e8e8 url(images/bg/bg_story_image.gif) top left no-repeat; padding: 0 10px 10px 0;  }

.alignright { float: right;	display: inline;}
.alignleft { float: left; display: inline; }
img.aligncenter { float: left; display: inline; margin: 0 auto 30px auto;}


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

.sidebar h4 { font-size: 1.2em; margin-bottom: 12px; font-weight: 200; text-transform: uppercase; letter-spacing: .4em; color: #f8f8f8;}

.logos { overflow: hidden; width: 100%; margin-bottom: 24px;}
.sidebar h4.collaboration { width: 280px; height: 8px; text-indent: -9999px; background: transparent url(images/collaboration.gif) top left no-repeat; margin: 0 0 16px 0; }
.sidebar h4.and { width: 280px; height: 8px; text-indent: -9999px; background: transparent url(images/and.gif) top left no-repeat; margin: 0 0 16px 0;}

.sidebar h4.churchmedia { margin-bottom: 16px;}
.sidebar h4.churchmedia a.churchmedia { display: block; width: 280px; height: 25px; text-indent: -9999px; background: transparent url(images/church_media_group.gif) top left no-repeat; margin: 0; padding: 0; background-color: transparent;}
.sidebar h4.churchmedia a.churchmedia:hover { background-position: bottom left; background-color: transparent; }

.sidebar h4.churchrelevance { margin-bottom: 0;}
.sidebar h4.churchrelevance a.churchrelevance { display: block; width: 280px; height: 29px; text-indent: -9999px; background: transparent url(images/church_relevance.gif) top left no-repeat; margin: 0; padding: 0; background-color: transparent;}
.sidebar h4.churchrelevance a.churchrelevance:hover { background-position: bottom left; background-color: transparent;  }

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

.big_text p { font-size: 1.8em; line-height: 1.4em; }
.side_box p { line-height: 1.6em; }
.big_text .side_box p { font-size: 1.8em; line-height: 1.4em; }

.people_list { font-size: 1.2em; }
.people_list li { padding:8px 0 8px 24px; border-bottom: 1px solid #e8e8e8;}
.people_list li.male { background: transparent url(images/icons/icon_male.gif) 0 50% no-repeat; }
.people_list li.female { background: transparent url(images/icons/icon_female.gif) 0 50% no-repeat; }

.side_box_home { width: 100%; margin-top: 40px; }
.side_box { width: 238px; padding: 16px 20px 6px 20px; margin-bottom: 20px; background: #383838; border: 1px solid #434343; }

.top_8_row { width: 100%; overflow: hidden; padding: 5px 0; border-bottom: 1px solid #4f4f4f; }
.top_8_row:hover { background: #3e3e3e }
.top_8_row h5 { font-size: 2em; color: #ed3c26; float: left; display: inline; font-family:Helvetica,  Arial, Verdana, sans-serif; line-height: 20px; padding-top: 3px; font-weight: 200;}
.top_8_row_title { float: right; width: 91%; display: inline; height: 20px; line-height: 20px;}
.top_8_row_title h3 { font-size: 1.2em; margin-top: 0; font-family:Helvetica,  Arial, Verdana, sans-serif; padding-top: 3px; font-weight: bold;}
.top_8_row_title small { color: #999999;}
.top_8_row_last { border-bottom: 0; }

.archive li { width: 100%; overflow: hidden; padding: 8px 0; border-bottom: 1px solid #4f4f4f; font-size: 1.2em; margin-top: 0; font-family:Helvetica,  Arial, Verdana, sans-serif;font-weight: bold;}
.archive li.last { border: 0; }
.archive li.icon_rss { width: 89%; padding-left: 11%; background: transparent url(../../images/icons/icon_rss.gif) 0 50% no-repeat;}
.archive li.icon_twitter { width: 89%; padding-left: 11%; background: transparent url(../../images/icons/icon_twitter.gif) 0 50% no-repeat;}

/* Styles for one-column display */
#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:1px; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; overflow: hidden; margin: 0 0 0 0; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; display: inline; margin-bottom: 14px;}
#wp125adwrap_2c .odd { margin-right: 14px;}

.wp125ad { background: #373737; padding: 3px; border: 1px solid #3f3f3f;}
.ad_272 { margin-bottom: 20px; }

/* Searchform Elements
--------------------------------------------------------------------------------------- */

#searchform { margin: 10px auto; padding: 5px 3px; text-align: center; }
.sidebar #searchform #s { width: 108px;	padding: 2px; }
.sidebar #searchsubmit { padding: 1px; }
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center; 	}
select { width: 130px; }

#divSearchBox { background: #333333; overflow: hidden; width: 100%; border-bottom: 6px solid #222222; position: absolute; top: 0; left: 0; z-index: 99; }
.search_box_2 { width: 952px; padding: 34px 24px 40px 24px; margin:0 auto 0 auto; position: relative; }
.search_box_2 h3 { font-size: 2.8em; color: #ffffff; margin-bottom: 6px; margin-left: 4px; font-weight: 100; }
.big_text_field { border: 4px solid #101010; width:871px; height:32px; line-height:32px; padding: 6px 8px; font-size:2.6em; color:#999999; float: left; display: inline; }
.big_text_field:focus { color:#000000; }
.btn_search_go_big { float: right; display: inline; }
.search_tags { margin-top: 10px; margin-left: 4px; }
.search_tags li { color: #999999; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 1.2em; float: left; display: inline; }
.search_tags li.normal { margin-right: 6px; }

.no_results_text_field { border: 4px solid #eae8b4; width:483px; height:32px; line-height:32px; padding: 6px 8px; font-size:2.4em; color:#999999; float: left; display: inline; margin-bottom: 16px }
.no_results_text_field:focus { color:#000000; }
.btn_search_go_no_results { float: right; display: inline; }



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

.footer p { font-size: 1.1em; margin: 16px 0 10px 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; }

.alert { width:94%; padding:0 3%; border:1px solid #eae8b4;overflow:hidden; text-align:center; background: #fefcd7;} /* Width must equal panel_form_box minus 26px */
.alert p { margin: 12px 0;  }
.alert h2 { margin: 12px 0; }

.footer p.copyright { font-style: italic; font-size: 1em; color: #555555; }
.footer h1 { font-size: 2.4em; margin: 20px 0; color: #444444; text-shadow: 1px 1px black;}

/* Post Misc
--------------------------------------------------------------------------------------- */

.entry ul li:before, .sidebar ul ul li:before { content: "\00BB \0020";}

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


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

.commentlist {	padding: 0; text-align: justify;}
.commentlist li { margin: 15px 0 10px;	padding: 5px 5px 10px 10px;	list-style: none;}
.commentlist li ul li { margin-right: -5px;	margin-left: 10px;}
.commentlist p { margin: 10px 5px 10px 0;}
.children { padding: 0; }
#commentform p { margin: 5px 0;	}
.nocomments { text-align: center; margin: 0;padding: 0;	}
.commentmetadata { margin: 0;display: block;}


/* Calendar
--------------------------------------------------------------------------------------- */

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


/* Captions
--------------------------------------------------------------------------------------- */

.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto;}

.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }


/* Form Layout
--------------------------------------------------------------------------------------- */

.form_box { width: 100%; padding: 0; overflow: hidden; }
.form_box_check_listings { width: 96%; margin-top: 20px; background: #e7f5fc; padding: 3% 1% 3% 3%; overflow: hidden; }
.margin-bottom { margin-bottom: 30px; border-bottom: 1px solid #dddddd;}

.form_box h4 { margin: 20px 0; font-weight: 800; font-size: 1.6em; color: #dddddd; }
.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: 28%; float: left; display: inline; text-align: right; padding-top: 12px;}
.form_right_column { width: 69%; float: right; display: inline; }
.form_right_column small { display: block; font-style: italic; color: #999999; margin: 3px 0; }

.form_left_column label, .ver_left_column label{ font-size: 1.2em; line-height: 1.3em; font-weight: bold; vertical-align: middle; color: #7d7974; font-family: Arial, Helvetica, Verdana, sans-serif; }
.form_right_column label { font-size: 1.2em; line-height: 1.3em; vertical-align: middle; color: #7d7974;}

.form_box input { font-size: 1.8em; color:#ffffff; background: #151515; }
.normal_input { width: 90%; padding: 5px 8px; border: 4px solid #414141;}
.zip { width: 23%; padding: 5px 8px; border: 4px solid #414141; font-size: 1.8em;}
.contact_comments { width: 90%; padding: 6px 8px; border: 4px solid #414141; font-size:14px; font-family: Arial, Helvetica, Verdana, sans-serif; height: 140px; color:#ffffff; background: #151515; }
.checkbox { border: 4px solid #414141; 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 #d5d5d5; }
select option { padding-right: 16px;}
.drop_down { padding: 5px 5px 5px 10px; border: 4px solid #d5d5d5; }

.error label { color:#c21e1e; }
.error .normal_input { width: 50%; padding: 5px 5px; border: 4px solid #414141; 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; }

.captcha_row img { height: 40px; float: left; display: inline; margin-right: 6px;}
.captcha_row input.zip { width: 12%; padding: 5px 8px; border: 4px solid #414141; font-size: 1.8em; float: left; display: inline;}
input.btn_submit { text-align: center; color: #fff; font-size: 1.4em; margin-top: 2px; width: 133px; height: 39px; background: transparent url(images/btn/btn_submit.gif) 0 0 no-repeat; border: 0; padding: 0; }
.submit_text input.btn_submit { text-align: center; color: #fff; font-weight:bold; font-size: 2em; margin-top: 2px; width: 133px; height: 39px; line-height: 39px; background: transparent url(images/btn/btn_submit_2.gif) 0 0 no-repeat; border: 0; padding: 0; font-family: Helvetica, Arial, Verdana, sans-serif; }


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

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




