/* KONA PUBLISHING & MEDIA GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f0eae2 url("/images/backgrounds/tan_stripe.gif");
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}


/* SITE CONTAINERS */

div#entire_whole_site_container {
	background: transparent url("/images/backgrounds/home/bg_burlap_repeat.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}

div#whole_site_container {
	background: transparent url("/images/backgrounds/home/bg_footer_transparent.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#site_container {}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	overflow: hidden;
}


/* HEADER */

div#header {
	width: 1000px;
	height: 110px;
}

	#header h1 {
		width: 1000px;
		height: 310px;
		background: transparent url("/images/logos/kona_logo.png");
		background-repeat: no-repeat;
	}
	#header a {
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 400px;
		height: 120px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: auto;
	height: 70px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 84px;
			background: transparent url("/images/navigation/about.png");
		}
		
		a#educators_link {
			width: 104px;
			background: transparent url("/images/navigation/educators.png");
		}
				
		a#students_link {
			width: 96px;
			background: transparent url("/images/navigation/students.png");
		}
		
		a#booksellers_link {
			width: 119px;
			background: transparent url("/images/navigation/book_sellers.png");
		}
		
		a#catalog_link {
			width: 87px;
			background: transparent url("/images/navigation/catalog.png");
		}
		
		a#publish_link {
			width: 87px;
			background: transparent url("/images/navigation/publish.png");
		}
		
		a#contact_us_link {
			width: 93px;
			background: transparent url("/images/navigation/contact.png");
		}
		
		#navigation li a {
			display: block;
			height: 110px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -110px !important;
		}
	
		.current {
			background-position: 0px -220px !important;
		}
	
			#navigation li a span {
				display: none;
			}


/* DROP DOWN MENUS */

div.drop_down {
	display: none;
	position: absolute;
	top: 110px;
	z-index: 6000;
	width: 215px;
	background: transparent url("/images/navigation/subnav_repeat.png");
}

div#about_dd {
	left: 320px;
}

div#educators_dd {
	left: 396px;
}
		
div#students_dd {
	left: 500px;
}

div#booksellers_dd {
	left: 596px;
}

div#catalog_dd {
	left: 803px;
}

div#contact_us_dd {
	right: 91px;
}	

	.drop_down h2 {
		position: absolute;
		bottom: -13px;
		width: 215px;
		height: 13px;
		background: transparent url("/images/navigation/subnav_footer.png");
		background-repeat: no-repeat;
	}
	
		.drop_down h2 strong {
			display: none;
		}

	.drop_down ul {
		display: block;
		margin: 0px;
		padding: 9px 0px 0px 0px;
		background: transparent url("/images/navigation/subnav_ul_bg.jpg");
		background-repeat: no-repeat;
		list-style: none;
	}
	
		.drop_down ul li {
			display: inline;
		}

			.drop_down ul li a {
				display: block;
				margin: 0px 0px 0px 18px;
				padding: 7px 15px 7px 26px;
				border-top: 1px solid #e8e1d7;
				width: 131px;
				background: transparent url("/images/navigation/subnav_a.png");
				background-repeat: no-repeat;
				line-height: 16px;
				font-size: 11px;
				color: #818181;
			}

			.drop_down ul li a:hover {
				background-color: #bf4e00;
				background-position: -172px -5px;		
				font-size: 11px;
				color: #FFFFFF;
			}
		
			
/* SEARCH BOX */

#search_form_container {
	position: absolute;
	top: 75px;
	right: 0px;
	z-index: 1000;
	width: 239px;
	height: 35px;
	background: transparent url("/images/body_regions/search_bg.png");
}

	#search_form fieldset {
		border: none;
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	
		#search_form label {
			display: none;
		}
		
		#search_form input.textbox {
			float: left;
			margin: 13px 0px 0px 96px;
			border: 0px;
			width: 120px;
			height: 20px;
			background: transparent;
			font-size: 14px;
			color: #dbdbdb;
		}				
			

/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #339ae3;
		}
		
		#body_text a:hover {
			color: #8b0000;
		}
		
		#body_text h2, #body_text h3, #body_text h4, h3.staff_group, h3.job_industry, a#add_to_cart_link, #available_formats_list li a, #sub_navigation h2 a {
			font-family: 'Conv_Champagne_Limousines';
			font-weight: normal;
    		font-style: normal;
			font-variant:normal;
			-webkit-font-smoothing: antialiased;
		}
			
/* BACK TO TOP LINK */

	.back_to_top {
		display: block;
		width: 100%;
		clear: both;
	}
	
		.back_to_top strong {
			visibility: hidden;
		}


/* FOOTER */		

div#footer_container {
	clear: both;
	height: 61px;
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 61px;
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}