@charset "utf-8";
/* CSS for all new pages */
/* Reset browser specific styles */
*	{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}
/* index page styles */
body {
	background-color: #caba8b;
	font: normal normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
#container {
	width: 900px;
	position: relative;
	text-align: left;
	background: url(../images/wal60.png) repeat;
	margin: 0px auto;
}

/* Vertical NAVBAR styles */
#leftNav {
	width: 114px;
	float: left;
	margin-top: 50px;
}
#leftNav ul.verMenu li a{
	font: italic normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 114px;
	height: 16px;
	padding: 8px 0 10px 0;
	margin-bottom: 10px;
	list-style-type: none;
}
#leftNav ul.verMenu a:link, ul.verMenu a:visited {
	color: #F0DFDF;
	background: url(../images/menuTab2.gif) 0 0;
}
#leftNav ul.verMenu a:hover, ul.verMenu a:active {
	color: #990000;
	background: url(../images/menuTab2.gif) 0 -32px;
}

/* MESSAGE AREA STYLES */
#content {
	height: auto;
	width: 786px;
	float: right;
}
.message-area img {
	float: left;
	padding: 10px 10px 10px 0;
}
.message-area .video {
	float: right;
	padding-right: 20px;
}
#book5 .message-area .excerpt {
	float: left;
	padding-left: 20px;
}
#book5 .message-area .excerpt a{
	display: block;
	width: 110px;
	height: 40px;
}
#book5 .message-area .excerpt a:link, .message-area .excerpt a:visited{
	background: url(../images/button-Excerpt.gif) 0 0;
}
#book5 .message-area .excerpt a:hover, .message-area .excerpt a:active{
	background: url(../images/button-Excerpt.gif) 0 -40px;
}
#book5 .message-area .reviews{
	float: left;
	padding-left: 40px;
}
#book5 .message-area .reviews a{
	display: block;
	width: 110px;
	height: 40px;
}
#book5 .message-area .reviews a:link, .message-area .reviews a:visited{
	background: url(../images/button-Reviews.gif) 0 0;
}
#book5 .message-area .reviews a:hover, .message-area .reviews .reviews a:active{
	background: url(../images/button-Reviews.gif) 0 -40px;
}
#book5 .message-area .fb-like-box {
	padding-bottom: 10px;
	padding-left: 200px;
}


/* Styles for rounded corner box */
.wrap{
  position:relative;
  z-index:2;  
  margin: -20px 0 0 0;
}
.message-area{
  padding:30px;
  height:auto;
  min-height:100px;
}
.wrap .bgnd{
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.wrap .bgnd *{
	position:absolute;
	overflow:hidden;
	background-image:url(../images/box_shadow2.png);
	background-repeat:no-repeat;
}
.wrap .bgnd u.w{
	left:0;
	top:0;
	right:40px;
	height:60px;
}
.wrap .bgnd u.e{
	top:0px;
	right:0;
	height:60px;
	width:40px;
	background-position:-860px 0;
}
.wrap .bgnd i.w{
	left:0;
	top:60px;
	right:40px;
	bottom:40px;
	background-repeat:repeat-y;
	background-position:-900px 0px;
}
.wrap .bgnd i.e{
	top:60px;
	right:0px;
	width:40px;
	bottom:40px;
	background-repeat:repeat-y;
	background-position:100% 0px;
}
.wrap .bgnd b.w{
	left:0;
	bottom:0;
	right:40px;
	height:40px;
	background-position:0 100%;
}
.wrap .bgnd b.e{
	height:40px;
	bottom:0;
	right:0;
	width:40px;
	background-position:-860px 100%;
}

/* .bookbar styles */
#oldbooks .bookbar{
	width: 600px;
	margin: 10px 0 0 50px;
	border: none;
}
#oldbooks .bookbar ul{
/* Background image is necessary during design to position different elements */
/* Background image may be deleted after design completion */
/* If it is left in, it will be partly visible below the lifted corner */
/*	background: url(../images/bookbar.png) no-repeat left top; */
	position:relative;
	height: 181px;
	top: 0px;
	left: 0px;
	z-index: 1;
	list-style-type: none;
	padding: 10px 0 0 60px;
}
/* Position the bookbar text elements - in case browser is capable of text only  */
#oldbooks .bookbar li {
	float: left;
	display: inline;
	margin-left: 0px;
	padding-right: 60px;
}
/* Size the clickable window around bookbar text elements  */
#oldbooks .bookbar li a {
	display: block;
	text-align: center;
	padding-top: 0px;
	height: 180px;
	width: 120px;
	position: relative;
}
/* Set the width of each bookbar icon  */
/* Adjust padding-right, if needed, to make clickable area of <a> coincides with icon graphics  */
#oldbooks .bookbar li a.nav1 {
	width: 120px;
}
#oldbooks .bookbar li a.nav2 {
	width: 120px;
}
#oldbooks .bookbar li a.nav3 {
	width: 120px;
}
/* Span tag is used to render normal and hover state icons of each bookbar element    */
/* Specifications common to all span icons    */
#oldbooks .bookbar li span {
	display: block;
	height: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* At this point starting point of <a> and <span> will be identical, because of position: absolute   */
#oldbooks .bookbar a.nav1 span {
	width: 120px;
}
#oldbooks .bookbar a.nav2 span {
	width: 120px;
}
#oldbooks .bookbar a.nav3 span {
	width: 120px;
}
/* Position bookbar.png within each span for proper icon redering  */
#oldbooks .bookbar a.nav1 span {
	background: url(../images/bookbar.png) no-repeat -60px -10px;
}
#oldbooks .bookbar a.nav1 span:hover {
	background: url(../images/bookbar.png) no-repeat -60px -211px;
}
#oldbooks .bookbar a.nav2 span {
	background: url(../images/bookbar.png) no-repeat -240px -10px;
}
#oldbooks .bookbar a.nav2 span:hover {
	background: url(../images/bookbar.png) no-repeat -240px -211px;
}
#oldbooks .bookbar a.nav3 span {
	background: url(../images/bookbar.png) no-repeat -420px -10px;
}
#oldbooks .bookbar a.nav3 span:hover {
	background: url(../images/bookbar.png) no-repeat -420px -211px;
}

/* .excerpt styles */
#oldbooks .excerpt{
	width: 600px;
	margin: 10px 0 0 50px;
}
#oldbooks .excerpt ul{
	position:relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding: 0px 0 0 60px;
}
/* Position the excerpt text elements  */
#oldbooks .excerpt li {
	float: left;
	display: inline;
	margin-left: 0px;
	padding-right: 60px;
}
/* Size the clickable window around text elements  */
#oldbooks .excerpt li a {
	display: block;
	text-align: center;
	padding-top: 0px;
	height: 30px;
	width: 120px;
	position: relative;
	background-image: none;
}

/* .bookbar2 styles */
#oldbooks .bookbar2{
	width: 600px;
	margin: 10px 0 0 50px;
	border: none;
}
#oldbooks .bookbar2 ul{
/* Background image is necessary during design to position different elements */
/* Background image may be deleted after design completion */
/* If it is left in, it will be partly visible below the lifted corner */
/*	background: url(../images/bookbar2.png) no-repeat left top; */
	position:relative;
	height: 200px;
	top: 0px;
	left: 0px;
	z-index: 1;
	list-style-type: none;
	padding: 10px 0 0 60px;
}
/* Position the bookbar text elements - in case browser is capable of text only  */
#oldbooks .bookbar2 li {
	float: left;
	display: inline;
	margin-left: 0px;
	padding-right: 0px;
}
/* Size the clickable window around bookbar text elements  */
#oldbooks .bookbar2 li a {
	display: block;
	text-align: center;
	padding-top: 0px;
	height: 200px;
	position: relative;
}
/* Set the width of each bookbar icon  */
/* Adjust padding-right, if needed, to make clickable area of <a> coincides with icon graphics  */
#oldbooks .bookbar2 li a.bk4 {
	width: 150px;
}
#oldbooks .bookbar2 li a.bk3 {
	width: 100px;
}
#oldbooks .bookbar2 li a.bk2 {
	width: 110px;
}
#oldbooks .bookbar2 li a.bk1 {
	width: 120px;
}
/* Span tag is used to render normal and hover state icons of each bookbar element    */
/* Specifications common to all span icons    */
#oldbooks .bookbar2 li span {
	display: block;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* At this point starting point of <a> and <span> will be identical, because of position: absolute   */
#oldbooks .bookbar2 a.bk4 span {
	width: 150px;
}
#oldbooks .bookbar2 a.bk3 span {
	width: 100px;
}
#oldbooks .bookbar2 a.bk2 span {
	width: 110px;
}
#oldbooks .bookbar2 a.bk1 span {
	width: 120px;
}
/* Position bookbar.png within each span for proper icon redering  */
#oldbooks .bookbar2 a.bk4 span {
	background: url(../images/bookbar2.png) no-repeat -60px -10px;
}
#oldbooks .bookbar2 a.bk4 span:hover {
	background: url(../images/bookbar2.png) no-repeat -60px -230px;
}
#oldbooks .bookbar2 a.bk3 span {
	background: url(../images/bookbar2.png) no-repeat -210px -10px;
}
#oldbooks .bookbar2 a.bk3 span:hover {
	background: url(../images/bookbar2.png) no-repeat -210px -230px;
}
#oldbooks .bookbar2 a.bk2 span {
	background: url(../images/bookbar2.png) no-repeat -310px -10px;
}
#oldbooks .bookbar2 a.bk2 span:hover {
	background: url(../images/bookbar2.png) no-repeat -310px -230px;
}
#oldbooks .bookbar2 a.bk1 span {
	background: url(../images/bookbar2.png) no-repeat -420px -10px;
}
#oldbooks .bookbar2 a.bk1 span:hover {
	background: url(../images/bookbar2.png) no-repeat -420px -230px;
}
/* #excerpt2 styles */
#excerpt2{
	width: 600px;
	margin: 0px 0 0 60px;
}
#excerpt2 ul{
	position:relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding: 0px 0 0 70px;
}
/* Position the excerpt text elements  */
#excerpt2 li {
	float: left;
	display: inline;
	margin-left: 0px;
	padding-right: 5px;
}
/* Size the clickable window around text elements  */
#excerpt2 li a {
	display: block;
	text-align: center;
	padding-top: 0px;
	height: 40px;
	width: 110px;
	position: relative;
}
#excerpt2 li a:link, #excerpt2 li a:visited {
	background: url(../images/button-Excerpt.gif) 0 0;
}	
#excerpt2 li a:hover, #excerpt2 li a:active {
	background: url(../images/button-Excerpt.gif) 0 -40px;
}


/* Footer area styles */
/* Horizontal NAVBAR styles */
#container #footer {
	clear: both;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat;
	width: 900px;
	height: 60px;
}
#footer ul.horMenu {
	display: block;
	width: 800px;
	height: 40px;
	left: 100px;
	position: relative;
}
#footer ul.horMenu li a{
	display: block;
	float: left;
	padding: 10px 5px;
	width: auto;
}
#footer ul.horMenu li a:link, #footer ul.horMenu li a:visited {
	color: #000;
}
#footer ul.horMenu li a:hover, #footer ul.horMenu li a:active {
	color: #990000;
	background-color: #F0DFDF;
}
#footer .left {
	color: #000;
	padding: 0 60px;
	margin: 10px 0 0 100px;
}
#footer .right {
	color: #000;
	padding: 0 30px 0 160px;
	margin: 0px;
}

/* Font related Styles used in multiple pages  */
#content .top_message1 {
	font: italic bold 24px Georgia, Verdana, Arial, sans-serif;
	text-align: center;
	padding: 10px 10px 0px 10px;
}
#content .top_message2 {
	font: normal 400 19px Georgia, Verdana, Arial, sans-serif;
	text-align: center;
	padding: 0px 20px 20px 20px;
}
#content .top_message3 {
	font: normal 18px Georgia, Verdana, Arial, sans-serif;
	padding: 0px 20px 10px 140px;
}
.style1 {
	font-size: 14px;
	padding: 10px;
}
.style2 {
	font: bold italic 18px Verdana, Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: underline;
}
.style3 {
	font: italic normal bold 19px Georgia, Verdana, Arial, sans-serif;
	text-align: center;
	padding: 20px 20px 0px 20px; 
	font-weight:bold; 
	font-style:italic; 
	color:#990000;
}
.style4 {
	font-size: 14px;
	padding: 20px;
}
.style5 {
	font: normal bold 16px Georgia, Verdana, Arial, sans-serif;
	text-align: center;
	color:#990000;
	width: 690px;
}
.style6 {
	font-size: 14px;
	color: #990000;
	padding: 0px 20px; 
}
.style7 {
	font-size: 14px;
	color: #000;
	padding: 0px 20px; 
}
.style8 {
	font: bold italic 14px Georgia, Verdana, Arial, sans-serif;
	color: blue;
	text-decoration: underline;
	text-align: center;
	padding: 10px 20px 0px 20px;
}	
.style9 {
	font: bold italic 19px Georgia, Verdana, Arial, sans-serif;
	color: blue;
	text-decoration: underline;
	text-align: center;
	padding: 10px 20px 0px 20px;
}
.style10 {
	font-size: 14px;
	padding: 10px 20px 0px 20px;
}	
.style11 {
	font-size: 12px;
	padding: 0px 20px 20px 20px;
}
.style12 {
	font: italic normal bold 19px Georgia, Verdana, Arial, sans-serif;
	padding: 0px 20px 20px 10px;
	margin-left: 40px; 
	font-weight:bold; 
	font-style:italic; 
	color:#990000;
}
.style13 {
	font: normal bold 16px Georgia, Verdana, Arial, sans-serif;
	padding: 20px;
	text-align: center;
}
.style14 {
	border:1px solid #333;
	font-size:14px;
	font-weight:normal;
	padding-left:5px;
}
.style15 {
	font: bold italic 14px Georgia, Verdana, Arial, sans-serif;
	color: blue;
	text-decoration: underline;
	text-align: left;
	padding: 0px 20px 0px 20px;
	display: block;
}	

/* Styles for Books page */
/*
#listContent {
	width: 746px;
	position: relative;
	left: 20px;
}
#listContent ul.bullet-list{
	font-size: 14px;
	margin-left: 20px;
	padding: 20px 20px 0px 10px;
}
#listContent li.bullet-list {
	font-size: 14px;
	list-style: disc outside none;
	margin-bottom: 10px;
}
*/

/* Styles for Events page */
#container #content .icon {
	position: relative;
	left: 357px;
	top: 5px;
	width: 70px;
}
#eventsTable {
	position: relative;
	height: auto;
	width: 730px;
	left: 28px;
	top: 10px;
}
#eventsTable #schedule td {
	width: 360px;
	vertical-align:top;
	border: 1px solid #000;
}

/* Styles for Book Clubs page */

/* Styles for Bio page */
#biopicture {
	float: right;
	height: 197px;
	width: 162px;
	margin: 30px;
}

/* Styles for Writing page */
#content .two_col_table {
	position: relative;
	width: 726px;
	left: 20px;
}
#content .two_col_table a:link, #content .two_col_table a:visited {
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
#content .two_col_table a:hover, #content .two_col_table a:active {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

/* Styles for gallery page */


/* Styles for contests page */
#content #contests_prizes {
	padding: 10px;
	width: 669px;
	border: 3px solid #000;
	height: auto;
	left: 20px;
	top: 10px;
	position: relative;
}
#contests_prizes .divider {
	height: 10px;
	width: 100%;
	border-bottom: 1px solid #333;
}
#content #signup_form {
	text-align: center;
	width: 180px;
	left: 250px;
	position: relative;
}
.prize_image {
	margin-top: 15px;
	margin-left: 250px;
}
	
/* Styles for spice page */
/* Styles for tabbed index card */
.outr{
  position:relative;
  z-index:2;  
  margin: -20px 0 0 0;
}
.innr{
  padding:30px;
  height:auto;
  min-height:100px;
}
.outr .shape{
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.outr .shape *{
	position:absolute;
	overflow:hidden;
	background-image:url(../images/box_tab1.png);
	background-repeat:no-repeat;
}
.outr .shape tt.lft{
	left:0;
	top:0;
	right:30px;
	height:70px;
}
.outr .shape tt.rit{
	top:0;
	right:0;
	height:70px;
	width:30px;
	background-position:-870px 0;
}
.outr .shape i.lft{
	left:0;
	top:70px;
	right:30px;
	bottom:30px;
	background-repeat:repeat-y;
	background-position:-900px 0px;
}
.outr .shape i.rit{
	top:70px;
	right:0px;
	width:30px;
	bottom:30px;
	background-repeat:repeat-y;
	background-position:100% 0px;
}
.outr .shape b.lft{
	left:0;
	bottom:0;
	right:30px;
	height:30px;
	background-position:0 100%;
}
.outr .shape b.rit{
	height:30px;
	bottom:0;
	right:0;
	width:30px;
	background-position:-870px 100%;
}

/* Styles for contact page */
#list1 {
	font-size: 14px;
	width: 746px;
	position: relative;
	left: 20px;
}
#list1 ul.bullet{
	font-size: 14px;
	margin-left: 20px;
	padding: 10px 10px 0px 10px;
}
#list1 li.bullet {
	font-size: 14px;
	list-style: disc outside none;
}
#ContactPagePhoto {
	margin: 30px;
	float: right;
}

