/* @ BEGIN @ - EastWestChurch Stylesheet ----------------------------------------------------*/
/* @override http://eastwestchurch.org/css/screen.css */
@import url('sifr.css');



html {
	background: #322017 url(../_images/html-bg.jpg) repeat-x 0 377px;
}

body {
	background: url(../_images/body-bg.jpg) repeat-x 0 268px;
	font:  13px/18px "Lucida Grande", Arial, sans-serif;
	color: #4d3923;
}

a:link {
	color: #8b3527;
}

a:visited {
	color: #8b3527;
}

a:hover {
	color: #8b3527;
	text-decoration: none;
}

a:active, a:focus {
	color: #8b3527;
	text-decoration: none;
	outline: 0;
}

h1, h2, h3, h4, h5, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}




/* @ BEGIN @ - Global classes ----------------------------------------------------*/

.column {
	float: left;
}

.clear {
	clear: both;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.no-bg {
	background: none !important;
}

/* @ END @ -----------------------------------------------------*/


/* @group SHELF */
#shelf					{ 
						  display:none; padding:30px 25px; width:899px; height:209px; background:url(/_images/shelf_bg.png) repeat; 
						  position:absolute; top:49px; left: 50%; margin-left: -470px; z-index:1000; font-size: 12px !important;						  
						}
#map_canvas				{ display:block; width:328px; height:211px; float:left; }

#contact				{ float:left; width:192px; padding-left:23px; padding-right: 28px; }
#contact h4				{ font-size:1.3em; color:#f4f2e9; margin:5px 0 0; }
#contact p				{ font-size:1.2em; color:#d7d3c1; }
#contact a, #map_canvas	a				{ color:#62ace0 !important; }
#contact a:hover, #map_canvas a:hover		{ text-decoration:none !important; }
/* @end */

/* @group CONTACT FORM */
#contact-form			{ float:left; padding-left:28px; width:287px; border-left: 3px solid #171715; }
#contact-form h4		{ font-size:1.3em; color:#f4f2e9; margin:5px 0 1em; }
#contact-form div		{ margin-bottom: 4px; overflow: hidden; }
#shelf #contact-form p.error,
#shelf #contact-form ul.error	{ color:#fff; }
#shelf fieldset,
#shelf form				{ margin:0; padding:0; border:none; }
#shelf label			{ float:left; font-size: 12px; color:#d7d3c1; margin:.3em 0 0; }
#shelf input			{ float:right; border:none; padding:4px; height:18px; width:234px; }
#shelf textarea			{ float:right; padding:4px; height:75px; width:212px; border:0; }
#shelf input.submit		{ width:auto; height:auto; padding:0; }
.clearfix {
display:block; margin-bottom: 3px;
}
/* @end */





#header {
	background: url(../_images/header-bg.jpg) repeat-x;
	height: 268px;
}

#header-inner {
	overflow: hidden;
	width: 958px;
	margin: 0 auto;
	padding-top: 22px;
}

#logo {
	float: left;
	margin: 25px 0 0 45px;
}

#logo a {
	display: block;
	width: 236px;
	height: 84px;
	background: url(../_images/logo.png) no-repeat;
	text-indent: -9999px;
}

#quick-info {
	float: right;
	overflow: hidden;
	position: relative;
	top: 8px;
}

#quick-info strong {
	float: left;
	margin-right: 14px;
}

#quick-info a {
	float: left;
	display: block;
	text-indent: -9999px;
	width: 114px;
	height: 27px;
	background: url(../_images/contact-us-btn.png) no-repeat;
	overflow: hidden;
}

#quick-info a.current {
	background-position: 0px -27px;
}

#navigation-wrapper {
	margin: -127px auto 0;
	width: 1002px;
}

#navigation {
	height: 70px;
	background: url(../_images/nav-bg.png) no-repeat;
	overflow: hidden;
	position: relative;
}

#navigation ul {
	position: relative;
	top: 35px;
	left: 65px;
}

#navigation li {
	float: left;
}

#navigation li ul {
	position:absolute; 
	left:-999em;
	z-index:99999;
	width:250px;
}

#navigation li:hover ul{ 
	left:auto;
}

#search {
	position: absolute;
	top: 23px;
	left: 730px;
}

#search #search-inp {
	float: left;
	background: transparent url(../_images/search-input-bg.gif) no-repeat;
	border: none;
	width: 180px;
	height: 22px;
	padding: 10px 0 0 20px;
	font: 13px Helvetica, sans-serif;
	color: #817565;
	outline: none;
}

#search #submit {
	float: left;
	width: 27px;
	height: 32px;
}

body.home #flourish-left {
	background: url(../_images/content-left.png) no-repeat;
	width: 118px;
	height: 790px;
	position: absolute;
	left: 50%;
	margin: -3px 0 0 -597px;
}

body.home #flourish-right {
	background: url(../_images/content-right.png) no-repeat;
	width: 124px;
	height: 790px;
	position: absolute;
	left: 50%;
	margin: -3px 0 0 479px;
}

body.sp #flourish-left {
	background: url(../_images/int-content-left.png) no-repeat;
	width: 118px;
	height: 790px;
	position: absolute;
	left: 50%;
	margin: -3px 0 0 -597px;
}

body.sp #flourish-right {
	background: url(../_images/int-content-right.png) no-repeat;
	width: 124px;
	height: 790px;
	position: absolute;
	left: 50%;
	margin: -3px 0 0 479px;
}

#content {
	background: #fbf8f0;
	width: 958px;
	margin: -3px auto 0;
}

#main-content {
	overflow: hidden;
	padding: 0 25px 25px;
}

#footer {
	padding: 0 0 50px 25px;
}

#footer-inner {
	overflow: hidden;
	width: 958px;
	margin: 0 auto;
	background: url(../_images/content-bg.png) no-repeat 50% 0%;
	padding: 20px 0 0 16px;
	position: relative;
}

#footer .column {
	margin-right: 58px;
}

#footer .column.last {
	position: absolute;
	top: 20px;
	left: 660px;	
}

#footer li {
	margin-bottom: 8px;
}

#footer a {
	font: 12px Helvetica, Arial, sans-serif;
	color: #a38875;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer li a strong,
#footer li strong a {
	color: #d0c1b2;
	font-size: 13px;
	font-weight:normal;
}

#footer #contact-info {
	padding: 20px;
	background: #281811;
	color: #8f7360;
	font: 13px Arial, sans-serif;
	text-align: right;
	line-height: 19px;
	width: 234px;
	height: 57px;
}

#footer #contact-info strong {
	font-weight: bold;
	color: #c7bd9e;
	display: block;
}

#footer #contact-info a {
	color: #bb9b43;
}

#cpm {
	margin: 10px 20px 0 0;
	overflow: hidden;
}

#cpm a {
	display: block;
	text-indent: -9999px;
	background: url(../_images/cpm-logo.gif) no-repeat;
	width: 124px;
	height: 19px;
	float: right;
}

#content-block h5 {
	font-size: 11px;
}

#searchForm {
	margin-bottom: 20px;
}

.event {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

p.meta {
	margin-top: 0 !important;
}

#comment-status {
	padding: 20px;
	background: #eee;
	font-weight: bold;
	font-size: 14px;
	
}

#comment-status p {
	margin: 0 !important;
}

#comment-status {
	margin-bottom: 20px;
}

.comment {
	border-bottom: 2px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#comments h4 {
	font-size: 15px !important;
}

.comment p {
	margin-bottom: 8px !important;
}

.post h4 {
	font-size: 16px !important;
}

p.date {
	margin-bottom: 0px !important;
}

.event h4 a {
	font-size: 14px;
	font-weight: normal;
}

.today span {
	display: none !important;
}