/* BASIC */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #541e1e;
	background: url(/images/taupe.jpg) #8e755c repeat;
	font: small/3ex Palatino, Georgia, "Times New Roman", serif;
}
img {
	display: block;
	border: 0;
}
a:link, a:visited {
	color: #541e1e;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #823131;
	font-weight: bold;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 2.5ex;
	margin-bottom: 2ex;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* WRAPPER */

div#wrapper {
	min-height: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
div#wrapper { /* box model hack in action */
	width: 730px;
	height: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 700px;
	height: auto;
}
html>body div#wrapper { /* be nice to opera 5 */
	width: 700px;
	height: auto;
}

/* HEADER */

div#header {
	padding-top: 18px;
	position: relative;
}
#header a:link, #header a:visited {
	color: #541e1e;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#header a:hover, #header a:active {
	color: #823131;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#header #logo {
	display: inline;
	margin-left: -12px;
	margin-right: 20px;
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 0;
}
ul#nav {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	list-style: none;
	vertical-align: 30%;
}
#nav li {
	display: inline;
	margin-left: 25px;
	margin-right: 0;
	letter-spacing: .1em;
}

/* CONTENT */

div#content {
	width: 100%;
	padding-bottom: 40px;
	position: relative;
}

/* FOOTER */

div#footer {
	width: 700px;
	clear: both;
	padding: 2px 0;
	/* position: absolute;
	bottom: 0; */
}
#footer p {
	font-size: x-small;
	line-height: 1.2ex;
	letter-spacing: .1em;
	text-align: center;
}

/* CAPTIONS */

p.caption {
}
ol.caption, ul.caption {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.caption li, ul.caption li {
	margin: 0;
	padding: 0;
}
.title {
	font-style: italic;
}
.sold {
	text-transform: uppercase;
}

/* MISC */

p.error{
}
div.calendar {
	float: left;
	width: 31px;
	height: 33px;
	padding: 2px;
	color: #918279;
	background: url(/images/ceramic-blue.png) no-repeat top left;
	font: bold 10px/14px Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	text-align: center;
}
div.calendar .day {
	font-size: 18px;
}