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

div#navigation {
	padding-left: 1em;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	text-align: center;
}

div#navigation a {
	color: #9f948d;
	text-decoration: none;
	text-transform: uppercase;
}

body#shop a#shop,
body#store a#store,
body#events a#events,
body#press a#press,
body#design a#design,
body#registry a#registry,
body#blog a#blog,
body#contact a#contact {
	font-weight: bold;
	color: #f68b40;
}


/*				*/
/* Content		*/
/*				*/

div#content {
	margin-top: 10px;
	color: #9f948d;
	border: #c8c1bc solid 1px;
}

div#content h2 {
	color: #9f948d;
}

div#content h3 {
	color: #9f948d;
}

/*				*/
/* Home Page	*/
/*				*/

#home ul.thumbs {
	display: none;
}

div#home-image {
	padding: 5px 3px 0px 1px;
	height: 555px;
}

div#home-image a {
	text-decoration: none;
}


/*				*/
/* Shop 		*/
/*				*/

#shop #content {
	background-color: #f7f7f7;
	margin-top: 10px;
}

/*				*/
/* Contact		*/
/*				*/

#contact #content {
	background-color: #fbfbfb;
	margin-top: 10px;
}

#contact table th {
	vertical-align: text-top;
}

/*				*/
/* Slideshow	*/
/*				*/

.pagination {
	margin-left: 14px;
}

.pagination span,
.pagination a {
	margin-right: 5px;
}

/*				*/
/* Footer		*/
/*				*/

div#footer,
div#footer a {
	font-size: 115%;
	font-family: Times, serif;
	color: #9f948d;
}

div#footer img {
	padding-top: .25em;
}

div#footer a#join {
	background: url("/static/images/footer/signupbox.png") right center no-repeat;
	padding: 8px 160px 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
}

div#footer a#blog-link {
	color: #f68b40;
	text-decoration: none;
}

div#footer-left span {
	font-weight: bold;
	font-size: 85%;
}

div#footer-right {
	text-align: right;
}

