/*
Theme Name: Cleveland Rd. Baptist Church Theme
Theme URI: http://www.onewaydesigns.com
Description: 
Version: 1.0
Author: Adam J. Walker
Author URI: http://www.onewaydesigns.com
Tags: 960, based on 960

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff url(images/site_bg.png) repeat-x top left;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
}

/* HEADER */

.header {
	background: url('images/header.png') no-repeat scroll top left;
	height: 328px;
}

/* End Header*/

/* MENU */

.menu_div {
	background: url('images/menu.png') no-repeat scroll top left;
	height: 40px;
}

/*End Menu*/

/* Content */

.main_content_area {
	background: url('images/content_sec_bg_repeat.png') repeat-y scroll top left;
}

.content_top {
	background: url('images/content_top.png') no-repeat scroll top left;
	height: 10px;
	margin-top:10px;
}

.content_repeat {
	background: url('images/content_repeat.png') repeat-y top left;
}

.content_repeat a {
	color: #cccccc;
}

.content_repeat a:visited {
	color: #ffffff;
}

.content_bottom {
	background: url('images/content_bottom.png') no-repeat scroll top left;
	height: 10px;
}

/* Post */

.post {
	font-size:14px;
	padding:0 10px 15px 10px;
}

.post .title {
	color: #fff;
}

.post .title a {
	text-decoration: none;
	color: #fff;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}

/*.navigation {
}*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Search */

#search {
	float: left;
	width: 234px;
}

#search form {
	margin: 0;
	padding: 5px 0 0 7px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #aaa;
	border: none;
}
#searchsubmit {
	height: 19px;
	background: #ffd51d;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #1f4670;
}
/* End Search */


/* Page */

#page {
	width: 904px;
	margin: 0 auto;
}


.credit {
	text-align: right;
	font-size: 12px;
}

/* Sidebar Area */

.sidebar_top {
	background: url('images/sidebar_top.png') no-repeat scroll top left;
	height: 10px;
	margin-top: 10px;
}

.sidebar_repeat {
	background: url('images/sidebar_repeat.jpg') repeat-y scroll top left;
	padding-bottom: 15px;
}

.sidebar_repeat li {
	color: #fff;
	padding: 0 10px 0 10px;
	margin:0;
	list-style: none;
}

.sidebar_repeat ul a {
	color: #000;
}

.sidebar_bottom {
	background: url('images/sidebar_bottom.png') no-repeat scroll top left;
	height: 10px;
	margin-bottom:10px;
}

.word_from_pastor {
	width: 220px;
	height: 227px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.word_from_pastor h1 {
	width: 220px;
	height: 227px;
}
.word_from_pastor h1 a {
	background: url('images/word_from_the_pastor.png') no-repeat scroll top left;
	width: 220px;
	height: 227px;
	border: 0;
	display: block;
}
.listen_to_sermons {
	width: 220px;
	height: 227px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.listen_to_sermons h1 {
	width: 220px;
	height: 227px;
}

.listen_to_sermons h1 a {
	background: url('images/listen_to_sermons.png') no-repeat scroll top left;
	width: 220px;
	height: 227px;
	border: 0;
	display: block;
}

.directions {
	width: 220px;
	height: 227px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.directions h1 {
	width: 220px;
	height: 227px;
}
	
.directions h1 a {
	background: url('images/directions_to_church.png') no-repeat scroll top left;
	width: 220px;
	height: 227px;
	border: 0;
	display: block;	
}

/* Footer */

.footer {
	background: url('images/footer.png') no-repeat scroll top left;
	height: 53px;
}

/* End Footer */

/* Sucker Fish Nav CSS */
#suckerfishnav {
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
	font-size:14px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0 0 0 10px;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 0px;
    }
#suckerfishnav li {
    float:left;
    padding:0 10px 0 10px;
	margin: 0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:130px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
	margin-left:0;
    }
#suckerfishnav li li a {
    padding:4px 0 4px 0;
    width:130px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#3e6c9f;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#444444;
    }
/* End Suckerfish Nav CSS */