/* The Wardrobe styles - (C) Optimalworks.net */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: georgia, times new roman, serif;
	font-size: 1em;
	color: #333;
	background: #f6f4e4 url("../images/background.gif") 0 48px repeat-x;
	border: 0px none #f6f4e4;
}

/* layout */
#page
{
	width: 100%;
	min-width: 46em;
	padding-top: 48px;
	background: url("../images/model.gif") 90% 0 no-repeat;
}

/* header */
#header
{
	width: 100%;
	height: 191px;
}

h1 a
{
	display: inline;
	float: left;
	width: 262px;
	height: 74px;
	margin-left: 10%;
	background: url("../images/thewardrobe.gif") 0 0 no-repeat;
}

h1 a strong { display: none; }

#header p
{
	display: inline;
	float: right;
	width: 8em;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1em;
	margin: 0.8em 20% 0 0;
	color: #fff;
}

/* content */
#wrapper
{
	float: left;
	width: 100%;
}

#content
{
	padding: 20px 0 20px 300px;
	margin: 0 10%;
}

/* sidebar */
#sidebar
{
	display: inline;
	float: left;
	width: 262px;
	padding-bottom: 80px;
	margin: -57px 0 0 -90%;
	color: #666;
	background: url("../images/sidebarback.gif") 0 0 no-repeat;
}

#sidebar a, #footer a { text-decoration: none; color: #666; }
#sidebar a:hover, #footer a:hover { color: #000; }

/* menu */
#menu
{
	list-style-type: none;
	padding: 20px;
	margin: 0;
}

#menu li
{
	padding: 0;
	margin: 0;
}

#menu a
{
	display: block;
	height: 1%;
	font-size: 1.1em;
	padding: 0.1em 0 0.2em 20px;
	color: #711a16;
	background-position: 8px 50%;
	background-repeat: no-repeat;
}

#menu li.active a { background-image: url("../images/menuactive.gif"); }

#menu a:hover
{
	color: #fff;
	background-color: #711a16;
}

/* contact hcard microformat */
.vcard
{
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 60px 20px 0 40px;
	color: #666;
}

.vcard p { margin: 0; }

.vcard ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.vcard ol li
{
	padding: 0;
	margin: 0;
}

.vcard dl.tel dd
{
	padding-left: 20px;
	background: url("../images/iconphone.gif") 0 50% no-repeat;
}

.vcard dd a
{
	padding-left: 20px;
	background: url("../images/iconemail.gif") 0 50% no-repeat;
}


.vcard ol li.region { float: left; padding-right: 0.3em;}
.vcard dt, .vcard ol.geo { display: none; }

/* add to contacts */
a.add
{
	display: block;
	padding-left: 20px;
	margin: 1em 0 0 40px;
	background: url("../images/iconvcard.gif") 0 50% no-repeat;
}

/* footer */
#footer
{
	clear: both;
	display: inline;
	float: left;
	width: 262px;
	font-size: 0.8em;
	margin: -9em 0 0 10%;
	color: #666;
	overflow: hidden;
}

#footer p
{
	text-align: center;
	margin: 0.3em 20px;
}

/* typography */
h2, h3
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #711a16;
	border-bottom: 2px solid #711a16;
}

h3
{
	clear: both;
	font-size: 1.2em;
	margin-top: 2em;
	border-bottom-width: 1px;
}

p
{
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

ol, ul
{
	margin: 1em 0 1.5em 3em;
}

li
{
	padding-left: 1em;
	margin: 0.8em 0;
}

a, a:link { text-decoration: underline; color: #900; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; color: #f00; }

/* generic form styles */
form
{
	margin: 1em auto;
}

form div { clear: both; }

label
{
	display: inline;
	float: left;
	width: 12em;
	text-align: right;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0.5em 0 0;
}

input, select, textarea, button
{
	font-family: georgia, times new roman, serif;
	font-size: 1em;
	text-align: left;
	padding: 1px 2px;
	margin: 0;
	color: #000;
	background-color: #fff;
	border: 1px solid #030;
}

div.button input
{
	width: 8.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 12.7em;
	color: #fff;
	background-color: #711a16;
	border: 1px solid #000;
	cursor: pointer;
}

div.button input:hover { background-color: #c00; }

.inputsml { width: 8em; }

/* map styles */
div#map
{
	position: relative;
	height: 400px;
	border: 1px solid #666;
	margin: 1em 0 2em 0;
	background: #fff url("../images/map.png") 50% 50% no-repeat;
}

div#map div.address p
{
	font-size: 1.5em;
	text-align: center;
	margin: 0.6em 0 0 0;
	color: #900;
}

/* inline pictures */
p.photo { clear: both; }

p.photo a.photo
{
	display: inline;
	float: left;
	padding: 6px;
	margin: 0 10px 10px 0;
	background-color: #fff;
	border: 1px solid #666;
}

p.alt a.photo
{
	float: right;
	margin: 0 0 10px 10px;
}

p.photo a img
{
	display: block;
	border: 1px solid #666;
}

p.photo a.photo:hover { background-color: #d7d4be; }