html { height: 100%; }

body {
  margin: 0; 
  padding: 0;
  background: #cc6600;
  min-height: 100%; 
  height: 100%; 
  font-size: 1.0em;
}

html>body {
  min-height: 100%;
  height: auto;	
}

* {
  margin: 0; 
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
}

form > b {
  font-size: 0.80em;	
}

a {
  color: #000000;
  font-weight: bold;	
}

a > img {
  border: 0px;	
}

#errors {
  background: #FF9900;
  margin-bottom: 5px;	
  padding: 5px;
  border: 1px black solid;
}

#message {
  background: #CCCCCC;
  margin-bottom: 5px;	
  padding: 5px;
  border: 1px black solid;
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: .90em;  
}



input.submit {
  color: white;
  background: #cc6600;
  font-weight: bold;
  padding: 4px;
  font-size: .90em;	
}

.book-summary {
  float: left;
  margin-top: 15px;
}

.submit {
  color: white;
  background: #cc6600;
  font-weight: bold;
  border: 2px black solid;
  padding: 5px;
  margin: 5px;
  font-size: .90em;
  text-decoration: none;
  width: 200px;
  text-align: left;	
}

label {
  font-weight: bold;	
}

input.button {
  color: white;
  background: #cc6600;
  padding: 1px;	
}

a.postbutton {
  color: white;
  background: #cc6600;
  padding: 1px;
}	

.label {
   font-size: .85em;
   text-align: right;	
}

h1,h2,h3,h4 {
	padding-top: 0px;
	padding-bottom: 2px;
}

h1 {
  font-size: 1.3em;	
}

h2 {
  font-size: 1.2em;	
}

h3 {
  font-size: 1.1em;	
}

h4 {
  font-size: .95em;	
}

p {
  line-height: 1.3em;
  padding-top: 2px;
  padding-bottom: 5px;
  font-size: .80em;  
}


#figlet {
  font-family: courier;
}

pre {
    background: #cccccc;
    padding: 4px;
}

code {
  font-family: monospace;
}

/*------------Block styles------------*/

#topmast {
  width: 100%;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background: #666666;
  border-bottom: 1px solid white;	
  font-size: .95em;
  color: white;  
  font-weight: bold;
}

#topmast a {
  color: white;	
}

#surround {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#masthead {
  width: 100%;
  background: #cc6600;
  height: 65px;	
  padding-top: 5px;
  margin-bottom: 0px;
  font-size: 0.90em;
  text-align: center;
  color: white;
}

#masthead a {
  color: white;
  font-weight: bold;
  text-decoration: underline;	
}

#masthead a:hover {
  text-decoration: underline;	
}

#shopping-cart {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

#cart {
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  border-top: 0px;
  background: #ccc;
  width: 350px;	
}

#logo {
  float: left;	
}

img.book {
  float: left;
  border: 1px solid black;
  margin-right: 10px;	
  margin-bottom: 15px;
}

#intro-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#section-intro {
  width: 100%;

}

/* Site Navigation tabs */

.sitenav {
	display: table;
	float: left;
	background: #cc6600;
	color: white;
	text-align: center;
	height: 20px;
	width: 100%;
}

.sitenav-item {
	float: left;
	background: #333333;
	border-top: white 1px solid;
	border-bottom: gray 1px solid;	
	border-right: gray 1px solid;
	padding: 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 15%;	
}

.sitenav-item:last-child {
	border-right: 0px;
	text-align: center;
	width: 16%;
	border-right: black 1px solid;
}

.sitenav-item > a {
  color: white;	
  text-decoration: none;
}

.nav {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	height: 100%;
}

.nav li {
	display:inline;
	padding:0;
	margin:0;
}

.nav li:first-child a {
	border-left: 0px;
}

.nav li:last-child a {
	border-left: 0px;
}

.nav a:link,
.nav a:visited {
	color: #000;
	background: #333;
	padding: 10px 50px 4px 10px;
	float: left;
	width: auto;
	text-decoration: none;
	font: bold 1.1em/1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#fff;
	border-right: 1px solid white;
}

.nav a:hover {
	color:#fff;
	background:#727454;
}



/* Book Navigation tabs */

.booknav {
	display: table;
	float: left;
	background: #6D98AB;
	color: white;
	text-align: center;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	height: 20px;
	width: 100%;
	margin-bottom: 10px;
}

.booknav-item {
	float: left;
	border-right: 1px solid black;
	padding: 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 23%;	
}

.booknav-item:last-child {
	border-right: 0px;
	text-align: center;
	width: 25%;
}

.booknav-item > a {
  color: white;	
  text-decoration: none;
}

/* Tab Content */

.selected {
    font-weight:bold;
    background: black;
}

.tab-content {
    clear: both;
    border: 1px solid #ddd;
    padding: 10px;
}


/* Playlist styling */

.playlist {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  font-size: 0.90em;
}

.playlist th {
  text-align: left;	
}

.playlist td {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0px;	
}

.playlist .odd {
  background: #ecf6fc;
}

.playlist .even {
  background: #ffffff;
}


/* */

.category {
  width: 98%;
  height: 20px;
  background: #333333;
  color: white;
  padding: 3px;
  padding-left: 5px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 16px;
  font-weight: bold;
}

.subcategory {
  height: 20px;
  color: black;
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
}

.tiny {
  font-size: .75em;	
}

.center {
  text-align: center;	
}

.chapter-title {
  font-size: 1.3em;
  color: #EB8C00;	
  font-weight: bold;
}

#login {
  text-align: right;	
}

#menu {
  text-align: right;	
  font-weight: bold;
}

/* Used to keep the divs in a row.  you can use this for any size of divs */

#rowcontainer-top {
  margin-bottom: 2px;
  overflow: visible;
  width: 1000px;
  height: 65px;
  margin-left: auto;
  margin-right: auto; 
  color: white;
}

#rowcontainer-top a {
	color: white;
}

.onethirdcolumn-top {
  float: left;
  width: 325px; 
  padding-left: 5px;
  height: 84px;
}

.onethirdcolumn h3 {
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #383838;
  color: white;
  margin-top: 10px;
  padding-left: 5px;	
}

.twothirdcolumn-top {
  float: left;
  width: 655px;
  height: 65px;
  padding-right: 10px;
}

.small {
  font-size: .75em;	
}

#rowcontainer {
  margin-bottom: 2px;
  overflow: hidden;
  background: #fff;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  height: auto !important;
  height: 850px;
  min-height: 850px;  
}

/* One third width column for a three column site */

.onethirdcolumn {
  float: left;
  width: 315px; 
  padding-left: 5px;  
}

.twothirdcolumn {
  float: left;
  width: 650px; 
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid gray;
  height: 100%;
  height: auto !important;
  height: 850px;
  min-height: 850px;
}

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

/* BLOG */

h3.blog {
  font-size: 1.50em;
  padding-bottom: 0px;
  color: #663300;
  margin-top: 15px;
}

p.blog {
  padding: 2px;	
}

p.timestamp {
  padding: 0px;
  font-size: .75em;	
}

.blogcomment {
  padding: 3px;
  background: #CFECEC;	
}

/* CLOUD */

ul.Zend_Tag_Cloud {
	width: 90%;
	margin: 0px;
	padding: 5px;
}

ul.Zend_Tag_Cloud li {
    display: inline;	
    padding-right: 5px;
}

/* Shopping Cart */

.cart {
  border-collapse: collapse;
  padding: 3px;
  width: 100%;
  font-size: .90em;
}

.cart th {
  background: #6D98AB;
  padding: 5px;
  color: white;
  text-align: left;
}

.cart td {
  padding: 5px;
}

table {
  font-size: 0.90em;
}

td {
  vertical-align: top;
  font-size: 0.90em;	
  padding: 3px;
}

/* image rotator */

/* rotator in-page placement */
div#rotator {
	position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 300px;
}

/* rotator css */
div#rotator ul li {
	float: left;
	position: absolute;
	list-style: none;
	padding: none;
	margin-left: 8px;
}

/* rotator image style */	
div#rotator ul li img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #FFF;
	margin-left: -10px;
}

div#rotator ul li.show {
	z-index: 500;
	text-align: center;
}


ul {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

li {
  margin-left: 15px;
  padding-left: 5px;
  font-size: .80em;	
}


/*

.main_image {
    width: 100%;
    height: 300px;
    background: #333;
    text-align: center;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.rotator {
 background: black;	
 color: white;
 float: left;
 position: relative;
}

#rotator li
{
  display: inline;
  list-style-type: none;
  padding-right: 19px;
  list-style-image: url(/images/bullet.png);
  
}

#rotator li a {
  color: white;
  text-decoration: none;
}
*/

/* Secondary Posts ---------------------- */

#secondaryPosts {
	float: left;
	position: relative;
	display: block;
	height: 1000px;
	padding: 5px 0 0 0;
	width: 100%;
	margin: 0 0 0 14px;
	text-align: center;
}

.secondaryPost{
	float: left;
	margin: 10px 0 0 10px;
	width: 200px;
	height: 250px;

}

.secondaryPost img{
	vertical-align: bottom;
}

#secondaryPosts .secondaryPost3{
	margin-right: 0;
}

#secondaryPosts .secondaryPost h2 {
	color: #383838;	
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	padding: 10px 0 0 5px;
}

#secondaryPosts .secondaryPost img {	
	border: 1px solid #000;
}

#secondaryPosts .secondaryPost h2 a:link, .secondaryPost h2 a:visited {
	color: #0d618a;
}

#secondaryPosts .secondaryPost h2 a:hover {	
	color: #e15f00;	
}

#secondaryPosts p {	
	padding-top: 10px;
	font-size: 12px;
	margin: 0px 10px 0 5px;
	color: #383838;
}

#secondaryPosts .postMeta {
	font-size: 11px;	
	padding: 10px 5px 20px 5px;
	border-bottom: 1px solid #dac980;
	font-weight: bold;
	margin-top: 1px;
	
}



#secondaryPosts .postMeta .category {
	float: left;
	display: block;	
	
}

#secondaryPosts .postMeta a:link, #secondaryPosts .postMeta a:visited {
	color: #df5800;
}

#secondaryPosts .postMeta a:link{
	color: #e15f00;
}
