body {
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	background-color: #18181b;
	color: #dfdfdf;
}
div#body-wrap {
	width: 700px;
	margin:10px auto 10px auto;
}

/* MASTHEAD
------------------------------------- */

div#masthead {
	position:relative;
	font-size:1.5em;
	height:55px;
}
div#top {
	margin-bottom: 30px;
	position: relative;
}


h1 {
	font-style: normal;
	font-weight: normal;
	margin-top: 30px;
}
h1, div#masthead p.tag {
	font-family: "GillSans-Light";
	letter-spacing: .05em;
}
div#masthead p.tag {
	position:absolute;
	top:-10px;
	right:0;
}
div#masthead p.log {
	position:absolute;
	top:65px;
	right:0;
	font-size: .7em ;
	font-style: italic;
	text-align: right;
	color: #7c7c7c;

}

/* NAVIGATION
------------------------------------- */

ul#nav {
	list-style:none;
	padding:0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:10px 0;
}

ul#nav li {
	display:inline;
	margin-right:1em
}


/* LINKS
------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #ff7f00;
}
a:hover {
	background: #2b2b31;
}

a img {border: none;}

h1 a:hover {background: none;}


/* ORDERING PAGE
------------------------------------- */


div#price-grid {
	font:1.4em Georgia;
	
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	width: 300px;
}
div#price-grid span.size, div#price-grid span.price {
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 80%;
}
div#price-grid span.size {margin-left:1em;}
div#price-grid span.price {margin-left: 1em;}


body#order div#main {
	position:relative;
}
div#order-info {
	width:300px;
	padding-top: 5px;
}

img#order-img {
	position: absolute;
	right:0;
	
	padding: 3px;
	background: #1a1a1e;
	border:1px solid #333;

}




/* LINENS PAGE
------------------------------------- */


div#box-wrap {
	position:relative;
	height:760px;
}
img#three-linens {
	position: absolute;
	right: 20px;
	top:0px;
	
	padding: 3px;
	background: #1a1a1e;
	border:1px solid #333;

}
div.img-box {
	overflow:hidden;
	margin: 0 0 15px 25px;
}
div.img-box div.img {
	background-color: #aaa;	
	height:150px;
	width:150px;
}
p.caption {
	font-size: .9em;
	margin: .5em 0 4px 0;
}


/* INDEX PAGE 
------------------------------------- */

body#index div#main img {
	float:right;
	margin-left:20px;
	padding: 3px;
	background: #1a1a1e;
	border:1px solid #333;
}
p.callout {
	font: 1.5em "Georgia", times, serif;
	line-height: 1.4;
	letter-spacing: 0;
}

