/*
Theme Name: WP DivineLight
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Description: A clean theme mixed with rich leather touches and a warm inviting color scheme.
Version: 1.0
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Tags: grey, clean, church, premium, fixed width, two columns, widgets

*/

/** CSS - WP DivineLight
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
	}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #636363;
background: url(../images/body_bg.jpg) no-repeat top center #191919;
margin: 0 auto;
}

/** Container
==============================================================================*/

#container {
margin: 0 auto;
width: 945px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

/** Images
==============================================================================*/

#content img, #sidebar img, #footer img {
border: 1px solid #c2bfab;
padding: 5px;
background-color: #fff;
}

#content img.left, #sidebar img.left, #footer img.left {
margin: 0 16px 8px 0;
}

#content img.right, #sidebar img.right {
margin: 0 0 8px 16px;
}

a img {
border: none;
display: block;
}

/** Headings
==============================================================================*/

h1 {
font-size: 24px;
color: #c6361f;
line-height: 26px;
padding: 0 0 8px 0;
margin: 0 0 8px 0;
font-weight: normal;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

.archive h1 {
font-size: 20px;
text-transform: none;
}

h2 {
font-size: 14px;
line-height: 18px;
margin: 0 0 8px 0;
font-weight: normal;
}

#contentwrap h2 {
margin-top: 32px; 
padding: 0 0 8px 0;
font-weight: bold;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

h3 {
font-size: 14px;
line-height: 18px;
padding: 0 0 6px 0;
margin: 0 0 16px 0;
font-weight: normal;
text-transform: uppercase;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

h4 {
font-size: 14px;
line-height: 16px;
margin: 0 0 8px 0;
font-weight: normal;
text-transform: uppercase;
}

#footer h4 {
padding: 0 0 6px 0;
background: url(../images/footer_divider.jpg) repeat-x bottom;
}

/** Paragraphs
==============================================================================*/

p {
margin: 0 0 24px 0;
}

/** Links
==============================================================================*/

a:link {
color: #c6361f;
text-decoration: none;
}

#nav a:link {
color: #938e82;
}

a:visited {
color: #c6361f;
text-decoration: none;
}

#nav a:visited {
color: #938e82;
}

a:hover {
color: #8c2818;
text-decoration: none;
}

#nav a:hover {
color: #716d65;
}

a:active {
color: #c6361f;
text-decoration: none;
}

#nav a:active {
color: #938e82;
}

/** Top Info
==============================================================================*/

.topinfo {
margin: 6px 0 0 0;
font-size: 11px;
color: #826755;
}

/** Logo
==============================================================================*/

#logo {
display: block;
float: left;
line-height: 32px !important;
margin-top: 22px;
width: 400px;
font-size: 32px;
font-weight: bold;
color: #c6361f;
}

.donate-form {
	float: right;
	margin: 20px 0 0 0;
}

.donate-form form {
	display: inline;
}

.donate-form .hidden {
	display: none;
}

.donate-form .image {
	border: none;
	width: auto;
	height: auto;
}

/** Nav
==============================================================================*/

#nav {
width: 945px;
margin: 18px 0 0 0;
background: url(../images/nav_bg.jpg) repeat-x 0 0;
}

#nav li {
float: left;
}

#nav li a {
display: block;
float: left;
font-size: 14px;
text-transform: uppercase;
padding: 9px 32px 8px 32px;
border-right: 1px solid #fff;
background: url(../images/nav_bg.jpg) repeat-x 0 0;
}

#nav li a:hover {
background-position: 0 -37px;
}

#nav li.current_page_item a {
background-position: 0 -74px;
color: #1c1c26;
}

/** Content
==============================================================================*/

#content {
width: 913px;
margin: 32px 0 0 0;
padding: 16px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #b8b7b3;
background-color: #f9f8f2;
}

/** Featured Slider
==============================================================================*/

#featured {
width: 597px;
height: 240px;
padding: 5px;
margin: 0 16px 0 0;
border: 1px solid #c2bfab;
background-color: #efefef;
}

#featured img {
padding: 0;
border: none;
}

#featured h1 {
font-size: 12px;
margin: 0;
padding: 0;
background: none;
text-transform: none;
}

#featurednav {
margin: 3px 0 0 0;
height: 23px;
width: 67px;
background: url(../images/featured_nav_bg.jpg) no-repeat;
}

#prev {
padding: 2px 0 0 4px;
display: block;
height: 18px;
width: 17px;
background: url(../images/featured_nav_left.jpg) no-repeat 4px 2px;
z-index: 100;
}

#next {
display: block;
padding: 2px 4px 0 0;
height: 18px;
width: 17px;
background: url(../images/featured_nav_right.jpg) no-repeat 1px 2px;
z-index: 100;
}

#prev span, #next span {
display: none;
}

/** Welcome
==============================================================================*/

#welcome {
width: 288px;
}

a#welcomeleft, a#welcomeright {
display: block;
width: 144px;
text-align: center;
padding: 8px 0 10px 0;
}

a#welcomeleft {
background: url(../images/welcome_btn_left.jpg) no-repeat;
}

a#welcomeright {
background: url(../images/welcome_btn_right.jpg) no-repeat;
}

/** Main Info Bar
==============================================================================*/

#maininfo, #maininfoinner {
width: 913px;
height: 100px;
padding: 0 0 25px 0;
background: url(../images/faded_divider_bg.jpg) no-repeat bottom;
}

#maininfoinner {
height: 32px;
}

#maininfoinner ul li {
float: left;
padding: 3px 0 3px 0;
text-align: center;
}

#maininfoinner ul li a {
padding: 4px 25px 3px 15px;
background: url(../images/breadcrumb_right_bg.jpg) no-repeat top right;
}

#maininfoinner ul li#home {
width: 76px;
background: url(../images/breadcrumb_home_bg.jpg) no-repeat top;
}

#maininfoinner ul li#home a, #maininfoinner ul li#cat a {
background: none;
}

#maininfoinner ul li#cat {
background: url(../images/breadcrumb_cat_bg.jpg) no-repeat top right;
}

#subscribe {
margin: 3px 0 0 0;
text-transform: uppercase;
padding: 0 20px 0 0;
background: url(../images/rss_icon_12x12.jpg) no-repeat right;
}

/** Latest Message, Subscribe to audio
==============================================================================*/

#latest {
width: 913px;
margin: 16px 0 16px 0;
padding: 16px 0 0 0;
background: url(../images/divider_lt.jpg) repeat-x top;
}

#latestmsg {
width: 592px;
padding: 16px;
background: url(../images/latest_msg_bg.jpg) repeat-x;
}

.msgwrap {

}

.msg {
width: 577px;
padding: 16px;
margin: 0 0 8px 0;
display: inline;
background: url(../images/latest_msg_bg.jpg) repeat-x;
}

#latestmsg h3 {
font-size: 12px;
margin: 0;
padding: 0;
font-weight: bold;
color: #55a3d4;
background: none;
}

#subscribeaudio {
width: 256px;
padding: 16px;
color: #212121;
background: url(../images/subscribe_audio_feed_bg.jpg) repeat-x;
}

#subscribeaudio h3 {
font-size: 14px;
margin: 0;
padding: 0;
color: #f9f8f2;
background: none;
}

#latestmsg p, #subscribeaudio p, .msg p {
margin: 0;
}

#audio {
width: 238px;
}

#listen a {
display: block;
width: 102px;
height: 32px;
text-align: center;
background: url(../images/listen_btn.jpg) no-repeat 0 0;
}

#listen a:hover {
background-position: 0 -32px;
}

#download a {
display: block;
width: 136px;
height: 32px;
text-align: center;
background: url(../images/download_btn.jpg) no-repeat 0 0;
}

#download a:hover {
background-position: 0 -32px;
}

#listen a span, #download a span {
display: none;
}

/** Meta
==============================================================================*/

.date {
color: #9a9996;
}

/** Main Content
==============================================================================*/

#maincontent {
width: 625px;
}

#contentwrap {
width: 609px;
}

.meta {
padding: 0 0 10px 0;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

/** Archive
==============================================================================*/

.archivewrap {
padding: 16px 0 16px 0;
background: url(../images/divider_lt.jpg) repeat-x bottom;
}

.archive {
width: 300px;
}

#postsnav {
padding: 16px 0 0 0;
}

a#previousbtn {
display: block;
width: 139px;
height: 34px;
background: url(../images/previous_btn.jpg) no-repeat;
}

a#nextbtn {
display: block;
width: 139px;
height: 34px;
background: url(../images/next_btn.jpg) no-repeat;
}

a#previousbtn span, a#nextbtn span {
display: none;
}

/** Lists
==============================================================================*/

#contentwrap ul, #contentwrap ol {
margin: 0 0 24px 32px;
}

#contentwrap ul li {
list-style-type: disc;
}

#contentwrapol li {
list-style-type: decimal;
}

#contentwrap li {
padding: 0 32px 0 0;
}

/** Latest News, Whats Going On
==============================================================================*/

#latestnews, #whatsgoingon {
width: 288px;
margin: 0 16px 0 0;
}

#latestnews .date {
text-align: center;
width: 20px;
padding: 6px;
margin: 0 16px 60px 0;
background: url(../images/date_bg.jpg) repeat-x top;
}

.day {
font-size: 18px;
}

#whatsgoingon h2 {
width: 174px;
font-size: 12px;
}

#whatsgoingon h3 {
margin-bottom: 0;
}

#whatsgoingon li {
padding: 8px 0 0 0;
border-bottom: 1px solid #ecebe7;
}

/** Form
==============================================================================*/

label, input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

label {
text-align: left;
width: 75px;
padding-right: 20px;
}

input, textarea {
padding: 2px;
width: 350px;
border: 1px solid #d0d0d0;
}

textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#button {
margin: 10px 0 20px 0;
padding-right: 153px;
float: right;
width: 93px;
height: 32px;
border: none;
}

/** Sidebar
==============================================================================*/

#sidebar {
width: 272px;
min-height: 265px;
height: auto !important;
height: 265px;
padding: 0 0 0 16px;
background: url(../images/sidebar_bg.jpg) no-repeat top;
}

#flickr img {
float: left;
width: 68px;
margin: 0 8px 8px 0;
}

/** Footer
==============================================================================*/

#footer {
width: 913px;
padding: 16px;
margin: 0 0 32px 0;
border-top: 1px solid #43342b;
border-bottom: 1px solid #0e0b09;
background-color: #251d18;
color: #826755;
}

#footer h3 {
color: #f9f8f2;
background-image: url(../images/divider_dk.jpg);
}

#legal {
width: 256px;
padding: 16px;
margin: 0 32px 0 0;
border: 1px solid #43342b;
background-color: #1c1612;
color: #826755;
font-size: 11px;
}

#legal img {
border: none;
background: none;
padding: 0;
margin: 0;
}

#legal p {
margin: 6px 0 0 0;
}

#aboutus {
width: 288px;
margin: 0 32px 0 0;
}

#mostpopular {
width: 270px;
}

#mostpopular li {
margin: 0 0 8px 0;
}