/* Main Declarations ********************************/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #472f13;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #54AC7A;
}

body {
	background: #362209 url('../img/main-bg.jpg') repeat-x;
	font-family: lucida grande, arial, helvetica;
	color: #472f13;
	font-size: .7em;
}

ul {
	margin: 0 0 10px 24px;
}

/* Structure **************************************/

#main-wrap {
	width: 850px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#header {
	background: #fff url('../img/header.jpg') no-repeat;
	width: 850px;
	height: 125px;
	margin: 10px 0 0 0;
}

#content-wrap {
	background: #fff;
	width: 850px;
}

#content {
	padding: 10px 20px 4px 20px;
}

#left-content {
	float: left;
	width: 575px;
}

#right-content {
	float: right;
	width: 216px;
}

#content-footer {
	width: 850px;
	height: 16px;
	background: #362209 url('../img/footer.jpg') no-repeat;
}

#footer {
	text-align: center;
	color: #9c8364;
	padding: 5px;
	font-size: .9em;
}

#footer a {
	color: #9c8364;
}

#footer a:hover {
	text-decoration:underline;
}

.right-box {
	width: 175px;
	background: #edebe1 url('../img/right-box-top.jpg') no-repeat;
	padding: 20px 20px 10px 20px;

}

.right-box-foot {
	width: 215px;
	height: 10px;
	background: #fff url('../img/right-box-bottom.jpg') no-repeat;
}

.right-box h1 {
	font-size: 130%;
	margin: 0 0 10px 0;
}

/* Navigation ********************************/

#nav {
	padding-left: 42px;
}

#nav li {
	display: inline;
}

#nav a{
	color: #fff;
	padding: 10px;
	text-decoration:none;
}

#nav a:hover {
	color: #472f13;
	background: #fff url('../img/nav-left.jpg') no-repeat;
	padding: 10px 0 10px 10px;
	font-size: 100%;
}

#nav a:hover span {
	background: #fff url('../img/nav-right.jpg') top right no-repeat;
	padding: 10px 10px 0 0;}

#nav .selected {
	color: #472f13;
	background: #fff url('../img/nav-left.jpg') no-repeat;
	padding: 10px 0 10px 10px;
	font-size: 100%;
}

#nav .selected span{
	background: #fff url('../img/nav-right.jpg') top right no-repeat;
	padding: 10px 10px 0 0;
}


/* Home **************************************/

#orange-box {
	display: block;
	width: 575px;
	height: 160px;
	background: url('../img/home-head.jpg') no-repeat;
	padding-bottom: 20px;
}

#home-bodycopy {
	background: url('../img/bodycopy-bg.jpg') top left no-repeat;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	padding: 20px;
	margin: 0px 0 0 0;
	font-size:1.05em;
}

#home-bodycopy a {
	text-decoration:underline;
}

#home-bodycopy h1 {
	font-size: 130%;
	margin: 0 0 10px 0;
}

#newsletter {
	width: 216px;
	height: 133px;
	background: url('../img/newsletter-bg.jpg') no-repeat;	
	text-align: center;
}

#newsletter img {
	margin: 85px 0 0 0;
}

#whats-new {
	width: 176px;
	height: 263px;
	background: url('../img/whatsnew-bg.jpg') no-repeat;
	margin: 20px 0 0 0;
	padding: 20px;
}

#whats-new h1 {
	font-size: 130%;
	margin: 0 0 10px 0;
}

.confirm {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0 20px;
	color: #54AC7A;
}

/* About **************************************/

#about-box {
	display: block;
	width: 575px;
	height: 218px;
	background: url('../img/about.jpg') no-repeat;
	padding-bottom: 20px;
}

/* Events **************************************/

#event-box {
	display: block;
	width: 575px;
	height: 174px;
	background: url('../img/events.jpg') no-repeat;
	padding-bottom: 20px;
}

.event-title {
	font-weight: bold;
}

blockquote {
	margin: .5em 0 1em 2em;
}

/* Store **************************************/

#search-field {
	width: 130px;
}

#go-button {
	margin-left: 5px;
}

#browse-bar {
	background: url('../img/browse/browse-bar.gif') repeat-x;
	color: #fff;
}

#browse-bar h1 {
	font-size: 120%;
	float: left;
	padding: 3px 10px 0 15px;
}

#browse-bar ul {
	height: 25px;
	padding: 5px 0 0 0;
}

#browse-bar li {
	display: inline;
	margin: 0 10px 0 0;
}

#browse-bar a {
	color: #fff;
	height: 25px;
}

#browse-bar a:hover {
	color: #54AC7A;
}

.store h2 {
	font-size: 130%;
	margin-top: 10px;
}

/* Store.category **************************************/



.category-block img {
	float: left;
	margin: 0 20px 0 0;
}

.category-block h3 {
	font-size: 140%;
}

.cat-desc {
	float: left;
}

.cat-desc p {
	margin-top: 5px;
}

.bold {
	font-weight: bold;
}

/* Store.sub-category **************************************/

.sub-category-block {
	width: 575px;	
	background: #edebe1;	
}

.sub-category-block img {
	float: left;
	margin: 10px 20px 10px 10px;
	border: 2px solid #fff;
}

.sub-category-block h3 {
	font-size: 140%;
	margin-top: 10px;
}

.sub-cat-desc {
	float: left;
	width: 450px;
}

.sub-cat-desc p {
	margin-top: 5px;
}

.sub-cat-desc form {
	margin: 10px 0 10px 0;
}
/* Form Style **************************************/

.right-box input {
	width:140px;
}

p {
	margin-bottom: 10px;
}

label {
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
}

.submit input {
	margin-left: .5em;
}

.submit {
	margin-left: 8em;
}
