/*   
Theme Name: Napier Hotel
*/

body {
	font: 13px/18px georgia, times, serif;
	color: #cccccc;
	margin: auto;
	padding: 0px;
	background-color: #200400;
}

* {
	margin: 0;
	padding: 0;
}

#header {
	height: 272px;
	width: 906px;
	margin: auto;
}

#intro_text {
	background-image: url(images/intro_text.jpg);
	background-repeat: no-repeat;
	width: 790px;
	height: 85px;
	margin: 0px auto;
}

#box_top {
	background-image: url(images/box_top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 840px;
	margin: 0px auto;
}

#box_bottom {
	background-image: url(images/box_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 840px;
	margin: 0px auto;
}

#wrapper {
	width: 1100px;
	height: 100%;
	margin: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

#feature {
	width: 790px;
	height: 338px;
	background-color: #ede5d9;
	margin: -3px auto 0;
}

#sub_header_block {
	width: 790px;
	height: 119px;
	background-color: #000000;
	margin: 0 auto;
	background-image: url(images/sub_header_block.gif);
	background-repeat: no-repeat;
}

#quote {
	width: 790px;
	height: 135px;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	margin: 40px auto 0;
}

#nav {
	padding: 0px;
	margin: 0;
	height: 30px;
	width: 906px;
	top: 230px;
	position: absolute;
	text-align: center;
}

#nav li {
	list-style: none;
	display: inline;
	padding: 0 10px;
}

#nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font: 16px/18px georgia, times, serif;
	color: #cd8e60;
}

#nav li a:hover {
	color: #f0dfc6;
	text-decoration: none;
}

#nav li a.active {
	color: #f0dfc6;
	text-decoration: none;
}

.clear {
	clear: both;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 830px;
	min-height: 700px;
	background-color: #ede5d9;
}

#sub_text {
	width: 450px;
	padding: 0;
	margin-top: 40px;
	height: 100%;
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
}

#sub_text p img {
	margin-top: 6px;
}

#sub_text p {
	color: #966246;
	margin-bottom: 15px;
	padding: 0;	
}

#content p {
	font: 14px/20px georgia, times, serif;
}

#content a {
	text-decoration: none;
	color: #333;
}

#content a:hover {
	color: #000;
}

#content h2 {
	font: 20px georgia, times, serif;
	margin: 0 0 15px;
	padding: 0 0 10px;
	color: #8f3a0b;	
	border-bottom: 4px double #cfbea5;	
}

#content h3 {
	font: 20px georgia, times, serif;
	color: #8f3a0b;
	margin: 0;
}

#content h4 {
	font: 30px georgia, times, serif;
	color: #8f3a0b;
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	letter-spacing: -1px;
}

#content h5 {
	font: 30px georgia, times, serif;
	color: #b68f72;
	margin: -3px 0 0;
	padding-left: 20px;
	letter-spacing: -1px;
}

#content h3 a {
	color: #8f3a0b;
	text-decoration: none;
}

#box_bar {
	width: 820px;
	height: 143px;
	margin-top: 26px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#sub_box_bar {
	width: 247px;
	height: 500px;
	float: right;
	margin: 45px 40px 0px 0px;
}

#box1 {
	width: 247px;
	height: 143px;
	float: left;
	border-bottom: 4px double #cfbea5;
	margin-right: 24px;
}

#box2 {
	width: 247px;
	height: 143px;
	float: left;
	border-bottom: 4px double #cfbea5;
	margin-right: 24px;
	margin-bottom: 20px;
}

#sidebar h2 {
	font-size: 11px;
	color: #65370b;
	text-transform: uppercase;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
}

#sidebar li {
	padding: 3px;
	border-bottom: 1px solid #f6f6f6;
}

#sidebar li a {
	color: #333;
	text-decoration: none;
}

#sidebar input {
	width: 240px;
	padding: 5px;
	background: #fdfdfd;
	color: #444;
	border: 1px solid #f6f6f6;
	font: 11px Verdana;
}

#sidebar input:focus {
	background: #fff;
	border: 1px solid #eee;
}

#sidebar li a:hover {
	color: #000;
}

p.news {
	padding: 13px 0px;
	border-bottom: 1px solid #65370b;
	border-top: 1px solid #65370b;
	margin-top: 20px;
	margin-bottom: 20px;
}

blockquote {
	padding: 5px 15px;
	background: #f6f6f6;
	margin: 10px 0;
	border: 1px solid #eee;
}

#content ul, ol {
	margin: 10px 10px 10px 25px;
	border-top: 1px solid #eee;
}

#content li {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

img {
	border: none;
}

#footer {
	font: italic 12px georgia, times, serif;
	color: #ede5d9;
	width: 1100px;
	height: 60px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 30px;
}

#footer a {
	font: italic 12px georgia, times, serif;
	color: #ede5d9;
	text-decoration: none;
}

a.more {
	display: block;
	text-align: right;
	color: #2F460D;
	text-decoration: none;
	margin: 10px 0 0 0;
}

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