@charset "utf-8";

body {
	background: #000;
	color: #DDD;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper {
	width: 960px;
	margin: 35px auto 0;
}
#header {
	margin-bottom: 40px;
}
#navcontainer   {
	background: url(../../images/layout/menubar.png) no-repeat;
	height: 32px;
	padding-top: 8px;
	padding-left: 40px;
	font-size: 15px;
}
#navlist li   {
	display: inline;
	list-style: none;
	padding-right: 25px;
}
#navlist li a   {
	color: #FC0;
	text-decoration: none;
	text-transform: uppercase;
}
#navlist li a:hover {
	color: #DDD;
	text-decoration: none;
}
#content  {
	margin-top: 40px;
	margin-bottom: 40px;
}
#contentarea   {
	width: 645px;
	margin-left: 40px;
	float: left;
}
#gallery1 {
	width: 880px;
	margin-left: 40px;
}
#gallery1 p {
	line-height: 1.6em;
	font-size: 0.9em;
}
#gallery1 p.quilttitle {
	color: #999;
	margin-bottom: 8px;
}
#gallery1 .thumb1 {
	width:150px;
	height: 150px;
	float: left;
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 40px;
}
#gallery1large {
	width: 600px;
	position: relative;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#gallery1quiltside {
	width: 600px;
	position: relative;
}

#gallery1largeinner {
	height: 492px;
	width: 492px;
	float: left;
	position: absolute;
	z-index: 2;
	top: 52px;
	left: 50px;
}
#gallery1largeinner4by3 {
	height: 386px;
	width: 520px;
	float: left;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 50px;
}
#gallery1patch {
	float: left;
	width: 600px;
}

#gallery1patchside {
	float: left;
	width: 240px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
.gallery1special {
	text-align: center;
	margin-bottom: 40px;
}
.gallery1special img {
	margin: 0 13px 0 13px;
	vertical-align: text-top;
}

#gallery2 {
	width: 880px;
	margin-left: 40px;
}
#gallery2 p {
	line-height: 1.6em;
	font-size: 0.9em;
}
#gallery2 .thumb {
	width:130px;
	background: #333;
	float: left;
	margin-right: 23px;
	margin-left: 23px;
	margin-bottom: 40px;
}

#gallery2image {
	float: left;
	width: 510px;
}
#gallery2imageside {
	float: left;
	width: 330px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}


#gallery3 {
	width: 880px;
	margin-left: 40px;
}
#gallery3 p {
	line-height: 1.6em;
	font-size: 0.9em;
}
#gallery3 .thumb {
	width:130px;
	float: left;
	margin-right: 23px;
	margin-left: 23px;
	margin-bottom: 40px;
}

#gallery3image {
	float: left;
	width: 610px;
}
#gallery3imageside {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
#navh1menu h1  {
	float: left;
	width: 450px;
	margin-bottom: 25px;
}
#navmenu  {
	font-size: 14px;
	color: #FC0;
	text-align: center;
	margin-bottom: 30px;
}

#navmenu a {
	color: #94534B;
	text-decoration: none;
}
#navmenu a:hover {
	color: #DDD;
}
#contentarea p   {
	width: 645px;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#contentarea a {
	color: #FC0;
	text-decoration: none;
}
#contentarea a:hover {
	color: #DDD;
	text-decoration: none;
}
#sidebar   {
	float: left;
	width: 160px;
	margin-left: 75px;
	text-align: center;
}
#sidebar .hdr  {
	font-size: .9em;
	color: #FC0;
	text-align: center;
}
#footer  {
	background: url(../../images/layout/menubar.png);
	font-size: 0.8em;
	text-align: right;
	padding-right: 40px;
	padding-top: 12px;
	margin-bottom: 450px;
}
#footer a  {
	color:#FC0;
	text-decoration:none;
}
#footer a:hover {
	color: #FFF;
}
img.left {
	float: left;
	margin-right: 25px;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.2em;
}

h1.margin {
	font-size: 1.2em;
	margin-bottom: 20px;
}
.txt-90 {
	font-size: 90%;
}
.txt-darker {
	color: #999;
}
.red {
	color: #94534B;
}
.highlight {
	color: #0C6;
}
