@charset "UTF-8";

/* @override 
	http://www.sacramentocitylife.com/style.css
	http://sacramentocitylife.com/style.css
	http://sacramentocitylife.com/css/css.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #9F7663;
	font: 12px/1.618 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 0 36px 36px;
}

article {
	margin-bottom: 36px;
}

h2 {
	font-size: 18px;
	line-height: 1.618;
	color: #5c2208;
	margin-bottom: 18px;
}

h3 {
	line-height: 18px;
	color: #9f7663;
	margin-bottom: 18px;
	font-size: 14px;
}

h4,h5,h6 {
	line-height: 18px;
	color: #b79b8e;
	margin-bottom: 18px;
}

p {
	margin-bottom: 18px;
}

dl {
	margin-bottom: 18px;
}

ul {
	margin-bottom: 18px;
}

ul li {
	margin-left: 18px;
}

a {
	color: #5c2208;
	font-weight: bold;
}

a:hover {
	color: #9f7663;
}

/* @group Header */

header {
	width: 1024px;
	margin: 0 auto;
	border-bottom: 10px solid #5C2208;
	background-color: #fff;
}

header nav {
	width: 100%;
	background: url("/IMGs/Nav.gif") no-repeat center;
}

header nav menu {
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	padding-left: 9px;
}

header nav menu li {
	display: inline;
	color: #b79b8e;
	margin-right: 6px;
}

header nav menu li a {
	color: #c8c8c8;
	text-decoration: none;
	margin-left: 9px;
	font-weight: normal;
	font-style: normal;
}

header nav menu li:before {
	content: "|";
}

header nav menu li:first-child:before {
	content: "";
}

.welcome .welcome a,
.about .about a,
.worship .worship a,
.community .community a,
.serving .serving a,
.openforum .openforum a,
.donate .donate a,
.contact .contact a,
header nav menu li a:hover {
	text-decoration: underline;
	color: #fff;
}

header h1 a {
	display: block;
	height: 191px;
	text-indent: -9000em;
	background: none no-repeat center top;
}

/* @group Header Graphics */

.welcome header h1 a {
	background-image: url("/IMGs/Header_img_welcome.jpg");
	background-image: url("/IMGs/Header_img_welcome.gif");
}

.about header h1 a {
	background-image: url("/IMGs/Header_img_about_us.jpg");
	background-image: url("/IMGs/Header_img_about_us.gif");
}

.worship header h1 a {
	background-image: url("/IMGs/Header_img_worship.jpg");
	background-image: url("/IMGs/Header_img_worship.gif");
}

.community header h1 a {
	background-image: url("/IMGs/Header_img_community.jpg");
	background-image: url("/IMGs/Header_img_community.gif");
}

.serving header h1 a {
	background-image: url("/IMGs/Header_img_serving.jpg");
	background-image: url("/IMGs/Header_img_serving.gif");
}

.openforum header h1 a {
	background-image: url("/IMGs/Header_img_open_forum.jpg");
	background-image: url("/IMGs/Header_img_open_forum.gif");
}

.donate header h1 a {
	background-image: url("/IMGs/Header_img_donate.jpg");
	background-image: url("/IMGs/Header_img_donate.gif");
}

.contact header h1 a {
	background-image: url("/IMGs/Header_img_contact.jpg");
	background-image: url("/IMGs/Header_img_contact.gif");
}

/* @end */

/* @end */

/* @group Main */

#main {
	width: 952px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	padding: 36px;
}

#sideleft {
	width: 180px;
	float: left;
	margin-right: 45px;
}

#sideright {
	width: 180px;
	float: left;
}

#sideleft article * {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 9px;
}

#sideleft article h2 {
	color: #b79b8e;
	margin-bottom: 0;
}

#sideleft article figcaption {
	display: block;
}

#sideleft article img {
	border: 1px solid;
}

#sideleft article#side_worship {
	background-color: #5c2208;
	color: #fff;
	font-size: 12px;
	padding: 18px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#sideleft article#side_worship * {
	color: #fff;
}

#sideleft article#side_worship h2 {
	font-size: 12pt;
	margin-bottom: 1em;
}

#side_emaillist {
	background-color: #9f7663;
	padding: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#side_emaillist legend {
	font-weight: bold;
	color: #fff;
	padding-bottom: 9px;
}

#side_emaillist label {
	display: block;
	color: #4c2208;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

#side_emaillist input {
	display: block;
	width: 100%;
	color: #4c2208;
	margin-bottom: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	width: 502px;
	margin-right: 45px;
	float: left;
}

#content article {
	padding-bottom: 36px;
	border-bottom: 1px solid #b79b8e;
}

#content article figure {
	float: right;
}

#content q {
	font-style: italic;
	
}

#content li {
	margin-bottom: 1em;
}
q:before {
content: '“'; }
q:after {
content: '”'; }
/* @end */

/* @group Footer */

footer {
	width: 1024px;
	margin: 0 auto;
	overflow: auto;
	font-size: 12px;
	color: #fefffe;
	padding-top: 18px;
	padding-bottom: 18px;
}

footer a {
	color: #e9e9ea;
}

footer p {
	float: left;
	margin-right: 2em;
}

/* @end */

/* @group Current Series */

#currentseries {
	border-bottom: 1px dotted #9f7663;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

#currentseries ul {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}

#currentseries ul em {
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	width: 6.5em;
}

#currentseries ul a.podcast {
	color: #9f7663;
	font-weight: normal;
	font-style: normal;
	margin-left: 1ex;
}

.lentprayers {
	width: 233px;
	float: left;
	margin-left: 18px;
	font-size: 10px;
	color: #9f7663;
}

.lentprayers dt {
	margin-bottom: 9px;
	font-size: 12px;
}

.lentprayers dd {
	margin-bottom: 18px;
}

.lentprayers p {
	margin-bottom: 0;
	text-indent: 12px;
	text-align: left;
}

/* @end */

/* @group Happening at City Life */

#happeningatcitylife {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.62em;
	margin: 0;
	padding: 0;
	background-color: #fffae5;
}

#happeningatcitylife caption {
	text-align: left;
	font-size: 18px;
	color: #5C2208;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0;
}

#happeningatcitylife tbody {
	padding: 0;
	margin: 0;
	border-top: 1px solid #9f7663;
}

#happeningatcitylife tr {
	padding: 0;
	margin: 0;
}

#happeningatcitylife th {
	margin: 0;
	padding: 12px;
	color: #9f7663;
	vertical-align: top;
	border-bottom: 1px solid #9f7663;
	font-size: 24px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

#happeningatcitylife td {
	margin: 0;
	padding: 12px;
	border-bottom: 1px solid #9f7663;
}

#happeningatcitylife td strong {
	display: block;
}

/* @end */

.9f7663 {
	background-color: #9f7663;
}

.b79b8e {
	background-color: #b79b8e;
}

.5c2208 {
	background-color: #5c2208;
}

.fffae5 {
	background-color: #fffae5;
}