/*
Theme Name: Redemptorists
Theme URI: http://wordpress.org/
Description: Redemptorists Theme by Acton|BV
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color:#363636!important;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
#clear {
    clear: both;
    display: block;
    height: 3px;
    width: 960px;
}


.bigbox{padding-top:10px;}
/*.bigbox h2{margin:10px 0 5px 5px!important; font-size:13px; font-weight:bold;}*/

#vertical_nested_container {
    margin: 0 !important;
}

.accordion_toggle {
    background-color: #ddd;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 30px;
    margin: 10px 0!important;
    padding: 7px 10px 0 10px;
}
#content .bigbox .accordion_toggle:hover{background:#eee; color:#333!important;}
#content .bigbox .accordion_toggle_active {
    background-color: #eee;
    color: #333!important;
}
#content .bigbox .accordion_content {
    overflow: hidden;
}


#cboxLoadedContent{overflow:hidden!important;}



/* =Event Espresso
-------------------------------------------------------------- */


.booklink{background:url(images/sidearrow_off.png) no-repeat 240px center;}
.booklink:hover{background:#C4CBB5 url(images/sidearrow_off.png) no-repeat 240px center !important;}
.block_submenu .current_page_item a.booklink{background:#C4CBB5 url(images/sidearrow_off.png) no-repeat 240px center;}

.displaynone{display:none;}

#event_espresso_registration_form {
    margin: 0 !important;
}
.marriage_table{padding:0;}
/*#content .marriage_table table tr td{padding:15px 8px!important;}*/

#content .marriage_table table tr td.cmonth{padding:15px 0 15px 8px !important;}
#content .marriage_table table tr td.cdays{padding:15px 8px 15px 0!important;}
#content .marriage_table table tr td.ctitle{padding:15px 0px 15px 8px!important;}
#content .marriage_table table tr td.cbooknow{padding:15px 8px!important;}

.marriage_table .cmonth{width:14%; font-weight:bold; font-size:14px; color:#53832C; vertical-align:middle;}
.marriage_table .cdays{width:7%; text-align:center; vertical-align:middle;}
.marriage_table .ctitle{width:50%; vertical-align:middle;}
.marriage_table .cbooknow{width:18%; vertical-align:middle;}
.marriage_table .cbooknow p{margin:0 !important;}
.marriage_table .cbooknow a{padding:3px 5px 4px 7px; background:#C4CBB5; display:block; text-align:left; color:#3c6d15; font-size:12px; font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url("images/sidearrow_off.png");
    background-position: 80px 3px;
    background-repeat: no-repeat;}
.marriage_table .cbooknow a:hover{background:#53832C; color:#fff;
	background-image: url("images/sidearrow_off.png");
    background-position: 80px 3px;
    background-repeat: no-repeat;}

#content .course-info tr td{padding:8px!important;}
#content .course-info{font-size:14px; margin-top:15px;}

.event_description{padding:0 10px;}
.event_time{padding-left:10px;}
.start_date{color:#797979; display:block; padding:5px 0 0px 10px; margin: 0 !important; border-top: 1px solid #E3E3E3;}
.event_time{color:#797979; display:block; padding:0 0 0 10px; margin: 0 !important;}
.event_prices{color:#797979; display:block; padding:0px 0 0px 10px; margin: 0 0 10px 0 !important;}

#registration_form{margin-top:10px;}
#registration_form fieldset{padding:18px 24px;}
#registration_form fieldset h3.section-heading{font-size:14px; margin: 0 0 16px !important; padding:0;}
#registration_form fieldset p.event_form_field > label {
    float: left;
    padding-right: 10px;
    text-align: left;
    width: 100px;
}
#registration_form fieldset p.event_form_field > label.error {
    float: right;
    padding-right: 10px;
    text-align: left;
    width: 150px;
}
#additional_header{border: 1px solid #E7E7E7; padding: 10px 24px; margin: 0 !important; background:#f7f7f7;}
#additional_attendees{padding:18px 24px;}
#additional_attendees hr{margin:0 !important;}

.event_form_submit, .espresso_confirm_registration{text-align:center;}
.event_form_submit input, .espresso_confirm_registration input
	{border:none; padding:5px 10px 5px 34px; font-weight:bold; margin:20px 0!important; background:#53832C; color:#fff!important; font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url("images/sidearrow_off.png");
    background-position: 9px 5px;
    background-repeat: no-repeat;}
.event_form_submit input:hover, .espresso_confirm_registration input:hover
	{background:#C4CBB5; color:#3c6d15!important; cursor:pointer;
	background-image: url("images/sidearrow_off.png");
    background-position: 9px 5px;
    background-repeat: no-repeat;}

#off_site_payment_container ul {margin:0 !important; list-style:none !important;}
#off_site_payment_container ul p{margin:0 !important; text-align:left !important;}

#espresso_confirmation_display, #onsite-payments{background: none repeat scroll 0 0 #F1F1F1; border-bottom: 1px solid #CCCCCC; margin-bottom: 15px; padding: 5px 10px; color:#535353;}

#additional_attendees .reg-quest-title{display:none;}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
/*
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}*/
#content {
    float: left;
    padding: 0 0 0 0px;
    display: block;
    width: 590px;
	font-size:13px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.pix-sidebar{background:#e1e0d1; padding:11px; margin-bottom:20px;}
.pix-sidebar .pix-house
{background:url(images/sidebar-pix-1.jpg) no-repeat; width:286px; height:80px; display:block; margin-bottom:10px; text-align:right;}
.pix-sidebar .pix-village
{background:url(images/sidebar-pix-2.jpg) no-repeat; width:286px; height:80px; display:block; margin-bottom:10px; text-align:right;}
.pix-sidebar .pix-courses
{background:url(images/sidebar-pix-3.jpg) no-repeat; width:286px; height:80px; display:block; margin-bottom:0px; text-align:right;}
.pix-sidebar .pix-school
{background:url(images/sidebar-pix-4.jpg) no-repeat; width:286px; height:80px; display:block; margin-bottom:10px; text-align:right;}

.pix-sidebar a{text-decoration:none;}
.pix-sidebar .pix-text{color:#fff!important; font-size:16px; text-decoration:none; display:block; padding:20px 11px 0 0;}
.pix-sidebar .pix-link{color:#a8d06a!important; font-size:12px; text-decoration:none; display:block; padding:5px 10px 0 0;}

#sidebar {
    float: right;
    padding: 0 0px 0 0px;
    display: block;
    width: 310px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
}

.block_submenu{background:#E1E0D1; width:310px; margin-bottom:20px;}

.submenu_title {color:#fff; font-size:16px; text-align:left; background:url(images/submenu_title_bg.png) repeat-x; height:44px; line-height:44px; padding-left:15px;}
.submenu_title a {color:#fff  !important; font-size:16px; text-align:left; background:url(images/submenu_title_bg.png) repeat-x; height:44px; line-height:44px; padding-left:15px; text-decoration: none}
.submenu_title a:hover {color: #143500 !important; font-size:16px; text-align:left; background:url(images/submenu_title_bg.png) repeat-x; height:44px; line-height:44px; padding-left:15px; text-decoration: none}
.block_submenu ul{padding:10px 20px 30px 20px;}
.block_submenu a:link, .block_submenu a:visited {
    border-bottom: 1px solid #b9c0aa;
    color: #594f3e;
    display: block;
    margin: 0 !important;
    padding: 6px 10px !important;
    text-decoration: none;
}
.block_submenu a:hover {
    color: #276802;
	background: #c4cbb5;
}

.block_submenu a:focus {
    color: #276802;
	background: #b9c0aa;
}
.block_submenu .current_page_item a, .block_submenu .current_page_item a:hover {
    color: #276802;
	background: #c4cbb5;
}


.block_submenu ul li ul{padding:0px 0px 0px 15px;}

.block_submenu ul li.current_page_item ul li a{ 
    color: #594f3e;
	background: 10px 10px no-repeat  url(images/arrow_menu.png) ;
	padding-left:25px!important;
	}
.block_submenu ul li ul li a:hover {
    color: #276802;
	background:#c4cbb5 10px 10px no-repeat  url(images/arrow_menu.png)!important ;
	padding-left:25px!important;
}
.block_submenu ul li ul li.current_page_item a, .block_submenu ul li ul li.current_page_item a:hover {
    color: #276802;
	background:#c4cbb5 10px 10px no-repeat  url(images/arrow_menu.png)!important ;
	padding-left:25px!important;
}

.headerside {
    background-color: #53832c !important;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 20px;
    width: 270px;
	font-size:14px;
}

#sign_up{font-size:12px;}
#sign_up .sign_up_title{font-weight:bold; font-size:14px; margin-bottom:7px;}
#sign_up .sign_up_mail{margin-bottom:5px;}
#sign_up .sign_up_form #id{width:180px; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; height:20px; padding:2px 5px;}
#sign_up span{display:block;}

/********************************************************************************************** Side-bar */

.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 10px; zoom: 1; font-size:18px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; margin-bottom:20px;}
.ui-accordion .ui-state-active{  background: #53832c 275px 8px no-repeat url('images/sidearrow_on.png')!important;}
/*.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px;}*/

.ui-accordion .ui-corner-all{margin-bottom:10px;}

.ui-accordion .ui-state-default {  background-position:  275px 8px; background-repeat:no-repeat; background-image: url('images/sidearrow_off.png'); }
.ui-accordion .ui-accordion-content { padding: 10px 20px; border-top: 0; margin-top: -2px; position: relative; top: 1px; /*margin-bottom: 2px;*/ overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

a.sidebar_link { background:#E1E0D1 url('images/sidearrow_off.png') no-repeat 275px center; display:block; font-size:16px; padding:10px 20px; margin-bottom:10px;}
a.sidebar_link:hover { color:#222; }

.churchpost{height:400px;}
.churchpost_title{color:#7f8550; font-size:21px; padding-bottom:10px;}


/* === change hover, active color  ==== */
.side_block{
	background-color:#e1e0d1;
	width:270px;
	}
.side_block_cal{
	background-color:#E8E6E6;
	}
.main_link{padding-top:10px; display:block; font-weight:bold;}
#wp-calendar .nav tbody td{background:transparent; border:none; padding-top:5px;}
.side_block a{
	color:#666!important;
	border-bottom:1px #CBCBCB solid;
    display: block;
    margin: 0 !important;
    padding: 5px 10px !important;
    text-decoration: none;
    width: 248px;
	font-size:14px;
}
.side_block a:hover{
	color: #276802!important;
	background-color:#C4CBB5;
   
	}
.side_block a.on{
	color: #276802!important;
	background-color:#C4CBB5;
	}
	
/*
.headerside_group {
    background-color: #be9931;
    color: #FFFFFF;
    font-size: 16px;
    padding: 8px 20px;
    width: 270px;
}	
.side_block_groups {
    background-color: #b54b1b;
    margin-bottom: 20px;
    padding: 5px 20px 10px 20px;
    width: 270px;
}
.side_block_groups a {
    border-bottom: 1px solid #c97f5c;
    color: #f6f1eb;
    display: block;
    margin: 0 !important;
    padding: 7px 10px !important;
    text-decoration: none;
    width: 248px;
}
.side_block_groups a:hover{background:#c75b2a;}

.side_block_groups ul li.current_page_item a{
	color:#fff;
	background-color:#c75b2a;
	} 
.side_block_groups ul li.current_page_item ul li.page_item a{
	color:#25577C;
	background-color:#c75b2a;
	} 
.side_block_groups ul li.current_page_item ul li.page_item a:hover{
	color:#25577C;
	background-color:#c75b2a;
	}
	*/	

.side_block a.register_parish{
	background-color:#b54b1a;
	background-image:url(../images/arrow.png);
	background-position:235px 12px;
	background-repeat:no-repeat;
	width:160px;
	padding:5px 100px 5px 10px!important;
/*	background: url(../images/go_btn.png) no-repeat 0 0; */
	color:#fff;
	}
	
.side_block ul li.current_page_item a{
	color:#fff;
	background-color:#cc744b;
	} 
.side_block ul li.current_page_item ul li.page_item a{
	color:#25577C;
	background-color:#F5F6F8;
	} 
.side_block ul li.current_page_item ul li.page_item a:hover{
	color:#25577C;
	background-color:#FBE97D;
	} 
	
.side_block a.main_link{
	background-color:#b54b1a;
	color:#FFF;
	}
.side_block a.main_link:hover{
	background-color:#902b00;
	color:#FFF;
	}

	
.side_block h3 a{
	background-color: none!important;
	border-bottom:0px!important;
	padding:0px!important;
	color:#fff;
	}
.side_block h3 a:hover{
	background-color: #A0220B!important;
	color:#fff;
	}
.hv2{
	background-color:#A0220B!important;
	}
.sv2{
	background-color:#FCF7F1!important;
}
.sv2 a:hover{
	background-color:#FCF7F1!important;
}



.post{color:#555;}

.post-home{border-bottom:1px dashed #aaa; margin-bottom:15px;}
.post-home .entry p{margin-bottom:5px!important;}

h2.stories_title {
    background: url("images/underline_small.png") no-repeat scroll center bottom transparent;
    color: #433325;
    font-size: 18px;
    margin: 0!important;
    padding: 0 0 20px;
}
.post-home h3 a{
    color: #27682b!important;
    font-size: 18px;
	text-decoration:none;
    }
.post-home h3{margin:0 0 7px 0!important;}

.postmetadata {
    height: 20px;
    padding: 5px 0 0;
}
.postmetadata a {
    background-color: #52812b;
    color: #FFFFFF!important;
    display: block;
    float: left;
    font-size: 11px;
    margin-right: 2px;
    padding: 3px 10px;
	text-decoration:none;
}
.postmetadata a:hover{background:#33640a;}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
    background-color: #CBD3BE;
    background-image: url("images/footer-background.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    clear: both;
    height: 423px;
    margin-top: -423px;
    padding-top: 0;
    position: relative;
    vertical-align: middle;
}

#foot {
    background-image: url("images/footer-background.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 11px;
    height: 340px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 930px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color:#6e6b6b;
}
#foot_info {
    clear: both;
    font-size: 11px;
    height: 24px;
    line-height: 30px;
    padding: 0px 0 0;
    text-align: left;
}
#foot_info span{padding:0 20px 0 0; font-size:12px}
#foot_info a{color:#5c5b58;}
#foot_info a:hover{color:#52812b;}

.headerfoot {
    color: #5a5959;
    font-size: 16px;
    padding: 0px 20px 5px;
    width: 180px;
}
.foot_block {
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 180px;
}
.foot_block a:link, .foot_block a:visited {
    border-bottom: 1px solid #dadada;
    color: #5a5959;
    display: block;
    margin: 0 !important;
    padding: 6px 10px !important;
    text-decoration: none;
}
.foot_block a:hover {
	background-color: #52812b;
    color: #FFFFFF !important;
	}

#foot #left {
    float: left;
    padding-left: 10px;
    padding-top: 80px;
    width: 480px;
}
#foot #right {
    float: right;
    padding-right: 30px;
    padding-top: 80px;
    text-align: right;
    width: 100px;
}
.block_floater {
    float: left;
	margin-left:35px;
}
.block_redemp{width:141px; text-align:center; color:#555; font-size:14px; float:left;}
.block_redemp img{padding:7px; background:#d7e0cf; margin-bottom:10px;}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
/*
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}*/

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

html, body, #wrap {
    background-image: url("images/background-main.jpg");
    background-position: center top;
    background-repeat: repeat-x;
	background-color: #fff;
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;}

#main {
    background-image: url("images/wrapper-bckgrd.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    /*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
    padding-bottom: 423px;
	overflow:hidden;
}

#container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 952px;
}
#frame{padding-top: 1px; background:url(images/content-bg.png) repeat-x; margin-top:25px;}
#subcontainer {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 4px 5px;
    padding: 13px;
    position: relative;
    text-align: left;
    width: 916px;
	min-height:640px;
}
#frontcontainer {
    background:transparent;
    margin: 4px 5px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 922px;
}
#frontcontainer #content{width:545px!important;}


body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
.white {
    color: #FFF!important;
    text-decoration: none;
}
.white:hover {color: #890043!important;}
a:link {
	color: #53832c;
text-decoration: none;
}
a:visited {
	color: #53832c;
}
a:active,
a:hover {
	color: #215300;
	text-decoration:none;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


ol.rss-feeds-page{padding-top:20px;}
ol.rss-feeds-page li{margin-bottom:10px; padding-bottom:10px; border-bottom:1px dotted #ddd;}
ol.rss-feeds-page li a{font-size:14px;}

/* =Header
-------------------------------------------------------------- */
#logo {
    float: left;
    margin-left: 0;
    margin-top: 0;
}
#header {
    height: 108px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 952px;
    z-index: 100;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}
.donate-tab{width:147px; height:29px; display:block; position:absolute; top:0; right:20px; background:url(images/donate-tab.png) no-repeat; 
			line-height:25px; text-align:center; color:#eee!important; text-decoration:none; font-size:15px; font-style:italic;
			font-family: 'Trebuchet MS', Helvetica, sans-serif;}
.donate-tab:hover{color:#fff!important;}
.donate-tab:focus{color:#ddd!important; line-height:26px;}



/* =Carousel
-------------------------------------------------------------- */

#carousel-placeholder{height:380px; margin-top:20px;}



/* =Welcome Msg
-------------------------------------------------------------- */

.welcomemsg_title{font-size:24px; color:#53832c; padding:0 0 40px 0; margin:0 0px; background:url(images/underline.png) no-repeat center bottom;
				font-family: 'Trebuchet MS',Helvetica,sans-serif; text-align:center;}
.welcomemsg{font-size:14px; line-height:22px; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}


.masstimes{line-height:20px; font-family: 'Trebuchet MS', Helvetica, sans-serif; margin-bottom:10px;}
.masstimes h4{font-size:15px!important; color:#433325; font-weight:bold; margin-bottom:10px!important;}
.masstimes_content{background: #e1e0d1 url(images/masstimes_bg.png) no-repeat; height:260px; padding:10px;}
.masstimes img{margin:0px 12px 10px 12px!important;}
.masslink{margin:0; padding:0;}

/* =Menu
-------------------------------------------------------------- */

#masthead{position:absolute; top:45px; right:10px; width:70%;}

/*#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}*/
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin-right:15px;
}
#access a {
	color: #333;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
	font-family:'Trebuchet MS',Helvetica,sans-serif;
	text-transform:uppercase;
	font-size:14px;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #eee;
	background:#52812b;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
#access li.current-page-ancestor > a {
	color: #eee;
	background:#52812b;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
#access li:active > a,
#access ul ul :active > a {
/*	line-height:29px;*/
	padding-top:1px;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background:#52812b;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

.post-img{position:relative; min-height:44px;}
.caption{position:absolute; height:44px; line-height:44px; font-size:12px; color:#fff; bottom:0px; left:0px; background:url(images/post-top-bg.png) repeat-x; padding-left:10px; width:582px;}

/*
#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}*/
#content p{margin:15px 0;}

#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

#content h1{
	color: #433325;
	font-size:18px;
}

#content h2{
	color: #27682B!important;
	font-size:15px;
}

#content h3{
	color: #433325;
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0!important;
}

#content h4{
	color: #27682B!important;
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0!important;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #433325;
	line-height: 1.5em;
	margin: 0 0 14px 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#content blockquote{padding:9px 8px 1px 8px!important; background:#f7f7f7; color:#444; font-size:13px; margin-bottom:5px;}
#content blockquote p{margin-bottom:10px; line-height:22px;}

#content ul, #content ol{margin:0 0 20px 20px;}
#content ul{list-style-type:square;}
#content ul ul{list-style-type:disc; margin-bottom:5px;}
#content ul ul ul{list-style-type:circle; margin-bottom:5px;}

#content ol{list-style-type:decimal;}
#content ol ol{list-style-type:lower-alpha; margin-bottom:5px;}
#content ol ol ol{list-style-type:lower-roman; margin-bottom:5px;}

#content table {
	/*border: 1px solid #e7e7e7;*/
	background:#f5f5f5;
	margin: 0 -1px 0px 0;
	text-align: left;
	width: 100%;
	color:#555;
}
#content table:hover{background:#f0f0f0;}


table.newsletter tr td{border:none!important;}

#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	/*
	padding: 6px 24px 7px;*/
	padding: 3px 8px!important;
}
#content tr.odd td {
	background: #f2f7fc;
}
.ec3_schedule tr{padding:0 0 5px 0;}

#cboxContent{font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size:12px;}

.hentry {
	margin: 0 0 48px 0;
}

#post-173 {
	margin: 0 0 8px 0!important;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #000;
}
#content .entry-title {
	color: #41711a;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #ddd;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #4d6e13;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 5px 0;
}

.ginput_container input.medium{width:300px!important; height:25px!important; padding:0 5px!important; font-size:14px!important;}
.gform_body ul{margin-bottom:0!important;}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #4d6e13;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #4d6e13;
}
#content .video-player {
	padding: 0;
}


#donate-now {
    margin: 30px 0;
}
.donate-column {
    float: left;
    width: 240px;
}
#donate-now label {
    float: none;
}
input#amount {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #CCCCCC;
    font-size: 1.4em;
    height: 26px;
    padding: 4px;
    width: 170px;
	text-align:center;
}
.accepted_cards {
    background: url("images/accepted_cards.jpg") no-repeat scroll right center transparent;
    display: block;
    height: 50px;
    padding: 0;
    width: 200px;
}

/* =News List
-------------------------------------------------------------- */

#news_list_container{}
.news_list{padding:10px 0; border-bottom:1px dashed #ccc;}
.news_list p{margin-bottom:15px!important;}
#content .news_list h3{margin:5px 0; font-size:18px; font-weight:normal; color:#27682B;}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #000;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -8px 0 0 0;
	padding-top:10px;
	border-top:1px dashed #ccc;
}


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

#commentform{}
#commentform #form-section-author .form-label, #commentform #form-section-email .form-label, #commentform form-section-comment .form-label{}
#commentform #form-section-author input, #commentform #form-section-email input, #commentform #form-section-url input{
	height:24px;
	padding:2px 5px;
}
#commentform #form-section-comment textarea{padding:8px 5px;}


#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 7px 10px 10px 10px;
	position: relative;
}
.commentlist li.comment p{margin-bottom:5px!important;}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #4d6e13;
}
.commentlist .even {
	background:#f9f9f9;
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #4d6e13;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: none;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #4d6e13;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
	height:30px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #4d6e13;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


.ec3_eventday{background:#52812B!important;}
.ec3_eventday a{color:#fff!important;}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
/*
#footer {
	margin-bottom: 20px;
}*/
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}