/*  
Theme Name: Lazaroo Resurrection
Theme URI: http://vikiworks.com & http://www.heavenheck.com
Version: 1.1
Author: yichi with changes by Jeff Heck
Author URI: http://vikiworks.com & http://www.heavenheck.com
Description: Created by Yichi of Vikiworks.com, widgetized by <a href="http://www.fubargenre.com">Yan of FubarGenre</a>.  Customized by Jeff Heck of Heaven & Heck Web Design
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/*/////////////////////////////////////////
///////////////// OVERRAL ////////////////
/////////////////////////////////////////*/	

html {
	margin:0;
	padding:0;
	color:#333333;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;

}
body {
	background-attachment:fixed;
	background-image:url(images/bg_april.jpg);
	background-position:center center;
	background-repeat:repeat;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	height:100%;
	margin: 0px;
	clear: both;
}
a	{ outline:none;  text-decoration:none; }
a:link, a:visited {
	color:#0B3262;
}
a:hover {
	color:#005B8E;
}
.clear { clear:both; }
.center { text-align:center; }
.pagetitle {
	margin:0;
	font:16px arial,verdana;
	color:#679ef1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
}
p {
	line-height: 20px;
	margin-bottom: 1em;
}
ul {
	list-style:none;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}	
	
code { font:.9em Arial, "Courier New"; color:#fff; padding:8px; background:#b28327; display:block; border:1px solid #daac52; }
blockquote { color: #679ef1; padding-top: 5px; padding-bottom: 5px; background: url(images/close-quote.gif) no-repeat right bottom; }
blockquote p { padding-left: 10px; text-indent: -18px; }
blockquote p:first-letter { background: url(images/open-quote.gif) no-repeat left top; padding-left: 18px; padding-top: 8px; }
blockquote p ~ p:first-letter { font-size:12px; background: none; }
.pullquote { padding: 6px; float: right; width: 180px; margin:10px 0 10px 10px; border-top:1px solid #005b8e; border-bottom:1px solid #005b8e; text-align: center; line-height: 22px; font-family: georgia, verdana, Arial, Helvetica, sans-serif; text-transform:none; color:#ccc; }

/*/////////////////////////////////////////
//////////// MAIN STRUCTURE /////////////
/////////////////////////////////////////*/	
div#container {
	text-align:left;
	width:850px;
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 0px;
}	
div#wrapper { width:100%;  }
div#content {
	width:430px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 12px;
	display: block;
	margin: 0px;
}


/*/////////////////////////////////////////
///////////////// HEADER ////////////////
/////////////////////////////////////////*/
div#header {
	padding:0;
	background-image: url(images/lazarooheader_blue_r.png);
	background-repeat: no-repeat;
	height: 136px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
div#header h1 { font:26px times; margin:0; }
div#header h1 a:link, div#header h1 a:visited { color:#eee; display:block; width:200px; height:100px; text-decoration:none; }
div#header h1 a:hover { color:#f36; }	
div#header h1 small { display:block; color:#666; font-size:10px; text-transform:uppercase; letter-spacing:-1px; margin:10px 0 0 0; }	


/*/////////////////////////////////////////
////////////////		MENU     ////////////////
/////////////////////////////////////////*/
ul#menu {
	float:right;
	display: inline;
	margin-right: 20px;
}
ul#menu li#rss {
	text-indent:-9000em;
	width:150px;
	height:54px;
	display:block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/rss_icon.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul#menu li#rss a {
	display:block;
	width:150px;
	height:54px;
	position:relative;
	padding:0;
	margin:0px 0 0;
	
}
ul#menu li#rss a:hover {
}	
ul#menu li#email_icon {
	text-indent:-9000em;
	width:150px;
	height:54px;
	display:block;
	background-image: url(images/mail_icon.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#menu li#email_icon a {
	display:block;
	width:150px;
	height:54px;
	position:relative;
	padding:0;
	margin:0px 0 0;
	
}
	
/*/////////////////////////////////////////
///////////////   POST  ////////////////
/////////////////////////////////////////*/
div.post {
	margin-bottom:  10px;
	padding-bottom:20px;
}
div.post h2  {
	font-size: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
div.post h2 a:link, a:visited { color:#679ef1;  text-decoration:none; }
div.post h2 a:hover { color:#62c0fb; border-bottom:1px dotted #444; }
div.post small { font-size:85%; font-family:arial; letter-spacing:normal; display:block; }			
div.post small a {
	color:#999999;
}
div.post small a:hover { color:#ccc; }
	
div.post div.entry ul{ margin:10px; padding:5px; }
div.post div.entry ul li {
	list-style-type: disc;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #005B8E;
}		
div.post div.entry ol { list-style:decimal-leading-zero; }

div.post div.entry a {  text-decoration:underline; font-weight:bold; }
div.post div.entry a:link, div.post div.entry a:visited {
	color:#005B8E;
}
div.post div.entry a:hover { color:#679ef1; }

/*
div.post img { border:4px solid #646a70; }
div.post img:hover { border:4px solid #999; }
*/
div.post img.wp-smiley  { border:0px none; margin:0; }

.post-comments { background: url(images/icon-comment.gif) no-repeat 0 50%; padding-left: 13px; margin:0; }


/*/////////////////////////////////////////
///////////////// COMMENTS ////////////////
/////////////////////////////////////////*/
h3#comments, h3#respond {
	font-weight:bold;
	color:#666666;
	background-position:left;
	background-repeat:no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: arial, verdana;
	font-size: 12px;
}
h3#comments { background-image:url(images/icon_comments.gif); }
h3#respond  {
}	

ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist cite { text-transform:none; font-style:normal; }

ol.commentlist li { border-bottom:1px solid #666; padding:10px; }
ol.commentlist h5 { font-size:11px; margin:0; padding:0; }	
ol.commentlist h5 a:link, a:visited { color:#679ef1; }
ol.commentlist h5 a:hover { color:#eee; }
ol.commentlist h5 small { display:block; }	
ol.commentlist li {
	background-color:#FFFFFF;
}
ol.commentlist li.alt {
	background-color:#eeeeee;
}
ol.commentlist li span.moderate { background:url(images/icon_cursor.gif) no-repeat; padding:2px 0px 2px 20px; color:#f30; }
	
#commentform input#author,
#commentform input#email,
#commentform input#url {
	width:210px;
	background-color: #fff;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#commentform input#author	{ background-position:3px -3px; }
#commentform input#email	{ background-position:3px -33px; }
#commentform input#url { background-position:3px -63px; }
	
#commentform #comment {
	width:420px;
	font: 16px/18px Arial, Verdana, sans-serif;
	background-color:#eee;
	border:1px solid #CCC;
	color:#333;
}		

.nocomments { display:none; }

/* Main Sidebar Elements */

div#sidebar {
	width:400px;
	float:right;
}

div#sidebar a:link,
div#sidebar a:visited {
	color:#FFFFFF;
}

div#sidebar a:hover {
	color:#CCCCCC;
}	

div#sidebar a img { 
border:none; 
}	

div#sidebar h2 {
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* This is the left widgetized sidebar - added by FubarGenre.com */

#sidebar1 {
	width: 200px;
	float: left;
}

#sidebar1 .leftsidebar { 
font:11px arial; 
background:#005b8e; 
}

#sidebar1 .leftsidebar h2 { 
margin: 5px; 
font:bold 12px Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
color:#fff; 
}

#sidebar1 .leftsidebar ul { 
margin: 0px;
padding: 0 0 10px 0; 
}

#sidebar1 .leftsidebar li { 
margin: 0px; 
padding: 5px 5px 5px 18px; 
list-style-type: none; 
background:url(images/left-folder.gif) no-repeat 5px 50%; 
}

#sidebar1 .leftsidebar li a { 
text-decoration:none;
border-bottom:1px dotted #0a72ac; 
}

#sidebar1 .leftsidebar li a:hover { 
text-decoration:none; 
border-bottom:1px solid #eee; 
}


/* This is the right widgetize sidebar - added by FubarGenre */

#sidebar2 {
	float: right;
	width: 200px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 12px;
	background-image: url(images/bottoml_trans_red.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#sidebar2 .rightsidebar { 
font-size:11px; 

}

 #sidebar2 .rightsidebar h2 {
margin: 5px; 
font:bold 12px Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
color:#679ef1; height:30px; 
}

#sidebar2 .rightsidebar ul { 
margin: 0px; 
padding: 0 0 10px 0; 
}

#sidebar2 .rightsidebar li { 
margin: 0px; 
padding: 5px 5px 5px 18px; 
list-style-type: none; 
}

#sidebar2 .rightsidebar li a { 
text-decoration:none; 
border-bottom:1px dotted #225999; 
}

#sidebar2 .rightsidebar li a:hover { 
text-decoration:none; 
border-bottom:1px solid #ccc;
}

/* More sidebar options - default sidebar */

#sidebar .cat { font-size:11px; width:200px; float:right; background:#0b3262 url(images/category-bg.gif) no-repeat bottom right; }
#sidebar .cat h2 {margin: 5px; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; 
color:#679ef1; height:30px; }
#sidebar .cat ul { margin: 0px; padding: 0 0 10px 0; }
#sidebar .cat li { margin: 0px; padding: 5px 5px 5px 18px; list-style-type: none; }
#sidebar .cat li a { text-decoration:none; border-bottom:1px dotted #225999; }
#sidebar .cat li a:hover { text-decoration:none; border-bottom:1px solid #ccc; }


#sidebar .recent-posts {
	font:11px arial;
	width: 200px;
	float: left;
	background-image: url(images/bg_trans.png);
}
#sidebar .recent-posts h2 { margin: 5px; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; 
color:#fff; }
#sidebar .recent-posts ul { margin: 0px; padding: 0 0 10px 0; }
#sidebar .recent-posts li { margin: 0px; padding: 5px 5px 5px 18px; list-style-type: none; background:url(images/left-folder.gif) no-repeat 5px 50%; }
#sidebar .recent-posts li a { text-decoration:none; border-bottom:1px dotted #0a72ac; }
#sidebar .recent-posts li a:hover { text-decoration:none; border-bottom:1px solid #eee; }

#sidebar .pagenav {
	font:12px arial;
	width: 200px;
	float: left;
	background-image: url(images/bg_trans_green.png);
	background-repeat: repeat;
	padding-bottom: 12px;
}
#sidebar .pagenav h2 { margin: 5px; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; 
color:#fff; }
#sidebar .pagenav ul {
	margin: 0px;
	padding: 0 0 10px 0;
	font-weight: bold;
}
#sidebar .pagenav li {
	margin: 0px;
	padding: 5px 5px 5px 18px;
	list-style-type: none;
	color: #FFFFFF;
}
#sidebar .pagenav li a {
	text-decoration:none;
	border-bottom-style: none;
}
#sidebar .pagenav li a:hover { text-decoration:none; border-bottom:1px solid #eee; }

#sidebar .recentlazaroo {
	font:12px arial;
	width: 200px;
	float: left;
	background-image: url(images/bg_trans.png);
	background-repeat: repeat;
}
#sidebar .recentlazaroo h2 { margin: 5px; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; 
color:#fff; }
#sidebar .recentlazaroo ul {
	margin: 0px;
	padding: 0 0 10px 0;
	font-weight: bold;
}
#sidebar .recentlazaroo li {
	margin: 0px;
	padding: 5px 5px 5px 18px;
	list-style-type: none;
	color: #FFFFFF;
}
#sidebar .recentlazaroo li a {
	text-decoration:none;
	border-bottom-style: none;
}
#sidebar .recentlazaroo li a:hover { text-decoration:none; border-bottom:1px solid #eee; }


#sidebar .monthly {
	font-size:11px;
	width:200px;
	float:right;
	background-image: url(images/bg_trans.png);
	background-repeat: repeat;
}
#sidebar .monthly h2 { margin: 5px; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; 
color:#679ef1;}
#sidebar .monthly ul { margin: 0px; padding: 0 0 10px 0; }
#sidebar .monthly li { margin: 0px; padding: 5px 5px 5px 18px; list-style-type: none; }
#sidebar .monthly li a { text-decoration:none; border-bottom:1px dotted #225999; }
#sidebar .monthly li a:hover { text-decoration:none; border-bottom:1px solid #ccc; }


#sidebar .searchtags {
	font-size:12px;
	width:200px;
	float:right;
	background-image: url(images/bg_trans_red.png);
	background-repeat: repeat;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#sidebar .searchtags h2 { margin: 5px; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; 
color:#679ef1;}
#sidebar .searchtags ul { margin: 0px; padding: 0 0 10px 0; }
#sidebar .searchtags li { margin: 0px; padding: 5px 5px 5px 18px; list-style-type: none; }
#sidebar .searchtags li a { text-decoration:none; border-bottom:1px dotted #225999; }
#sidebar .searchtags li a:hover { text-decoration:none; border-bottom:1px solid #ccc; }


#sidebar .delicious  { font:11px arial; width: 200px; float: left; background:#005b8e url(images/bottoml.gif) no-repeat bottom left; padding-bottom:45px; }
#sidebar .delicious h2 { margin: 5px; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; 
color:#eee; }
#sidebar .delicious h2.delicious-banner  { display:none; }
#sidebar .delicious ul {	list-style-type:none; margin:1em 0 1em 0; }
#sidebar .delicious li { list-style-type:none; margin:0; padding:5px 5px 5px 18px; background:url(images/left-dot.gif) no-repeat 5px 50%; }
#sidebar .delicious a { text-decoration:none; border-bottom:1px dotted #0a72ac; }
#sidebar .delicious a:hover { text-decoration:none; border-bottom:1px solid #ccc; }



#sidebar .sponsor { font-size:11px; width:200px; float:right; background:#0b3262 url(images/bottomr.gif) no-repeat bottom right; padding-bottom:65px; }
#sidebar .sponsor h2 { margin: 5px; font:bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase; 
color:#679ef1; }
#sidebar .sponsor ul { margin: 0px; padding: 0 0 10px 0; }
#sidebar .sponsor li { margin: 0px; padding: 5px 5px 5px 18px; list-style-type: none; }
#sidebar .sponsor li a { text-decoration:none; border-bottom:1px dotted #225999; }
#sidebar .sponsor li a:hover { text-decoration:none; border-bottom:1px solid #ccc; }	


/*/////////////////////////////////////////
///////////////// TOPNAV ////////////////
/////////////////////////////////////////*/
div#sidebar div#about {
	padding:5px;
	color: #FFFFFF;
	display: block;
	background-image: url(images/bg_trans_red.png);
	background-repeat: repeat;
}		
div#about ul {
	margin:4px 0;
}	

div#about ul li {
	display:inline;
	font-family: arial;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: -5px;
}
div#about ul li a {
	text-transform:uppercase;
	font:10px  arial;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}	
div#about ul li a:link,div#about ul li a:visited { color:#ccc; text-decoration:none; }
div#about ul li a:hover { color:#eee; background:#597692; }	
	
/*/////////////////////////////////////////
///////////////// UTW TAGS ////////////////
/////////////////////////////////////////*/
div#utwtag  { font-family:arial; padding:10px 10px 30px 10px; background:#111e2d url(images/icon-tags.gif) no-repeat right bottom; }
div#utwtag a { text-decoration:none; border-bottom:1px dotted #333; }
div#utwtag a:hover { color:#fff; border-bottom:1px dotted #333; }
	
/*/////////////////////////////////////////
///////////////// TWITTER ////////////////
/////////////////////////////////////////*/
div#twitter  { background:#193349 url(images/twitter.png) no-repeat left top; min-height:75px !important; height:75px; }
div#twitter li { font-family:georgia, times; padding: 10px 8px 5px 5px; margin:0; width:300px; color:#ebbb86; float:right; }
div#twitter a { color:#eee; text-decoration:none; }
div#twitter a:hover { color:#ebbb86; }
div#twitter a.mini_rss { float:right; margin-right:35px; margin-top:120px; text-indent:-9000em; width:20px; height:20px; display:block; background-image:url(images/icon_rss.gif);	 border:0; }
div#sidebar div#twitter a.mini_rss:link, div#sidebar div#twitter a.mini_rss:visited { background-position:0 0; }
div#sidebar div#twitter a.mini_rss:hover { background-position:0 -20px; }

/*/////////////////////////////////////////
///////////////// FLICKR ////////////////
/////////////////////////////////////////*/
div#flickr  { background:#0f1721; min-height:120px !important; height:120px; }
div#flickr a.mini_rss { float:right; margin-right:10px; margin-top:5px; text-indent:-9000em; width:20px; height:20px; display:block; background-image:url(images/icon_rss.gif);	 border:0; }
div#sidebar div#flickr a.mini_rss:link, div#sidebar div#twitter a.mini_rss:visited { background-position:0 0; }
div#sidebar div#flickr a.mini_rss:hover { background-position:0 -20px; }	
	
	
/*/////////////////////////////////////////
///////////////// SEARCH FORM (disabled) ////////////////
/////////////////////////////////////////*/
	
.searchform { margin:10px auto; background-color:#333; width:400px; margin:0; padding:0; }	
.searchform div { padding:5px 0; text-align:center; }		
			
.searchform label { background-image:url(images/icon_search.gif); background-position:0 0; background-repeat:no-repeat; text-indent:-9000em;
	padding:2px 0 10px 25px; height:14px; }		

.searchform #s { font:bold 10px verdana, arial; padding:2px; width:72%; background:#999; }		
.searchform img { border:none; padding:0; margin:0; }
.searchform .searchsubmit { margin:0 5px 0 0; padding:0; width:50px; height:21px; position:relative; float:right; }	

/*/////////////////////////////////////////
///////////////// FOOTER ////////////////
/////////////////////////////////////////*/
#sbm {
	clear:both;
	padding:10px 5px 0px 15px;
	font-size:10px;
	color: #CCCCCC;
	text-align: center;
}
#sbm a {
	color: #6699CC;
	text-decoration:none;
	border-bottom:1px dotted #333;
}
#sbm a:hover { color: #5b9ef1; border-bottom:1px solid #ccc; }


/*/////////////////////////////////////////
///////////////// FEED COUNTS ////////////////
/////////////////////////////////////////*/
.feedcountdiv { float:left; font-family: arial; padding:0; margin-left:15px; background:url(images/rss1616.gif) no-repeat 0 50%; }
.feedcountdiv a { text-decoration:none; color:#f89838; border-bottom:1px dotted #ccc; }
.feedcountdiv a:hover { text-decoration:none; color:#fff; border-bottom:2px solid #f89838; }
.subscribers { float:left; margin-right:4px; color:#f99a39; margin-top:-3px; margin-left:20px; font:bold 20px Arial, Helvetica, sans-serif; }

/*/////////////////////////////////////////
///////////////// BLORGOLL  PAGE ////////////////
/////////////////////////////////////////*/
#linkpage { margin:0; padding:0; clear:both;}
#linkpage h2 { font:16px arial,verdana; color:#679ef1; }
#linkpage ul li { list-style-type:none; margin:10px 4px 10px 4px; padding:0; width:100%; float:left; }
#linkpage ul li ul li { margin:3px 0 0 3px; width:32%; float:left; list-style:none; line-height:25px; }
#linkpage ul li ul li:hover { background-color:#27466a; color:#fff; }
#linkpage ul li ul li a { padding-left:5px; color:#666; text-decoration:none; font-size:11px; display:block; }
#linkpage ul li ul li a:hover { color:#fff; }


/*/////////////////////////////////////////
///////////////// SLIDING DOOR BUTTON ////////////////
/////////////////////////////////////////*/	
button { border:0; cursor:pointer; font-weight:bold; padding:0 20px 0 0; text-align:center; width:auto; overflow:visible; }
button span { position:relative; display:block; white-space:nowrap; padding:0 0 0 20px; }
button.submitBtn { background:url(images/btn_blue_right.gif) right no-repeat; font-size:1.2em; }
button.submitBtn span { height:30px; line-height:30px; background:url(images/btn_blue_left.gif) left no-repeat; color:#fff; }
button.submitBtn:hover { background:url(images/btn_blue_right_hover.gif) right no-repeat; }
button.submitBtn:hover span { background:url(images/btn_blue_left_hover.gif) left no-repeat; }
	
.entry {
	margin-top: 10px;
	padding-right: 1px;
}

#sidebar #about #subpages  a {
	color: #6699CC;
}
#sidebar #about #subpages  a:visited {
	color: #6699CC;
}strong {
	font-weight: bold;
}
#content #sharethisdiv {
	float: right;
}
html {

}
.entry h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.entry h3 {
	font-size: 1.3em;
	font-weight: bold;
}
.entry h4 {
	font-size: 1.1em;
	font-weight: bold;
}
#menu li {
	padding: 0px;
	margin: 0px;
}
em {
	font-style: italic;
}
i {
	font-style: italic;
}

div.post div.entry a.bibleref:link, div.post div.entry a.bibleref:visited{
	color: #006600;
}

.month-day-year {
	display:none;
}

.the_tags {
	margin-top: 0pt; 
	padding-top: 0pt; 
	padding-bottom: 0pt; 
	font-size: 6pt; 
	line-height: 8pt;
}
#container #wrapper #sidebar #about ol {
	list-style-type: decimal;
	list-style-position: outside;
}
#container #wrapper #sidebar #about li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 5px;
}
#container #wrapper #sidebar #sidebar2 .searchtags #form1 {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h2 {
	font-size: 19px;
	font-weight: bold;
	color: #62c0fb;
}
#content ul {
	margin-top: 10px;
}
#content li {
	margin-bottom: 5px;
}

#subscribe {
	clear: both;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	margin-top: 20px;
}
#subscribe img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subscribe #email {
	height: 54px;
	width: 150px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: auto;
}
#subscribe #rss {
	background-repeat: no-repeat;
	height: 54px;
	width: 150px;
	display: block;
	float: left;
}
#content #subscribe #email {
	background-image: url(images/mail_icon_lightbg.png);
}
#content #subscribe #rss {
	background-image: url(images/rss_icon_lightbg.png);
}
#about #subscribe #email {
	background-image: url(images/mail_icon.png);
}
#about #subscribe #rss {
	background-image: url(images/rss_icon.png);
}#about  #subscribe {
	width: 350px;
	padding-left: 20px;
}
#about .entry li {

}
#container #wrapper #sidebar #about .entry li {
	display: block;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 12px;
}
#container #wrapper #sidebar #about .entry ul {
	list-style-position: outside;
	list-style-type: disc;
	position: relative;
}
#container #wrapper #sidebar #about .entry p {
	line-height: 12px;
}
#container #wrapper #sidebar #about .entry .bibleref {
	color: #CCFFFF;
}
#container #wrapper #sidebar #sidebar2 .searchtags #form1 #search_text {
	width: 120px;
}
#content_outer {
	background-image: url(images/bottom_white450w.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 450px;
	padding-bottom: 0px;
	float: left;
	margin: 0px;
	position: relative;
}
.searchtags #searchform {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.searchtags #searchform #search-form-wrap #s {
	width: 120px;
}
#content  .entry .NIV {
	font-size: 9px;
	text-align: center;
	line-height: 12px;
}
#content #commentform .subscribe-to-comments {
}
#content #commentform .subscribe-to-comments #subscribe {
	height: 10px;
}
#content_outer #content_upper {
	background-image: url(images/top_white450w.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 450px;
	margin: 0px;
	padding: 0px;
}

/*for all floated elements inside wrappers*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End Clearfix */

#sidebar #about_top {
	background-image: url(images/top_trans_red_400w.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 400px;
}
#sidebar #about_bottom {
	background-image: url(images/bottom_trans_red_400w.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 400px;
}
#sidebar #sidebar2 #sidebar2top {
	background-image: url(images/topl_trans_red.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 200px;
}
#sidebar #sidebar2 #sidebar2bottom {
	background-image: url(images/bottoml_trans_red.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 200px;
}
#sidebar #sidebar1 #sidebar1top {
	background-image: url(images/topl_trans_green.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 200px;
}
#sidebar #sidebar1 .sidebar_bottom_green {
	background-image: url(images/bottoml_trans_green.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 200px;
	float: left;
}
#sidebar #sidebar1 .sidebar_top_black {
	background-image: url(images/topl_trans_black.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 12px;
	width: 200px;
}
#sidebar #sidebar1 .sidebar_bottom_black {
	background-image: url(images/bottoml_trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 12px;
	width: 200px;
}
