/*
Theme Name: House of Laudanum
Theme URI: http://www.houseoflaudanum.com/
Description: 
Version: .1
Author: House of Laudanum
Author URI: http://www.houseoflaudanum.com/
Tags: 

*/

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.2;
	color:#666;/*b4b4b4*/
	text-align:center;
}
div { text-align:left; }

#page {
	width:835px;
	margin:0 auto;
}

#header {
	height:165px;
	position:relative;
}

#main_head {
	position:absolute;
	left:10px;
	top:70px;
	font-size:18px;
}

ul#nav {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:10px;
	top:95px;
}

ul#nav li {
	display:inline;
	margin:0;
	/*padding:0 12px 0 12px;*/
	padding:0 0 0 12px;
	border-left:1px solid #3498cc;
	text-transform:lowercase;
	font-size:16px;
	/*font-size:14px;*/
	}
	
ul#nav li a:hover { color:#cc3433; /* text-decoration:underline */ }

#page_head {
	margin:0 0 5px 13px;
	font-size:18px;
}

#frame {
	border:1px solid #7f7f7f;
	padding: 0 0 0 10px;
	min-height:240px;
}

#footer {
	color:#3498cc;
	font-size: 9px;
	margin:20px 0 20px 10px;
}

a img { border:none; }

a {
	text-decoration:none;
	color:#3498cc;
}

h1, h1 a {
	font-weight:normal;
	color:#cc3433;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

h2 {
	font-weight:normal;
	color:#3498cc;
}
/* 
.essay_title { color:#333; }
*/

/*BOOK PAGES */

.title {
	color:#3498cc;
	font-size:1.2em;
	font-weight:bold;
}

.title_colour {
	color:#3498cc;
}

.title a, a.title {
	color:#3498cc;
	text-decoration:none;
}

.title a:hover {
	text-decoration:underline;
}

.book_text {
	float:right;
	width: 400px; 
	margin-right: 300px;
}
.buy {
	float:left;
	width: 70px;
	font-size: 9px;
	text-align: center;
	margin-right: 30px;
}
.buy a {
	/*padding: 2px 5px 2px 5px;*/
	font-size: 11px;
	font-weight: bold;
	font-weight:bold;
	text-decoration:none;
}

.buy a:hover {
	text-decoration:underline;
}