/* @override http://christcommunitychurch.cpmpreview.com/css/screen.css */
html {
	background: #f3f1dd;
	height: 100%;
}

body {
	font: 12px/18px Optima, "Lucida Grande", Arial, sans-serif;
	background: url(../images/body-bg.jpg) repeat-x;
	height: 100%;
}

a:active, a:focus {
	outline: 0;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}

.no-border {
	border: none !important;
}

#top-links {
	overflow: hidden;
	width: 532px;
	margin: 0 auto;
	padding: 5px 0 0 438px;
}

#links {
	color: #ada898;
	float: left;
	position: relative;
	top: 4px;
}

#links a {
	color: #ada898;
	text-decoration: none;
	padding: 0 8px;
}

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

#top-links form {
	float: left;
	position: relative;
	left: 5px;
	width: 195px;
}

#search {
	background: url(../images/search-bg.png) no-repeat;
	width: 154px;
	height: 15px;
	border: none;
	padding: 3px 0 8px 10px;
	color: #858072;
	float: left;
}

#search:focus {
	outline: none;
}

#go {
	background: url(../images/go-bg.png) no-repeat;
	width: 27px;
	height: 25px;
	border: none;
	text-indent: -9999px;
	float: left;
}

#header {
	margin-top: 36px;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	float: left;
}

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

#nav {
	float: left;
	margin-top: 50px;
}

#nav {
	overflow: hidden;
}

#nav li {
	float: left;
	margin-left: 30px;
	padding-bottom: 14px;
}

#nav li a {
	display: block;
}

#nav li ul {
	display:none;
}

#subnav {
	margin: -40px 0 40px;
}

#subnav li {
	padding-bottom: 10px;
	margin: 0 0 10px 8px;
}

#subnav a#subnav_toplevel {
	color: #ebe9d9;
	font-size: 22px;
	text-decoration: none;
	display: block;
}

#subnav li li {
	border-bottom: 1px solid #eae9d9;
	padding: 0 0 4px 4px;
	margin: 0 0 4px 0 !important;
}

#subnav li li li {
	margin: 0 0 4px 16px;
}

#subnav li ul {
	margin-top: 38px;
}

#subnav li li ul {
	margin: 12px !important;
}

#subnav li li ul li {
	border-bottom: none !important;
}

#subnav li li a {
	font-size: 13px;
	color: #4e412f;
	text-decoration: none;
	display: block;
}

#subnav li li a:hover, #subnav li li.current a {
	color: #bb502a;
	background: url(../images/subnav-arrow.png) no-repeat 100% 50%;
}

#subnav li li li a {
	font-size: 12px !important;
	color: #4e412f !important;
	background: none !important;
	display: block;
}

#subnav li li li a:hover, #subnav li li li.current a {
	color: #bb502a !important;
	background: url(../images/subnav-arrow.png) no-repeat 100% 50% !important;
}

li.current.children a {
	background: none !important;
}
/*

#subnav li li ul li a {
	font-size: 12px;
	color: #4e412f;
	background: none;
}

#subnav li li.current li a {
	color: #4e412f !important;
	background: none !important;
}

#subnav li li.current li a:hover {
	color: #bb502a;
	background: url(../images/subnav-arrow.png) no-repeat 100% 50%;
}

#subnav li li ul li a:hover {
	color: #bb502a;
	background: url(../images/subnav-arrow.png) no-repeat 100% 50%;
}

#subnav li li a {
	color: #4e412f;
	font-size: 13px;
	text-decoration: none;
	display: block;
}

#subnav li li a:hover, #subnav li li.current a {
	color: #bb502a !important;
	background: url(../images/subnav-arrow.png) no-repeat 100% 50%;
}

*/

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#content {
	overflow: hidden;
	position: relative;
	min-height: 400px;
}

#sidebar {
	float: left;
	width: 309px;
}

body#interior #sidebar-content {
	background: url(../images/int-sidebar-bg.png) repeat-y;
	padding: 10px 25px 9999px 25px;
	margin-bottom: -9969px;
}

body#home #sidebar-content {
	background: url(../images/sidebar-bg.png) repeat-y 100% 0;
	height: 94px;
	overflow: hidden;
	font-size: 16px;
	line-height: 23px;
}

body#home #sidebar-content a {
	color: #6698b6;
}

body#home #sidebar-content a:hover {
	text-decoration: none;
}

#sidebar-content {
	padding: 25px;
	color: #6c6656;
}

body#home #page-title h1 {
	position: relative;
	top: -10px;
}

#page-title {
	background: url(../images/title-bg.png) no-repeat;
	width: 309px;
	height: 55px;
}

#sidebar-featured {
	background: url(../images/sidebar-featured-bg.gif) no-repeat;
	padding: 12px 0 4px 25px;
	margin-bottom: 16px;
}

#sidebar-featured a {
	text-decoration: none;
	color: #82513f;
	font-size: 13px;
	display: block;
	padding-left: 25px;
	margin-bottom: 12px;
}

#sidebar-featured a:hover {
	text-decoration: underline;
}

.sidebar-block {
	border: 2px solid #e8e6d8;
	background: url(../images/sidebar-block-bg.gif) repeat-y;
	padding: 15px;
	margin-top: 30px;
}

.sidebar-block strong {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
	color: #a6a283;
}

.sidebar-block h2 {
	color: #727f50;
	font-size: 17px;
	margin-bottom: 3px;
}

.sidebar-block h2 a {
	text-decoration: none;
	color: #727f50;
}

.sidebar-block h2 a:hover {
	text-decoration: underline;
}

.sidebar-block span {
	font-size: 11px;
	color: #8f8f7d;
}

.buttons {
	overflow: hidden;
	padding-left: 1px;
	margin-top: 10px;
}

.buttons a {
	display: block;
	float: left;
	color: #a85235;
	font-size: 11px;
}

.buttons a:hover {
	text-decoration: none;
}

.icon {
	text-transform: uppercase !important;
	font-size: 9px !important;
	color: #67675d !important;
	text-decoration: none !important;
	font-weight: bold;
	border: 1px solid #e1decd;
	background: #f9f8ef;
	padding: 4px 10px 4px 30px;
	margin-left: -1px;
}

a:hover.icon {
	background-color: #fffffe;
}

.hide-text {
	text-indent: -9999px;
	padding-right: 0px;
}

.show-text {
	margin-left: 15px;
	position: relative;
	top: 5px;
}

.play {
	background: #f9f8ef url(../images/play-icon.png) no-repeat 10px 50%;
}

.download {
	overflow: hidden;
	background: #f9f8ef url(../images/download-icon.png) no-repeat 10px 7px;
}

a:hover.download {
	background-position: 10px -81px;
}

.book {
	background: url(../images/book-icon.gif) no-repeat;
}

.monitor {
	background: url(../images/monitor-icon.gif) no-repeat;
}

.piece {
	background: url(../images/piece-icon.gif) no-repeat;
}

#quicklinks {
	margin-top: 18px !important;
}

#quicklinks div {
	width: 293px;
	height: 96px;
	margin-bottom: 6px;
	color: #fff;
	padding: 14px 0 0 14px;
}

#quicklinks img {
	float: left;
	margin-right: 8px;
}

#quicklinks h2 {
	font-size: 19px;
	margin-bottom: 6px;
}

#quicklinks p {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 14px;
}

#quicklinks a {
	color: #faf3cc;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

#quicklinks a:hover {
	text-decoration: none;
}

.ql-red {
	background: url(../images/ql-red.gif) no-repeat;
}

.ql-blue {
	background: url(../images/ql-blue.gif) no-repeat;
}

.ql-green {
	background: url(../images/ql-green.gif) no-repeat;
}

body#home #header-img {
	width: 633px;
	background: #fff;
	padding: 9px;
}

#main-content {
	float: left;
}

#main-content-inner {
	padding: 0 18px;
}

body#interior #main-content {
	width: 633px;
	padding: 9px 9px 9999px 9px;
	margin-bottom: -9969px;
	background: #fff;
	position: relative;
}

#main-content p {
	margin-bottom: 10px;
	font-size: 13px;
}

#main-content a {
	color: #6698b6;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h2 {
	color: #4e4939;
	font-size: 15px;
	margin-bottom: 10px;
}

#main-content h3 {
	font-size: 14px;
	font-weight: bold;
}

#main-content h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main-content h5 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#main-content h6 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#main-content ul {
	margin-bottom: 20px;
}

#main-content li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 13px;
}

#main-content strong {
	font-weight: bold;
}

#main-content em {
	font-style: italic;
}

#featured-content {
	background: #fff url(../images/featured-content-bg.gif) repeat-x;
	margin: 18px 0 0 8px;
	overflow: hidden;
	padding: 45px 0 10px;
	position: relative;
	height: 169px;
}

#ue {
	background: url(../images/ue-cal.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 16px;
	right: 12px;
	height: 21px;
	width: 209px;
}

a.view-all	{ 
	display:block; 
	width:20px; 
	height:20px;
	position:absolute; top:14px; right:10px;
	text-indent:-999em;
}

#fc-left {
	float: left;
	background: #fff;
	padding: 5px 10px 10px;
	width: 369px;
	margin: -36px 0 0 7px;
}

#fc-header {
	overflow: hidden;
}

#fc-header strong {
	text-transform: uppercase;
	color: #5b5547;
	font-weight: bold;
	float: left;
	position: relative;
	top: 5px;
}

#fc-header .buttons {
	float: right;
	position: relative;
	top: -10px;
}

#latest-message {
	color: #737368;
}

#latest-message h2 a {
	color: #9b2510;
	text-decoration: none;
	font-size: 17px;
}

#latest-message span {
	
	display: block;
	color: #97907c;
	border-bottom: 1px solid #e8e7db;
	padding-bottom: 10px;
	margin: -8px 0 10px;
}

#latest-message em {
	text-transform: uppercase;
	color: #8ba273;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 4px;
	font-style: normal;
}

#latest-message strong {
	font-size: 13px;
	font-weight: bold;
	color: #4f4f41;
}

#latest-message a {
	color: #b4321e;
	display: block;
}

#latest-message strong a{ 
	display:inline; 
	color:#4f4f41; 
	text-decoration:none;
}

#fc-right {
	float: left;
	background: #fff url(../images/fc-right-bg.gif) repeat-y;
	padding: 16px 20px 0;
	width: 207px;
}

.event-block {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e8e7db;
}

.event-block a {
	color: #5d5a50 !important;
	text-decoration: none;
	font-weight: bold;
}

.event-block a:hover {
	text-decoration: underline !important;
}

#footer {
	background: url(../images/footer-bg.png) repeat-x 0 100%;
	height: 128px;
	padding-top: 30px;
}

#footer a {
	color: #94aab5;
}

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

#footer-inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 11px;
	color: #cfbbaf;
}

#footer-left {
	float: left;
	width: 50%;
}

#footer-right {
	float: right;
	text-align: left;
	width: 50%;
	overflow: hidden;
}

#footer-right p {
	float: right;
	clear: both;
	margin-bottom: 4px;
}

#cpm {
	background: url(../images/cpm-logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 122px;
	height: 17px;
}

a:hover#cpm {
	opacity: .65;
}

#how-it-works {
	overflow: hidden;
	padding: 10px 10px 5px 10px;
	background: #E9E8E8;
	margin: 0 0 20px 0 !important;
}

#how-it-works li {
	float: left;
	list-style-type: none !important;
	font-size: 11px;
	font-weight: bold;
	color: #3C3C3C;
	padding: 0 0 3px 24px;
	line-height: 18px;
	margin: 0 10px 0 0 !important;
}

#how {
	text-transform: uppercase;
	padding: 0 20px 0 0 !important;
	margin: 0 !important;
}

#subscribe {
	background: url(../images/feed_icon.png) no-repeat;
	padding: 0 0 2px 20px;
	position: absolute;
	right: 15px;
	top: 250px;
}

.sermon-series #subscribe {
	top: 10px;
}

#sorting #subscribe {
	left: 8px !important;
	top: 250px !important;
}

#sorting #subscribe {
	color: #6698b6 !important;
}

#sorting #subscribe:hover {
	text-decoration: none;
}

.sermon-page {
	top: 35px !important;
}

#media-links {
	margin: 10px 0 20px 10px;
}

#media-links li {
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: bold;
}

#media-links li a {
	color: #DA4D2D;
}

#media-links li a:hover {
	text-decoration: underline;
}

#play {
	background: url(../images/media-icons.png) no-repeat -11px -12px;
}

#save {
	background: url(../images/media-icons.png) no-repeat -11px -43px;
}

#notes {
	background: url(../images/media-icons.png) no-repeat -11px -74px;
}

#video {
	background: url(../images/media-icons.png) no-repeat -11px -106px;
}

.post, .sermonbox {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E9E8E8;
}

#postlist h4, #postlistf p {
	margin-bottom: 5px;
}

.sermonbox.last, .post.last {
	border: none;
}

.sermonbox {
	position: relative;
}

.sermonbox h5 {
	font-size: 14px;
	font-weight: bold;
}

.sermonbox h5 span {
	font-size: 12px;
	color: #3C3C3C;
	display: block;
}

.sermonbox ul {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.sermonbox li {
	float: left;
	list-style-type: none !important;
	margin-right: 10px;
}

.sermonbox li a:hover {
	text-decoration: underline !important;
}

.sermonbox li a {
	display: block;
	padding: 0 0 3px 22px;
	text-decoration: none !important;
}

.sermonbox li.sl_listen a {
	background: url(../images/media-icons.png) no-repeat -11px -12px;
}

.sermonbox li.sl_download a {
	background: url(../images/media-icons.png) no-repeat -11px -43px;
}

.sermonbox li.sl_notes a {
	background: url(../images/media-icons.png) no-repeat -11px -74px;
}

.sermonbox li.sl_video a {
	background: url(../images/media-icons.png) no-repeat -11px -106px;
}

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

#sorting {
	padding: 5px;
	margin-top: 10px;
	position: relative;
}

#sorting h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

#sorting label {
	display: block;
	color: #3C3C3C;
	margin-bottom: 2px;
	font-weight: bold;
}

#sorting select {
	width: 220px;
	margin-bottom: 12px;
}

#byline {
	margin: 0 0 20px;
	font-size: 13px;
}

#byline li {
	list-style-type: none !important;
	margin: 0 !important;
}

#byline strong {
	font-weight: bold;
}

#blog-feed {
	background: url(../images/feed_icon.png) no-repeat;
	padding-left: 25px;
	margin-bottom: 15px;
}

#blog-feed a {
	text-decoration: none;
}

#blog-feed a:hover {
	text-decoration: underline;
}

#blog-sidebar {
	margin-bottom: 30px;
}

#blog-sidebar a {
	font-size: 13px;
	color: #6698b6;
}

#blog-sidebar a:hover {
	text-decoration: none;
}

#blog-sidebar h3 {
	border-bottom: 2px solid #dfe0dd;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 15px;
}

#latest-posts, #archives {
	margin-top: 20px;
}

#latest-posts li span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#post-comment-form {
	padding: 20px;
	background: #f9f9f9;
}

#post-comment-form label {
	display: block;
	margin-bottom: 5px;
}

#post-comment-form input {
	width: 275px;
}

#post-comment-form input, #post-comment-form textarea {
	display: block;
	margin-bottom: 12px;
	border: 1px solid #c8c9c6;
	padding: 5px;
}

#post-comment-form textarea {
	width: 400px;
	height: 100px;
}

#comment-submit {
	background: #6698B6;
	border: none !important;
	color: #fff;
	font-weight: bold;
	width: 50px !important;
}

#comment-status {
	font-weight: bold;
	border: 1px solid #eee;
	margin: 20px 0;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
}

#comments {
	padding: 30px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

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

.post {
	margin-bottom: 20px;
	border-bottom: 1px solid #c8c9c6;
}

.post h4 a {
	text-decoration: none;
	font-size: 18px;
}

.post h4 a:hover {
	text-decoration: underline !important;
}

#pagination {
	position: absolute;
	top: 220px;
	right: 20px;
}

#pagination a {
	background: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px;
	display: block;
	float: left;
	text-decoration: none;
	margin-left: 2px;
}

#pagination a:hover, #pagination a.current {
	background: #fff;
	color: #6698B6;
}

.video-icon {
	background: url(../images/video-icon.gif) no-repeat;
}