/* Standard HTML Styles */

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #555;  
  background: #ffffee;
/* 6abf6b green */
}

h1 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 18px;
}

h1.section_header {
	font-size: 15px;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #A0A099;
}

h2 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 16px;
}

h2.book_title {
	font-size: 13px;
	font-style: italic;
	padding: 5px 0 0;
}

h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
}

h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

p {
	margin: 0;
	line-height: 18px;
}

p.small_title  {
	font-size: 13px;
	font-weight: bold;
  margin-bottom: 12px;
}

p.caption {
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
}

a:link { 
  color: #0a7817; 
  text-decoration: none;
}
a:hover { 
  color: #FD861D; 
  text-decoration: underline;
}
a:visited { 
  color: #438346;  
  text-decoration: none;
}

.emphasized_link {
	font-size: 13px;
	font-weight: bold;
}

hr {
  margin: 10px 0;
}

.smallform { 
  font-style: italic;
  font-size: 10px;
}

.smalltext { 
  font-size: 10px;
}

.smallbold {
	font-size: 11px;
	font-weight: bold;
}

.leafimage{
  padding: 0;
  margin-bottom: -6px;
}

#contact_form_wrapper, #email_form_wrapper {
	margin: 20px 0 20px 50px;
	padding: 15px;
	border:1px solid #CDC1C5;
	width: 400px;
	background: #F6F6F6;
}

#email_form_wrapper {
	width: 340px;
	margin: 20px auto;
}

#form_wrapper_300 {
	width: 280px;
	margin: 0;
	font-size: 11px;
	margin-top: 0;
}
span.notify_start {
	font-size: 14px;
}

/* error & info messages */
table.msg_error, table.msg_info {
	padding: 5px;
	margin: 10px;
	font-color: #242B3D;
	line-height: 1.6;
}
table.msg_error {
	border: 1px solid #999999;
	background-color: #E0FFE4;
}
table.msg_info {
	border: 1px solid #999999;
	background-color: #E0FFE4;
}

/* standard form button */
input.std_btn {
	color: #000;
	background-color:#fff; 
	border: 1px solid; 
	border-color: #838B8B #000 #000 #838B8B;
	padding: 0 2px 2px;
}


/*images from hawaiinavigator.com */
div.thumb_box {
	float: left;
	position: relative;
	width: 220px;
}

img.hinav_img {
	border: 1px solid #CDC1C5;	
}

div.ns_thumb {
	width:24%;
	float: left;
	margin: 0 auto 20px;
	text-align: left;
	line-height: 140%;
}

div.dotted_hr {
	height:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #a0a099;
}

div.Left83pxImg {
	float:left;
	width:90px;
	padding:0 5px 20px 0;
}

img.gray83px {
	border: 1px solid gray;
	margin-bottom:5px;
}

ul.vendor_list {
	list-style-type:circle;
	margin: 0;
	font-size: 12px;
	list-style-position:inside;
	line-height: 140%;
	padding-left:0;
}
span.small_italic {
	font-style: italic;
	font-size: 11px;
}

div.booklist_block {
	margin-bottom: 20px;
}
div.book_buy_list {
	float:left;
	width:520px;
}
div.linkstack {
	float: left;
	width: 170px;
}
div.story_block {
	float:left;
	width:400px;
}
div.lg_img_books {
	float:left; 
	width:445px;
	margin-bottom:15px;
}

@media screen and (max-width: 600px) {
/* applies only if the screen is narrower than 600px */
	body {
		font-size: 16px;
	}
	div.book_buy_list {
		float: none;
		width: 96%;
	}
	div.lg_img_books {
		float: none; 
		width: 96%;
		margin-bottom: 10px;
	}
	h3.welcome_text {
		font-size: 20px;
		padding-bottom: 15px;
	}
}