/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #efe7ce; /* dark green color for browser window background color and page headings */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #524939;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 5px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #004D01;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #004D01;
text-align: left;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #004D01;
font-size: 130%;
text-align: left;
}

h4 {
clear: none;
}

blockquote {
margin: 0px;
color: #000000;
font-size: 110%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
font-style: italic;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #524939;   /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 197px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 40px 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin: 30px 0 0 -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin: 20px 0 0 -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
margin: 0px 0px 0px 0px;
width: 960px;
padding: 8px 0;
border-top: 1px solid #524939;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}

/* -- Custom Bullet Lists -- */

#ContentColumn ul {
list-style-type: none;
margin-left: 0px;
}

#ContentColumn li {
background: url(../image-files/bookworm01.png) no-repeat;
height: 30px;
padding-left: 30px;
}

#Description ul {
list-style-type: none;
margin-left: 0px;
}

#Description li {
background: url(../image-files/bookworm01.png) no-repeat;
padding-left: 30px;
height: 100%;
}

/* -- Tabs CSS -- */

#tabs2 ol {
list-style-type: none;
padding-left: 10px;
margin-left: 10px;
margin-top: 20px;
}

#tabs2 li {
background: none;
padding-left: 5px;
padding-bottom: 15px;
}

#tabs { 
list-style-type: none; 
padding-left: 0;
margin-left: 0px;
margin-top: 0px;
}

#tabs li { 
display: inline; 
background: none;
margin-right: 7px;
padding-left: 0px;
padding-bottom: 0px;
}

#tabs li a { 
color: blue;
background-color: #FFFFff;
padding-left: 0px;
padding-bottom: 0px;
}

#tabs li a:hover { 
color: #524939;
background-color: #e7d3bd; 
}

#tabs li a.selected { 
color: #524939; 
background-color: #e7d3bd; 
font-weight: bold; 
}

div.tabContent { 
border: 1px solid #ffffff; 
padding: 0.0em; 
background-color: #ffffff; 
}

div.tabContent.hide { 
display: none; 
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/bfb-books-bg-02.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/bfb-books-logo-02.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/bfb-books-bg-02.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#Footer {
background-repeat: repeat;
background-color: #9c9a63;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #000000;
}

#ExtraColumn {
font-size: 90%;
color: #000000;
}

#NavColumn h4 {
font-size: 120%;
color: #ffffe7;
border-bottom: 0px solid #ffffe7;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 120%;
color: #ffffe7;
border-bottom: 0px solid #ffffe7;
margin-top: 16px;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 120%;
text-align: left;
color: #ffffe7;
border-bottom: 0px solid #ffffe7;
margin: 0px 0 8px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ffffe5;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #524939;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #524939;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #524939;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #524939;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #efe7ce;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
padding: 5px;
border: 0px solid #316500;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0;
}

.ExtraNav a:visited {
color: purple;
text-decoration: none;
}

.ExtraNav a:hover {
color: red;
background-color: #FFFFE5;
text-decoration: underline;
}

#Header .ExtraNav {
	width: 960px;
	background-repeat: repeat-x;
	height: 30px;
	background-image: url(../image-files/bfb-books-navbg-01.jpg);
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 165px;
}
#Header .ExtraNav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Header .ExtraNav li {
	list-style-type: none;
	float: left;
	line-height: 30px;
	border-top: 0px solid #524939;
    border-bottom: 0px solid #524939;
    border-right: 0px groove #524939; 
	font-weight: normal;
	font-size: 90%;
	display: block;
	padding: 0px;
	margin: 0px;
	}
#Header .ExtraNav li   a:link    {
	display: block;
	text-decoration: none;
	padding-right: 1.0em;
	padding-left: 1.0em;
	color: #524939;
	font-weight: bold;
}
#Header .ExtraNav li   a:hover	{
	color: #524939;
	background-image: url(../image-files/bfb-books-navbg-hover-01.jpg);
	text-decoration: none;
	}
#Header .ExtraNav li   a:visited	{
	color: #524939;/*black*/
	text-decoration: none;
	font-weight: bold;
	}	
#Header .ExtraNav li a {
	display: block;
	padding-right: 1.0em;
	padding-left: 1.0em;
}
#Header .ExtraNav li a.current, #Header .ExtraNav li a.current:hover {
	color: #524939;/*black*/
	background-image: url(../image-files/bfb-books-navbg-hover-01.jpg);
	text-decoration: none;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: #9c9a63;
font-weight: normal;
}



/* ------ Section 6 - Boxes ------ */

.RateBox {
background-color: #FFFFcc;
width: 163px;
border: 1px solid #004d01;
margin-bottom: 15px;
padding: 0px;
color: black;
float: center;
text-align: center;
}

.SearchBoxRC {
background-color: #FFFFe5;
width: 96%;
border: 1px solid #524939;
margin-bottom: 15px;
padding: 5px;
color: black;
float: center;
text-align: center;
}

.SearchBox {
background-color: #ffffff;
width: 90%;
border: 1px dotted #524939;
margin-bottom: 15px;
padding: 20px;
color: black;
float: center;
text-align: center;
}

.CalloutBox {
background-color: #FFFfe5;
font-size: 80%;
width: 100%;
border: 1px solid #4D4D00;
margin: 18px 15px 24px 0;
padding: 0px;
color: black;
}

.CalloutBox2 {
background-color: #FFFfe5;
font-size: 90%;
width: 96%;
border: 1px solid #316500;
margin: auto 20px 20px auto;
padding: 4px;
color: #316500;
}

.CalloutBox3 {
background-color: #FFFFE5;
font-size: 75%;
width: 40%;
border: 1px solid #4D4D00;
margin: 0 0 0 0;
float: right;
padding: 0px;
color: black;
}

.CalloutBox4 {
background-color: #FFFFCC;
font-size: 110%;
width: 96%;
border: 1px solid #316500;
line-height: 150%;
margin: auto 20px 20px auto;
padding: 4px;
color: #000000;
}

.CalloutBox5 {
background-color: #9c9a63;
font-size: 90%;
width: 30%;
border: 1px solid #4D4D00;
margin: 10px 5px 10px 5px;
padding: 4px;
color: #316500;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

.CalloutBox2 a:link {
color: #316500;
text-decoration: none;
}

.CalloutBox2 a:visited {
color: #4D4D00;
text-decoration: none;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #FFFFE5;
width: 45%;
border: 1px solid #4D4D00;
margin: 5px 5px 5px 10px;
float: right;             /* adding float enables text to flow around it */
color: #000000;
}

.ReminderBox2 {          
background-color: #FFFFE5;
width: 28%;
font-size: 80%;
padding: 3px;
border: 1px solid #4D4D00;
margin: 5px 15px 5px 10px;
float: left;             /* adding float enables text to flow around it */
color: #000000;
}

.ReminderBox h4 {
margin: 8px 0 0 0;
padding: 2px;
text-align: center;
background-color: #ffffe5;
}

.ReminderBox2 h4 {
margin: 2px 0 0 0;
color: #4D4D00
padding: 2px;
text-align: center;
background-color: #ffffe5;
}

.ReminderBox p {
font-size: 80%;
padding: 2px 2px 2px 8px;
line-height: 140%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter {
padding: 0px;
background-color: #ffffff;
border: 0px solid #316500;
}

.AdSenseBoxLeft {
margin: 5px 18px 12px 5px;
float: left;
}

.AdSenseBoxRight {
margin: 5px 5px 12px 18px;
float: right;
}

.AdSenseBoxCenter {
margin: auto auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: auto 0 auto 0;
border: 1px solid #524939;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
width: 94%;
background-color: #ffffe5;
border: 1px solid #524939;
margin: 5px 1px 5px 4px;
padding: 4px 0px 0px 0px;
font-size: 100%;
color: #524939;
line-height: 120%;
text-align: center;
float: right;
}

#RSSbox2 {
width: 90%;
background-color: #ffc;
border: 0px solid #316500;
margin: 0px auto 0px auto;
padding: 2px 10px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #316500;
line-height: 120%;
text-align: center;
float: center;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.RecommendedReading {          
width: 90%;
margin: 20px auto;
background-color: #ffffe5;
padding: 10px 5px 20px 10px;
border: 1px solid #524939;
color: #004d01;
}

.RecommendedReadingBox {          
width: 95%;
margin: 10px auto;
text-align:left;
color: #000000;
}

.RecommendedReadingBox h3 {
text-align: center;
font-size: 130%;
}

.QuickLinks {          
width: 35%;
float:right;
margin: auto 10px;
background-color: #efe7ce;
padding: 5px 5px 5px 5px;
border: 1px solid #524939;
text-align:center;
color: #000000;
}

.SeriesBox {          
width: 45%;
font-size:95%;
padding: 8px 8px 8px 8px;
border: 1px dotted #524939;
color: #000000;
margin: auto 0 10px 5px;
float: right; 
}

div.SeriesBox h3 {
margin: 5px 0 5px auto;
}

.PageIntro {          
background-color: #efe7ce;
width: 96%;
border: 1px dotted #524939;
margin: 0px 0px 20px 0px;
float: center;       /* adding float enables text to flow around it */
padding:10px;
padding-left: 15px;
padding-bottom:15px;
color: #000000;
}

.PageIntroAuthor {          
background-color: #efe7ce;
width: 96%;
border: 1px dotted #524939;
margin: 0px 0px 20px 0px;
float: center;       /* adding float enables text to flow around it */
padding:10px;
padding-left: 15px;
padding-bottom:15px;
color: #000000;
}

.StoreBox {          
width: 80%;
margin: auto auto;
background-color: #ffffff;
background-repeat: no-repeat;
border: 1px dotted #524939;
color: #000000;
font-size:95%;
float: center;
}

div.StoreBox h3 {
margin: 5px 0 5px auto;
}

.BuyAuthorBooks {
background-color: #ffffff;
width: 95%;
text-align: center;
color: #524939;
border-top: 1px dashed #524939;
border-bottom: 1px dashed #524939;
margin: 30px auto 30px auto;
padding: 5px;
}

.RecommendedProducts {
background-color: #ffffff;
width: 95%;
text-align: left;
color: #000000;
border-top: 1px dashed #524939;
border-bottom: 1px dashed #524939;
margin: 30px auto 30px auto;
padding: 5px;
font-size: 90%;
}

.BoxSets {
background-color: #ffffff;
width: 75%;
text-align: left;
color: #000000;
border-top: 1px dashed #524939;
border-bottom: 1px dashed #524939;
margin: 30px auto 30px auto;
padding: 5px;
}

.RelatedLinks {          
width: 35%;
margin: 15px 15px 15px 15px;
background-color: #ffffff;
padding: 5px 5px 20px 8px;
border: 1px solid #524939;
color: #000000;
font-size:95%;
float: right;
text-align: center;
}

.LatestNews {          
width: 80%;
padding: 5px 5px 20px 8px;
border: 1px dotted #524939;
color: #524939;
margin: 15px 0px 20px 0px;
text-align: left;
}

.BookInfoBox {
color: #000000; 
background-color: #ffffff; 
border-bottom: 1px dotted #524939; 
width: 45%;
padding: 0px;
text-align: left;
font-size:95%;
float: left;
}

.BookInfoBoxLeft {
color: #000000; 
background-color: #ffffff; 
border: 0px dotted #524939; 
width: 100%;
padding: 0px;
margin-bottom:15px;
text-align: left;
font-size:100%;
float: left;
}

.BookInfoBoxRight {
color: #000000; 
background-color: #ffffff; 
border: 1px dotted #524939; 
width: 45%;
padding: 10px;
margin-bottom:15px;
text-align: left;
font-size:95%;
float: right;
}

.PopularSearches {
color: #000000; 
background-color: #ffffff; 
border: 1px dotted #004d01; 
width: 45%;
padding: 10px;
margin-left:5px;
text-align: left;
font-size:95%;
float: right;
}

.CategoryBox {
color: #000000; 
background-color: #ffffff; 
border: 1px dotted #004d01; 
width: 40%;
padding: 10px;
margin:7px;
text-align: left;
font-size:95%;
float: right;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #523418;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* -- blog widget -- */

div#blog-insertion {
 margin:3px 3px 0px 2px; 
 border: 1px solid #004d01;
 padding: 0px;
 vertical-align:top;
 width:155px;
 overflow:auto;
}
div#blog-credit{
 margin:0px 3px 5px 2px; 
 border: 1px solid #004d01;
 padding: 0px;
 vertical-align:top;
 width:155px;
  background-color: #ffffcc;
  color: #004d01;
}

div#bloghead {
  background-color: #ffffcc;
  color: #004d01;
  padding-bottom:2px;
  margin-bottom: 2px;
}
div#blogroll {
    text-align: left;
    background-color: #ffffcc;
    padding-bottom: 7px;
    padding-left:3px;
    padding-right:3px;
}
A:link#bloglink {
	color: #004d01;
	text-decoration:none;	
	background-color: #ffffcc;
}
A:link#blog-source {
   color: #004d01;
   text-decoration:none;
}   
A:visited#blog-source {
   color: #004d01;
   text-decoration:none;
}   
A:hover#blog-source {
   color: #004d01;
   text-decoration:none;
}   
A:active#blog-source {
   color: #004d01;
   text-decoration:none;
}   
A:visited#bloglink {
	color: #004422;
	text-decoration:none;
	background-color: transparent;
}

A:hover#bloglink {
	color: #004422;
	text-decoration:none;
	background-color: transparent;
}
