@charset "UTF-8";
html {
	height: 101%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #E6EFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: none;
	color: #333333;
}

form, div, table {
	margin:0px;
	padding:0px;

}

img, a img {
	border:none;
}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

input.text {
	width:175px;
	border:1px solid #e2e2e2;
	height:20px;
}

textarea {
	width:300px;
}

#middle_column{
	margin-right: 12px;
	margin-left: 12px;
	border-right: 1px solid #B9C5D7;
}

#top_text_home{
	padding-left: 12px;	
}

#top_text p {
	margin-top: 5px;
	margin-bottom: 22px;
}

#right_column {
	padding: 0 7px;
	padding-top: 7px;	
}

#bot_text p {
	margin-top: 0;
	color: #FFF;
}
#subnav{
	padding-top: 2px;
	padding-right: 20px;
/*	padding-bottom: 20px; */
/*	padding-left: 20px; */
}

#subnav .subnav_link {
	text-indent: -12px;
	line-height: 1.4em;
	margin-left: 8px;
}

p#subnav a {
	font-weight: bold;
}

#thirdlevel, .thirdlevel{
	padding-left: 12px;
}

/* -----------------The Basics--------------------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #F5A222;
	line-height: 1.2em;
}
/*remember this is our page title*/
h1.catTitle {
	font: normal 26px, verdana, arial, helvetica, sans-serif;
	color: #F5A222;
	border-bottom: 1px solid #F5A222;
	margin-left: 12px;
	margin-right: 12px;
}
h1.catTitleHome {
	font: normal 28px, verdana, arial, helvetica, sans-serif;
	color: #F5A222;
	border-bottom: 1px solid #F5A222;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 28px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #C41130;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #C41130;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#29407c;
	margin: 1px;
}
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #C41130;
	margin-top: 0;
	margin-bottom: -10px;
}
h5.author {
	margin-bottom: 0;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

h1, h6 {
	color: #F50;
}

th{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C41130;
	padding: 4px;
}

/* someone may need to do this as the hr here is what i am using in that right navigation float box*/
hr {
 	border: 0;
  	width: 100%;
  	color: #22496c;
	background-color: #22496c;
	height: 1px;
}
/*---- This style is called to in the 3rd level nav but at present I need it to do nothing so I left this blank but may come back and add some background color in the futyre. --- */
#currlink {
}
/* -----------------Error Messages--------------------*/
.errors, .error, cc_errors, red{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
/* -----------------Site Wide Links--------------------*/
a {
	color:#29407C; 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
}

/* -----------------Member Dashboard Styles--------------------*/
table#rendered_form {
	width: 99%;
}
form.crm table tr td label {/* align form labels right */
	display: block;
	text-align: right;
}
form.crm, table.crm, table.crm_subtable {/* table & subtable properties */
	width: 99%;
	background: #fff;
	color: #222;
	line-height: 1.6em;
}
table.crm_subtable { /*subtables for orders, events and communications */
	margin: 0px 0px 3px 0px;
	padding: 5px;
	border-collapse: collapse;
}
/* here is the red row header color */
table.crm tr td.white {	background: #fff;} 					
/* MyORG row heading colors */
form.crm table tr th, table.crm tr th{ 						
	color: #FFFFFF;
	background-color: #912400;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 3px;
}
/* row subheads for orders, events, and communication */
table.crm_subtable tr th, form.crm table.subtable tr th { 	
	color: #222;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #fff;
}
table.crm_subtable tr th.action{ /* formatting for the Action(s) column */
	text-align: center;
	width: 33%;
}
table.crm_subtable tr th.amount{text-align: right;}
/* td padding & alignment */
form.crm tr td, table.crm tr td, table.crm_subtable tr td { 
	vertical-align: top;
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: -7px;
	background-color: #e5e5e5;	
}
/* no td padding for subtables */
table.crm_subtable tr td { padding: 0px; }
/* align img icons in the Action(s) column */
table.crm_subtable tr td.view_img{ 		
	vertical-align: middle;
	text-align: center;
}
form.crm table ul, table.crm ul{ /* format lists */
	padding-left: 15px;
	margin: 0px;
}
/* format lists */
form.crm table li, table.crm li {padding-left: 0px;}
/* yellow color for returning users log in box */
.login_box { background-color: #ffff99; }

/* -----------------Product Styles--------------------*/
table#products_table{
	width: 99%;
}
table#details_price{
	width: 25%;
	margin: 3px;
}
table#products_table tr th, table#details_price tr th{
	background-color: #c30;
	color: #fff;
	padding-left: 5px;
}
table#products_table tr td, table#details_price tr td{
	vertical-align: top;
	padding: 5px;
}
table#products_table tr td.price_block, table#details_price tr td.price_block{
	text-align: center;
	padding-top: 5px;
	width: 25%;
	vertical-align: middle;
	background-color: #e5e5e5;
}
.prod_links{
	font-weight: bold;
}
table#products_table tr ul {
  margin: 0;
  padding: 0;
}
table#products_table tr ul li {
  display: inline;
  padding: 0em 4em 0em 0em;
}
table#products_table .rowlight {
  background-color: #efefef;
}
table #products_table .rowdark {
  background-color: #fff;
}
.book_details {
	width: 90%;
	margin-bottom: 10px;
}
.book_image {
	float: left;
	margin-right: 10px;
}
.order_now {
	clear: both;
	text-align: right;
	position: relative;
	top: -24px;
}

/* -----------------Shopping Cart Styles--------------------*/
table.gc_cart_form {					
	width: 99%;
	min-width: 490px;
	border-collapse: collapse;
	background: #ffffff; 
	/*overflow:hidden;*/
}
table.gc_cart_form th {
	background: #c30;
	color: white;
	text-align: left;
	padding: 4px;
}
table.gc_cart_form tr td {
	vertical-align: top;
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: -7px;
	background-color: #e5e5e5;
}
/* for formatting price/dollar amounts in the PRICE column in the shopping cart */
.price { text-align: right; } 
/* for formatting price/dollar amounts in the TOTAL column in the shopping cart */							
.total { text-align: right; padding-right: 3px;background:#EAECEE} 		
/* for "Shipping", "Tax", "Subtotal", and "Total" */
.ship_title { text-align: right; font-weight: bold;}
/* Products, Donations, and Events row headers */
table.gc_cart_form tr td.type_header { 
	background-color: #f3f3f3; 
	font-weight: bold;
	color: #777;
}
/* format "Want to apply a coupon?" text on payment info page */
table.gc_cart_form tr td.apply_coupon {
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	
}
table#cart_steps{
	width: 99%;
}
table#cart_steps tr td{
	vertical-align: top;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
/* current cart step header */
table#cart_steps tr td.selected{
	background-color: #ccc;
	color: #000;
}
/* other cart step headers */
table#cart_steps tr td.regular{	
	background-color: #e5e5e5;
	color: #000;
}
table.gc_cart_form input, table.gc_cart_form select, table.gc_cart_form textarea{
	color: #333;
}
* > table.gc_cart_form a.button, * > table.gc_cart_form a.button_primary, * > table.gc_cart_form a.button_disabled, * > table.gc_cart_form input.button, * > table.gc_cart_form input.button_primary, * > table.gc_cart_form input.button_disabled {
	color: #fff;
}
.terms_conditions{
	color: red;
}
table.gc_cart_form .radio {
	width: 12px;
}
/* -----------------Printable Receipt/Invoice Styles--------------------*/

body.receipt{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #fff;
}
table.receipt{
	background-color: #fff;
	/* width: 620px; */
	width: 100%;
}
table.receipt tr td {vertical-align: top;}
/* add horizontal line between receipt sections */
table.receipt tr td.bottom {
	border-bottom: 1px dashed #222;
	padding-bottom: 5px;
}

/* reduce line height for address blocks */
.address_block, .address {
	line-height: 1.2em;
	padding: 5px 0px 5px 7px;
}
p.address { padding: 0px; }
p.address:first-line { font-weight: bold; }
/* add gray box around shipping address */
.ship_block {
	background-color: #e5e5e5;
	line-height: 1.2em;
	padding: 5px 0px 5px 7px;
}
/* Products, Donations, and Events row headers */
.receipt_header {
	background-color: #e5e5e5;
	font-weight: bold;
}
/* format for the Receipt/Invoice/Packing Slip text */
h1#receipt {font-size: 18px; color: #222;}

/* -----------------Add Coupon Styles--------------------*/
table.coupon {
	background-color: #eee;
	width: 280px;
}
table.coupon th {
	background: #669900;
	color: white;
	text-align: left;
	padding: 4px;
}
.formclass{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ED661B;
}
td#rowno {
	background-color: #e5e5e5;
}

/* -----------------Colored Submit Buttons--------------------*/
/* ------------------------ Shared Button styles start here... ---------------------------------*/
* > a.button, * > a.button_primary, * > a.button_disabled, * > input.button, * > input.button_primary, * > input.button_disabled {
	line-height: 2em;
	width: auto;
}
input.button, input.button_primary, a.button:link, a.button:visited, a.button:hover, a.button:active, a.button_primary:link, a.button_primary:visited, a.button_primary:hover, a.button_primary:active, a.button_disabled:link, a.button_disabled:visited, a.button_disabled:hover, a.button_disabled:active {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 4px; 
	border: 1px solid #888;
	font-weight: bold;
	cursor: pointer; 
}

/* -----------------------"SUBMIT" Button styles start here... --------------------------------*/
input.button, input.button_primary, input.button_disabled {
	padding: 2px;
	line-height: 1.0em;
	padding-top: 4px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: auto; 
}
* > input.button, * > input.button_primary, * > input.button_disabled { padding: 2px; 	}

/* ------------------------Adjust background colors of buttons ---------------------------------*/
/* standard buttons */
a.button:link, a.button:visited, a.button:active, input.button {
	background-color: #999999; 	
}

/* standard buttons, hovered */
a.button:hover , input.button:hover { 
	background-color: #666666; 
}

/* primary buttons */
a.button_primary:link, a.button_primary:visited, a.button_primary:active, input.button_primary {
	background-color: #C41130;	
} 

/* primary buttons, hovered */
a.button_primary:hover, input.button_primary:hover { 
	background-color: #ED661B;	 
}

/* disabled buttons */
a.button_disabled:link, a.button_disabled:visited, a.button_disabled:hover, a.button_disabled:active, input.button_disabled {
	background-color: #666;
}

/* Text formatting for buttons in the content div */
div#content a.button_primary, div#content a.button, div#content a.button_disabled{ 
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#staff {
	color: #222;
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 12px 0;
	line-height: 22px; 
} 

/* -----------------Form Styles--------------------*/

table tr td{
	vertical-align: top;
}
/* gc_cart_form is the class set on the shopping cart forms */
table.form, table.gc_cart_form, table.form2 {							
	width: 99%;
	border-collapse: collapse;
	background: #f3f3f3; 
	/*overflow:hidden;*/
}
table.form2 td {
     padding: 10px 2px 8px 2px;

}
table.form2, table.gc_cart_form {background: #e5e5e5;}
table.gc_cart_form {width: 500px; max-width: 500px;}
table.form tr.row_odd, table.form2 tr.row_odd, table.funders tr.row_odd, table tr.rowdark {background: #e5e5e5;} 	/* Think .rowdark */
table.form tr.row_even, table.form2 tr.row_even, table.funders tr.row_even, table tr.rowlight {background: #eee;} /* Think .rowlight */
table.form th, table.form2 th, table.gc_cart_form th {
	background: #C41130;
	color: white;
	text-align: left;
	padding: 4px;
}
table.form2 th {
    background: rgb(201, 54, 0);
}
table.form td, table.form2 td, table.gc_cart_form td {
	vertical-align: top;
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: -3px;
}
table.form2 td {padding-top: 3px;}
table.gc_cart_form tr td {	padding-right: 0; }
table.form ul, table.form2 ul {
	margin: 0px;
	padding: 0px;
}
table.form li, table.form2 li {list-style: none;}
form table td select { width: 126px; color: #204D79;}
form table table.subtable td { border-bottom: 2px solid white; }
form table table.subtable { border-collapse: collapse; width: 99%;}
form table table.wms_fieldset td { border: none; }
form table table.wms_fieldset td input { width: 126px; }
form table table.wms_fieldset td select { width: 130px; }

form table td table.subtable td, form table td table.subtable th, form table td table.sqlresult td, form table td table.sqlresult th { 
/* top align subtable fields */
	vertical-align: top; 												
	padding-left: 3px; 
	padding-right: 3px;
} 						
/* required fields for forms */												
.formreq, .required { font-weight: bold; } 										
.required_asterisk { color: red; }
/* align form labels right */
form table tr td label {												
	display: block;
	text-align: right;
}

/* -----------------Product/Bookstore Styles--------------------*/
.products_hd { 
	color: #FFFFFF;
	background-color: #C41130;
	font-weight: bold;
	font-size: 14px;
}
.products_body { 
	color: #204D79;
}
.prod_img_sm {
	margin-top: 5px;
	height: 100px;
	width: 70px;
	border: 1px solid #ccc;
}
.prod_img_lg, .location_logo, .bio_image {
	height: 200px;
	width: 150px;
	border: 1px solid #ccc;
}
.location_map {
	float: right;
	clear: both;
	padding: 12px 0;
	padding-left: 12px;
}
.price_block { 
	background: #FFFDCE;
	text-align: center;
	border-bottom: 2px solid white;
}
.sale {
	font-weight: bold;
	color: #FF0000;
}
table#products_table tr td {vertical-align: top;}

/* -----------------Shoppingcart Styles--------------------*/
/* for formatting price/dollar amounts in the PRICE column in the shopping cart */
.price { text-align: right; } 							
/* for formatting price/dollar amounts in the TOTAL column in the shopping cart */
.total { text-align: right; padding-right: 3px;} 		
/* for "Shipping", "Tax", "Subtotal", and "Total" */
.ship_title { text-align: right; font-weight: bold;} 	
/* Products, Donations, and Events row headers */
.type_header { 											
/*	background-color: #E5E5E5;*/
	background-color: #f3f3f3; 
	font-weight: bold;
	color: #999999;
}
/* format "Want to apply a coupon?" text on payment info page */
.apply_coupon {											
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}
.terms_conditions{
	color: red; 
}
body.receipt{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #fff;
}
table.receipt{
	background-color: #fff;
	/* width: 620px; */
	width: 100%;
}
table.receipt tr td {vertical-align: top;}
/* add horizontal line between receipt sections */
table.receipt tr td.bottom { 					
	border-bottom: 1px dashed #204D79;
	padding-bottom: 5px;
}
/* reduce line height for address blocks */
.address_block, .address { 						
	line-height: 1.2em;
	padding: 5px 0px 5px 7px;
}
p.address { padding: 0px; }
p.address:first-line { font-weight: bold; }
/* add gray box around shipping address */
.ship_block { 									
	background-color: #e5e5e5;
	line-height: 1.2em;
	padding: 5px 0px 5px 7px;
}
/* Products, Donations, and Events row headers */
.receipt_header { 								
	background-color: #e5e5e5;
	font-weight: bold;
}
/* format for the Receipt/Invoice/Packing Slip text */
h1#receipt {font-size: 18px; color: #204D79;} 	

/* -----------------Add Coupon Styles--------------------*/

table.coupon {
	background-color: #fff;
	width: 280px;
}
table.coupon th {
	background: #669900;
	color: white;
	text-align: left;
	padding: 4px;
}

/* -----------------MyORG Styles--------------------*/
table#rendered_form {
	width: 99%;
}
/* align form labels right */
form.crm table tr td label {								
	display: block;
	text-align: right;
}
/* table & subtable properties */
form.crm, table.crm, table.crm_subtable {					
	width: 99%;
	background: #fff;
	color: #204D79;
	font-size: 12px;
	line-height: 1.6em;
}
/*subtables for orders, events and communications */
table.crm_subtable { 										
	margin: 0px 0px 3px 0px;
	padding: 5px;
	border-collapse: collapse;
}
/* to get table cells with white background */
table.crm tr td.white {	background: #fff;} 					
/* here is the red row header color, jordan */
form.crm table tr th, table.crm tr th{ 						
	color: #FFFFFF;
	background-color: #C41130;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 3px;
}
/* row subheads for orders, events, and communication */
table.crm_subtable tr th, form.crm table.subtable tr th { 	
	color: #204D79;

	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	background-color: #fff;
}
/* formatting for the Action(s) column */
table.crm_subtable tr th.action{
	text-align: center;
	width: 33%;
}
table.crm_subtable tr th.amount{text-align: right;}
form.crm tr td, table.crm tr td, table.crm_subtable tr td { /* td padding & alignment */
	vertical-align: top;
	padding-left: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: -7px;
	background-color: #e5e5e5;	
}
/* no td padding for subtables */
table.crm_subtable tr td { padding: 0px; }
/* align img icons in the Action(s) column */ 
table.crm_subtable tr td.view_img{ 		
	vertical-align: middle;
	text-align: center;
}
/* format lists */
form.crm table ul, table.crm ul{
	padding-left: 15px;
	margin: 0px;
}
/* format lists */
form.crm table li, table.crm li {padding-left: 0px;}
/* yellow color for returning users log in box */
.login_box { background-color: #ffff99; }

/* -----------------OnEvent Styles--------------------*/

.schedule_times { text-align: right; }
.session_name {	width: 60%; }
img.topic_icon {
	width: 30px;
	height: 30px;
}
table.horizontal-dashboard { width: 100%;}
.horizontal-dashboard li {
	float: left;
	margin-right: 2em;
}
.register_block { 
	background: #FFFDCE;
	text-align: center;
}

/* -----------------DEMO FORM and Login in forms--------------------*/
form table.demoform {
	width: 99%;
	background: #EAECEE;
}
form table.demoform td {
	background: #EAECEE;
	line-height:1.6em;
}
form table.demoform th.login_secondary_header {
	background: #F1DA9B;
	color: #333333;
}
/* -----------------Blog Comment FORM and Login in forms--------------------*/
form table.blogcommentform {
	width: 99%;
	background: #EAECEE;
}
form table.blogcommentform td {
	background: #EAECEE;
	line-height:1.6em;
}
/* -----------------donation FORM and Login in forms--------------------*/
form table.donationform {
	width: 99%;
	background: #EAECEE;
}
form table.donationform td {
	background: #EAECEE;
	line-height:1.6em;
}

/* -----------------forgotpassword FORM and Login in forms--------------------*/
form table.forgotpasswordform {
	width: 99%;
	background: #EAECEE;
}
form table.forgotpasswordform td {
	background: #EAECEE;
	line-height:1.6em;
}
/* ---------------------------------------------------------------------------*/
div#masthead {
	width: 800px;
	height: 89px;
	margin: 0 auto;
	background: url('http://islandpress.org/images/horizontal_tagline.gif');
}
div#masthead div#to_home {
	float: left;
	position: relative;
	top: 5px;
	left: 5px;
	width: 285px;
	height: 73px;
}

div#masthead div#to_home a {
	width: 285px;
	height: 73px;
	text-decoration: none;
	display: block;
}
div#masthead div#search {
	float: right;
	text-align: right;
	margin-right: 10px;
}

div#masthead div#search input, div#searchPage input, div#masthead div#search select, div#searchPage select {
	border: 1px solid #666;
	position: relative;
	top: -7px;
}

#checkboxes select.search {
	border: 1px solid #666;
	margin: 0;
}

div#masthead div#search input.submit, div#searchPage input.submit {
	border: 0;
	top: 0;
	*top: -2px;
}

div#masthead div#search img, div#searchPage img {
	margin-top: 5px;
}

div#nav {
	width: 800px;
	padding: 8px 0;
	margin: 0 auto;
	background: #C41130;
}

div#nav td {
	border-right: 1px solid #FFF;
	height: 16px;
	text-align: center;
	padding: 0 7px;
}

div#main {
	width: 800px;
	margin: 0 auto;
	background-color: #FBB03F;
	background-image: url('http://islandpress.org/images/ip-background.gif');
	background-repeat: no-repeat;
	overflow: visible;
}

div#main td#featured {
	width: 130px;
	*width: 131px;
	background: #FFF;
	border-right: 1px solid #B9C5D7;
	padding: 5px 10px;
	padding-bottom: 20px;
	text-align: center;
}

div#main td#right_column, div#main td#left_column, div#main td#middle_column, div#main td#featured {
	padding-bottom: 20px;
}

div#main td#left_column {
	background: #FFF;
}

div#main td#right_column a, div#main td#right_column p {
	/*color: #FFF;*/
	color: #29407c;
}

div#main td#right_column input.mailing {
	width: 140px;
	color: #999;
	border: 1px solid #666;
	padding: 5px;
	padding-top: 4px;
	margin-top: 2px;
}

div#main td#right_column input.submit {
	border: 0;
	position: relative;
	left: 90px;
	top: 2px;
}

div#main td#right_column hr {
	color: #97A8C2;
	background-color: #97A8C2;
/*	width: 94%; */
	height: 1px;
	margin: 15px auto;
	*margin: 10px auto;
}

div#main div#img_rotate {
	width: 465px;
	height: 235px;
	float: right;
	margin-right: 4px;
	_margin-right: 1px;
	margin-top: 10px;
	*margin-bottom: 4px;
	margin-bottom: 4px;
}

div#main td#middle_column ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	margin-left: -25px
}

div#main div#img_rotate div#info {
	display: none;
	background: #C41130;
	background-image: url('http://islandpress.org/images/info.gif');
	background-position: left center;
	background-repeat: no-repeat;
	width: 415px;
	height: 40px;
	margin-top: 178px;
}

div#main div#left_nav {
	width: 140px;
	margin-top: 20px;
	float: left;
}

div#main div#left_nav_sub {
	width: 140px;
	margin-left: 2px;
	margin-top: 2px;
}

div#main div#left_nav .nav_item, div#main div#left_nav_sub .nav_item {
	background-image: url('http://islandpress.org/images/blue_arrow.gif');
	background-position: 4%;
	background-repeat: no-repeat;
	line-height: 40px;
	padding: 9px 0 8px 17px;
	border-top: 1px solid #39537C;
}

div#main td#content, div#main td#middle_column {
	background: #FFF;
	color: #333;
	padding: 5px 15px;
	width: 436px;
}

div#main td#left_column div#mid_text {
	width: 132px;
	margin-left: 2px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
}	

div#main td#left_column div#author_info {
	width: 132px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 5px;
}

div#main div#left_misc_links {
	background-color: #F1DA9B;
	width: 140px;
	margin-left: 2px;
	margin-top: 2px;
	padding: 5px 0;
}

div#main div#left_misc_links .left_misc {
	border-bottom: 1px solid #D99514;
	width: 124px;
	margin: 0 auto;
}

div#footer {
	color: #000;
	width: 750px;
	margin: 0 auto;
	padding: 15px 25px;
	background-color: #FBB03F;
	font-size: 10px;
}

div#footer a {
	color: #000;
}

div#powered_by {
	width: 92px;
	height: 32px;
	float: right;
	background-image: url('http://islandpress.org/images/powered_by.gif');
}

div#powered_by a {
	display: block;
	width: 92px;
	height: 32px;
	text-decoration: none;
}

.right_content {
	color:#29407C;
}

.blue {
	/*background: #516E9A;
	color: #FFF;*/
	background: #FFF;
}

.nav_item {
	background: #516E9A;
	color: #FFF;
}

.dark_blue {
	background: #29407C;
	font-weight: bold;
	padding-left: 5%;
}

.subhead {
	background:url("assets/subhead.png") no-repeat scroll 0 0 transparent;
	color:#29407C;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 5px;
	text-transform: uppercase;	
}

/*.subhead, .right_content {
	padding: 0 10px;
}*/

.topic {
	font-weight: bold;
	font-size: 18px;
	color: #C41130;
	margin-bottom: 15px;
}

.subtopic {
	font-weight: bold;
	font-size: 14px;
	color: #516E9A;
}

.author {
	color: #888;
}

div.clear {
	clear: both;
}

/* ------------ Calendar of Events CSS ---------------- */
table#home_cal_list table, table#home_cal_list td {
	padding: 0;
	margin: 0;
	margin-left: -3px;
}
table#home_cal_list table.record tr.location td.left {
	width: 34%;
}
table#calendar_full {
	width: 100%;
	height: 200px;
	padding: 0px 1px 0px 1px;
	background-color: #516E9A;
}

table#calendar_full .calendar_month_header {
	width: 100%;
	height: 16px;
	background-color: #C41130;
	text-align: center;
}

table#calendar_full .no_date {
	width: 13%;
	background-color: #999999;
}

table#calendar_full .date {
	width: 13%;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
} 

table#calendar_list {
	width: 100%;
}

table#calendar_list table.even {
	background-color: #e5e5e5;
}

table#calendar_list table.odd {
	background-color: #fff;
}

table#calendar_list table.record {
	width: 100%;
	background-color: #fff;
}

table#calendar_list table.record td.left {
	width: 20%;
}

table#calendar_list table.record td.right {
	width: 80%;
}

table#calendar_list table.record tr.event_dates td.event_dates {
	font-weight: bold;
}

table#calendar_list table.record tr.title td.title {
}

table#calendar_list table.record tr.location td.location_label {
}
table#calendar_list table.record tr.location td.location {
}

table#calendar_list table.record tr.more_info td.more_info {
}

table#calendar_list table.record tr.text td.text {
}


/* -------------- Books Page Styles ---------------------- */
ul#booksSubnavList, ul#booksCategoriesList {
	margin:0px;
	padding:0px;
	padding-left:10px;
}

h4.booksLeft {
	padding:0px;
	font-weight:normal;
	font-size:1.8em;
	margin:5px 0px;
	color:#516E9A;
	line-height:1.3em;
}

div#leftSideCategories, div#leftSideServices {
	padding-left:12px;
	padding-top: 5px;
}

table#featuredBooks {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:center;
}
table #featuredBooks td {
	width:25%;
}

table #booksExtras {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	margin:15px 0px;
}
table #booksExtras td, table #booksExtras th {
	width:50%;
}
table#booksExtras th {
	background-color:#516E9A;
	padding:10px;
	padding-left:25px;
	font-weight:normal;
	color:#fff;
	font-size:1.6em;
	background-image:url(http://islandpress.org/images/blue_arrow.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
}
table#booksExtras td {
	padding:10px;
	padding-left:0px;
}
div.bookInfoBox {
	/* give some padding to the info boxes on the main books page (SG 1/9/08) */
	padding-left:23px;
}
/* -------------- Author Details Styles ---------------- */
/* Float for author's picture in biography */
#biopic_float {
	float: right;
	margin: 10px;
	margin-right: 0;
}

p.name {
	font-size: 1.2em;
	font-weight: bold;
}
.suffix {
	font-size: 0.8em;
}

/* ------------ Google Search Styles -------------------- */
#googleSearch input, #googleSearch2 input {
	border:1px solid #666;
}
#googleSearch .googleSearchButton, #googleSearch2 .googleSearchButton {
	margin-top:5px;
	cursor:pointer;
}

/* ------------ Product Detail Pages (i.e. the books details page!) ----------- */
.bookDetailsHeading {
	color:#C41130;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}

table#bookDisplay {
	margin:20px 0px;
	margin-bottom:0px;
}

table#bookDisplay a {
	font-weight: bold;
}

#bookPricing {
	margin:10px 0px;
}

.strikeOut {
	text-decoration:line-through;
}

.salePrice {
	font-weight:bold;
	color:#C41130;
}

.statusMessage {
	font-weight:bold;
	margin:10px 0px;
}

.booksPageInfoBlock {
	margin:10px 0px;
}
/* ----------------- Flyout CSS ------------------------ */
#nav_pri {
	position: relative;
}
#nav_pri .nav_item ul {
	width: 170px;
	display: none;
/*	background: #C4112F; */
	background: #29407C;
	list-style: none;
	margin: 0;
	margin-top: -10px;
	#margin-top: 0;
	_margin-top: -10px;
	padding: 0;
	position: absolute;
	left: 140px;
	_left: 123px;
	z-index: 10;
}
#nav_pri .nav_item li {
	padding: 3px;
	margin: 0px;
	line-height: 14px;
	text-align: left;
	display: block;
	width: 164px;
	float: left;
	clear: both;
	color: #FFF;
	border: 0;
/*	border-bottom: 1px solid #D0425A;  */
	border-bottom: 1px solid #516E9A;
}

#nav_pri .nav_item li a {
	text-decoration: none;
	border: none;
/*	font-size: 12px; */
	color: #FFFFFF;
	line-height: 14px;
	display: block;
	width: 100%;
	height: 100%;
}
#nav_pri .nav_item li a:hover {
	text-decoration: underline;
}
#nav_pri .nav_item:hover ul { 
    width: 170px;
	display: block;
	border: none;
}
/* ----------------- End Flyout CSS ------------------------ */
table.authorDisplay {
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
}
table.authorDisplay a {
	text-decoration: none;
}
table.authorDisplay a:hover {
	text-decoration: underline;
}
table.authorDisplay th {
	background: #FFF;
	color: #CE0035;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
table.authorDisplay td, table.authorDisplay tr {
	background: #FFF;
	margin: 0;
	padding: 0 10px;
}

div.alphabet a {
	margin: 0 1px;
}

input#googleSearchInput, input#googleSearchInput2 {
	background: white url(assets/192_google1.gif) no-repeat;
	background-position: right center;
}

div#oncue, div#oncue select, div#oncue input {
	font-size: 11px;
}

div.assoc {
	width: auto;
}

div.assoc select {
	width: 99%;
	max-height: 90px;
}

