/* CSS Document */


/*------ BASIC GLOBAL STYLES ---------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #005A5D;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #4D2C09;
	text-align: left;
	vertical-align: top;
	horizontal-align: left;
}

a:link, a:visited {
	color: #007079;
	text-decoration: none;
	border: 0;
	}

a:hover, a:active {
	color: #003d40;
	text-decoration: underline;
	border: 0;
	}
	
img {
	border: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}








/*-------- TOP NAV  (home, faq, contact, site)--------*/

#topNav {
	background: #005A5D;
	width: 863px;
	position: relative;
	margin: 5px auto 0 auto;
	text-align: right;
	border: 0;
	}

#topNav img{
	display: inline;
	border-bottom: 0;
	}
	#topNav a:link, a:hover, a:visited, a:active{
	border-bottom: 0;
	}







/*-------- CONTAINER & MASTHEAD --------*/



#container {
	background: #ffffef;
	width: 863px;
	position: relative;
	margin: 0px auto;
	border: solid 3px #4D2C09;
	}
* html #container {
	max-width: 863px;
	overflow: auto;
	}
	
/* following allows container to wrap around floats */
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	   #container { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #container { display: block; }
      /* End hide from IE-mac */


#masthead {
	width: 863px;
	position: relative;
	margin: 0px auto;
	}
#masthead img {
	display: inline;
	}
	#masthead a:link, a:visited, a:hover, a:active{
	border-bottom: 0;
	}
	
	


/*-------- SEARCH --------*/

.cse-branding-bottom {
	width: 223px;
	float: right;
	margin: 0;
}

.searchsite {
	background: #FFFFEF;
	color: #664829;
	border: 1px solid #4D2C09;
	padding: 3px;
}

#cse-search-results {
	margin-left: 30px;
}

#cse-search-results iframe {
	width: 600px;
}

.searchbutton {
	background: #478D8F;
	border: 1px solid #F5E9D0;
	color: #FFFFEF;
	padding: 2px 0px;
	font-size: 10px;
}

.searchbutton:hover {
	color: #fff;
	border-color: #fff;
	background: #8FBEBF;
	cursor: pointer;
}


/*-------- MAIN NAVIGATION --------*/


#mainNav {
	background: #ffffef;
	width: 181px;
	float: left; 
	}
	
	#mainNav p{
	font-size: 12px;
	line-height: 18px;
	color: #4D2C09;
	text-align: left;
	margin: 15px 10px 0 10px;
	}
	
	#mainNav ul{
	text-align: left;
	list-style: none;
	margin: 20px 10px 0 10px;
	padding: 0;
	}
	
	#mainNav ul.books{
	font-size: 12px;
	line-height: 25px;
	font-weight:bold;
	font-style:italic;
	color: #005a5d;
	}
	
	

/* HOME Main Nav - accordion test */
#menu_container {
	background: #ffffef;
	width: 181px;
	float: left;
	}


.toggler {
	padding: 0;
	background-color: #00E5E5;
	color: #252020;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}

.accordion {
	color: #ffffef;
}



	
	
	
	
/*----------- CONTENT WRAPPERS for all pages -----------*/

#content {
	position: relative;
	float: left;
	background: #ffffef;
	vertical-align: top;
	width: 681px;
	horizontal-align: left;
	}
	
#content p {
	margin-left: 50px;
	/*font-size: 12px;
	line-height: 18px;*/
	color: #4D2C09;
	padding: 0 230px 0 0;
	}	
	
	#content H1{
	font-size: 18px;
	line-height: 20px;
	color: #1e144f;
	padding: 0 0 0 50px;
	}



#content-home {
	position: relative;
	float: left;
	background: #ffffef;
	vertical-align: top;
	width: 681px;
	horizontal-align: left;
	}
	
#content-home p {
	margin-left: 30px;
	color: #664829;
	padding: 0 200px 0 0;
	}	




#content-faq {
	position: relative;
	float: left;
	background: #ffffef;
	vertical-align: top;
	width: 681px;
	horizontal-align: left;
	}
	* html #content-faq {
	max-width: 681px;
	margin: 0 px;
	overflow: auto;
	}
#content-faq p {
	margin-left: 70px;
	/*font-size: 12px;
	line-height: 18px;*/
	color: #4D2C09;
	padding: 0 100px 0 0;
	}
	#content-faq H1{
	font-size: 16px;
	line-height: 19px;
	color: #8978B6;
	padding: 0 0 0 68px;
	}




#content-bkshelf {
	position: relative;
	float: left;
	background: #ffffef;
	vertical-align: top;
	width: 681px;
	horizontal-align: left;
	}
#content-bkshelf p {
	margin-left: 70px;
	/*font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6;*/
	color: #4D2C09;
	padding: 0 25px 0 5px;
	}



	

#contest-content {
	position: relative;
	float: left;
	background: #ffffef;
	vertical-align: top;
	width: 681px;
	horizontal-align: center;
	}
#contest-content p {
	margin-left: 50px;
	/*font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;*/
	text-align: center;
	color: #4D2C09;
	padding: 0 230px 0 0;
	}
	
	
	
/*--special features ---*/	
	
#special-browser {
	position: relative;
	float: left;
	background: #ffffef;
	vertical-align: top;
	width: 680px;
	margin: 0;
	padding: 0;
	}
#special-browser p {
	margin: 0 0 0 50px;
	color: #45290a;
	padding: 3px 140px 9px 0;
	}





#special-content {
	position: relative;
	float: left;
	background: #ffffef;
	vertical-align: top;
	width: 681px;
	horizontal-align: center;
	}
#special-content p {
	margin-left: 50px;
	/*font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;*/
	text-align: center;
	color: #4D2C09;
	padding: 0 300px 0 0;
	}

.special-slideshow a {
	opacity: 1;
}

.special-slideshow a:hover, .special-slideshow a:active {
	opacity: 0.5;
	border: 3px solid #fff
}



#bookshelf{
	vertical-align: top;
	margin-left: 70px;
	}

td#bookshelf p{
	/*font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;*/
	color: #4D2C09;
	vertical-align: top;
	horizontal-align: center;
	text-align:center;
	margin: 0;
	}






/*--------  SIDEBARS for all pages  ----------*/


#home-covers {
	width: 220px;
	float: right;
	vertical-align: top;
	margin: -10px -10px 10px 15px;
	padding-left: 0;
	}
	* html #home-covers {
	max-width: 220px;
	margin: 2px 5px 10px 15px;
	overflow: auto;
	}
	#home-covers p{
	font-size: 12px;
	line-height: 14px;
	color: #4D2C09;
	margin: 5px 5px 5px 5px;
	padding: 0;
	}


#home-trilogy {
	width: 270px;
	float: right;
	vertical-align: top;
	margin: 15px 15px 10px 50px;
	padding-left: 0;
	}
	* html #home-trilogy {
	max-width: 270px;
	margin: 2px 5px 10px 25px;
	overflow: auto;
	}
	#home-trilogy p{
	font-size: 11px;
	line-height: 14px;
	color: #4D2C09;
	vertical-align: top;
	horizontal-align: left;
	text-align:left;
	margin: 5px 5px 5px 5px;
	padding: 0;
	}
	
	table#trilogy{display: inline;}
	table#trilogy p{
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #4D2C09;
	horizontal-align: center;
	text-align: center;
	margin:0;
	padding:0;
	}
	td#trilogy-mid {
	width: 25px;
	horizontal-align: center;
	text-align: center;
	}
	td#trilogy-rt {
	width: 110px;
	vertical-align: top;
	horizontal-align: center;
	text-align: center;
	}
	td#trilogy-lt {
	width: 127px;
	vertical-align: top;
	horizontal-align: center;
	text-align: center;
	}

#home-highlight {
	width: 330px;
	background: #f7edd6;
	margin: 40px 0 5px 15px;
	padding: 10px;
	}

#home-highlight p {
	margin: 3px 25px 0 10px;
	padding: 2px 0 8px 0;
	}



	
#book-publish{
	background:url(../images/global/sidebars/sidebar-rt1.gif) top right #f7edd6;
	background-repeat: repeat-y;
	width: 168px;
	float: right;
	vertical-align: top;
	margin: 2px 35px 10px 50px;
	padding-left: 0;
	border-bottom: 1px solid #bba989;
	}
	* html #book-publish {
	width: 168px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 168px;
	margin: 2px 17px 10px 0;
	overflow: auto;
	}
	#book-publish p{
	font-size: 13px;
	line-height: 1.6;
	color: #4D2C09;
	vertical-align: top;
	horizontal-align: left;
	text-align:left;
	margin: 8px 10px 10px 15px;
	padding: 0;
	}






#faq-bks{
	width: 168px;
	float: right;
	vertical-align: top;
	margin: 2px 35px 10px 50px;
	padding-left: 0;
	}
	* html #faq-bks {
	max-width: 168px;
	margin: 2px 17px 10px 0;
	overflow: auto;
	}
	#faq-bks p{
	margin: 0;
	padding: 0;
	}






#contest-info{
	background:url(../images/global/sidebars/sidebar-rt1.gif) top right #f7edd6;
	background-repeat: repeat-y;
	width: 168px;
	float: right;
	vertical-align: top;
	margin: 2px 35px 10px 50px;
	padding-left: 0;
	border-bottom: 1px solid #bba989;
	}
	* html #contest-info {
	max-width: 168px;
	margin: 2px 17px 10px 0;
	overflow: auto;
	}
	#contest-info p{
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	color: #8978B6;
	vertical-align: top;
	horizontal-align: center;
	text-align:center;
	margin: 8px 10px 10px 10px;
	padding: 0;
	}




#bio-side{
	background:url(../images/global/sidebars/sidebar-rt1.gif) top right #f3e5cb;
	background-repeat: repeat-y;
	width: 179px;
	float: right;
	vertical-align: top;
	margin: 2px 35px 10px 50px;
	padding-left: 0;
	border-bottom: 1px solid #bba989;
	}
	* html #bio-side {
	max-width: 179px;
	margin: 2px 17px 10px 0;
	overflow: auto;
	}
	#bio-side p {
	color: #4D2C09;
	vertical-align: top;
	horizontal-align: left;
	text-align:left;
	margin: 8px 10px 10px 15px;
	padding: 0;
	}



	
	#snap-side{
	width: 330px;
	float: right;
	vertical-align: top;
	margin: 2px 15px 10px 20px;
	padding-left: 0;
	}
	* html #snap-side {
	width: 330px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 330px;
	margin: 2px 13px 10px 0;
	overflow: auto;
	}
	#snap-side p{
	margin: 0;
	padding: 0;
	}
	
	
	
	
#calendar {
	background:url(../images/global/sidebars/sidebar-rt1.gif) top right #f3e5cb;
	background-repeat: repeat-y;
	width: 285px;
	float: right;
	vertical-align: top;
	margin: 4px 35px 10px 30px;
	padding-left: 0;
	border-bottom: 1px solid #bba989;
	}
	* html #calendar {
	width: 285px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 285px;
	margin: 2px 10px 10px 15px;
	overflow: auto;
	}
	#calendar p{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.6;
	color: #4D2C09;
	vertical-align: top;
	horizontal-align: left;
	text-align:left;
	margin: 8px 10px 10px 15px;
	padding: 0;
	}




#timeline {
	background:url(../images/global/sidebars/sidebar-rt1.gif) top right #f3e5cb;
	background-repeat: repeat-y;
	width: 225px;
	float: right;
	vertical-align: top;
	margin: 35px 35px 15px 30px;
	padding-left: 0;
	border-bottom: 1px solid #bba989;
	}
	* html #timeline {
	width: 225px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 225px;
	margin: 2px 10px 10px 15px;
	overflow: auto;
	}
	#timeline p{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.6;
	color: #4D2C09;
	vertical-align: top;
	horizontal-align: left;
	text-align:left;
	margin: 8px 10px 10px 15px;
	padding: 0;
	}
#content-faq .timeline {
	background:url(../images/global/sidebars/sidebar-rt1.gif) top right #f3e5cb;
	background-repeat: repeat-y;
	width: 225px;
	float: right;
	vertical-align: top;
	margin: 35px 35px 15px 30px;
	padding-left: 0;
	border-bottom: 1px solid #bba989;
	}
	* html #content-faq .timeline {
	width: 225px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 225px;
	margin: 2px 10px 10px 15px;
	overflow: auto;
	}
	#content-faq .timeline p {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.6;
	color: #4D2C09;
	vertical-align: top;
	horizontal-align: left;
	text-align:left;
	margin: 8px 10px 10px 15px;
	padding: 0;
	}
	
	
	
	
#cutting-rm {
	width: 285px;
	float: right;
	vertical-align: top;
	margin: 0 35px 15px 30px;
	padding: 55px 0 0 0;
	}
	* html #cutting-rm {
	width: 285px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 265px;
	margin: 2px 10px 10px 15px;
	overflow: auto;
	}
	#cutting-rm p{
	/*font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;*/
	color: #4D2C09;
	vertical-align: top;
	horizontal-align: left;
	text-align:left;
	margin: 8px 10px 10px 45px;
	padding: 0;
	}
	
	



/*--------- BELOW BROWSERLOAD SECTIONS ----------*/


#btb-basic {
	horizontal-align: center;
	clear: both;
	vertical-align: top;
	margin: 0 120px 15px 120px
	}
	
#btb-center {
	horizontal-align: center;
	clear: both;
	vertical-align: top;
	margin: 0 120px 15px 120px
	}
	#btb-center p{
	/*font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;*/
	color: #4D2C09;
	vertical-align: top;
	horizontal-align:center;
	text-align:center;
	margin: 0;
	padding: 0;
	}



#btb-special {
	width: 750px;
	horizontal-align: center;
	clear: both;
	vertical-align: top;
	margin: 0 10px 15px 60px
	}
	#btb-special p {
	margin: 0;
	padding: 3px 0 13px 0;
	line-height: 1.6;
	}




#btb-photos {
	horizontal-align: center;
	clear: both;
	vertical-align: top;
	margin: 0 80px 15px 80px;
	}
	table#album {
	width: 700px;
	max-width:700px;
	vertical-align:top;
	}
	#album p{
	font-size: 11px;
	line-height: 17px;
	color: #4D2C09;
	vertical-align:top;
	horizontal-align:center;
	text-align:center;
	margin: 8px 0 10px 0;
	padding: 0;
	}
	
	table#album2 {
	width: 700px;
	max-width:700px;
	vertical-align:top;
	}
	table#album2 p{
	font-size: 11px;
	line-height: 17px;
	color: #4D2C09;
	vertical-align:top;
	horizontal-align:center;
	text-align:center;
	margin: 8px 0 10px 0;
	padding: 0;
	}


#btb-sidebar, #btb-sidebar2 {
	background:url(../images/global/sidebars/sidebar-rt1.gif) top right #f7edd6;
	background-repeat: repeat-y;
	position: relative;
	top: 50px;
	width: 185px;
	float: right;
	vertical-align: top;
	margin: 2px 35px 10px 50px;
	padding-left: 0;
	border-bottom: 1px solid #bba989;
	}
	*html #btb-sidebar, *html #btb-sidebar2 {
	max-width: 168px;
	margin: 2px 17px 10px 0;
	overflow: auto;
	}
	#btb-sidebar p, #btb-sidebar2 p {
	font-size: 13px;
	line-height: 1.5;
	vertical-align: top;
	text-align:left;
	margin: 15px 15px 15px 15px;
	padding: 0;
	}
#btb-sidebar2 {
	top: 10px;
	margin: 0 10px 30px 75px;
	padding: 0;
	}
	*html #btb-sidebar2 {
	margin: 0 -30px 50px 70px;
	padding: 0;
	}
.shaded-box {
	background: #F7EDD6;
	border-bottom: 1px solid #BBA989;
	width: 340px;
	margin: 0 0 0 60px;
	padding: 5px 15px 3px 15px;
}
#content .shaded-box p {
	margin-left: 0;
	padding: 0;
	width: 100%;
}
.news-events-pg p {
	margin-left: 30px !important;
}

#photo-left {
	float: left;
	margin: 5px 17px 8px 0;
	padding: 0;
	}
	#photo-left p {
		font-size: 11px;
		font-style: italic;
		color: #3c2e6e;
		margin: 0;
		padding: 2px 0 2px 0;
		}
		


/*  -------------------------------- FORM ------------------------------------------*/

div.form {
	float: right;
	width: 410px; 
	background-color: #e1dbd1;
	border: 1px dotted #b2086d; 
	padding: 5px; 
	margin: 20px 60px 25px 35px;
	}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
  }

div.row span.formw {
  float: right;
  width: 250px;
  text-align: left;
  } 

/* --- Contact Form --- */
 
div.form-contact {
	width: 300px; 
	background-color: #F7EDD6;
	border-bottom: 1px solid #BBA989; 
	padding: 20px; 
	margin: 10px 0px 25px 70px;
	}

div.row-contact {
  clear: left;
  padding-top: 11px;
  }

div.row-contact span.label-contact {
  float: left;
  width: 104px;
  font-size: 14px;
  text-align: right;
  margin-right: 5px;
  padding-left: 10px;
  }

div.row-contact span.formw-contact {
  float: right;
  width: 174px;
  text-align: left;
  } 







/*------ footer -------*/

#footer {
	horizontal-align: center;
	clear: both;
	}

	
	
	
	


/* spacers & layout helpers */
.hide {
	display: none;
}

.float-right {
	float: right;
	margin: 5px 8px 5px 15px;
	padding: 0;
	}
.float-left {
	float: left;
	margin: 5px 15px 5px 0;
	padding: 0;
	}
	
.float-right-extra {
	float: right;
	margin: 5px 35px 10px 20px;
	padding: 0;
	}
	
.spacer-Q {
	padding-top: 15px;
	display: inline;
	}

.spacer-btb {
	padding-top: 70px;
	}

.spacer-newest {
	padding-top: 40px;
	padding-right: 0;
	}
	
.spacer-200 {
	padding-top: 200px;
	}

.spacer-450 {
	padding-top: 450px;
	}
.spacer-home {
	padding: 0 15px 15px 0;
	}

.img-center {
	horizontal-align: center;
	text-align:center;
	display:inline;
	border-bottom: 0;
	}

.header-center {
	horizontal-align: center;
	text-align:center;
	display:inline;
	border-bottom: 0;
	margin-top: 20px;
	}

.spacer-photos {
	padding-top:40px;
	padding-bottom:5px;
	horizontal-align: center;
	text-align:center;
	display:inline;
	border-bottom: 0;
	}
.spacer-photos2 {
	padding-top:40px;
	padding-bottom:5px;
	border-bottom: 0;
	}

.spacer-photos3 {
	padding-top:40px;
	padding-bottom:5px;
	border-bottom: 0;
	display: inline;
	}
.spacer-photos4 {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 0;
	}
	
.inline {
	display: inline;
	}

.no-left-margin {
	margin-left: 25px !important;
}





/*----------- FONT STYLES -------------*/

.purple-bold {
	font-weight: bold;
	color: #1e144f;
	}
.purple-bold-big {
	font-size: 15px;
	font-weight: bold;
	color: #1e144f;
	}

.purple-extra-big {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	color: #1e144f;
	}

.coming-date {
	font-size: 38px;
    font-weight: normal;
    letter-spacing: 0.09em;
    line-height: 45px;
    text-transform: uppercase;
	color: #8978B6;
	}

.coming-prefix {
	font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
	color: #8978B6;
	}	
	
	
.lavendar-header {
	font-size: 16px;
	font-weight: bold;
	color: #8978B6;
	}
.lavendar-big-bold {
	font-size: 15px;
	font-weight: bold;
	color: #8978B6;
	}
.lavendar-bold {
	font-weight: bold;
	color: #8978B6;
	}
	

.lt-purple-bold {
	font-weight: bold;
	color: #3c2e6e;
	}
.lt-purple-bold-big {
	font-size: 15px;
	font-weight: bold;
	color: #3c2e6e;
	}

.teal-bold-big {
	font-size: 14px;
	font-weight: bold;
	color: #005a5d;
	}
.teal-bold {
	font-weight: bold;
	color: #005a5d;
	}
.teal-text {
	font-weight: normal;
	color: #005a5d;
	}
.purple-small-italic {
	font-size: 12px;
	font-style: italic;
	color: #3c2e6e;
	}
.purple {
	font-weight:normal;
	color: #3c2e6e;
	}
	
.tan-bold {
	font-weight: bold;
	color: #b38850;
	}

.tan-bold-big {
	font-size: 15px;
	font-weight: bold;
	color: #b38850;
	}

.gold-big {
	font-size: 15px;
	color: #936201;
	}


.bodySmall {
	font-size: 12px;
	line-height: 15px;
	color: #4D2C09;
	}

.list {
	color: #4D2C09;
	}

.bodySmallBold {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #4D2C09;
	}

.bold-big {
	font-size: 15px;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.booktitle {
	font-weight:bold;
	font-style:italic;
}

.gold-caps {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #af7300;
	}
.brown-caps {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #5e3300;
	line-height: 1.2;
	}
.lavendar-caps {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #7562a8;
	}

.Spacer45 {
	margin-top:45px;
	}

sup.footnote {
	font-size: 12px;
	vertical-align: top;
	padding-left: 2px;
	}

.back-cover-blurb p {
/*	font-size: 1.08em !important;
	line-height: 1.7em !important;*/
	margin-bottom: 18px;
}

.excerpt p {
/*	font-size: 1.08em;
	line-height: 1.7em;*/
	margin: 0 0 18px 0;
}


.brown-caption {
	font-size: 12px;
	line-height: 14px;
	color: #4D2C09;
	margin: 5px 5px 5px 5px; 
	padding: 0;
}

.purple-caption {
	font-size: 12px;
	line-height: 14px;
	color: #8978B6 !important;
	margin: 5px 5px 5px 5px; 
	padding: 0;
}
