/*
Theme Name: Kentucky Baptist Fellowship
Theme URI: http://www.kybf.org
Description: A customized design for the Kentucky Baptist Fellowship.
Version: 1.0
Author: Adam Walker Cleaveland
Author URI: http://cleavedesign.com
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #05477a url(images/bgBlue.gif) repeat-x;
	font-size: 13px;
	color: #000;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	border:0;
}

a {
	color: #00609c;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #00609c;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;	
}

#header {
	width: 960px;
	background: #fff url(images/header.gif) top center no-repeat;
	height: 125px;
	border-top: 1px solid #000;
}

#content {
	width: 500px;
	float: right;
	color: #000;
	padding: 20px 20px 5px 20px;
}

#left {
	width: 190px;
	float: left;
	color: #000;
	padding: 10px;
	background: #fff;
}

* html #sidebar {
	width: 190px;
}

#right {
	width: 180px;
	float: right;
	color: #000;
	padding: 15px;
	background: #fff;
	font-size: 11px;
}

#footer {
	clear: both;
	width: 940px;
	background: #4e7e65;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	border-top: 10px solid #ededed;
	border-bottom: 1px solid #000;
}

p {
	clear: left;
}

/***** QUICK LINKS FORMATTING *****/

.links ul {
	margin-left: 0px;
	padding: 0;
	list-style-type: none !important;
} 

.links li {
	display: block;
	list-style-type: none !important;
	background: #fff;
	font-size: 12px;
}

.links li a {
	display: block;
	color: #000;
	list-style-type: none;
	text-decoration: none;
	padding: 1px;
}

.links li a:hover {
	display: block;
	background: #c9c9c9;
	padding: 1px;
	color: #fff;
	text-decoration: none;
}

.links ol {
	padding: 0 0 0 0;
	margin: 0;
}

.links ol li {
	margin: 0;
	padding: 0;
}

.blog ul {
	margin-left: 0px;
	padding: 0 0 3px 0;
	list-style-type: none !important;
} 

.blog li {
	display: block;
	list-style-type: none !important;
	background: #fff;
	font-size: 12px;
}

.blog li a {
	display: block;
	color: #00609c;
	list-style-type: none;
	text-decoration: none;
	padding: 3px;
}

.blog li a:hover {
	display: block;
	background: #efefef;
	padding: 3px;
	color: #00609c;
	text-decoration: none;
}

.blog ol {
	padding: 0 0 0 0;
	margin: 0;
}

.blog ol li {
	margin: 0;
	padding: 0;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#navbar {
	width:960px;
	margin:0;
	padding:0;
	float:left;
	background: #4e7e65;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 17px;
}

ul#navbar li {
	display: inline;
	list-style-type: none;
	float:left;
	margin:0 auto;
	padding:0;
	position:relative;
}

ul#navbar a { 
	display: block;
	padding: 10px 10px; 
	text-decoration: none;
	float: left;
	margin: 0 auto;
}

ul#navbar a:link, #navbar a:visited {
	color: #fff;
	text-decoration: none;
}

ul#navbar a:hover {
	color: #fff;
	text-decoration: none;
	background: #05477a;
}

ul#navbar li ul { /* second-level lists */
	position: absolute;
	background:#05477a;
	top:0px;
	width: 220px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:1000;
	padding:0;
	margin:0;
	font-size: 14px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

ul#navbar li ul li {
	float:none;
	background:transparent;
}

ul#navbar li:hover ul, ul#navbar li.over ul { /* lists nested under hovered list items */
	left: 0;
	top:39px;
	margin:0; 
	padding:0;
}

ul#navbar li ul li a {
	background:transparent; 
	width:100%; 
	font-size:1em; 
	height:1em;
	padding:6px 0; 
	color:#005489; 
	text-decoration:none;
	font-weight:normal;
	text-indent:5px;
	z-index:1000;
}

ul#navbar li ul li a:hover {
	color: #fff;
	background-color: #1f5e8e;
}

/***** GENERAL TEXT FORMATTING *****/

.flickr img {
	margin: 5px;
	border: 1px solid #000;
	padding: 4px;
}

.concertInfo {
	width: 180px;
	float: right;
	color: #000;
	background: #fff;
}

* html .concertInfo {
	width: 180px;
}

p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

.frontContent {
	margin-bottom: 5px;
	background: #edf0f2;
	padding: 20px 20px 5px 20px;
}

.frontSubcontent {
	margin-bottom: 15px;
	padding: 10px;
	background: #fff;
	font-size: 11px;
	border: 1px dotted #ccc;
}

.post {
	margin-bottom: 20px;
}

h1 {
	font-size: 20px;
	letter-spacing: -1.0px;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h2.sidebar {
	font-size: 18px;
	letter-spacing: -0.5px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	letter-spacing: -0.5px;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #edede3 url(images/bqt_Bg.png) top right no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

.postmeta {
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #f5f5f5;
	padding: 3px;
	border: 1px solid #b1b1b1;
}

#left img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #dadada;
	padding: 3px;
}

#left a img {
	border: 1px solid #bbbbbb;
}

#left a:hover img {
	border: 1px solid #9b9b9b;
	background: #bbbbbb;
}

img.alignright {
	padding: 3px;
	border: 1px solid #b1b1b1;
	background: #f5f5f5;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;	
	display: inline;
}

img.alignleft {
	padding: 3px;
	border: 1px solid #b1b1b1;
	background: #f5f5f5;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;	
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/***** LISTS IN CONTENT SECTION FORMATTING *****/

.post ul, .singlepost ul {
        list-style-type: none;
		margin-bottom: 12px;
        }

		.post ul li, .singlepost ul li {
		        list-style-type:none;
		        background: url(images/bullet2.gif) 0 2px no-repeat;
		        padding: 0 0 2px 12px;
		        margin-left: 50px;
		        }

.post ol li, .singlepost ol li {
        list-style-type:decimal;
        }

/***** SIDEBAR FORMATTING *****/

		.sidebar ul, .sidebar ol { 
			margin: 0 0 1em 0; 
			font-size: 11px;
		}

		.sidebar ul { 
			list-style-type: none;
		}

		.sidebar li { 
			margin: 0 0 0.6em 0; 
		}

		.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
			margin: 0.5em 0 0.5em 5px; 
		}


/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	background: none;
	border-bottom: none;
}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	text-align: left;
}

#searchform #s {
	width: 140px;
	padding: 5px 4px 5px 4px;
	margin: 20px 1px 5px 0px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#searchsubmit {
	width: 30px;
	padding: 2px 6px 5px 4px;
	margin: 2px 1px 5px 0px;
	background: #012e50;
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** MISCELLANEOUS FORMATTING *****/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}

/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #000;
}

#commentform textarea {
	width: 450px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: left;
	border: 1px solid #000;
	background: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist ol {
	margin: 10px 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;
}