/*
Theme Name: Baptist Messenger
Theme URI: http://baptistmessenger.com
Author: WebDesign.com
Author URI: http://webdesign.com/
Version: 1.0.3
Description: Baptist Messenger.
Tags: light, business, theme options, dropdown menus, CMS

Copyright (c) 2009 Baptist Messenger

*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	background: #666666;
	color: #333;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	margin: 0px; 
	padding: 0px;
	height: 0; 
	visibility: hidden; 
}

#wrap {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-top:4px solid #333;
}

/*********************************************
	Container Div
*********************************************/
#container {
	clear:both;
	margin: 0px auto;
	width:980px;
	padding: 0;
	text-align: left;
	background: url(images/container-bg.gif) top left repeat-y;
	}
/*********************************************
	Header Styles
*********************************************/

#header {
	width: 980px;
	clear: both;
	height: 118px;
	margin: 0 auto;
	padding: 0;
}
#title {
	float:left;
	height:118px;
	width:300px;
}
#title a {
	float:left;
	height:118px;
	width:300px;
	display: block;
}
#header .banner-ad {
	float:right;
	margin:0;
	padding: 29px 20px 0 0;
}
#header .banner-ad .widget {
	padding: 0px; margin: 0px;
	border: 0px solid #fff;
}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
}
#footer a, #footer a:link, #footer a:visited {
	color: #ccc;
}
#footer a:hover, #footer a:active {
	color: #fff;
}

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {
}
ol, ul, dd {
	margin: 15px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
blockquote {
	margin: 0 35px 15px;
	padding: 15px 15px 1px;
	background:#ddd;
}
img {
	border: 0px;
	background: none;
}
p {
	padding: 0px;
	margin: 0 0 15px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: block;
	clear:both;
}
table {
	border-collapse:collapse;
	margin-bottom:15px;
}
tr, td, th {
	margin:auto;
}
td, th {
	padding:10px;
	vertical-align:top;
}
th {
	border:1px solid #ddd;
	font-weight:bold;
	background:#eee;
}
td {
	border:1px solid #ddd;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: arial,helvetica,sans-serif;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	line-height: 1.1em;
	color:#333;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:0;
}
.entry h3 { /* This style used within the post content itself */
}
.widget h4 { /* This style used as the sidebar widget titles  */
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom:1px solid #666;
	font-size: 16px;
	letter-spacing: 0px;
}
#home-middle .widget h4 { /* This style used as the home middle widget title  */
	font-size: 24px;
	letter-spacing: -1px;
}
#home-bottom .widget h4 { /* This style used as the home bottom widget titles  */
	margin: 0;
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
h3 a, h3 a:link, h3 a:visited {

}
h3 a:hover, h3 a:active {

 }
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ddd;
	font-weight:bold;
	font-size:28px;
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
	font-weight:bold;
	font-size:28px;
}
#comments h3 { /* This style used as title in the comments section */
	margin-bottom:10px;
}
#respond h3 { /* This style used as title in the comments section */
	margin-bottom:3px;
}
.sitemap h2 {
	margin: 0 0 5px;
	letter-spacing:0px;
	font-size: 16px;
}
h3#feature-title {
	padding:0;
	margin:0 0 10px;
	font-size: 12px;
	letter-spacing:0;
	color:#000;
	font-weight:normal;
}
#home-middle .col3 .widget h4 {
	background: url(images/podcast-icon.gif) 0 0 no-repeat;
	padding-left:31px;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	text-align: center;
	background-color: #ccc;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*********************************************
	Search Form Styles
*********************************************/
#searchform {
	padding:0;
	margin:0;
}
#searchform label {
	display:none;
	text-indent:-999em;
}
#searchform #searchfield {
}
#searchform #submitbutton {
}

/*********************************************
	Nav Bar Search Form Styles
*********************************************/
#menu-wrapper #topsearch {
	width:240px;
	height:35px;
	float:right;
	padding:0;
	margin:0;
}
#menu-wrapper #topsearch #searchfield {
	padding: 2px 3px;
	margin: 8px 10px 0 0;
	float:left;
	width:150px;
	background:#fff;
	border:0;
	color:#999;
	font-size:12px;
}
#menu-wrapper img.sub-icon {
	float:left;
	margin:0;
	padding:0;
}
#menu-wrapper img.email {
	margin-right: 5px;
}
#menu-wrapper img.rss {
	margin-right: 2px;
}
/*********************************************
	Horizontal Navigation Styles
	(with dropdowns)
*********************************************/

#menu-wrapper {
	clear:both;
	background:#000 url(images/nav-bg.gif) top left repeat-x;
	width:980px;
	margin:0 auto;
	padding: 0;
	border-top:1px solid #e00000;
	border-bottom:1px solid #e00000;
}
#menu {
	font-family: verdana,Tahoma, Arial, san-serif;
	clear:both;
	margin: 0 auto;
	padding: 0;
	font-size:10px;
	font-weight:bold;
	width:725px;
	float:left;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#menu li {
	margin: 0;
	padding:0;
	float: left;
	height:35px;
	line-height:35px;
}
#menu li li {
	padding:0;
	margin: 0;
	height:30px;
	line-height:30px;
	border:1px solid #000;
	border-top:0;
}
#menu li a, #menu li a:link, #menu li a:visited {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	color:#fff;
	font-weight:bold;
}
#menu li a:hover, #menu li a:active {
	background:#be0a0a;
}
#menu li.current_page_item,
#menu li.current_page_ancestor {

}
#menu li.current_page_item li,
#menu li.current_page_ancestor li {
}
#menu li.current_page_item a,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_ancestor a,
#menu li.current_page_ancestor a:link,
#menu li.current_page_ancestor a:visited {
	background:#be0a0a;
}
#menu li ul {
	float:none;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
	background:#333;
	border-top:1px solid #e00000;
}
#menu li ul a,
#menu li ul a:link,
#menu li ul a:visited {
	padding: 0px 10px;
	width:178px;
}
#menu li.current_page_item ul a,
#menu li.current_page_item ul a:link,
#menu li.current_page_item ul a:visited,
#menu li.current_page_ancestor ul a,
#menu li.current_page_ancestor ul a:link,
#menu li.current_page_ancestor ul a:visited {
	padding: 0px 10px;
	width:178px;
	background:#333;
}
#menu li ul a:hover,
#menu li ul a:active,
#menu li.current_page_item ul a:hover,
#menu li.current_page_item ul a:active,
#menu li.current_page_ancestor ul a:hover,
#menu li.current_page_ancestor ul a:active,
#menu li li.current_page_item a,
#menu li li.current_page_item a:link,
#menu li li.current_page_item a:visited {
	background:#be0a0a;
}
#menu li li.current_page_item li.page_item a,
#menu li li.current_page_item li.page_item a:link,
#menu li li.current_page_item li.page_item a:visited {
	background:#333;
}
#menu li li.current_page_item li.page_item a:hover,
#menu li li.current_page_item li.page_item a:active {
	background:#be0a0a;
}
#menu li ul ul,
#menu li.current_page_item ul ul,
#menu li.current_page_ancestor ul ul {
	border-top:0;
	margin: -30px 0 0 198px;
}
#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
	left: auto;
	top: auto;
}
#menu li:hover, 
#menu li.sfhover {
	width:auto;
}

/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: left;
	margin: 0;
	padding: 20px;
	width: 600px;
}
#content-full {
	display: block;
	padding: 20px;
	margin: 0;
	background:#fff;
}
#content-right {
	display: inline;
	float: right;
	margin: 0;
	padding: 20px;
	width: 600px;
}
.main-content {
	width:440px;
	float:right;
	margin:0;
	padding:0;
}

/*********************************************
	Post Div
*********************************************/
.post {
	clear: both;
	margin: 0 0 30px;
	padding: 0;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 15px;
	padding: 0;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top:1px solid #ddd;
	margin: 0;
	padding: 10px 0 0 0;
}
.meta-bottom-singlepost {
	clear: both; /* we need this so floats in the post are cleared */
	border-top:1px solid #ddd;
	margin: 0 0 15px;
	padding: 10px 0 0 0;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }
.meta .comments {
	padding: 0 0 0 21px;
	background:url(images/comments.gif) 2px 1px no-repeat;
}
.cats {
	padding: 0 0 0 19px;
	background:url(images/folder.gif) 0 0 no-repeat;
}
/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}
.page-nav .alignright a {
	padding: 5px 10px;
	background: #ddd;
	border:1px solid #ccc;
}
.page-nav .alignleft a {
	padding: 5px 10px;
	background: #ddd;
	border:1px solid #ccc;
}


/*********************************************
	Wide Sidebar
*********************************************/
.sidebar {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-family: georgia,times,'times new roman',serif;
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	display: inline;
	float: right;
	width: 298px;
	margin: 0px;
	padding: 20px;
	overflow:hidden;
}
#float-left .sidebar {
	float: left;
}
/*********************************************
	Narrow Small Sidebar
*********************************************/
.sidebar-narrow {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-family: georgia,times,'times new roman',serif;
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	display: inline;
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0;
	overflow:hidden;
	padding:9px;
	border:1px solid #d5d5d5;
	background: #e5e5e5; 
}
/*********************************************
	Widget Styles
*********************************************/
.widget {
	padding: 15px;
	clear: both;
	background:#fff;
	margin: 0 0 15px;
}
.widget img {
	margin: 0px;
}
.widget img.alignleft {
	float:left;
	margin: 0 8px 8px 0px;
}
.widget img.alignright {
	float:right;
	margin: 0 0 8px 8px;
}
.widget img.aligncenter {
	margin: 0 auto 10px;
	display:block;
}
.widget .flickr img {
	margin: 0 3px 3px 0;
	background: #fff;
	padding: 4px;
	vertical-align:top;
	width:75px;
	height:75px;
	border:1px solid #ccc;
}
.widget form {
	margin: 0px;
	padding: 0px;
}
.twit-widget {
	padding: 15px 20px 15px 15px;
	clear:both;
	background: green;
	margin: 0 0 15px;
}

.widget select {
	width:120px;
}
.widget ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget ul ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget ul ul ul {
	list-style-type:none;
	margin-left:15px;
	padding:0;
}
.widget ul li {
	list-style-type:none;
	padding: 0 0 0 16px;
	margin:0 0 2px;
	background: url(images/bullet.gif) 0 3px no-repeat;
}
.widget ul li ul li {
	list-style-type:none;
	padding: 0;
	background: transparent;
}
.sidebar-narrow .widget {
	padding: 0;
	clear: both;
	background:transparent;
	margin: 0 0 20px;
}
/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 15px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#comments .vcard { }
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #ddd;
	background:#eee;
	margin: 10px 0 0;
	padding: 15px;
	overflow: hidden;
}

#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {
}
#comments li.odd {
}
#comments blockquote {
	background: #ccc;
	margin: 10px 0px; 
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding-top:20px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform p {
	margin-bottom:5px;
}
#commentform label {
	display:block;
}


/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	padding: 5px;
	border:1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
/*********************************************
	Footer Styles
*********************************************/

#footer {
	font-size: 11px;
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	color:#ccc;
	width:960px;
	font-weight: bold;
}
#footer p {
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {

}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/*********************************************
	Footer Widget Bottom Styles
*********************************************/
#footer-widgets {
	width:940px;
	margin: 0 auto;
	padding: 30px 20px;
	background:#ebebeb url(images/footer-widget-bg.gif) top left no-repeat;
	border-top:2px solid #fff;
}
#footer-widgets .col1 {
	float:left;
	width: 220px;
	padding:0;
	margin: 0 20px 0 0;
	overflow:hidden;
}
#footer-widgets .col2 {
	float:left;
	width: 220px;
	padding:0;
	margin: 0 20px 0 0;
	overflow:hidden;
}

#footer-widgets .col3 {
	float:left;
	width: 220px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#footer-widgets .col4 {
	float:right;
	width: 220px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#footer-widgets .widget input[type="text"] {
/*	width: 210px;*/
}
#footer-widgets .widget {
	padding: 0;
	margin:0 0 10px;
	background:transparent;
}
/*********************************************
	Content List Bullets
*********************************************/
.entry ul {
	list-style-type: none;
	margin: 15px;
}
.entry ul li ul {
	list-style-type: none;
	margin:0;
}
.entry ul li ul li ul {
	list-style-type: none;
	margin-left:15px;
}
.entry ul li {
	list-style-type:none;
	padding: 0 0 0 16px;
	margin:0 0 2px;
	background: url(images/bullet.gif) 0 3px no-repeat;
}
.entry ul li ul li {
	padding: 0;
	margin:0 0 2px;
	background: transparent;
}
/*********************************************
	Site Map Page
*********************************************/

.entry .sitemap {
	font-size:12px;
	line-height:1.4em;
}
.entry .sitemap ul {
	margin: 0 0 15px 0;
}
.entry .sitemap ul li ul {
	margin: 0;
}
.entry .sitemap ul li ul li ul {
	margin-left:15px;
}

.entry .sitemap ul li {
}
.entry .sitemap ul li ul li {
	list-style-type:none;
}

p.site-map {
	margin: 0;
	font-weight:bold;
	font-size:10pt;
}
.map-narrow {
	border:1px solid #ddd;
	background:#eee;
	padding: 15px;
	width:30%;
	float:right;
}
.map-wide {
	width:60%;
	float:left;
}
.sitemap .post {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom:1px dotted #ccc;
}
.sitemap .meta {
	margin: 0;
}
.sitemap .meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0;
	padding: 0;
	border:0;
}
.sitemap select {
	width:90%;
	margin: 0 0 15px;
}
/*********************************************
	Top Bar Styles
*********************************************/
#top-bar {
	width:940px;
	margin:0 auto;
	padding:0 20px;
	height:24px;
	line-height:24px;
	color:#ccc;
	font-size:11px;
	background:#000;
}
/*********************************************
	Tabs Styles
*********************************************/

#tabs {
	padding: 0;
	margin:0;
	}
#tabs ul {
	list-style-type:none;
	padding: 0;
	margin:0;
	}

#tabs ul.tabs {  
	list-style-type:none;
	margin: 0;
	padding: 0;
	clear:both;
	background:#dedede;
	height:30px;
	line-height:30px;
	}

#tabs ul.tabs li {
	border:0;
	background:transparent;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	} 

#tabs ul.tabs li a, 
#tabs ul.tabs li a:link, 
#tabs ul.tabs li a:visited {
	float: left;
	display: block;
	padding: 0 10px;
	font-size:8pt;
	} 

#tabs ul.tabs li a:hover, 
#tabs ul.tabs li a:active {
	color:#000;
	}  

#tabs ul.tabs li a.on {
	background:#fff;
	color:#000;
	font-weight:bold;
	}

#tabs .cat_content {
	padding: 15px 15px 10px;
	margin: 0;
	background:#fff;
	overflow: hidden;
	}
#tabs .cat_content li {
	list-style-type:none;
	padding: 0 0 0 14px;
	margin:0 0 5px;
	background: url(images/bullet.gif) 0 3px no-repeat;
}
.sidebar #tabs {
	padding: 0;
	margin:0 0 20px;
	}
.sidebar #tabs ul.tabs {  
	background:#ccc;
	}
/*********************************************
	Home Top Styles
*********************************************/
#home-top {
	margin: 0 auto;
	padding: 20px;
	background:#ccc;
}
#home-top #featured {
	float:left;
	width:578px;
	margin:0;
	padding:0;
	height:248px;
	background:#000;
	border:1px solid #666;
	overflow:hidden;
}
#home-top #tabs {
	float:right;
	width:340px;
	margin:0;
	padding:0;
}
#home-top #tabs .cat_content {
	height: 195px;
}
/*********************************************
	Home Middle Styles
*********************************************/
#home-middle {
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background:#fff url(images/home-middle-bg.gif) top left no-repeat;
}
#home-middle .col1 {
	float:left;
	width: 280px;
	padding:0;
	margin: 0 20px 0 0;
	overflow:hidden;
}
#home-middle .col2 {
	float:left;
	width: 280px;
	padding:0;
	margin: 0;
	overflow:hidden;
}

#home-middle .col3 {
	float:right;
	width: 340px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#home-middle .widget { 
	padding: 0;
	margin:0;
	background:transparent;
}
/*********************************************
	Home Bottom Styles
*********************************************/
#home-bottom {
	margin: 0px;
	padding: 20px;
	background: #fff;
	float: left;
	width: 600px;
}
#home-bottom .col1 {
	float:left;
	width: 280px;
	padding:0;
	margin: 0 10px 0 0;
	overflow:hidden;
}
#home-bottom .col2 {
	float: right;
	width: 280px;
	padding:0;
	margin: 0 10px 0 0;
	overflow:hidden;
}
#home-bottom .col3 {
	float:left;
	width: 220px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#home-bottom .col4 {
	float:right;
	width: 220px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#home-bottom .widget { 
	padding: 0;
	margin:0;
	background:transparent;
}
#home-bottom .widget ul { 
	padding: 10px;
	margin:0;
	background: #ffffff url(images/dropshadowfeeds.gif) top center repeat-x;
}
#bottom-wrap {
	width: 980px;
	padding-top:22px;
	background: url(images/bottom-bg.jpg) top left no-repeat;
}
.cat-row {
	height: 270px;
	overflow: hidden;
}
/*********************************************
	Post Tools Styles
*********************************************/
.entry ul.post-tools {
	float:right;
	width:130px;
	padding:0 0 0 15px;
	margin: 0 0 10px 10px;
	border-left:1px solid #ccc;
}
.entry ul.post-tools li {
	background:transparent;
	list-style-type:none;
	margin: 0;
	padding: 0;
	height:24px;
	line-height:24px;
	text-transform: uppercase;
	font-size:12px;
}
.entry ul.post-tools li a,
.entry ul.post-tools li a:link,
.entry ul.post-tools li a:visited {
	color:#aaa;
}
.entry ul.post-tools li a:hover,
.entry ul.post-tools li a:active {
	color:#000;
}
.entry ul.post-tools li.print {
	padding-left:20px;
	background: url(images/print.gif) 0px 50% no-repeat;
}
.entry ul.post-tools li.comment {
	padding-left:22px;
	background: url(images/comm-feed.gif) 0px 50% no-repeat;
}
.entry ul.post-tools li.stumble {
	padding-left:22px;
	background: url(images/stumble.gif) 0px 50% no-repeat;
}
.entry ul.post-tools li.digg {
	padding-left:22px;
	background: url(images/digg.gif) 0px 50% no-repeat;
}
.entry ul.post-tools li.delicious {
	padding-left:22px;
	background: url(images/delic.gif) 0px 50% no-repeat;
}
.entry ul.post-tools li.fb {
	padding-left:22px;
	background: url(images/fb.gif) 0px 50% no-repeat;
}
.entry ul.post-tools li.print img.WP-PrintIcon {
	display:none !important;
	position:absolute !important;
	left:-9999em !important;
}
/*********************************************
	Breadcrumb Styles
*********************************************/
p#breadcrumbs {
	font-size:11px;
	margin: 0 0 10px;
	color:#666;
}
/*********************************************
	Related Posts Styles
*********************************************/
#related {
	clear:both;
	background:#eee;
	border:1px solid #ddd;
	padding:10px;
	margin: 0 0 10px;
}
#related .related-posts {
	width: 45%;
	float:left;
}
#related .related-posts p {
	margin:0;
}
#related .related-posts h3, #related .related-posts h2, #related .related-posts h1 {
	margin:0;
	font-size:16px;
	letter-spacing:0;
}
#related .related-posts p {
	font-size:16px;
	margin: 0;
	padding:0;
}
#related .related-posts ol {
	font-size:12px;
	font-weight:normal;
	margin:5px 0 0 0;
}
#related .related-posts li {
	list-style-type:none;
	padding: 0 0 0 14px;
	margin:0 0 3px;
	background: url(images/bullet.gif) 0 3px no-repeat;
}
#related .ads {
	width: 53%;
	float:right;
}
#related .ads img {
	float:right;
	margin: 0 0 0 5px;
}
#related .ads .widget {
	padding: 10px; margin: 0px;
	border: 0px solid #fff;
	background: #eee;
}
/*********************************************
	Image Spotlight
*********************************************/
.panel-overlay-heading {
color: #fff;
}
.panel-overlay-description {
font-size: 12px;
}

/*********************************************
	Home Page Category Listings
*********************************************/
.home-page-category-posts-image {
	padding: 0 5px 0 0;
}
.home-page-category-posts-image-wide {
	padding: 0 0 5px 0;
}
.home-page-category-posts-title {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 5px;
}
