/*=== Setup ===*/
* { border:0; margin:0 auto; padding:0; outline:none; }
body { margin:0; padding:0; color:#ffffff; font:normal 12px/1.8em "Liberation sans", Arial, Helvetica, sans-serif; background: url(images/body_bg.jpg) top repeat-x; background-color:#001D3B; }
a { color:#6c6b6b; text-decoration:none; }
a:hover { text-decoration:none; }
p.clr, .clr { clear:both; padding:0; margin:0; background:none; }
p.bg, .bg { clear:both; padding:5px 0 0; margin:0 0 5px; border-bottom:1px dashed #989898; height:2px; }
input, select, textarea { border:#cfcfcf 1px solid; color:#404040; font-size:12px; padding:3px; font-family:"Liberation sans", Arial, Verdana, Helvetica, sans-serif; }
li { list-style:none; }
h1 { font:normal 22px "Trebuchet MS", Arial, Helvetica, sans-serif;}
h2 { font:normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif; margin-top:10px;}
h3 { font:normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#f1f1f1; margin-top:10px;}
h4 { font-size:16px; margin:0 0 1em; margin-top:10px;}
th { text-align:left; font-weight:bold; border-bottom:1px dashed #f4f4f4; }
.hr { height:10px; border-bottom:1px dashed #f4f4f4; width:100%; }
p { margin:8px 0 0; padding:0 0 8px; }
/*=== rip off css ==*/
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.width100p { width:100%; }
.width100px { width:100px; }
.width200px { width:200px; }
.width300px { width:300px; }
.width400px { width:400px; }
.width500px { width:500px; }
.border1 { border:1px solid #ccc; }

/*=== Layout ===*/
#page { margin:0; padding:0;}
#page_index { margin:0; padding:0; }
/*=== Header ===*/
#header { margin:0 auto; padding:0; width:960px; }
/*- custom classes -*/
.spacer_row { height:10px; border-bottom:1px solid #f1f1f1; }
.row_hover:hover {
	border:1px dotted #ccc;
	background-image:url(images/hover.png) repeat;
	-moz-border-radius: 15px; 
	border-radius: 15px; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
/*- Logo -*/
.logo { margin:15px 0px 0px 0px; padding:0; float:left; width:740px; height:90px; }
.logo h1 { margin:0; padding:30px 10px 12px 0; width:auto; font-size:30px; font-weight:bold; line-height:1.1em; color:#f1f1f1; }
.logo h1 a { color:#f1f1f1; }
.logo h1 a:hover { text-decoration:none; }
.logo h1 small { margin:0; padding:30px 10px 12px 50px; color:#fff; font-size:22px; letter-spacing:normal; text-transform:none; }
/* blog title */
.blog_title { margin:5px 0 0 0; height:42px; background:#363636 url(images/menu_res_bg.gif) top repeat-x; border:1px solid #f4f4f4;}
/*=== All Columns ===*/
#columns { margin:0 auto; padding:10px 0; width:960px; }
/*=== Center Column ===*/
#centercol { float:left; width:625px; padding:20px 0 0 0; }
/*=== Right Column ===*/
#rightcol { float:right; width:270px; padding:20px 0 0 0; }

.small_link { font-size:11px; font-weight:bold; padding:5px 0; text-align:center; clear:both; }
.small_link a { color:#747474; font-weight:bold; text-decoration:none; }
/*- Post Title -*/
.post-title { padding:2px 0; margin:0 0 15px; border-bottom:1px solid #c6c6c6; }
.post-title h2 { margin:0; font-size:24px; font-weight:bold; color:#575757; }
.post-title h2 a { display:inline; padding:0; margin:0; color:#575757; text-decoration:none; }
/*- Post Excerpt -*/
.post-excerpt { padding:10px 0 5px 0; font:12px/1.8em "Liberation sans", Arial, Helvetica, sans-serif; color:#f1f1f1; margin:0; }
.post-excerpt p { line-height:1.8em; margin:0; }
.post-excerpt a { color:#00a3bb; text-decoration:underline; font-weight:bold; }
/*- Post Date -*/
.post-data { float:right; background:#f3f3f3; border:1px solid #e4e4e4; font-size:18px; font-weight:bold; color:#575757; text-align:center; padding:10px;}
.post-data a { color:#575757;}
/* post-leav */
.post-leav { color:#00a3bb; padding:0;}
.post-leav a { color:#00a3bb; text-decoration:none; font:normal 11px/1.8em "Liberation sans", Arial, Helvetica, sans-serif;}
/* post-view */
.post-info { font-size:11px; color:#f1f1f1;}
.post-info a { color:#00a2ba; text-decoration:none;}
.post-info a:hover { text-decoration:underline;}
/* popular-post */
.popular-post {}
#.popular-post img { padding:4px; background:#fff; border:1px solid #c3c3c3; float:left; margin:0 10px 0 0;}
.popular-post ul { font-size:11px; color:#00a3bb; text-decoration:none; text-transform: uppercase;}
.popular-post a { font-size:18px; text-transform:none; color:#575757; list-style:none;}
.popular-post ul li { min-height:80px;  padding:10px 0; border-bottom:1px dashed #989898;}
/*- Widget Title - */
.wtitle { padding:15px 0 10px 0; margin:0 0 15px; border-bottom:1px solid #c6c6c6;}
.wtitle h2 { margin:0; font-size:24px; color:#575757; font-weight:bold;}
/*=== Ralated Post and Popular Post ===*/
.subcols { }
.cols { float:left; width:280px; margin:0 30px 20px 0; }
.cols li { border-bottom:1px dashed #CCC; clear:both;}
.cols.popular-posts li {min-height:55px;}
.cols a:hover { text-decoration:underline;}
.cols img { float:left; margin:0 10px 0 0; height:50px;}
/* sidebar widget */
.widget_posts {}
.widget_posts li { border-bottom:1px solid #CCC; clear:both; padding:5px 0; }
.widget_posts.popular-posts li { min-height:50px; }
.widget_posts li .wppnothumb img, .widget_posts li img.wpp-thumbnail { float:left; max-height:50px; max-width:50px; margin:0 10px 0 0;}
/*== WIDGETS ==*/
.widget { width:100%; height:auto; }
.widget-container { }
.widget-container-right { background-color:#001D3B; padding:15px; margin:0px; min-width:280px; }
.widget-container-right h3 { color:#B9F0FD; font-size:16px; line-height:20px; border-bottom:1px dashed #B9F0FD; height:30px; margin-bottom:10px; padding-bottom:10px;}
.widget-container-right #verse_of_the_day { margin-top:15px; color:#FFCC00; }
.widget-container-right #verse_of_the_day_loc { float:right; color:#FFCC00;  }
.widget-container-right .widget-button { font-size:17px; width:242px; color:#CCC; height:41px; background-image:url(images/widget_button.png); background-repeat:no-repeat; display:block; margin:5px; padding:12px 0px 5px 0px; text-align:center; text-decoration:none; }
.widget-container-right .widget-button:hover {  width:242px; height:41px; background-image:url(images/widget_button2.png); background-repeat:no-repeat; display:block; margin:5px; padding:12px 0px 5px -1px; text-align:center; text-decoration:none; }
#right-column-content { margin:5px 0px 15px 0px; padding:5px; height:auto; }

/*== Single ==*/
/*- Comment Box -*/
.comment_box { background-color:#d9d9d9; border:1px solid #cfcfcf; height:1%; margin:0 0 20px; padding:15px; min-height:115px; width:490px;}
.comment_box.alt { background:#FFFFFF;}
.comm-name, .comm-date { line-height:20px;}
/*=== Styling Forms ===*/
input.btn { background:none; border:0; margin:0; padding:0;}
select { padding:1px;}
/*- Message -*/
.message div { margin:0 0 18px;}
.message input { padding:9px 15px; width:490px;}
.message textarea { height:114px; overflow:auto; padding:9px 15px; width:490px; font-family:Verdana;}
.message .submit { float:left;}
.message .btn { padding:0; width:128px; height:32px; background:url(images/button.gif);}
.message .notice { color:#a4a4a4; float:right; font-style:italic; padding:10px 0 0;}

/*=== Index page ===*/
/* top block */
.recent-info {  width: 940px; overflow:hidden; padding:14px 10px; margin:0; height:32px; color:#fff; }
.recent-info p {  width: 750px; overflow:hidden; color:#fff; font-style:normal; font-size:17px;  }
.recent-info img { float:right;}
.recent-info2 {  width: 940px; overflow:hidden; padding:14px 10px; position:relative;  bottom:0px; margin-bottom:0; height:32px; }
.recent-info2 p {  width: 750px; overflow:hidden; color:#fff; font-style:normal; font-size:17px;  }
.recent-info2 img { float:right;}
/* index */
#index_wrapper {
	margin-bottom:-10px;
	}
#index { 
	line-height:1.6em; 
	padding:5px 0px 20px 0px; 
	margin-top:10px; 
	margin-bottom:10px; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

}
#index h3 { padding:16px 0 0 0;}
#index h2 { padding:2px 0 0px 0; margin-bottom:10px; color:#f1f1f1f; font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:none; border-bottom:1px solid #f1f1f1;}
#index h2 span { color:#f4f4f4; font-size:11px;}
#index p { color:#f1f1f1; font-size:12px;}
#index p span { }
#index strong { color:#f1f1f1; font-size:14px;}
#index a { color:#1ED4F0; text-decoration:none;}
#index a:hover { text-decoration:underline;}
#index img.bordered {padding:5px; background:#fff; border:1px solid #d5d5d5; margin:10px 0;}
#index img { margin:0 10px 0 0; padding:0;}
#content-wrapper { width:100%; height:auto; min-height:400px; font: 14px "Century Gothic", Helvetica, Arial, san-serif; background-image:url(../images/backgrounds/blue_alpha_40.png); }
.content img { margin: 4px; }
.content { margin-right: 10px;}
#content-wrapper span.sr {   font: 14px "Century Gothic", Helvetica, Arial, san-serif; font-weight:bolder; text-decoration:underline; }
#event-rotator-wrapper { width:100%; height:60px; } 
.index-left { width:425px; float:left; padding:0px 0 0 0; margin:20px 0;}
.index-left.last { float:right;}
.index-right { width:207px; float:left;  padding:0; margin:0px 0;}
.index-right.last { float:right; }
/*=== Footer ===*/
#page_bottom { background-color:#226C93; color:#003; margin:0; border-top:1px dashed #f4f4f4;}
#page_bottom h1 {color:#fff; }
#page_bottom h2 {color:#fff; }
#page_bottom h3 {color:#fff; }
#page_bottom a { color:#1ED4F0; text-decoration:none;}
/* WIDGETS */


.footer_resize { width:960px; margin:0 auto; }
/* box footer */
.box_footer { padding:20px 0; }
.box-col.last { float:right; margin:0;}
.box-col { width:295px; padding:0; float:left; color:#f1f1f1; font-size:11px; line-height:1.8em; margin:0 35px 0 0; }
.box-col h2 { padding:10px 0; color:#575757; font-size:24px; font-weight:bold; border-bottom:1px solid #bebebe; }
.box-col img { padding:5px; background:#fff; border:1px solid #d6d6d6; margin:10px 0 0 0;}
/* footer */
/*- Logo Footer -*/
.logo_footer { text-align:right; margin:0; padding:20px 30px 0 0; float:right; width:300px; }
.logo_footer h1 { margin:0; padding:0; width:auto; font-size:30px; font-weight:bold; line-height:1.1em; color:#787878; text-transform:none; }
.logo_footer h1 a { color:#787878; }
.logo_footer h1 a:hover { text-decoration:none; }
/*- Logo -*/
#footer { color:#001D3B; text-decoration:none; font:normal 11px "Liberation sans", Arial, Verdana, Helvetica, sans-serif; background:#f3f3f3 url(images/footer_bg.gif) top repeat-x;}
#footer a { color:#001D3B; font-weight: bolder; }
#footer a:hover { text-decoration:underline;}
#footer span { color:#001D3B; }
#footer .text2 { padding:20px; line-height:1.8em; }
#footer .text1 { text-align:left; padding:20px 0; float:left; line-height:1.8em; }
/*=== Modules ===*/
/* Search */
.search { width:200px; padding:4px 0 0 0; float:left; color:#f1f1f1; }
#search span { width:190px; display:block; margin:0; padding:0; float:left; background:#3d3d3d; border:1px solid #313131; height:32px; }
#search input#s { float:left; width:135px; padding:10px 10px; margin:0; border:0; background:none; color:#9e9e9e; text-transform:uppercase; font:normal 11px "Liberation sans", Arial, Verdana, Helvetica, sans-serif; }
#search .btn { float:right; padding:0; margin:0; border:0; width:auto; }
.search-result-row { padding:10px; border-bottom:1px dashed #f1f1f1; }
/*rss*/
.rss { color:#f1f1f1; font-size:12px; padding:30px 0; width:220px; float:right;}
.rss img { padding:2px 3px; float:right; }
.rss span { padding:20px 10px 0 0; text-align:left;}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img { display:block; margin:10px 0; padding:5px; border:1px solid #d5d5d5; }
.pic.fl img { float:left; margin:10px 10px 10px 0; }
.pic.fr img { float:right; margin:0 0 10px 10px; }
.th { display:block; margin:0 0 .5em; }
.th.fl img { margin-right:10px; max-width:40px; }
.ads img { margin:5px 5px 0 0; }
.banner img { margin:0; border:1px solid #cecece; }
.widget_flickrRSS img { padding:4px; background:#fff; border:1px solid #d6d6d6; margin:5px 1px 0 0; max-height:65px; }
/*=== Misc. ===*/
.fix { clear:both; height:1px; margin:-1px 0 0; overflow:hidden; }
.hl, .hl2 { background:url(images/hl-dot.gif) repeat-x top; clear:both; height:2px; overflow:hidden; width:100%; }
.hl2 { background:none; border-top:1px solid #e7e7e7; height:1px; margin:0 0 .8em; }
.fl { float:left; }
.fr { float:right; }
.ac { text-align:center; padding:5px 0 0; text-align:center; }
.ar { text-align:right; }
.noBorder { border:0; }
/* shadow */
.big_pic_shadow { background:url(images/shadow_img_big.png) no-repeat bottom; padding:0 0 6px; margin:0 0 6px; }
.sm_pic_shadow { background:url(images/shadow_img_sm.png) no-repeat bottom; padding:0 0 6px; }

/*=== jquery text rotator ===*/
.bannertext {
    font: 16px "Century Gothic", Helvetica, Arial, san-serif;
    color: #666;
    line-height: 18px;
    text-transform: uppercase;
    position: absolute;
}
#banner{
    list-style-image: none; 
    list-style-type: none;
}
#banner li{
    display: none; 
}
.banner-container {
	width:100%;
}
.banner_button {
	position:relative;
	right:0px;
}


/*=== Widget - Contact Info ===*/
.widget-contact-info-header { 
    font: 16px "Century Gothic", Helvetica, Arial, san-serif;
    color: #666;
    line-height: 18px;
    text-transform: uppercase;
}
.widget-contact-info-content { 
    font: 14px "Century Gothic", Helvetica, Arial, san-serif;
    color: #666;
    line-height: 18px;
}
.widget-contact-info-footer { 
    font: 14px "Century Gothic", Helvetica, Arial, san-serif;
    color: #666;
    line-height: 18px;
}
/*  Custom Classes */
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}
.alert_header {
	font-size:14px;
	font-weight:bold;
	padding:6px;
}
.alert_content {
	font-size:11px;
	padding:6px;
}
.fine_pint_regular {
	font-size:11px;
	color:#666;
	font-style:italic;
}
/*  Verse of the Day */
.votdTitle {
	font-size:9pt;
	font-weight:bold;
}
.votdBody {
	font-size:9pt;
}
.votdLoc {
	font-size:8pt;
	font-weight:bold;
}
