@charset "utf-8";
/* CSS Document */
/* BODY AND MENU */
body {
	background-color: #584930;
	background-image: url(images/body-bg.gif);
	font-family:Arial, Helvetica, sans-serif;
}
#wrap {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #9e914a;
	background-image: url(images/splash-bg.gif);
	background-repeat:no-repeat;
	background-color: #cfc4ab;
}
#menu { 
	width: 900px;
	height: 102px;
}
#content { 
	width: 890px;
	height: 498px;
	margin-right: 10px;
}
a img {
	border: none;
}
/* INDEX SPLASH BANNER*/
#splash_banner {
	width: 600px;
	height: 300px;
	padding-left: 40px;
	padding-top: 40px;
	padding: 80px 145px 30px 145px;
}
#movie {
	height: 498px;
	padding-left: 280px;
	background-image:url(images/index-bg.jpg);
}
/* GALLERY DIVS */
#gal_left_container {
	width: 210px;
	height: 498px;
	float:left;	
}
#gal_selector {
	width: 170px;
	height: 300px;
	float:left;
	margin-top: 30px;
	padding-left: 40px;
}
#gal_info_panel { 
	width: 174px;
	height: 98px;
	float:left;
	margin: 45px 9px 25px 27px;
	background-image:url(images/info_panel.gif);
	background-repeat:no-repeat;
}
#panel_text {
	margin:7px;
}
#gallery { 
	width: 495px;
	height: 479px;
	float:left;
	padding-top:19px;
	padding-right: 35px;
	text-align:center;
}
.gallery_image {
	border: solid 5px #9e914a;
}
#thumb_scroller { 
	width: 150px;
	height: 450px;
	float:right;
	margin-top: 24px;
	margin-bottom: 24px;
	overflow: auto;
	text-align:center;
}
.thumb_grid_item {
	height: 60px;
	width: 60px;
	border: solid 3px #9e914a;
	/*display:inline;*/
	margin-right: 10px;
	margin-bottom: 6px;
}
/* STORE */
#etsy { 
	width: 900px;
	height: auto;
	/* background-color: #ffffff; */
	text-align:center;
	padding-top:10px;
}
/* NEWS */
#news_container {
	width: 600px;
	height: 400px;
	float: left;
	margin-left: 135px;
	margin-right: 135px;
	margin-top: 30px;
	margin-bottom: 68px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	border-right: solid 1px #9e914a;
	border-top: solid 1px #9e914a;
	border-left: solid 1px #9e914a;
	border-bottom: solid 1px #9e914a;
}
h3.news_title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}
h4.news_date {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1em;
}
p.news_article {
	margin-top: 0px;
	margin-bottom: 15px;
}
/* LINKS */
#links_container {
	width: 600px;
	height: 400px;
	padding: 49px 145px 49px 145px;
}
#links_left {
	width: 300px;
	height: 400px;
	float: left;
}
#links_right {
	width: 300px;
	height: 400px;
	float: left;
}
.linkage {
	margin-top: 0px;
}
a.lovelink, a.lovelink:link, a.lovelink:visited {
	color:#2d1d0f;
	font-weight:normal;
	text-decoration:none;
}
a.lovelink:hover {
	color:#9e914a;
	text-decoration:underline;
}
/* CONTACT */
#contact {
	width: 440px;
	height: 40px;
	padding: 100px 220px 30px 230px;
}
/* FOOTER */
#footer { 
	text-align:center;
	color: #cfc4ab;
}
a.footlink, a.footlink:link, a.footlink:visited {
	color:#c1b79f;
	font-weight:normal;
	text-decoration:none;
}
a.footlink:hover {
	color:#f0e3c6;
	font-weight:normal;
	text-decoration:none;
}
/*FIXES*/
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
a, a:link, a:visited {
	color:#9e914a;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2d1d0f;
	font-weight:bold;
	text-decoration:none;
}

html {
	min-height:101%;
	margin-bottom:0.1px;
}