/*
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: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4;
	color:#eee;
	text-align:center;
	background:#333;
}
div { text-align:left; }

#well {
	width:762px;
	margin:0 auto;
	margin-top: 170px;
	margin-bottom: 70px;
	border:1px solid #828282;
	border-top:2px solid #828282;
	border-bottom: 2px solid #ff9800;
	padding: 0;
	background-image: url('images/photo_short.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	min-height:420px;
	position:relative;
}

/*BEGIN NAV */
#topbar ul {
	color : #ff9800;
	text-transform : lowercase;
	font-size : 1.07em;
	margin:15px 0 0 0;
	padding:0;
}

#topbar ul li {
	float : left;
	list-style : none;
	height : 28px;
	padding-left : 1.95em;
	min-width : 70px;
}

#topbar ul li:hover {
	background-image : url(images/topbar-hover.png);
	background-repeat : no-repeat;
	background-position : top left;
}

#topbar a {
	color : #fff;
	text-decoration : none;
	padding-right : 1.60em;
}

#topbar ul li:hover a {
	color : #fff;
}

/* END NAV */

#quote {
	float:right;
	color:#999;
	font-size: 20px !important;
	/*font-weight:bold;*/
	text-align:center;
	width:220px;
	position:absolute;
	left:500px;
	top:225px;
}
#quote small {
	font-size:11px;
	padding-left: 40px;
	color:#888;
}

#page {
	padding: 0;
	width:410px;
	margin:15px 0 0 29px;
	font-size: 12px;
}

#text {
	width:410px;
}

#footer {
	font-size: 9px;
	margin:30px 0 0 0;
}

a img { border:none; }

a {
	text-decoration:underline;
	color:#eee;
}

a:hover {
	color:#eee;
	text-decoration:none;
}

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

.title_colour {
	color:#ffffc2;
}

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

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

/*BOOK PAGES */
.book_text {
	float:right;
	width: 280px; 
}
.buy {
	float:left;
	width: 70px;
	font-size: 9px;
	text-align: center;
	margin-right: 30px;
	color: #ffffc2; 
}
.buy a {
	/*padding: 2px 5px 2px 5px;*/
	font-size: 11px;
	font-weight: bold;
	color: #ff9800;
	text-decoration:none;
}

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