/*
Theme Name: Countryside Layout
Theme URI: http://countrysideucc.org/
Description: The default layout for countryside.
Version: 1.0
Author: Jacob Dunn
Author URI: http://www.dday.com/
Tags: beta

	Countryside Layout

*/



/* CSS Document */
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration:underline;
	color: #911e5d;
}
a:visited{
	text-decoration:underline;
	color: #911e5d;
	/* color: #996; */
}
a:hover{
	text-decoration:none;
	color: #911e5d;
}

.kern {
	letter-spacing: -0.1em 
}

/*-----------------------------------conditionals for fck editor/print/popup body------------------------------------*/
body {
    /* Common Styles for the Body */
    font-size: 10px;
    color:#666633;
	background: #FFF;
	
	/* Styles for the Normal Pages */
	text-align:left;
	margin:0;
	padding:0;
}

/*--------------------------------------------------Home Specific Styles --------------------------------------------*/

#home{z-index: 10;}

#home #nav{
	background:transparent url(../countryside/images/home_main_bg.gif) repeat-y scroll 0 0;
	clear:both;
	z-index: 1000;
}
#home #nav .page_item a span {
	background-position:center bottom;
}

#home #nav .page_item a:hover span {
	background-position:right top;
	}
#home #nav .page_item:hover a span,
#nav .page_item:hover a span {
	background-position:right top;
	}
#nav .current_page_item:hover a span  {
	background-position:left top;
	}
	
#home #main{
    position: relative;
	background:url(../countryside/images/home_main_bg.gif) repeat-y;
}
#home #main .cap{
	background:url(../countryside/images/home_main_cap.gif) no-repeat;
}
#home #introduction {
    background: #fefefd url(../countryside/images/home_intro_bg.jpg) no-repeat top right;
    width: 515px;
    height: 142px;
    float: left;
    clear: both;
    margin: 0px 0 0 8px;
    padding: 17px 15px 0 15px;
}
/* Need some indentation for text inside intro box */
#home #introduction p {
    margin: 0 0 0 8px;
    line-height: 1.8em;
}

#home #worship_styles{
	float:left;
	background:#FEFEFD url(../countryside/images/home_intro_bg.jpg) no-repeat scroll right top;
	float:left;
	height:159px;
	overflow:hidden;
}
#home #worship_styles img {
	margin:0;
	padding:0;
	border:none;
	display:block;
}
#home #worship_styles p {
	margin:0;
	padding:0;
	display:block;
}
#home #spotlight {
	clear:both;
    background: #FFF url(../countryside/images/home_spotlight_bg.gif) no-repeat left bottom;
    width: 746px;
    height: 36px;
    margin: 0px 0 0 8px;
    padding: 0;
    line-height: 32px; /* vertically centers the text */
}
#home #spotlight h4.graphical {
	float:left;
	color:#BAAB87;
	font-size:10px;
	font-weight:normal;
	height:19px;
	line-height:19px;
	margin:7px 0;
	padding:0 0 0 23px;
	width:101px;
	border-right:1px solid #baab87;
	}
#home #spotlight h4.graphical span {
	background-image:url(images/spotlight_graphical.gif);
	}
#home #spotlight_ticker {
	list-style:none;
	padding:0;
	margin:0 0 0 160px;
	height:34px;
	line-height:34px;
	overflow:auto;
	}
#home #spotlight_ticker li{
	margin:0;
	padding:0;
	color:#663;
	}
#home #spotlight_ticker a:link,
#home #spotlight_ticker a:visited{
	color:#663;
	text-decoration:none;
}
#home #spotlight_ticker a .more{
	text-decoration:underline;
	color:#91005A;
}
#home #spotlight_ticker a:hover{
	color:#996;
}

#home #bottom_left {
    float: left;
    background: #f0e4c8 url(../countryside/images/home_vertical_separator.gif) repeat-y right top;
    width: 226px;
    margin: 0px 0 0 8px;
    padding: 0px 0 0 0px;
	height:202px;
	overflow:auto;
	overflow-x:hidden;
}
#home #bottom_left h3 {
	margin:0;
	}
#home #bottom_left h4 {
    margin: 10px 0 0 15px;
	color:#663;
	font-size:11px;
	font-weight:bold;
}
#home #bottom_left p {
    margin: 0 15px 5px 15px;
    line-height: 1.6em;
}
#home #bottom_left blockquote {
	color:#89004C;
	font-size:12px;
	font-weight:bold;
	margin:10px 15px 0;
	padding:0;
	text-indent:-5px;
}
#home #bottom_left blockquote p{
	margin:0;
	padding:0;
}

#home #bottom_left .subhead1 {
    margin: 0 15px 0 15px;
}

#home #bottom_center {
    float: left;
    background: #FFF url(images/blog_buzz_title.gif) no-repeat left top;
    width: 316px;
    margin: 0 3px 0 0px;
    padding: 29px 0 0;
    line-height: 1.6em;
}
#home #bottom_center ul{
	overflow:auto;
	margin:0;
	padding:0 16px;
	height:173px;
}
#home #bottom_center li{
	margin:10px 0;
	list-style:none;
}
#home #bottom_center a{
	color:#B8A984;
}
#home #bottom_right {
    float: left;
    background: #f0e4c8;
    width: 201px;
    margin: 0px 0 0 0px;
    padding: 0px 0 0 0px;
}
#home #bottom_right p {
    margin: 0;
}
#home #bottom_right img{
	border:none;
}
/*------------------------------------------------------header--------------------------------------------------------*/
#header {
	height: 80px;
	border-bottom: 5px solid #A69773;
}
#logo{
	float:left;
}
#logo img{
	border:none;
}
#header h2{
	float:right;
}
#header h3{
	float:right;
	clear:right;
	margin-top: 5px;
}

#feedback,#contact{
	display:none;
}

#flash{
	position:absolute;
	z-index:1;
	width:760px;
	height:200px;
	left:1px;
	top:76px;
}

#header_home{
	background:url(images/header_home.gif) no-repeat;
	width:752px;
	height:276px;
	padding:0 7px;
	position:relative;
}
#header_home a, #header_home h1, #header_home h2, #header_home h3{
	display:block;
	float:left;
}
#header_home #logo{
	width:237px;
	height:254px;
	margin:7px 1px 0 0;
    padding:0;
	position:relative;
	z-index:3;
}

#header_home h2{
	width:268px;
	height:39px;
	margin:7px 6px 0pt 52px;
	padding:0;
}

#header_home h2 span{ background:url(images/headers/an_inclusive_family.gif) no-repeat top right; }
#header_home #logo span{ background-image:url(images/headers/countryside_home.gif);}

/*--------------Navigation-----------------------*/
#nav{
	display:none;
}

/* -- redo button class for page items --*/

.page_item a{
	position:relative;
	overflow:hidden;
}
.page_item a span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.page_item a:hover{
	border:none;
}
.page_item a:hover span{
	background-position:right top;
}
.current_page_item a span,
.current_page_ancestor a span,
.current_page_item a:hover span,
.current_page_ancestor a:hover span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left top;
	cursor:default;
}

/*--------------Dropdowns------------------*/
#nav li ul{
	float:left;
	top:30px;
	position:absolute;
	background:url(../countryside/images/drop_gradient.gif) bottom repeat-x #f0e4c8;
	display:none;
	padding:11px 13px;
	z-index: 1000;
	width:150px;
}
#nav li:hover ul{
	display:block;
}
#nav li li{
	float:none;
}
#nav li.page_item ul a{
	display:block;
	clear:both;
	font-size:11px;
	padding-left:10px;
	height:auto;
	width:auto;
	line-height:20px;
}
#nav li ul a span{
	display:none;
}

#nav li ul a:link, #nav ul ul a:visited{
	color:#666633;
	background:url(../countryside/images/graphical_link_tan.gif) no-repeat 2px 9px;
}

#nav li ul a:hover{
	color:#92005A;
	background:url(../countryside/images/graphical_link_tan_over.gif) no-repeat 2px 9px;
}

#nav li ul.hide_drop{
	background:none;
	visibility:hidden;
	padding:0;
}

/*------------------------------------------------------content--------------------------------------------------------*/
#content{
	color:#666633;
	font-size:11px;
	line-height: 1.6em;
	padding:19px 0px 0px 0px;
	width:auto;
}
#main .widecolumn{
	width:700px;
}
#main .cap{
	display:none;
}

.form_table {
    width: auto;
}
.form_cell_header {
    font-size: 10px;
    width: 150px;
}
.form_normalText {
    width: 200px;
}
.form_dropdown {
    width: 200px;
}
.red {
    color: #ff0000;
}
.post p{
    margin:10px 0;
}
/*------------------------------------------------------Utility Links--------------------------------------------------------*/

#utility_box {
	display:none;
}
/*------------------------------------------------------Secondary Navigation--------------------------------------------------------*/
/*------------------------------------------------------Right Navigation--------------------------------------------------------*/
#rightcolumn {
	display:none;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/*----------------------------------------------------cms options------------------------------------------------------*/
.alignright,
.image_right {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    line-height:11px;
    font-style: italic;
    color:#996;
    margin: 0px 0px 10px 10px;
}
.alignleft,
.image_left {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    line-height:11px;
    font-style: italic;
    color:#996;
    margin: 0px 10px 10px 0px;
}
.subhead1, h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:18px;
    margin: 20px 0 5px 0;
    padding: 0;
    color:#911e5d;
    display: block;
    font-weight: normal;
}
.subhead1 a:link, .subhead1 a:visited, .subhead1 a:hover, .subhead1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #911e5d;
	text-decoration: none;
}
.subhead2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:16px;
    font-weight: bold;
    color:#663;
    margin: 1.5em 0 -10px 0;
    padding: 0;
}
ul {
	margin: 0;
	margin-left: 15px;
	padding: 0px 0 3px 0;
}

ul li {
	list-style: outside square url('../countryside/images/secondary_nav_bullet.gif');
	margin:0;
	padding: 0;
}
h1{
	color:#91005A;
	font-size:24px;
	font-weight:normal;
	margin:0 0 15px;
	padding:0 0 5px;
}
#content h1{
	border-bottom:1px solid #BAAB87;
}
/*-------------------------------------------------------footer--------------------------------------------------------*/
#footer{
	border-top:1px solid #BAAB87;
    margin: 0;
	padding: 10px 0 34px;
    font-size: 10px;
    color: #663;
	clear:both;
}
#footer a:link, #footer a:visited {
    color: #AE9E79;
    text-decoration: underline;
}
#footerLinks {
	font-size: 11px;
	color: #AE9E79;
	text-align:left;
	height: 109px;
	float:right;
	}
#footerLinks ul{
	float:left;
	height: 95px;
	overflow: hidden;
	margin:8px 0 0;
	}
#footerLinks ul.narrow,
#footerLinks ul.wide{
	display:none;
	}
#footerLinks li{
	list-style:none;
	}
#footer .contact-info{
	float: right;
	margin:0;
	padding:20px 3px 0 0;
	font-size: 10px;
	height:auto;
}
#footer .contact-info li{
	width:135px;
	float:left;
	padding:0 6px 0;
	text-align:right;
}
#footer .contact-info strong{
	font-size:16px;
	font-weight:normal;
	display:block;
	text-align:left;
	padding:10px 0 0;
}
#footer .copyright {
	color:#b6a782;
	float:left;
	padding:0 0 0 0;
	margin:24px 0 5px;
	}
#footer .credit:link,
#footer .credit:visited{
	color:#b6a782;
	float:left;
	clear:left;
	text-decoration:none;
	padding:0 15px 0 0;
}
#footer .credit:hover{
	text-decoration:underline;
}

/*------------------------------------------------------ calendar ----------------------------------------------------*/

.dateBox {
    width: 33px;
    height: 32px;
    text-align: center;
    background: transparent url('../countryside/images/dateBox.gif') no-repeat left top;
    line-height: 1.2em;
    padding: 3px 0 0 0;
    font-weight: bold;
	color:#666;
}
.dateBox a:link, .dateBox a:visited {
	color: #666;
	text-decoration: none;
}
.dateBox a:hover, .dateBox a:active {
	color: #333;
	text-decoration: none;
}

/*------------------------------------------------------ News and Press releases -------------------------------------*/

.itemList_item {
    margin: 10px 0 0 0;
}
.itemList_title {
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #999;
}
.itemList_title {
    margin: 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #999;
    font-size: 12px;
}
.itemList_title a:link, .itemList_title a:visited{
	color:#666633;
	text-decoration: none;
}

.itemList_title a:hover, .itemList_title a:active {
	color:#92005A;
	text-decoration: none;
}
