/*
Theme Name: John Knox PCA, customized theme
Author URI: http://greentreeweb.com
Version: 1.0
Author: Rae Bankson
Description: 2 column theme customized for John Knox PCA of Ruston, LA
*/
HTML, BODY
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #6E0000 url(images/redstripe.png) repeat;
	font-family: Candara, Calibri, Verdana, sans-serif;
	font-size: 1.2em;
	text-align: center;
}
BODY *
{
	margin: 0px;
	padding: 0px;
}
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0;
	visibility: hidden;
}
/*********************************************
Link Styles
*********************************************/
A, A:visited
{
	color: #6E0000;
	text-decoration: none;
}
A:hover
{
	color: #6E0000;
	text-decoration: underline;
}
/*********************************************
Text Elements
*********************************************/
P, UL, OL, BLOCKQUOTE
{
	color: #333;
}
OL, UL
{
	margin: 5px 35px;
	line-height: 20px;
}
BLOCKQUOTE
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 3px solid #6E0000;
	font-style: italic;
}
IMG
{
	border: 1px;
	background: #A7A7A7 none;
}
P
{
	padding: 5px 0px;
	margin: 0px;
	line-height: 20px;
}
/*********************************************
The Obligatory WP Stuff
*********************************************/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.wp-caption
{
	border: 1px solid #DDD;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	margin: 7px;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption P.wp-caption-text
{
	font-size: 0.9em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*********************************************
Header Styles
*********************************************/
H1
{
/*This style used as title on single posts and pages*/
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 24px;
	padding: 10px 0px 0px;
	margin: 0px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
}
H1 A, A:visited
{
	color: #6E0000;
	text-decoration: none;
}
H1 A:hover
{
	color: #000;
	text-decoration: none;
}
H2
{
/*This style used as header in the sidebars*/
	background: #6E0000;
	font-size: 1.2em;
	color: #FFF;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px;
	padding: 5px;
	font-weight: normal;
}
H3
{
/*This style used as the post titles on homepage/archive*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px 0px 5px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
H3 A
{
}
H3 A:hover
{
}
H4
{
/*This style used as title for comments and as the identifying header on archive page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}
/*********************************************
Container Div
*********************************************/
#container
{
	background: #FFF;
	text-align: left;
	margin: 15px auto;
	padding: 15px;
	width: 860px;
	border: 1px solid #888;
}
/*********************************************
Header Styles
*********************************************/
#header
{
	background: #000 url(images/header.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 860px;
	height: 150px;
	display: block;
	position: relative;
}
#header A#headerlink
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 860px;
	height: 150px;
	overflow: hidden;
}
#header #title
{
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-family: "Trajan Pro", "Times New Roman", Georgia, Serif;
	font-variant: small-caps;
	font-size: 34px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #FFF;
}
#header #desc
{
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	font-family: "Trajan Pro", "Times New Roman", Georgia, Serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFF;
}
/*********************************************
Horizontal Navigaion Styles
********************************************
*****************************
The top-level stuff
******************************
This is style for the main #menu nav (the black)*/
#menu
{
	background: #590000 url(images/menuback.gif) repeat-x;
	font-size: 0.8em;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	display: block;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
}
/*This is the style for the first UL (the grey)*/
#menu UL
{
	display: block;
	background: transparent;
	width: 860px;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	padding: 0px;
}
/*This is the style for the top level list items*/
#menu UL LI
{
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
/*The style for all links*/
#menu A
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
/*The hover state colors and background for all LI items and links*/
#menu LI:hover, #menu LI:hover A, #menu LI.sfhover, #menu LI.sfhover A, #menu LI A:hover
{
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}
/*This is the style for the top level links*/
#menu UL LI A
{
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
}
/*if you want to set a "current page item" style, do it here*/
#menu UL LI.current_page_item A
{
	font-style: normal;
}
/******************************
The second-level stuff
******************************
This hides the nested UL before you hover*/
#menu LI UL
{
	clear: both;
	position: absolute;
	width: 150px;
	left: -999em;
}
/*This shows the nested UL when you hover*/
#menu LI:hover UL, #menu LI.sfhover UL
{
	left: auto;
	display: block;
	z-index: 1000;
}
/*This is the style for the nested UL*/
#menu LI:hover UL, #menu LI.sfhover UL
{
	background: transparent;
	display: block;
	margin: 0px;
	padding: 0px;
}
/*This is the style for the LI items within the nested UL*/
#menu LI:hover UL LI, #menu LI.sfhover UL LI
{
	background: transparent;
	width: 180px;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-top: 1px solid #FFF;
}
/*This is the style for the links within the LI items within the nested UL*/
#menu LI:hover UL LI A, #menu LI:hover UL LI.current_page_item A, #menu LI.sfhover UL LI A, #menu LI.sfhover UL LI.current_page_item A
{
	background: #590000 url(images/menuback.gif) repeat-x;
	width: 170px;
	display: block;
	margin: 0px;
	padding: 0px 5px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #FFF;
	font-weight: bold;
}
/*This is the style for the hover state on the links within the LI items within the nested UL*/
#menu LI:hover UL LI A:hover, #menu LI.sfhover UL LI A:hover
{
	color: #FFF;
	background: #590000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
/*********************************************
Content Div
*********************************************/
#content
{
	float: left;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	width: 539px;
/*minus one pixel to account for the dotted border*/
	display: block;
	border-right: 0px dotted black;
}
A.more-link
{
/*the more link*/
	display: block;
	clear: both;
	margin: 15px 0px 0px;
	padding: 0px;
	text-align: right;
}
/*********************************************
Post Meta Styles
*********************************************/
.meta-top
{
	clear: both;
/*we need this so floats in the post are cleared*/
	padding: 5px;
	margin: 3px 0px 10px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.meta-bottom
{
	clear: both;
/*we need this so floats in the post are cleared*/
	padding: 5px;
	margin: 10px 0px;
	border-top: 1px dotted #666;
}
/*********************************************
Previous/Next Page Navigation
*********************************************/
.page-nav
{
	clear: both;
/*To clear any floats*/
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous
{
	width: 249px;
	float: left;
	text-align: left;
}
.nav-next
{
	width: 249px;
	float: right;
	text-align: right;
}
/*********************************************
Left Sidebar
*********************************************/
#sidebar
{
	display: inline;
	font-size: .8em;
	float: left;
	border: 0px solid black;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
/*floats are handled as block elements, this is to fix
a margin collapsing bug in IE*/
}
#sidebar H2
{
/*This style used as header in the sidebars*/
	background: #6e0000;
	font-size: 1em;
	color: #FFF;
	font-family: Georgia, Arial, Sans-Serif;
	margin: 0px 0px 10px;
	padding: 8px;
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar EMBED, #sidebar OBJECT
{
	width: 300px;
	height: 230px;
	margin: 0px;
	padding: 0px;
}
#sidebar P
{
	padding: 5px;
}
#sidebar IMG
{
	text-align: center;
}
#sidebar FORM
{
	padding: 0px;
	margin: 5px;
}
#sidebar UL
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar UL LI
{
	padding: 0px 0px 10px;
}
#sidebar UL LI UL
{
	padding: 0px;
}
#sidebar UL LI UL LI
{
	padding: 0px;
	margin: 5px;
}
#sidebar UL LI UL LI A
{
	text-decoration: none;
}
#sidebar UL LI UL LI A:hover
{
	text-decoration: underline;
}
#sidebar UL LI UL LI UL
{
	padding: 0px;
	margin: 0px;
}
#sidebar UL LI UL LI UL LI
{
	padding: 0px;
	margin: 5px 10px 5px 5px;
}
/*********************************************
Left Sidebar QuickLinks
*********************************************/
#sidebar #quicklinks
{
}
#sidebar #quicklinks UL LI UL LI
{
	margin: 0;
}
#sidebar #quicklinks A
{
	display: block;
	margin: 10px 0px;
	padding: 0px 0px 0px 50px;
}
#sidebar #quicklinks A.search
{
	height: 33px;
	line-height: 33px;
	background: url(images/icons.jpg) no-repeat 0px -7px;
}
#sidebar #quicklinks A.rss
{
	height: 32px;
	line-height: 32px;
	background: url(images/icons.jpg) no-repeat 0px -48px;
}
#sidebar #quicklinks A.podcast
{
	height: 36px;
	line-height: 36px;
	background: url(images/icons.jpg) no-repeat 0px -91px;
}
#sidebar #quicklinks A.upcoming
{
	height: 30px;
	line-height: 30px;
	background: url(images/icons.jpg) no-repeat 0px -135px;
}
#sidebar #quicklinks A.storefront
{
	height: 34px;
	line-height: 34px;
	background: url(images/icons.jpg) no-repeat 0px -178px;
}
#sidebar #quicklinks A.shopping
{
	height: 27px;
	line-height: 27px;
	background: url(images/icons.jpg) no-repeat 0px -224px;
}
#sidebar #quicklinks A.address
{
	height: 30px;
	line-height: 30px;
	background: url(images/icons.jpg) no-repeat 0px -264px;
}
#sidebar #quicklinks A.download
{
	height: 33px;
	line-height: 33px;
	background: url(images/icons.jpg) no-repeat 0px -304px;
}
/*********************************************
Comment Styles
*********************************************/
#comments
{
	padding: 8px;
}
#comments .even
{
	margin: 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd
{
	margin: 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
/************************************************
*    Feedreader Page Template                                 *
************************************************/
#feedreader
{
	margin: 0px auto;
	padding: 0px 0px 20px;
	line-height: 20px;
	clear: both;
}
#feedreader H1
{
/*This style used as title on single posts and pages*/
	text-align: center;
}
#feedreader H2 A
{
	color: #FFF;
}
#feedreader H2 A:hover
{
	color: #FFF;
	text-decoration: underline;
}
#feedreader IMG
{
	float: left;
	border: none;
	margin: 0px 5px 10px 0px;
}
#feedreader UL
{
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}
#feedreader LI
{
	list-style-type: none;
	padding: 0px 0px 10px;
}
#feedreader UL LI
{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.feedleft
{
	float: left;
	width: 238px;
	margin: 0px;
	padding: 20px 20px 0px 25px;
	overflow: hidden;
}
.feedmiddle
{
	float: left;
	width: 238px;
	margin: 0px;
	padding: 20px 20px 0px 25px;
	overflow: hidden;
}
.feedright
{
	float: right;
	width: 238px;
	margin: 0px;
	padding: 20px 20px 0px;
	overflow: hidden;
}
/*********************************************
LANDING PAGE
*********************************************/
#landingpage
{
	float: left;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	width: 610px;
	display: block;
	border-right: 0px dotted black;
}
#landingpage H1, #launch H1
{
/*This style used as title on single posts and pages*/
	text-align: center;
}
#landingpage H2
{
/*This style used as header in the sidebars*/
	background: #FFF;
	font-size: 2em;
	color: #000;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
#landingpage H3
{
/*This style used as the post titles on homepage/archive*/
	font-size: 1.2em;
	padding: 0px;
	margin: 10px 0px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
#landingpage H4
{
/*This style used as title for comments and as the identifying header on archive page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 10px 0px 5px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#landing_sidebar
{
	display: inline;
	background: #DDD;
	float: left;
	border: 1px solid black;
	width: 228px;
	margin: 0px;
	padding: 0px;
	display: block;
/*floats are handled as block elements, this is to fix
a margin collapsing bug in IE*/
}
#landing_sidebar H2
{
/*This style used as header in the sidebars*/
	background: #DDD;
	font-size: 1em;
	color: #000;
	font-family: Georgia, Arial, Sans-Serif;
	margin: 0px 0px 10px;
	padding: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
#landing_sidebar EMBED, #sidebar OBJECT
{
	width: 300px;
	height: 230px;
	margin: 0px;
	padding: 0px;
}
#landing_sidebar P
{
	padding: 5px;
}
#landing_sidebar IMG
{
	text-align: center;
}
#landing_sidebar FORM
{
	padding: 0px;
	margin: 5px;
}
#landing_sidebar UL
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#landing_sidebar UL LI
{
	padding: 0px 0px 10px;
}
#landing_sidebar UL LI UL
{
	padding: 0px;
}
#landing_sidebar UL LI UL LI
{
	padding: 0px;
	margin: 5px;
}
#landing_sidebar UL LI UL LI A
{
	text-decoration: underline;
}
#landing_sidebar UL LI UL LI A:hover
{
	text-decoration: underline;
}
#landing_sidebar UL LI UL LI UL
{
	padding: 0px;
	margin: 0px;
}
#landing_sidebar UL LI UL LI UL LI
{
	padding: 0px;
	margin: 5px 10px 5px 5px;
}
/*********************************************
LAUNCH
*********************************************/
#launch
{
	float: left;
	margin: 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	width: 539px;
/*minus one pixel to account for the dotted border*/
	display: block;
	border-right: 0px dotted black;
}
#launch_sidebar
{
	display: inline;
	background: #DDD;
	float: left;
	border: 1px solid #666;
	width: 298px;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	display: block;
/*floats are handled as block elements, this is to fix
a margin collapsing bug in IE*/
}
#launch_sidebar H2
{
/*This style used as header in the sidebars*/
	background: #DDD;
	font-size: 1em;
	color: #000;
	font-family: Georgia, Arial, Sans-Serif;
	margin: 0px;
	padding: 8px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
#launch_sidebar UL, #launch_sidebar UL LI
{
	list-style-type: none;
}
/*********************************************
Organ Table Styles
*********************************************/
table.organ
{text-align: center;
font-family: Georgia, Arial, Sans-Serif;
font-weight: normal;
font-size: 1em;
color: #fff;
width: 539px;
background-color: #FFFFFF;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.organ td
{background-color: #FFFFFF;
color: #000;
padding: 4px;
text-align: left;
border: 1px #E7E7E7 solid;}

table.organ td.stats
{background-color: #6e0000;
color: #FFFFFF;
padding: 4px;
text-align: left;
border-bottom: 2px #E7E7E7 solid;
font-size: 12px;
font-weight: bold;} 

table.organ2
{text-align: center;
font-family: Georgia, Arial, Sans-Serif;
font-weight: normal;
font-size: 1em;
color: #fff;
width: 285px;
background-color: #FFFFFF;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.organ2 td
{background-color: #FFFFFF;
color: #000;
padding: 4px;
text-align: left;
border: 1px #E7E7E7 solid;}

table.organ2 td.stats
{background-color: #6e0000;
color: #FFFFFF;
padding: 4px;
text-align: left;
border-bottom: 2px #E7E7E7 solid;
font-size: 12px;
font-weight: bold;} 
/*********************************************
Footer Styles
*********************************************/
#footer
{
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #FFFFFF;
	background: #640000;
	height: 60px;
}
#footer A
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer P
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px;
}
.footerleft
{
	background: #640000;
	width: 45%;
	float: left;
	margin: 0px;
	padding: 10px;
	text-align: left;
}
.footerright
{
	background: #640000;
	width: 45%;
	float: right;
	margin: 0px;
	padding: 10px;
	text-align: right;
}
