/*
THEME NAME: Cornerstone Church
VERSION: 1.0
AUTHOR: Brad Ruggles // Clay Griffiths
AUTHOR URI: http://www.rugglescreative.com
*/


/* @group clear */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin:0;
	padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* @end */

/* @group =utility */

body{
	font-size: 62.5%;            
	margin: 0pt;
	font-family:'Helvetica Neue', Helvetica, sans-serif;
	background: url(images/bg.jpg) top center no-repeat #132F5E;
	/*#2B5391*/
	height:100%;
}


a img{
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
	outline: none;
}

a:hover{
	text-decoration: underline;
}


.clearfix:after	{ 
	content: "."; 
	visibility: hidden;  
	display: block;
	height: 0px; 
	clear: both; 
}
* html .clearfix{ 
	height: 1%; 
}
/* @group -transparency */

.black_90 {
	background: url(images/90_black.png);
}
/* @group -transparency */

.black_85 {
	background: url(images/85_black.png);
}
/* @group -transparency */

.black_80 {
	background: url(images/80_black.png);
}

/* @group -transparency */

.black_70 { background: url(images/70_black.png); }
.black_75 { background: url(images/75_black.png); }
.black_80 { background: url(images/80_black.png); }
.black_85 { background: url(images/85_black.png); }
.black_90 { background: url(images/90_black.png); }

.verydarkgray_70 { background: url(images/70_verydarkgray.png); }
.verydarkgray_75 { background: url(images/75_verydarkgray.png); }
.verydarkgray_80 { background: url(images/80_verydarkgray.png); }
.verydarkgray_85 { background: url(images/85_verydarkgray.png); }
.verydarkgray_90 { background: url(images/90_verydarkgray.png); }

.darkgray_70 { background: url(images/70_darkgray.png); }
.darkgray_75 { background: url(images/75_darkgray.png); }
.darkgray_80 { background: url(images/80_darkgray.png); }
.darkgray_85 { background: url(images/85_darkgray.png); }
.darkgray_90 { background: url(images/90_darkgray.png); }

.medgray_70 { background: url(images/70_medgray.png); }
.medgray_75 { background: url(images/75_medgray.png); }
.medgray_80 { background: url(images/80_medgray.png); }
.medgray_85 { background: url(images/85_medgray.png); }
.medgray_90 { background: url(images/90_medgray.png); }

.lightgray_70 { background: url(images/70_lightgray.png); }
.lightgray_75 { background: url(images/75_lightgray.png); }
.lightgray_80 { background: url(images/80_lightgray.png); }
.lightgray_85 { background: url(images/85_lightgray.png); }
.lightgray_90 { background: url(images/90_lightgray.png); }

.white_70 { background: url(images/70_white.png); }
.white_75 { background: url(images/75_white.png); }
.white_80 { background: url(images/80_white.png); }
.white_85 { background: url(images/85_white.png); }
.white_90 { background: url(images/90_white.png); }


/* @end */


.dotted-line {
	display: block;
	height: 1px;
	background: url(images/dotted_line.gif) repeat-x;
	margin: 5px 0;
	clear: both;
}


/* @end */

/* @group =base */

/* @group -layout */

div#wrapper {
	margin: 0 auto;
	width: 950px;
	font-size:1.1em;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}


div#container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	position: relative;
	clear: left;
	background: url(images/container_bg.gif) repeat-y transparent;
}
body.home div#container {
	background: none;
}

div#content {
	float: left;
	width: 600px;
	border: solid #c6c6c6;
	border-width: 5px 5px 0;
	background: url(images/page_gradient.jpg) repeat-x #fff;
	padding: 15px;
	height: auto !important;
	min-height: 301px;
	height: 301px;
}


div.sidebar {
	float: right;
	overflow: hidden;
	width: 280px;
	background: #e7e8e8;
	padding: 10px;
	height: 100%;
}
div#footer {
	clear: both;
	width: 100%;
}



/* @end */

/* @group -links */

div.page span.edit-link a{
	margin-bottom: 5px;
	color: #005270;
	text-decoration: underline;
	float: left;
	clear: both;
	font-size: 1.1em;
}

/* @end */

/* @group -header */

div#header-top {
	height: 25px;
	width: 100%;
	background: #165986;
}
div#header-top div#header-top-content {
	width: 940px;
	margin: 0 auto;
	text-align: right;
}
div#header-top-content a{
	margin-right: 15px;
	text-transform: uppercase;
	color: #3f96c8;
	font-size: 1.2em;
	line-height: 25px;
}

div#header{
	margin: 10px 0;
}

div#header h1 {
        margin-bottom: 5px;
}

/* @group --nav */

div#nav {
	float: left;
	background: url(images/nav_bg.png) no-repeat top center;
	height: 28px;
	width: 940px;
	overflow: visible;
	display: inline;
	margin: 10px 0 0 0;
}
div#nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
div#nav ul li {
	float: left;
	background: url(images/separator.png) no-repeat right;
} 
div#nav ul li a {
	text-transform: uppercase;
	font-size: 1.3em;
	color: #7eceff;
	line-height: 28px;
	height: 28px;
	margin: 0;
	padding: 0 15px;
	display: block;
}
div#nav ul li a:hover, div#nav ul li.current_page_item a{
	text-decoration: none;
	color: #eee;
	background-image: url(images/90_darkblue.png);
	background-repeat: repeat;
}



div#nav ul li ul {
	position: absolute;
	clear: left;
	z-index: 50;
	width: 165px;
	background-image: url(images/menu_dropdown_blue.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	left: -1006px;
}
div#nav ul li ul li {
	clear: left;
	border: none;
	background: none;
}
div#nav ul li ul li a{
	color: #7eceff;
	font-size: 1.1em;
	text-transform: none;
	line-height: 14px;
	height: 14px;
	display: block;
	width: 150px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
div#nav ul li.current_page_item ul li a{
	color: #1f435a;
}
div#nav ul li ul li a:hover, div#nav ul li ul li.current_page_item a {
	color: #FFF;
	background-image: url(images/menu-mouseover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#nav ul li.hover ul {
	display: inline;
	left: auto;
	margin-left: -1px;
}

/* @end */

/* @group --twitter */

div#header div#twitter {
	width: 376px;
	height: 47px;
	background: url(images/twitter_bg.png) no-repeat;
	float: left;
	font-style: italic;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 26px;
	line-height: 12px;
}
div#header div#twitter p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.0em;
}
div#header div#twitter span {
	color: #74c9e3;
	padding-bottom: 3px;
	float: left;
	font-size: 0.9em;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/twitter_icon.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 29px;
	padding-top: 1px;
}
div#header div#twitter a {
	color: #74c9e3;
}
div#header div#twitter img {
	float: left;
	margin: 4px 0 0 5px;
}



/* @end */



/* @end */

/* @group -sidebar */

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{
	display: block;
	color: #d2e5f0;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	background-color: #28537C;
	background-image: url(images/sidebar-bkg.jpg);
	background-repeat: repeat;
}
div.sidebar h3 a {
	color: #d2e5f0;
}
div.sidebar input#s{
	width:18em;
	margin-top: 8px;
}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin: 6px 1em 0;}
div.sidebar ul ul li{list-style:none;margin:0;}
div.sidebar ul ul li {
	background: url(images/dotted_line.gif) repeat-x bottom;
	display: block;
	padding: 4px 0;
	color: #333;
	font-size: 1.1em;
}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:none;}


div.sidebar li.widget {
	margin-bottom: 10px;
}
/* @group --service_times */

li.widget_service_times {
	color: #444;
	line-height: 1.3em;
}
li.widget div.date {
	margin: 10px;
}
li.widget span.weekday {
	color: #5f5f5f;
	font-size: 18px;
}

li.widget span.separator {
	color: #b4b4b4;
	font-size: 18px;
}
	
li.widget span.time {
	color: #005270;
	font-size: 18px;
}
li.widget span.time span {
	color: #b4b4b4;
}
li.widget span.activity {
	color: #0f9ac0;
}

/* @end */

/* @group --twitter */

div.sidebar li.widget_twitter li{
	margin-bottom: 2px;
	padding: 5px 0;
	background: url(images/dotted_line.gif) repeat-x bottom;
	display: block;
}
div.sidebar li.widget_twitter span.entry-content {
	font-size: 1em;
	color: #5f5f5f;
	line-height: 1.2em;
}
div.sidebar li.widget_twitter span.entry-content a {
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	display: inline;
	color: #0f9ac0;
	background: none;
}

div.sidebar li.widget_twitter ul {
	margin-bottom: 5px;
}
div.sidebar li.widget_twitter span.link {
	color: #0f9ac0;
	height: 15px;
	line-height: 15px;
	padding: 2px 0;
	margin: 3px 20px;
	clear: both;
}
div.sidebar li.widget_twitter span.link img {
	float: left;
	margin: 0 5px 0 10px;
}
div.sidebar li.widget_twitter span.link a{
	color: #0f9ac0;
	line-height: 15px;
	height: 15px;
	float: left;
}



/* @end */

/* @group --find-us */


li.widget_find_us_here a{
	clear: left;
	float: left;
	margin: 5px 0 0 10px;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 25px;	
	font-size: 1.1em;
}
li.widget_find_us_here a.twitter {
	background: url(images/social/twitter.gif) no-repeat left bottom;
}
li.widget_find_us_here a.facebook {
	background: url(images/social/facebook.gif) no-repeat left bottom;
}


li.widget_find_us_here a{
	clear: left;
	float: left;
	margin: 5px 0 0 10px;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 25px;	
	font-size: 1.1em;
}

/* @end */

/* @group --cornerstone-news */

li.widget_cornerstone_news p{
	color: #5f5f5f;
	margin: 10px 10px;
}
li.widget_cornerstone_news form#newsletter {
	margin: 0 10px;
	height: 21px;
}
li.widget_cornerstone_news form#newsletter input.text {
	border: 1px solid #ccc;
	height: 14px;
	float: left;
	margin: 0 5px 0 0;
	width: 210px;
	color: #444;
	padding: 3px 4px;
}

/* @end */



/* @end */

/* @group -footer */

div#footer{
	width: 930px;
	clear: both;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
}


div#footer-left {
	float: left;
	margin: 20px 0 0 0;
}
div#footer-left span {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #5886cc;
	float: left;
}


div#footer-right {
	float: right;
	color: #5c89ad;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.3em;
}
div#footer-right p {
	float: left;
	margin: 15px 0 0 0;
}
div#footer-right img {
	float: left;
}
div#footer-right a{
	text-decoration: underline;
	color: #5c89ad;
}
div#footer-right a:hover {
	color: #436f92;
}

/* @group --social */

div#footer-left div#social-icons {
	float: left;
	margin: 2px 0 0 10px;
}
div#footer-left a {
	width: 18px;
	height: 17px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

div#footer-left a.rss {      background: url(images/social/feed.gif) no-repeat;}
div#footer-left a.twitter {  background: url(images/social/twitter.gif) no-repeat;}
div#footer-left a.facebook { background: url(images/social/facebook.gif) no-repeat;}
div#footer-left a.vimeo {	 background: url(images/social/vimeo.gif) no-repeat;}
div#footer-left a.flickr {	 background: url(images/social/flickr.gif) no-repeat;}
div#footer-left a.youtube {	 background: url(images/social/youtube.gif) no-repeat;}
div#footer-left a.podcast {	 background: url(images/social/podcast.gif) no-repeat;}

div#footer-left a:hover {	 background-position: left bottom;}


/* @end */



/* @end */



/* @end */

/* @group =pages */

/* @group -blog */


/* @group -post-navigation */

.entry-title{clear:both;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}



/* @end */

/* @group -post-styling */

/* @group --meta */

div.entry-date {
	height: 17px;
	line-height: 17px;
	padding: 0 0 0 0;
	color: #555;
	float: left;
}
div.entry-date span.date-icon {
	background: url(images/date.gif) no-repeat;
	width: 21px;
	height: 17px;
	display: block;
	text-align: center;
	padding: 1px 1px 0 0;
	float: left;
	margin: 0 4px 0 0;
}


div.comments-link {
	float: right;
	height: 17px;
	line-height: 17px;
	padding: 0 0 0 0;
	color: #111;
}


div.comments-link span.comments-icon {
	background: url(images/comments.gif) no-repeat left top;
	width: 27px;
	height: 16px;
	display: block;
	padding: 0 5px 0 0;
	text-align: center;
	float: left;
	margin: 0 0 0 0;	
	color: #eee;
	font-weight: bold;
	line-height: 16px;
}
div.comments-link span.comments-text {
	margin: 0 0 0 -2px;
}
div.comments-link a:hover {
	text-decoration: none;
}
div.comments-link a:hover span.comments-text {
	color: #000;
}
div.comments-link a:hover span.comments-icon {
	background-position: right;
}



span.edit-link {
	margin: 0 0 5px;
	float: left;
	font-size: 1.1em;
}
span.edit-link a{
	color: #333;
	text-decoration: underline;
}


/* @end */

/* @group --elements */

.page-title, .entry-title {
	font-weight:bold;
	color: #323232;
	background: url(images/dotted_line.gif) repeat-x bottom;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.page-title a, .entry-title a {
	color: #323232;
}
.page-title a:hover, .entry-title a:hover {
	text-decoration: none;
	color: #09548d;
}

h2.entry-title img {
	float: right;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h2.page-title {
	font-size:3em;
	letter-spacing: -1px;
}
h2.entry-title {
	font-size:2.8em;
	letter-spacing: -1px;
}
h3.entry-title {
	font-size: 1.6em;
}

div.post blockquote {
	background:transparent url(images/blockquote.gif) no-repeat scroll 0pt 2px;
	color: #3f3f3f;
	margin:0pt 40px 15px 0px;
	padding-left:23px;
}



/* @end */


div.post {
	background: url(images/dotted_line.gif) repeat-x bottom;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
div#about-author {
	background-color: #E7E8E8;
	display: block;
	margin-bottom: 50px;
	padding: 5px;
	border: 3px solid #C6C6C6;
	color: #333;
	height: 43px;
}
div#about-author a {
	color: #427BB2;
}


/* @end */

/* @group -comments */

/* @group --display */

div#respond h3, div#trackback h3, h3#trackbacks, h3#comments {
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
}

div#respond {
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #dcdcdc;
	width: 420px;
	margin-bottom: 10px;
}

div#trackback {
	margin-bottom: 10px;
	clear: both;
	padding-top: 25px;
}
div#trackback p{
	font-size: 0.9em;
	margin: 0;
}
ol.commentlist, ol.pinglist {
	list-style:none;
	padding: 0;
}
ol.commentlist div#respond {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px -5px 5px 170px;
}
ol.commentlist li, ol.pinglist li {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
ol.commentlist div.comment-body {
	padding: 5px 0;
	margin-top: 5px;
}
ol.commentlist p {
	clear: both;
}
ol.commentlist a.url, ol.commentlist span.comment-author {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
}
ol.commentlist a.url, ol.commentlist span.comment-author a{
	color: #333;
	text-decoration: underline;
}
ol.commentlist div.comment-date {
	display: block;
	font-size: 0.9em;
	color: #666;
}

ul.children {
	list-style: none;
	padding: 0 0 0 0.5em;
	margin-top: 5px;
}
ul.children {
	margin-right: -5px;
}
ul.children li {	
}
img.avatar {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #bbb;
}              
div.comment-body p{
	margin-top: 0;
	line-height: 1.5em;
	font-size: 1em;
}

span.unapproved {
	font-weight: bold;
	color: #cc0000;
	margin: -7px 0 0 0;
	float: left;
}



/* @end */

/* @group --form */

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: red;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url {
	width: 70%;
	border: 1px solid #aaa;
	background: #fff;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	border: 1px solid #aaa;
	background: #fff;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 99%;
}
input#submit{
	border: 1px solid #aaa;
	background: #fff;
	background-color: #888;
	padding: 3px 4px;
	color: #eee;
}
div.reply {
	text-align: right;
	float: right;
	margin: -13px 0 0 0;
}



/* @end */



/* @end */



/* @end */

/* @group -innerpage */

div.content-border-fix {
	height: 5px;
	display: block;
	width: 640px;
	background: #c6c6c6;
	margin: 0;
	position: absolute;
	bottom: 0;
	clear: both;
}



/* @group --elements */

div.entry-content img {
	border: 1px solid #a5a5a5;
	padding: 5px;
	background: #fff;
}
div.inner-page img.big-image {
	display: block;
	margin: 0 auto 10px;
		border: 1px solid #a5a5a5;
	padding: 5px;
	background: #fff;
}
img.alignright {
	margin: 0 0 7px 7px;
}
img.alignleft {
	margin: 0 7px 7px 0;
}


div.page h4 {
	color: #898989;
	font-size: 1.8em;
	font-weight: normal;
	padding: 10px 0;
	background: url(images/dotted_line.gif) repeat-x bottom;
	margin: 0 0 10px;
}


div.entry-content p{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 4px;
	margin-bottom: 12px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.entry-meta {
	padding-bottom: 10px;
}
div.entry-content h1 {
	font-size: 2.7em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #323232;
}
div.entry-content h2 {
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #323232;
}
div.entry-content h3 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #323232;
}


div.entry-content img {
	max-width: 588px;
	/* Resize the image for IE6 */
	width: expression(this.width > 588 ? 588: true);
}


/* @end */

/* @group --headings */

div.page h2 {
	font-size: 2.8em;
	font-weight: bold;
	background: url(images/dotted_line.gif) repeat-x bottom;
}

/* @end */



/* @end */

/* @group -home */

body.home div#content {
	border: none;
	width: auto;
	background: #fff;
	padding: 0;
}

/* @group --ticker */

/* @group --nav */

div#ticker-nav {
	position: absolute;
	z-index: 50;
	left: 400px;
	margin: 0;
	bottom: 40px;
	display: none;
}
div#ticker:hover div#ticker-nav, div.ticker-hover div#ticker-nav {
	display: inline;
}
div#ticker-nav a{
	color: #fff;
	display: block;
	height: 35px;
	width: 28px;
	text-align: center;
	position: absolute;
	font-size: 3em;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
}
div#ticker-nav a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
	text-decoration: none;
}
div#ticker-nav a#next {
	left: 70px;
}

/* @end */

div#ticker {
	border: 5px solid #fff;
	display: block;
	width: 930px;
	height: 349px;
	background-color: #000;
}
div#ticker ul {
	padding: 0;
	margin: 0;
}
div#ticker li {
	list-style: none;
}
div#ticker img {
	width: 930px;
	height: 349px;
	float: left;
	z-index: 1;
}
div#ticker-nav img {
	width: 28px;
	height: 35px;
	float: none;
}

div.ticker-div {
	width: 208px;
	height: 329px;
	position: absolute;
	z-index: 9;
	color: #eaeaea;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}


div.ticker-div h2 {
	font-size: 3em;
	color: #fff;
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
}
div.ticker-div h2 a{
	color: #fff;
}

div.ticker-div h2 a:hover{
	color: #67beff;
	text-decoration: none;
}



div.ticker-div p {
	line-height: 1.9em;
}


div.ticker-left {
	margin: 0;
}
div.ticker-right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 690px;
}

div.news-and-events div.post {
	padding-left: 170px;
}
div.news-and-events div.news {
	padding-bottom: 5px;
}
div.news-and-events div.entry-content {
	min-height: 130px;
	height:auto !important;
  	height:130px;

}
div.news-and-events img.news-image {
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0;
}
div.news-and-events h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	background-image: none;
	font-size: 2em;
}
div.news-and-events div.post p {
	margin: 3px 0 10px 0;
}
div.staffbio  {
	padding-left: 170px;
	width: 430px;
}
div.staffbio div.entry-content  {
	min-height: 130px;
	height:auto !important;
	height:130px;
	width: 425px;
}
div.staffbio ul {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
	display: block;
}
.staffbio ul li a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	color: #333;
	margin-top: 3px;
	text-transform: uppercase;
	margin-left: 3px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}
.staffbio ul li {
	float: right;
	width: 31px;
}
.staffbio .email {
	background-image: url(images/mouseover-email.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.staffbio .facebook {
	background-image: url(images/mouseover-facebook.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.staffbio .web {
	background-image: url(images/mouseover-paper.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.staffbio .twitter {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/mouseover-twitter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.staffbio ul li a:hover {
	background-position: 0px -25px;
}
div.entry-content img.staffpic {
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0;
}
div.staffbio h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	background-image: none;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
}
.staffbio h6 {
	background-image: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	font-style: italic;
}
div.staffbio p  {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 15px;
}

/*- Box2 (sidebar boxes) -*/
.box2{
	background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
	margin: 0 0 15px 0px;
	padding:18px;
	border:1px solid #dedbd1;
}
.sidebar .nav1{
	float: none;
	padding: 0 0 0 0px; 
}	
.sidebar .spacer.white{
	background: #ffffff;
	border: 1px solid #dedbd1;
	clear: both;
	margin: 0px;
}
.sidebar .flickr_badge_image img{
	float:left;
	background: #ffffff;
	border: 1px solid #dedbd1;
	padding: 5px;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.sidebar .flickr_badge_image img:hover{
	border: 1px solid #dedbd1;
	background-color: #A5CEF6;
}


/* @end */



/* @end */



/* @end */
#commentform h4 {
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
	padding-top: 10px;
}
.commentlist .prayer {
	background-color: #d6e1e9;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 30px;
	border: 1px solid #15547d;
	background-image: url(images/prayer-background.gif);
	background-repeat: repeat-y;
}
.prayer .comment-meta {
	background-image: url(images/prayer.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 28px;
}
.prayer .comment-meta .comment-author {
	font-size: 15px;
	color: #6A7585;
}
.prayer .comment-meta .comment-author a{
	color: #375279;
	text-decoration: none;
	font-size: 15px;
}
.commentlist .praise {
	background-color: #FFC;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 30px;
	border: 1px solid #DF6316;
	background-image: url(images/praise-background.gif);
	background-repeat: repeat-y;
}
.praise .comment-meta {
	background-image: url(images/praise.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 28px;
}
.praise .comment-meta .comment-author {
	font-size: 15px;
	color: #DF6316;
}
.praise .comment-meta .comment-author a{
	color: #DF6316;
	text-decoration: none;
	font-size: 15px;
}

a.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	margin-top: 25px; 
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;
}

a.button:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}
div.navigation a{
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	margin-top: 25px; 
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;
}
div.navigation a:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}
.podcast-title {
	font-weight: bold;
	font-size: 14px;
}
.podcast a {
	background-image: url(images/download.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 15px;
	font-weight: bold;
}
.podcast p {
	margin: 0px;
	padding: 0px;
}
.category-header {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.vimeo-cell {
	background-color: #DBDBDB;
	padding: 10px;
	border: 1px solid #999;
	width: 250px;
}
.vimeo-cell p {
	padding: 0px;
	margin: 0px;
}
.vimeo-cell .vimeo:hover {
	background-position: 0px -27px;
}
.vimeo-cell .youtube:hover {
	background-position: right -27px;
}
.vimeo-cell .vimeo {
	display: block;
	height: 27px;
	width: 88px;
	float: left;
	background-image: url(images/vimeo.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.vimeo-cell .youtube {
	height: 26px;
	width: 65px;
	text-indent: -9999px;
	display: block;
	background-image: url(images/youtube.gif);
	background-repeat: no-repeat;
	background-position: right -1px;
	padding-left: 180px;
}
.spacer-cell {
	height: 10px;
}
.feed-leftcolumn {
	padding-right: 10px;
}
.feed-leftcolumn p {
}
.feed-leftcolumn a {
	color: #06C;
}
.feed-leftcolumn ul  {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.feed-leftcolumn .rss li{
	font-weight: bold;
	background-image: url(images/rss_icon_small_12x12.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 0px;
	font-size: 13px;
	color: #333;
}
.feed-leftcolumn .twitter li{
	font-weight: bold;
	background-image: url(images/Twitter-icon.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 13px;
	color: #333;
}
.feed-leftcolumn .podcast-list li{
	font-weight: bold;
	background-image: url(images/podcast_icon.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
	padding-bottom: 3px;
	padding-top: 1px;
	font-size: 13px;
	color: #333;
}
.widget_tweetbuzz ul {
	padding: 0px;
}
.widget_tweetbuzz ul li .meta-description {
	font-size: .9em;
}
.twitterdesc   {
	font-weight: bold;
	background-image: url(images/twitter-bird-2.png);
	background-position: 200px 3px;
	background-repeat: no-repeat;
	background-color: #bee0f2;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 12px;
	display: block;
	border: 1px solid #98abb8;
	margin: 0px;
	width: 226px;
	color: #333;
}
.twitterdesc a   {
	color: #356CAA;
}
.widget_tweetbuzz h6 a{
	font-weight: bold;
	margin-top: 5px;
	background-image: url(images/rss_icon_small_12x12.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 16px;
	padding-top: 0px;
	color: #2F6098;
	display: block;
}

.entry-content .simplepie {
	padding-top: 25px;
}

.entry-content .simplepie h3 {
	display: none;
}

.entry-content .simplepie h4 {
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.entry-content .simplepie h4 span {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

.entry-content .simplepie small {
	margin-bottom: 25px;
}

.entry-content .simplepie .singleentry {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d2d5d5;
}

.sidebar .sideblog h3 {
	display: none;
}

