/* Here is where all the styles for the custom site layout will exist. The other style sheet only states standard layout, reset and typo styles */

/* BODY */
body {
	background: #2c2c2c;
}

/* HEADER */

#header {
	background: url('../img/main_nav_top_shadow.gif') repeat-x bottom #2c2c2c;
}

/*-- custom h1 replace --*/
#header h1 span {
	display: none;
}

#header h1 {
	width: 900px;
	height: 215px;
	background: url('../img/header.gif') no-repeat #2c2c2c;
	margin: 0;
}

/* MAIN NAV */
#main_nav {
	background: url('../img/main_nav_bg.gif') repeat-x bottom #720000;
	padding-bottom: 4px;
}

#main_nav ul {
	margin: 0;
	list-style: none;
}

#main_nav li {
	float: left;
}

#main_nav a {
	display: block;
	padding: 5px 10px 1px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #d0d0d0;
	background: transparent;
	text-decoration: none;
}

#main_nav a:hover, #main_nav a.on {
	background: url('../img/main_nav_bg_on.gif') repeat-x 0px -3px transparent;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 9px 1px 9px;
}

/* Featured Project */

/*-- custom h1 replace --*/

#featured_project {
	background: url('../img/featured_project_bg_div.gif') no-repeat;
	margin-top: 20px;
}

#featured_project h2 {
	width: 500px;
	height: 80px;
	background: url('../img/featured_project_bg.gif') no-repeat;
	margin: 0;
	padding: 20px 0 0 20px;
	color: #777;
	font-weight: bold;
	font-size: 3em;
}

#featured_project p.item_by {
	width: 381px;
	padding: 0 0 1.5em 0;
	color: #720000;
	font-weight: bold;
	background: url('../img/featured_project_h3_bg.gif') bottom no-repeat #d0d0d0;
	margin: 0;
}

#featured_project p.item_by span {
	padding-left: 10px;
}

#featured_project p.item_by span strong {
	font-size: 1.6em;
}

div.description p {
	padding: 0 10px 10px 20px;
	color: #d0d0d0;
}

div.description p span.head {
	font-size: 1.2em;
}

#featured_project div.image_preview {
	text-align: center;
}

#featured_project div.image_preview img.featured_full {
	margin: 30px 10px 0 0;
	border: 5px solid #720000;
}

#featured_project div.image_preview img.featured_preview {
	margin: 30px 0 0 0;
	border: 3px solid #720000;
}

/*News Items*/
div.container.news {
	padding-left: 40px;
	margin-top: 20px;
}

div.container.news a {
	color: #fff;
}

div.container.news a:hover {
	color: #5f7d83;
}

div.news_item {
	border-bottom: 1px solid #720000;
	padding: 10px 20px;
}

div.news_item.on {
	background: #393939;
}

div.news_item p {
	padding-left: 50px;
	text-align: justify;
	color: #ddd;
}

div.news_item p.date {
	background: url('../img/calendar.png') no-repeat;
	width: 50px;
	height: 51px;
	text-align: center;
	font-size: 1.7em;
	color: #069;
	font-weight: bold;
	padding: 12px 0 0 0;
	line-height: .8em;
	float: left;
	padding-left: 0;
	margin: 0;	
}

h5 {
	font-size: 2em;
	line-height: 1.1em;
	font-weight: bold;
	color: #ddd;
	margin: 0;
}

div.news_item.on h5 {
	color: #5f7d83;
}

div.banner_left {
	width: 10px;
	background: url('../img/banner_left.gif') top no-repeat;
	height: 157px;
	float: left;
	margin: 0;
	padding: 0;
}

h2#featured_designer {
	background: url('../img/featured_designer_header_bg.gif') no-repeat;
	width: 330px;
	height: 105px;
	margin: 0;
	padding: 5px 0 0 10px;
	font-weight: bold;
	color: #5a757a;
	font-size: 2.4em;
}

div.featured_designer.grid_3 {
	background: url('../img/featured_designer_div_bg.gif') bottom no-repeat #5a757a;
	width: 330px;
}

div.featured_designer h3 {
	background: #ccc;
	color: #720000;
	font-weight: bold;
	font-size: 2em;
	height: 40px;
	margin: -18px 0 20px 0;
	padding-top: 10px;
}

div.featured_designer_text p {
	padding: 10px 0 10px 10px;
	color: #ccc;
	text-align: justify;
}

div.featured_designer_images.grid_1 {
	width: 110px;
}

div.featured_designer_images img {
	margin: 10px 10px;
	border: 3px solid #720000;
}

p.banner_right_link {
	margin: 0 -15px 0 0;
	padding: 5px 0 0 5px;
	width: 150px;
	height: 50px;
	background: url('../img/banner_right.png') no-repeat;
	float: right;
}

p.banner_right_link a {
	color: #720000;
}

p.banner_right_link a:hover {
	color: #333;
}

/*store*/
div.container.store, div.container.products {
	width: 864px;
	background: url('../img/store_bg.gif') bottom #717171 no-repeat;
	padding-bottom: 30px;
}

div.container.products {
	margin-top: 20px;
}

div.container.store h2, div.container.products h2 {
	background: url('../img/store_header_bg.gif') no-repeat;
	height: 80px;
	padding: 0 0 0 5px;
	color: #717171;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0;
}

div.container.products h2 {
	background: url('../img/products_header_bg.gif') no-repeat;
}

div.store_preview_container {
	padding: 0 0 0 75px;
}

div.store_preview {
	float: left;
	margin: 0 13px 10px 13px;
}

div.store_preview  img {
	border: 2px solid #720000;
}

div.container.products div#product_buttons {
	text-align: center;
}

div.container.products div#product_buttons a {
	display: block;
	margin: 20px 0;
}

div.container.products form {
	margin: 20px;
	position: relative;
}

div.container.products p, div.container.products h4 {
	margin: 10px 50px;
}

div.container.products h4 {
	font-size: 2em;
	font-weight: bold;
}

div.container.products form p {
	margin: 5px 0;
	color: #fff;
}

div.container.products form div.form_item {
	margin: 10px 50px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

div.container.products form label {
	padding: 3px 0;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

div.container.products form div input {
	display: block;
	float: left;
}

div.container.products form div.form_item p {
	display: none;
}

div.error-message {
	background: red;
	color: #fff;
	border: 2px solid #fff;
	padding: 10px;
	margin: 30px 0 10px 0;
	clear: both;
}

div.admin_container {
	width: 950px;
	margin: 0 auto;
	background: #ccc;
}

div.admin_container > * {
	margin: 10px 30px;
}

div.admin_container label {
	display: block;
	font-weight: bold;
	margin-top: 20px;
}

div.left_column {
	float: left;
	margin: 0 50px 0 0;
	width: 550px;
}

div.right_column {
	float: left;
	margin: 0;
	width: 250px;
}

div.container.products.contact form div input {
	display: block;
	float: none;
}

div.container.products form div.sticker_size input, div.container.products form div.sticker_size span {
	float: left;
	margin: 0 5px;
}

div.container.products form div.sticker_size input {
	width: 30px;
}

div.admin {
	background: #cecece;
	padding: 5px;
	margin: 20px auto;
	border: 3px solid #3f3f3f;
}

div.image_check img, div.image_check input {
	float: left;
	margin: 0 5px;
}

div.image_check img {
	margin: 0 5px 10px 5px;
}

div.image_check {
	float: left;
	border: 1px solid #3f3f3f;
	margin: 0 5px 20px 5px;
	padding: 10px;
	display: block;
}

div.designer {
	margin: 10px 50px;
}

div.designer img {
	float: left;
	margin: 0 10px 10px 0;
}

div.designer_info {
	width: 600px;
	float: left;
}

div.designer_pictures {
	width: 200px;
	float: left;
	margin-left: 20px;
}

div.designer_pictures img {
	float: none;
	margin: 5px;
}

div.products h3 {
	margin: 10px 0 0 50px;
}

div.designer h3 {
	margin: 10px 0;
}

div.checkbox *{
	float: left;
	margin: 13px 10px 10px 0;
}

div.checkbox label {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.checkbox {
	margin: 0 10px;
}

div.admin_container textarea {
	width: 500px;
	height: 500px;
}

.question {color: #fff; font-size: 1.2em; font-weight: bold;}

div.contact form div {
	margin-left: 30px;
}