/* General */
html { /* Force Vertical Scrollbar */
/* IE */
overflow-y:scroll; 
/* Moz */
height: 100%;
margin-bottom:1px;
}

/* {
padding:0;
margin:0;
}

body {
font: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
color:#333;
font-size: 12px;
line-height:140%;
text-align:center;
background:#ddd !important;
background:#ddd;
} */

body {
	margin:0px;
	padding:0px;
	height:100%;
	background-image: url(images2/BG_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Trebuchet, Arial, Helvetica;
	font-size: 11px;
        line-height: 16px;
	color: #666666;
} 

fieldset,select,img {
border:0;
}

hr,#searchform br,.counter {
display:none;
}

a,a:link,a:active,a:visited {
color:#5D8BB3;
text-decoration:none;
}

a:hover {
color:#3465A4;
text-decoration:underline;
}

p {
margin:0 0 10px;
}

ol li {
list-style:decimal outside;
}

acronym,abbr,span.caps {
cursor:help;
font-size:10px;
letter-spacing:.07em;
}

acronym,abbr {
border-bottom:1px dashed #ffcc00;
}

blockquote {
border-left:3px solid #ccc;
margin:20px;
padding-left:10px;
}

cite,ins {
text-decoration:none;
}

code,pre,kbd {
font:14px 'Courier New',Courier,sans-serif;
}

small {
font:10px Arial,Helvetica,sans-serif;
color:#777;
}

strike,del {
color:#777;
text-decoration:line-through;
}

label {
cursor:pointer;
}

h1,h2,h3,h4 {
font-family:"Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
font-weight:700;
}

h1 {
font-size:24px;
text-align:left;
padding:20px 0 5px 20px;
}

h1 a,h1 a:link,h1 a:active,h1 a:hover,h1 a:visited {
color:#fff;
background:none;
}

h2 {
margin:5px 0;
font-size:14px;
}

h3,h4 {
margin:20px 0 0;
font-size:14px;
}

.invisible {
font-size: 0px;
height: 0px;
}

ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#797979; font-size: 120%; }
ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }
ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }
ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }
ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }
ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }
ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }

/* For Link Indication plugin */
a.liexternal { padding-right: 14px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_external_01.gif) no-repeat right; }
a.liwikipedia { padding-right: 16px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_imdb_01.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_ftp_01.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_mail_01.png) no-repeat right; }
a.lipdf { padding-right: 14px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_pdf_01.png) no-repeat right;  }
a.lildls { padding-right: 16px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_ldls_blue_12x12.png) no-repeat right;  }
a.liamz { padding-right: 17px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_amz.png) no-repeat right;  }
a.lidoc { padding-right: 14px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_word_11x11.png) no-repeat right;  }
a.lidocx { padding-right: 14px; background: url(http://www.pastorblog.com/wp-content/themes/unnamed_1_12/images/link-icon_word_11x11.png) no-repeat right;  }

/* Structure Divs */
#header {
margin:0 auto;
height:78px;
width:960px;
background:url(http://www.pastorbookshelf.com/reviews/wp-content/themes/newBlue/images/bg_header.jpg) no-repeat top center;
}

/*#container {
position:relative;
margin:0 auto;
width:970px;
background:url(images/bg_content.png) repeat-y center top transparent !important;
background:url(images/ie6/bg_content.png) repeat-y center top;
}*/

#content {
width:960px;
background:#fff;
margin:0 auto;
}

#primary-content {
float:left;
text-align:left;
width:500px;
display:inline;
overflow:hidden;
}

/*#footer {
clear:both;
height:80px;
margin:0 auto;
width:970px;
background:url(images/bg_footer.png) no-repeat top center transparent !important;
background:url(images/ie6/bg_footer.png) no-repeat top center #ddd;
}*/


#wrapFooter {
	position: relative;
	height: 100%;
	width: 100%;
}
#footer {
	background-image: url(images2/footerBG.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 63px;
	width: 950px;
	float: left;
}
#corp-links {
	list-style-type: none;
	position: relative;
	text-align: right;
	margin-top: 22px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#corp-links li {
	display: inline;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#JCA {
	position: absolute;
	left: 9px;
	top: 24px;
}
#footer a:link {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #1FBDFE;
}
#footer a:active {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}



#sidebar {
float:right;
margin-right: 20px;
border-left-width: 1px;
border-left-style: dotted;
border-left-color: #CCCCCC;
width:375px;
text-align:left;
overflow:hidden;
}

/* Config Structure Divs */
	/* Header and Navigation */
	.description {
	font-size:12px;
	text-align:left;
	padding:0 0 5px 20px;
	}
	
		#header h1 a, .description {
	color:#FFFFFF;
	}
		
	.pagetitle {
	/*margin-top:25px;*/
	text-align:center;
	}
	
	#nav {
	display:block;
	height:20px;
	margin:0 auto !important;
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing:0.15em;
	width:951px;	list-style:none;
	z-index:8;
	}
	
        #navGray {
	display:block;
	height:15px;
	margin:0 auto !important;
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing:0.14em;
	text-transform:uppercase;
	list-style:none;
	z-index:8;
	}
	#nav li {
	float:left;
	padding:0;
	margin:0;
	}
	
	#navGray li {
	float:left;
	padding:0;
	margin:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #f8f8f8;
	}
	
	#nav li a { 
	display:block;
	line-height:25px;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
	}

	#navGray li a { 
	display:block;
	line-height:21px;
	padding:0 9px;
	color:#9a9a9a;
	text-decoration:none;
	}
	
	#nav li a:hover { 
	color:#1FBDFE;
	}

	#navGray li a:hover { 
	color:#1FBDFE;
	}
	
		#nav li li {
	width:200px;
        background:#000000;
	}
	
	#nav ul a {
	color:#fff;
	line-height:20px;
	}

	#nav ul {
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:200px;
	list-style:none;
	text-align:center;
	border:1px solid #333;   
	background:url(images/bg_nav_ul.png) repeat left top transparent !important;
	background:#999;
	}

	#nav ul ul{
	top:0;
	left:100%;
	}
	
	#nav li:hover, #nav li.sfhover{
	cursor:pointer;
	z-index:100;
	}
        #nav li li:hover {
        background: #000000;
        }	

	#nav li:hover ul ul,
	#nav li li:hover ul ul,
	#nav li li li:hover ul ul,
	#nav li li li li:hover ul ul,
	#nav li.sfhover ul ul,
	#nav li li.sfhover ul ul,
	#nav li li li.sfhover ul ul,
	#nav li li li li.sfhover ul ul
	{display:none;}
	
	#nav li:hover ul,
	#nav li li:hover ul,
	#nav li li li:hover ul,
	#nav li li li li:hover ul,
	#nav li.sfhover  ul,
	#nav li li.sfhover  ul,
	#nav li li li.sfhover  ul,
	#nav li li li li.sfhover  ul
	{display:block;}
		
	/* Primary Cotent and Entries */
	.content-top {
	background:url(images/bg_content_top.png) no-repeat top center !important;
	background:url(images/ie6/bg_content_top.png) no-repeat top center;
	text-align:right;
	height:15px;
	width:100%;
	}
	
	.content-top a {
	font-size:10px;
	margin-top:4px;
	margin-right:15px;
	}

	.entry {
	text-align:left;
	padding:15px 3px;
	}
	
	.entry ul,.entry ol {
	margin:0 0 0 0px;
	}
	
	.entry li {
	padding-bottom:8px;
	}
	
	.entry-header {
	background:url(images/bg_entry_header.png) left bottom no-repeat;
	font-size:18px;
	margin:0;
	padding:4px 0;
	}
	
	.date-header {
	font-size:10px;
	color:#ccc;
	text-align:right;
	margin:0 0 10px;
	padding:0 5px;
	}
	
	.entry-footer {
	color:#ccc;
	font-size:10px;
	text-align:right;
	background:url(images/bg_entry_header.png) left top no-repeat;
	margin:0 0 0px;
	padding:4px 2px 2px;
	}
	
	/* Footer */
	#footer p {
	font-size:10px;
	text-align:center;
	line-height:12px;
	margin:0;
	padding:2px 0;
	}
	
	/* Sidebar */
	#sidebar h2 {
	color:#333;
	font-size:13px;
	text-transform:uppercase;
	margin:15px 2px 0 10px;
	padding:2px 0;
	}
	
	#sidebar ul {
	color:#777;
	list-style:none;
        margin:5px;
        padding:5px;
	}
	
	#sidebar li {
	width:100%;
	padding-bottom: 5px;
	}
	
	#sidebar ul ul li {
	width:100%;
	margin:0 10px;
	padding-bottom: 5px;
	/*padding:2px;*/
	}
	
	#sidebar ul ul li a,#sidebar ul ul li a:link,#sidebar ul ul li a:visited {
	padding-bottom: 5px;
	}
	
	.left-sidecolumn {
	clear:left;
	float:left;
	width:55%;
	padding:0 0 0 5px;
	}
	
	#left-side {
	list-style: none;
	}

	.right-sidecolumn {
	clear:right;
	float:right;
	width:38%;
	padding:0 5px 0 0;
	}

	#right-side {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
	
	.intro {
	color:#777;
	width:90%;
	margin:5px;
	padding:5px;
	text-align:left;
	}
	
	/* Shelf Elements */	
	#shelf {
	float:left;
	width:100%;
	overflow:hidden;
	}
	
	#toggle {
		width:960px;
		margin:0 auto !important;
	margin:0;
	text-align:left;
	background:#000;
	list-style:none;
	overflow:hidden;
	}
	
	#toggle h2 {
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	margin:15px 2px 0;
	}
	
	#toggle ul {
	list-style:none;
	margin:10px 0 10px;
	}
	
	#toggle li {
	float:left;
	width:21%;
	background:transparent;
	margin-left:1.8% !important;
	margin-left:1.5%;
	padding:0 4px 6px 4px;
	display:inline;
        list-style-type: none;
	}
	
	* html #toggle li {
	width:20%;
	}
	
	#toggle ul li {
	width:100%;
	margin:2px 0;
	padding:0 8px;
	overflow:hidden;
	}
	
	#toggle ul li a,#toggle ul li a:link,#toggle ul li a:visited {
	display:block;
	background:transparent;
	color:#fff;
	white-space:nowrap;
	padding:2px;
	border-top:1px solid #3465A4;
	border-bottom:1px solid #3465A4;
	text-decoration:none;
	}
	
	#toggle ul li a:hover {
	border-top:1px solid #ffcc00;
	border-bottom:1px solid #ffcc00;
	}
	
	#toggle li.tags {
	width:45%;
	}
	
	#toggle li.tags a:hover {
	background:none;
	text-decoration:underline;
	}
	
	#sidebar ul ul,#toggle ul {
	margin:0;
	padding:0 0 10px;
	}
	
	/* Footer */
	#footer p {
	text-align:center;
	line-height:18px;
	padding:25px 0 5px;
	}
	
	#footer p small {
	color:#fff;
	}

/* Search */
li#search {
width:95%;
margin:2px 3%;
}

#searchform {
color:#fff;
line-height:100%;
padding:0 0 5px 0;
display: block;
}

#searchform input {
border:0;
color:#fff;
margin:2px 4px;
}

#searchform input#searchinput {
width:92%;
color:#333;
border:1px solid #ccc;
background:url(images/bg_search.jpg) no-repeat right -24px #fff;
margin:5px 0 2px;
padding:3px;
}

#searchform input#searchinput:focus {
border:1px solid #ffcc00;
background:url(images/bg_search.jpg) no-repeat right 0 #fff;
}

#live-results {
color:#333;
margin:0;
padding:2px 0;
}

#live-results h2 {
display:block;
margin:5px 0;
padding:0;
}

#live-results h3 {
font-size: 11px;
margin:0;
padding:0;
}

#live-results .more-results {
display:block;
background:url(images/search-more.png) left center no-repeat;
margin:5px 15px 0 0;
padding:2px 0 2px 18px;
}

#search-loading {
height:18px;
width:18px;
background:url(images/spinner.gif) center center no-repeat;
}

#search-reset {
height:18px;
width:18px;
background:url(images/cancel.png) center center no-repeat;
cursor:pointer;
}

#search-results ul {
margin:0;
padding:0;
display:inline;
line-height: 16px;
list-style-position: outside;

}

#search-results li {
background:url(images/item.png) left top no-repeat;
margin:0;
padding-left:15px;
background-position: 0px 1px;
}

#search-results h3 {
margin:0;
padding:0 0 0 0px;
}
/* Comments and Trackbacks */
#comment-section {
margin:40px 0 0;
text-align:left;
}

#leavecomment {
text-align:center;
color:#ccc;
font-size:18px;
letter-spacing:-2px;
margin:30px 0;
}

#commentform {
margin:15px 0;
padding:10px;
}

input#author,input#email,input#url,textarea#comment {
border:1px solid #ccc;
padding:1px;
background:url(images/bg_input.jpg) repeat-x left top;
}

#commentform input:focus,#commentform textarea:focus {
color:#3377E3;
border:1px solid #ffcc00;
}

textarea#comment {
width:99%;
}

#submit,#previewcomment {
float:right;
margin:0 0 0 10px;
border:1px solid #3465A4;
color:#fff;
background:#5D8BB3;
padding:0 2px;
}

#submit:hover,#previewcomment:hover {
background:#3465A4;
}

.comment-header {
font-size:18px;
color:#ccc;
}

.comment-header a,.comment-header a:active,.comment-header a:visited,.comment-header a:link {
color:#ccc;
background:none;
}

.comment-header a:hover {
color:#ccc;
background:none;
text-decoration:underline;
}

.comment-content {
width:94%;
}

.comment-footer {
font-size:10px;
margin:4px 0;
padding:0;
}

.commentlist,.pinglist {
list-style:none;
margin:10px 0;
}

.commentlist li {
width:94%;
list-style:none;
padding:4px;
}

.commentlist p {
margin:10px;
}

.class-comment1 {
margin:15px 10px;
border:1px solid #5D8BB3;
}

.class-comment2 {
margin:15px 10px;
border:1px solid #ccc;
}

.pinglist li {
width:94%;
border:1px solid #3465A4;
list-style:none;
margin:15px 10px;
padding:4px;
}

.pinglist p {
text-align:left;
padding:8px 10px;
}

#commentlist li img {
padding:0;
border:0;
}

#commentlist li img.gravatar {
float:right;
margin:2px;
border:2px solid #f1f1f1;
}

 
#error {
line-height:2.0;
padding:4px;
color:#FF0000;
background-color:#FFFF99;
}

#commentload {
padding-top:3px;
float:right;
vertical-align:middle;
}
/* Images */
p img {
border:0;
max-width:100%;
padding:2px;
}

img.center,img[align="center"] {
display:block;
margin:auto;
}

img.alignright,img[align="right"] {
float:right;
display:inline;
margin:0 0 2px 7px;
padding:2px;
}

img.alignleft,img[align="left"] {
float:left;
display:inline;
margin:0 7px 2px 0;
padding:2px;
}

img.wp-smiley {
border:0;
}

.feedlink img {
float:right;
height:12px;
width:12px;
border:0;
margin:-19px 0 0;
}

/* Text align */
.center {
text-align:center;
}

.alignleft {
text-align:left;
}

.item,.alignright {
text-align:right;
}

/* Float */
div.floatright {
float:right;
}

div.floatleft {
float:left;
}

/* Classes */
.navigation {
display:block;
text-align:center;
padding:15px 0;
}

.alert {
width:90%;
background:#FFFF99;
border-left:4px solid #FFD324;
text-align:center;
margin:10px 0;
padding:5px 10px 5px 0;
}

.metacmt,.metaedit,.metapost {
background:url(images/arrow.png) left center no-repeat;
padding-left:18px;
}

.clear {
clear:both;
}

--------

/* html {
     height: 100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	background-image: url(images2/BG_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
} */

#container2 {
width:951px;
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;
height:100%;
}
.left {
	background-image: url(images2/leftGlow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(images2/rightGlow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#middle {
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
}


.topAd {
	padding-top:5px;
}
#subNavBtn {
	background-image: url(images2/subMenu_bar_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	height: 25px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	line-height: 24px;
	font-size: 11px;
}
#subNav {
	position: relative;
	background-color: #FFFFFF;
	width: 951px;
	background-image: url(images2/behindSubNav.jpg);
	background-repeat: no-repeat;
	height: 37px;
}
#cntrContainer {
	position: relative;
        float: left;
	width: 951px;
        height: 100%;
	background-color: #FFFFFF;
	background-image: url(images2/behindContent.jpg);
	background-repeat: no-repeat;
}

#leftShadow {
	background-image: url(images2/topLeftShadow.gif);
	background-position: left top;
	height: 100%;
	width: 12px;
	position: relative;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}
#text {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
        height: 100%;
}
#logo {
	background-image: url(images2/logo_bookshelf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
	width: 342px;
	position: relative;
}
#dateTime {
	padding-top: 30px;
	padding-right: 10px;
}
#navBookshelf {
	background-image: url(images2/menu_bookshelf.jpg);
	position: relative;
	height: 26px;
	width: 610px;
	left: 342px;
	background-repeat: no-repeat;
}
#whiteBar {
	background-image: url(images2/whiteBar.jpg);
	position: relative;
	height: 46px;
	width: 610px;
	top: 26px;
	text-align: right;
	font-size: 10px;
	color: #989898;
}
#topAdBG {
	background-image: url(images2/behindAd.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 102px;
	width: 951px;
	text-align: center;
}
#rightShadow {
	background-image: url(images2/topRightShadow.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 963px;
	height: 100%;
	top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#rightInnerShadow {
	position: absolute;
	z-index: 0;
	height: 282px;
	width: 28px;
	left: 921px;
	background-image: url(images2/shdw_rt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logoLinkHome {
	position: absolute;
	height: 70px;
	width: 340px;
}
#thebigad {
        /*padding-top: 20px;*/
        text-align: center;
	height: 100%;
	width: 374px;
	position: relative;
}
#sponsorTxt {
	margin: auto;
	height: 100%;
	width: 280px;
	position: relative;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#sponsorHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BFBFBF;
	letter-spacing: -1px;
	text-align: center;
	height: 20px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	vertical-align: middle;
	padding-top: 3px;
}
#imageMap4menu {
	position: absolute;
	height: 20px;
	width: 575px;
	left: 25px;
	top: 1px;
}

.leftSubsite {	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
.rightSubsite {
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
#containSubSites {
	position: absolute;
	width: 523px;
	height: 27px;
        left: 205px;
	top: 0px;
	text-align: left;
}
#navGray a.boldSubSite:link {
	font-weight: bold;
	color: #4ba2f2;
	background-color: #ffffff;
}
#navGray a.boldSubSite:active {
	font-weight: bold;
	color: #4ba2f2;
	background-color: #ffffff;
}
#navGray a.boldSubSite:visited {
	font-weight: bold;
	color: #4ba2f2;
	background-color: #ffffff;
}
#navGray a.boldSubSite:hover {
	font-weight: bold;
	color: #9a9a9a;
	background-color: #ffffff;
}