/* @override 
	http://coralridgepresbyterian.cpmpreview.com/css/screen.css
	http://www.crpc.org/css/screen.css
*/

html {
	background: #fff;
}

body {
	font: 13px/18px Helvetica, Arial, sans-serif;
	color: #393939;
	background: #fff url(../images/body_bg_new.jpg) repeat-x;
}

body.has-header-image-true {
	background: #fff url(../images/body_bg_new1.jpg) repeat-x;
}

a:active, a:focus {
	outline: 0;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}

.actual-width {
	width: 998px;
	margin: 0 auto;
}

blockquote {
	padding: 0 40px 0 20px !important;
	margin-left: 20px !important;
	border-left: 4px solid #eee !important;
}

#header {

}

#header-inner {
	height: 122px;
	overflow: hidden;
}

#logo {
	float: left;
	margin: 31px 0 0 60px;
}

#logo a {
	display: block;
	text-indent: -9999px;
	background: url(../images/logo2.gif) no-repeat;
	width: 233px;
	height: 181px;
}

#top-links {
	float: right;
	overflow: hidden;
	color: #939393;
	margin-top: 12px;
}

#links {
	float: left;
	position: relative;
	top: 8px;
	margin-right: 10px;
}

#links a {
	padding: 0 5px;
}

#top-links form {
	float: left;
}

#top-links a {
	color: #939393;
	text-decoration: none;
}

#top-links a:hover {
	color: #8e9e3c;
	text-decoration: underline;
}

#top-links form .search {
	border: none;
	background: url(../images/search-bg1.gif) no-repeat;
	width: 198px;
	height: 25px;
	padding: 9px 0 0 15px;
	color: #acabab;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
}

#go {
	float: left;
	background: url(../images/go-btn-hov1.gif) no-repeat;
	border: none;
	width: 36px;
	height: 34px;
	text-indent: -9999px;
}

input:hover#go {
	opacity: .75;
}
/* Luke changed 2/24/10
body.has-header-image #container {
	background: url(../images/container-bg.jpg) repeat-x;
}

#container {
	background: url(../images/content-inner-small-bg.jpg) repeat-x;
}*/

#container{
   background: url(/images/container-bg1.gif) repeat-x 0 10px;
}

#site-nav {
	padding-top: 16px;
}

body#home #nav {
	margin-left: 38px;
}

#nav {
	border-left: 1px solid #060505;
	overflow: hidden;
	margin-left: 18px;
}

#nav li {
	float: left;
}

#nav li.last {
	background: url(../images/nav-border-right1.gif) no-repeat 100% 0;
	border: none;
}

#nav a {
	font-size: 15px;
	color: #ded9d5;
	text-decoration: none;
	display: block;
	border-right: 1px solid #060505;
	border-left: 1px solid #60554f;
	padding: 14px 28px 0;
	height: 31px;
}

#nav a:hover, #nav li.current a {
	color: #fff;
	background: url(../images/nav-hover-bg1.gif) repeat-x;
}

#nav li.current li a {
	color: #b9b8b8 !important;
}

#nav li.current li a:hover {
	color: #fff !important;
}

#nav_home {
	display: none;
}

#nav li ul {
	display:none;
}

#nav li ul { 
	position:absolute; 
	left:-999em; 
	width:180px; 	
	z-index:9999;
	padding: 5px 0 0; 
	background:#1c1512;
	border:none !important;
	height:auto;
}

#nav li:hover ul{ 
	left:auto;
	display: block;
	padding: 10px 0;
}

#nav li li{ 
	padding:0;
}

#nav li:hover li a{ 
	padding: 0 10px; 
	width:160px;
	display:block;
	text-align:left;
	border: none !important;
	background: none !important;

	text-transform:none;
	font-size: 12px;
}

#nav li li:hover a{ 
	color:#fff;
}

#nav li:hover li:hover { 
	background-image:none;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul 
						{ left:-5000px;}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul
						{ left:auto; display:block;}
#nav li:hover ul li:hover ul 
						{ margin:-28px 0 0 180px;}

#content {
	margin-top: 19px;
	position: relative;
}

body.has-header-image #content {
	background: #fff url(../images/content-inner-bg1.gif) repeat-y;
}

body.has-header-image .has-header-image-true {
	background: transparent url(../images/content-inner-bg1.gif) repeat-y !important;
}

body#home #content {
	background: none;
}

#content-header {
	position: relative;
	z-index: 5;
	height: 262px;
	background-color: #fff !important;
	background-position: 50% 100% !important;
}

.has-header-image-true #content-header {
	height: 1px !important;
}

body.has-header-image #content-header {
	height: 265px;
}

body.has-header-image-true #content-header-inner {
	height: 0px;
}

#content-inner {
	overflow: hidden;
	position: relative;
	z-index: 45;
	margin-top: -20px;
}

body#home #content-inner {
	margin: 0 !important;
}

#content-header-inner {
	/*background: url(../images/content-header-top.png) no-repeat 0 100%;*/
	height: 73px;
	width: 998px;
	position: absolute;
	bottom: 0;
}

#content-header-inner h1 {
	color: #fff;
	font-size: 21px;
	padding: 42px 0 0 15px;
}

#sidebar {
	float: left;
	width: 222px;
	min-height:25px;
	position: relative; 
	z-index: 12000;
}

#main-content {
	float: left;
	width: 696px;
	padding: 10px 40px 32px;
	margin-top: 30px;
	background: url(../images/content-inner-bg.gif) repeat-y -218px 0;
	position: relative; 
	left: -5px;
}

body.has-header-image #main-content {
	background: none !important;
}

#main-content h1 {
	color: #849632;
	font-size: 32px;
	margin-top: 20px;
}

body.has-header-image #main-content h1 {
	top: 206px;
}

#main-content h2 {
	color: #646464;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 25px;
}

#main-content h3 {
	color: #393939;
	font-size: 13px;
	font-weight: bold;
}

#main-content p {
	margin-bottom: 25px;
}

#main-content strong {
	font-weight: bold;
}

#main-content em {
	font-style: italic;
}

#main-content a {
	color: #849632;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content ul {
	margin-bottom: 25px;
}

#main-content ol li {
	list-style-type: decimal;
}

#main-content img.left-align{
	float: left; margin: 0 10px 10px 0;
}

#main-content img.right-align{
	display: inline-block; float: right; margin: 0 0 10px 10px;
}

#main-content li {
	list-style-type: disc;
	margin-left: 25px;
}

#byline li {
	margin: 0 !important;
	list-style-type: none !important;
}

#subnav {
	margin: 0 0 40px;
}

a#subnav_toplevel {
	display: none;
}

#subnav li a {
	font-size: 21px;
	color: #fff;
	border: none !important;
	text-decoration: none;
	padding: 12px 0 0 16px;
	position: relative;
	top: 10px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

#subnav li ul {
	margin: 70px 0 0 15px;
}

#subnav li li {
	background: url(../images/subnav-arrow.png) no-repeat 90% 50%;
	border-bottom: 1px solid #e8e8e8;
	width: 221px;
}

#subnav li li:hover, #subnav li li.current {
	background: url(../images/subnav-hover.png) repeat 0 50%;
}

#subnav li li a {
	background: none;
	display: block !important;
	width: 188px;
	font-size: 17px;
	color: #393939;
	text-decoration: none;
	padding: 15px 0 15px 12px !important;
	top: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

#subnav li li a:hover, #subnav li li.current a {
	background: url(../images/subnav-hover-arrow-new.png) no-repeat 100% 50%;
	font-weight: bold;
	color: #849632;
}

#footer {
	overflow: hidden;
	font-size: 12px;
	background: #fff url(../images/footer-bg-new.gif) no-repeat 236px 0;
	width: 773px;
	padding: 25px 0 40px 217px;
}

body.has-header-image #footer {
	background: #fff url(../images/footer-bg-new.gif) no-repeat 232px 0;
}

#footer p {
	margin-bottom: 5px;
}

#footer-left {
	float: left;
	margin-left: 15px;
	color: #939393;
}

#footer-left a {
	color: #849632;
	text-decoration: none;
}

#footer-left a:hover {
	text-decoration: underline;
}

.cpm {
	font-size: 11px;
}

#cpm {
	color: #939393 !important;
}

#cpm:hover {
	text-decoration: underline;
}

#footer-right {
	float: right;
	
	width: 450px;
	color: #939393;
}

#footer-right a {
	color: #686868;
	text-decoration: none;
	font-weight: bold;
}

#footer-right a:hover {
	text-decoration: underline;
}

a.facebook {
	background: url(../images/fb-icon.gif) no-repeat;
	padding: 1px 0 4px 25px;
	margin-right: 15px;
	color: #a6a5a5 !important;
	margin-left: 122px;
	font-weight: normal !important;
}

.facebook a, .twitter {
	color: #a6a5a5 !important;
	font-weight: normal !important;
	position: relative;
	top: -10px;
}

a.twitter {
	background: url(../images/twitter-icon.gif) no-repeat;
	padding: 1px 0 4px 25px;
	color: #a6a5a5 !important;
	font-weight: normal !important;
}

#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;
	margin-left: 8px;
	color: #849632;
}

.detail-view #subscribe {
	top: 230px;
}

#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;
	width: 70%;
}

.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: 30px 0 10px;
}

#sorting label {
	display: block;
	color: #3C3C3C;
	margin-bottom: 2px;
	font-weight: bold;
}

#sorting select {
	width: 180px;
	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: #939393;
}

#blog-sidebar a:hover {
	text-decoration: none;
}

#blog-sidebar h2 {
	border-bottom: 2px solid #dfe0dd;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 15px;
	padding-left: 12px;
}

#blog #main-content{
   padding-top: 40px;
}

#blog #main-content .alignleft{
   float: left;
   margin-bottom: 24px;
}

#blog #main-content .alignright{
   float: right;
}

#blog #main-content .entry img{
   max-width: 100%;
}

#blog #main-content #commentform textarea#comment{
   width: 600px;
}

#blog-sidebar #recent-posts,
#blog-sidebar #archives {
	margin-top: 20px;
}

#blog-sidebar ul ul{
   padding-left: 20px;
}

#blog-sidebar li li{
   margin-bottom: .25em;
}

#latest-posts li span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#post-comment-form {
	padding: 20px;
	background: #f3f3f3;
}

#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: #849632;
	border: none !important;
	color: #fff;
	font-weight: bold;
	width: 70px !important;
}

.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: 108px;
	right: 20px;
}

.has-header-image #pagination { 
	top:32px;
	z-index:500
}

#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: #849632;
}

.event {
	margin-bottom: 20px !important;
}

.event p {
	margin: 0 !important;
}

td li {
	font-size: 11px;
	margin-bottom: 15px;
}

/* @group Blog */

.post{
   border-top: 4px solid #eee;
   border-bottom: none;
   clear: both;
}

#content p.post-date{
   float: left;
   color: #a1a1a1;
   text-transform: uppercase;
   font-size: 11px;
   text-align: center;
   background: #f9f9f9;
   line-height: 1;
   padding-bottom: 4px;
   margin-bottom: 0;
}

p.post-date span{
   display: block;
   padding: 2px 10px;
   line-height: 1;
}

p.post-date span.post-month{
   background: #eee;

}

p.post-date span.post-day{
   display: block;
   font-size: 24px;
   font-weight: bold;
}

#content p.post-author{
   float: right;
   color: #a1a1a1;
   margin-top: 14px;
   font-size: 11px;
   text-transform: uppercase;
   margin: 22px 14px 0 0;
   min-width: 135px;
}

#content .post h2{
   float: left;
   display: inline;
   margin: 14px 20px 28px;
   width: 400px;
   font-size: 24px;
}

#content .post h1{
   float: left;
   display: inline;
   margin: 14px 20px;
   width: 420px !important;
}

#content .post h2 a{
   text-decoration: none;
}

#content .post h2 a:hover{
   text-decoration: underline;
}

#content div.entry,
#content h3#comments,
#content ol.commentlist{
   clear: both;
   padding-left: 70px;
}

#content .entry p{
   margin-bottom: 12px;
   line-height: 1.8;
}

#content p.postmetadata{
   border-top: 1px solid #eee;
   padding: 14px;
   margin: 0;
   color: #a1a1a1;
   font-size: 11px;
   text-transform: uppercase;
}
/* @end  */

#rotator .item a {
	text-decoration: none;
}