/*  
Theme Name: Bibletoolbar Theme
Theme URI: http://bibletoolbar.net
Description: An edit to Simple La Bob
Version: 1.0
Author: Bibletoolbar
Author URI: http://bibletoolbar.net
*/

* {margin: 0; padding: 0;}	
form {margin: 0; padding: 0;}
h1 {font-size: 19px; color: #000000;}
h2 {font-size: 16px; line-height: 20px; color: #000000;}
.h2 {font-family: Arial, Helvetica, sans-serif; line-height: 18px; font-size: 12px; color: #037003;}
h3 {font-size: 15px; color: #037003;}

html, body, #wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%; /*Sets the min height to the
		height of the viewport.*/
	height: 100%; /*Effectively, this is min height
		for IE5+/Win, since IE wrongly expands
		an element to enclose its content.
		This mis-behavior screws up modern  
		browsers*/
}

html>body #wrap {
	height: auto; /*this undoes the IE hack, hiding it
		from IE using the child selector*/
}
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, tr, td {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
h2 > a:link, h2 > a:visited, h2 > a:active { color:#037003; text-decoration: none;}
h2 > a:hover {color:#037003; text-decoration: none; font-weight: bold;}
a:link,a:visited,a:active {color:#8F8F8F; text-decoration: none;}
a:hover	{color:#037003; text-decoration: none;}

#topBand {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff url(images/headerbg.png) repeat-x left top;
	margin: 0px;
	padding: 0px; 
	width: 100%;
	height: 73px;
}

#wrap {position: relative; width: 980px; border-right: 0px solid #ccc; text-align: left; vertical-align: middle; margin: 0px auto; padding: 0px;}
#header {width: 980px; height: 90px; text-align: right; margin: 0px auto; padding: 25px 0px 20px 0px;}
#logo {z-index: 10; top: 0px; left: 0px; position: absolute; width: 600px; padding-top: 35px; padding-bottom: 35px;} 
#logo h1 { text-indent: -10000px; padding: 0px; margin: 0px; } 
#logo h1 a { display: block; background: url(images/bthead.png) no-repeat; height: 90px;}
#middle {clear: both; width: 980px; margin-top: 13px;}
#right {float: right; width: 234px;}
#left {float: left; width: 728px;}
.entry {width: 728px; border: 1px solid #dadada; background: #fff url(images/entry.gif) repeat-x left top; margin-bottom: 10px;}
.entry p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #000000; padding: 10px 15px 10px 15px;}
.entry h2 { font-family: Courier New, sans-serif; line-height: 18px; font-size: 19px; color: #037003; padding: 10px 10px 0 10px;}
.entry li {margin-left: 25px;}
#sidebar { background: #fff; width: 212px; border: 1px solid #dadada; margin-bottom: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #000000; padding: 10px; }
#sidebar h2 { font-size: 14px; padding: 3px 0px; margin: 0px 7px 3px 7px; border-bottom: dashed 1px #ccc;}
#sidebar ul { list-style-type: none; margin: 0 ; padding: 0; }
#sidebar ul li { list-style-type: none; margin: 0 0 10px 0; padding: 0; }
#sidebar ul li ul { list-style-type: square; margin: 0px; padding: 0 3px; }
#sidebar ul li ul li { list-style-type:none;  background: transparent url(images/bullet.png) no-repeat 0 2px; padding: 0px 0px 2px 14px; border: 0; margin: 0;  }
.alignright { float: right; }
.alignleft { float: left; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.comments h3 { font-size: 14px; padding: 3px 0px; margin: 0px 7px 3px 7px; border-bottom: dashed 1px #ccc;}
.gcomment { border-left: none; vertical-align:middle; border-right:none; margin-bottom:3px; border-bottom: 1px solid #f3f3f3; padding:3px; background-color:#F7F7F7; }
.ucomment { border-left: none; border-right:none; margin-bottom:3px; border-bottom: 1px solid #f3f3f3; padding:3px; background-color:#fbfbf1; }
ol.commentlist { padding: 0; margin: 0 0 1px; }
ol.commentlist li { list-style: none; margin: 0; padding: 13px 13px 1px; }
ol.commentlist li.commenthead { list-style: none; margin: 0; }
ol.commentlist li.commenthead h2 { margin: 0;}
#footer { 
	background-image: url('images/footerbg.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	clear:both;
	width: 100%;
	height: 20px;
	margin-top: -64px;
	padding: 64px 0px 0px 0px;
}

#footer p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff;}
#footer a:link, #footer a:active, #footer a:visited { color: #ffffff; text-decoration: none;}
#footer a:hover { color: #037003; text-decoration: none;}
