/* Start of CMSMS style sheet 'Layout' */

/*

Color Guide

Black: #000000
Espresso: #996633

*/

/* Resets and Default Styles */

* {
	padding: 0;
	margin: 0;
}

b, a { color: #ffffff; }

strong {
	color: #ffffff;
	font-weight: bold;
}

img { border: 0; }

hr {
	background-color: #996633;
	color: #996633;
	border: 0;
	height: 1px;
}

html { background: #000000 url(images/bg.jpg) top center no-repeat fixed; }

body {
	background: url(images/body-bg.png) top center no-repeat;
	color: #cccccc;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

#wrapper {
	background-color: #000000;
	border-left: 1px solid #996633;
	border-right: 1px solid #996633;
	width: 758px;
	margin: 0px auto;
}

#header { height: 124px; }

#logo { float: left; }

#header-shop {
	width: 250px;
	float: right;
	padding-top: 20px;
	font-size: 13px;
}

#header-shop img { padding-bottom: 10px; }

#menu {
	height: 30px;
	border-top: 1px solid #996633;
	border-bottom: 1px solid #996633;
}

#content { }

#home-slide { border-bottom: 1px solid #996633; }

#sidebar {
	border-right: 1px solid #996633;
	float: left;
	width: 230px;
}

#sidebar .rollover { border-bottom: 1px solid #996633; }

#article {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 490px;
}

#article a, #article a:link { color: #996633; }

#article a:hover { color: #ffffff; }

#article h1 {
	color: #996633;
	font-family: Georgia, serif;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: .75em;
}

#article p {
	font-size: 13px;
	margin-bottom: 1em;
}

#article ul {
	color: #999999;
	margin-left: 25px;
	margin-bottom: 1em;
}

#footer {
	border-top: 1px solid #cccccc;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
	padding-top: 20px;
}

#footer-menu { float: right; }

#hours {
	clear: both;
	float: right;
	margin-top: 2em;
}

div.vcard {
	clear: both;
	float: right;
	margin-top: 2em;
}

/* Contact Form */

#contact fieldset {
	border: 1px solid #cccccc;
	padding-top: 10px;
	width: 300px;
}

#contact legend {
	border: 1px solid #cccccc;
	color: #996633;
	font-family: Georgia, serif;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	padding: 6px 12px;
	margin: 0px 14px;
	text-align:center;
}

.field {
	clear: left;
	float: left;
	padding: 0px 10px 5px;
	margin: 5px;
	width: 195px;
}

.field input[type="text"] {
	width: 150px;
	padding: 2px;
}

.field textarea {
	width: 225px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.field .submit {
	color: #996633;
	background-color: #000000;
	border: 1px solid #996633;
	cursor: pointer;
	display: block;
	padding: 6px 0px;
	text-align: center;
	width: 150px;
}

.field label {
	display: block;
	font-weight: bold;
}

/* ClearFix Hack */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

/* End of 'Layout' */

