@charset "UTF-8";
html {
	overflow-y: scroll;
}
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, a, img, table, tr, td, th, thead, tfoot {
	margin: 0;
	padding: 0;
	/*font-family: Futura, "Futura BT", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #CC3300;
}
img {
	border: 0;
}
/*======================= HEADER */

#header {
	height: 258px;
}
#header-bg {
	background-image: url("/images/commons/header.jpg");
	background-position: 50% 0;
	background-repeat: repeat;
	height: 41px;
}
#header-content {
	width: 792px;
	margin: 0 auto;
	position: relative;
	margin-top: -41px;
}
#logo {
	margin: 0 auto;
	width: 151px;
	height: 151px;
}
/*======================== NAV */

#nav {
	position: absolute;
	top: 0;
	left: 15px;
	list-style-type: none;
}
#nav li {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.085em;
	position: absolute;
	top: 60px;
	left: 0;
}
#nav li a {
	color: #FFFFFF;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: 2px;
}
#nav li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 24px;
	background-image: url("/images/commons/nav.png");
	background-position: 0 0;
}
#nav #nav-blog {
	left: 80px;
	width: 54px;
}
#nav #nav-blog span {
	width: 54px;
}
#nav #nav-blog:hover span, #nav #nav-blog span.selected-nav {
	width: 54px;
	background-position: 0 -24px;
}
#nav #nav-about {
	left: 149px;
	width: 68px;
}
#nav #nav-about span {
	width: 68px;
	background-position: -54px 0;
}
#nav #nav-about:hover span, #nav #nav-about span.selected-nav {
	background-position: -54px -24px;
}
#nav #nav-work {
	left: 230px;
	width: 62px;
}
#nav #nav-work span {
	width: 62px;
	background-position: -122px 0;
}
#nav #nav-work:hover span, #nav #nav-work span.selected-nav {
	background-position: -122px -24px;
}
#nav #nav-store {
	left: 462px;
	width: 61px;
}
#nav #nav-store span {
	width: 61px;
	background-position: -184px 0;
}
#nav #nav-store:hover span, #nav #nav-store span.selected-nav {
	background-position: -184px -24px;
}
#nav #nav-printing {
	left: 547px;
	width: 87px;
}
#nav #nav-printing span {
	width: 87px;
	background-position: -245px 0;
}
#nav #nav-printing:hover span, #nav #nav-printing span.selected-nav {
	background-position: -245px -24px;
}
#nav #nav-contact {
	left: 651px;
	width: 90px;
}
#nav #nav-contact span {
	width: 90px;
	background-position: -332px 0;
}
#nav #nav-contact:hover span, #nav #nav-contact span.selected-nav {
	background-position: -332px -24px;
}
/*======================== CONTAINER */

#container {
	width: 792px;
	margin: 0 auto;
}
/*======================== CONTACT INFO */

#contact-info {
	width: 247px;
	height: 70px;
	margin-left: 102px;
	position: relative;
}
#contact-logo {
	position: absolute;
	left: -33px;
}
/*======================== SIDEBAR */

#sidebar {
	width: 247px;
	float: left;
	margin-left: 76px;
}
#sidebar ul, #sidebar li, #sidebar a, #sidebar h2 {
	list-style-type: none;
	font-size: 8px;
	line-height: 16px;
	letter-spacing: 0.145em;
	text-transform: uppercase;
}
#sidebar a {
	color: #939598;
}
#sidebar a:hover {
	color: #FFFFFF;
}
#sidebar h2 a {
	color: #FFFFFF;
}
#sidebar h2, #sidebar h2 a:hover {
	color: #CC3300;
}
#sidebar-list.store-list {
	overflow-y: auto;
}
#sidebar-list {
	margin-left: 24px;
}
/*======================== CONTENT */

#content {
	width: 320px;
	float: left;
	margin-top: -70px;
	font-size: 9px;
	line-height: 16px;
	letter-spacing: 0.055em;
	text-align: justify;
}
#content h1 {
	font-size: 15px;
	color: #CC3300;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 0.085em;
}
#content h1 a {
	font-size: 15px;
	color: #CC3300;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.085em;
}
#content h2 {
	font-size: 8.5px;
	text-transform: uppercase;
}
#content p {
	margin-bottom: 10px;
}
/*======================== ABOUT */
#content.about {
	margin-left: 325px;
}
#content.about h2 {
	color: #CC3300;
}
/*======================== BLOG */
.blog-entry {
	margin-bottom: 40px;
}
.blog-entry img {
	margin: 10px 0;
}
#sidebar-list {
	height: 477px;
	overflow-y: scroll;
}
/*========================= WORK */
#work-image {
	margin-top: 5px;
}
#work-images-list, #work-images-list li {
	list-style-type: none;
}
#work-images-list {
	margin: 18px 0;
}
#work-images-list li {
	display: inline;
	margin-right: 6px;
}
/*========================= STORE */
#content.store-items {
	width: 465px;
}
#content.store-items h1 {
	margin-bottom: 30px;
}
.store-item {
	width: 135px;
	height: 275px;
	float: left;
	margin-right: 20px;
}
.last {
	margin-right: 0;
}
.store-item h2, h1#store-name {
	color: #CC3300;
	font-size: 8.5px;
	text-transform: uppercase;
	letter-spacing: 0.085em;
	margin-top: 10px;
	margin-bottom: 3px;
	font-weight: bold;
}
h1#store-name {
	margin-top: -8px;
}
.store-item-summary {
	height: 30px;
}
.store-item-summary, .store-item-summary p {
	font-size: 9px;
	text-align: justify;
	letter-spacing: 0.055em;
	line-height: 11px;
}
.store-item-price, #store-price {
	color: #CC3300;
	font-weight: bold;
	font-size: 8.5px;
	letter-spacing: 0.085em;
}
.store-item-buy {
	margin-top: -16px;
	text-align: right;
}
.store-item-buy a, #store-buy a {
	color: #000000;
	background-color: #CC3300;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8.5px;
	letter-spacing: 0.085em;
	padding: 2px 6px;
}
h2#store-category {
	color: #CC3300;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.085em;
	margin-bottom: 30px;
}
#store-buy {
	margin-left: 6px;
}
#store-buy, #store-price {
	display: inline;
}
#store-back {
	margin-top: 18px;
}
#store-back a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 8.5px;
	letter-spacing: 0.125em;
}
/*============================ PAGINATION */
#pagination {
	clear: left;
	padding: 20px 0 40px 0;
}
#pagination strong, #pagination a, #pagination .selected-pagination {
	background-color: #CC3300;
	padding: 2px 6px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#pagination a {
	background-color: #000000;
	color: #FFFFFF;
}
/*=========================== FOOTER */
#footer {
	clear: both;
	width: 792px;
	margin: 0 auto;
	position: relative;
}
#footer-links, #footer-copyright {
	position: absolute;
}
#footer-links {
	top: 30px;
	left: 320px;
}
#footer-copyright {
	font-size: 9px;
	top: 34px;
	left: 390px;
	letter-spacing: 0.085em;
}
.input-text, 
.comments-textarea {
	border: 0;
	font-family: Arial, sans-serif;
	width: 155px;
	font-size: 11px;
	padding: 2px 0;
	background-color: #000000;
	color: #CC3300;
	border: 1px solid #FFFFFF;
	border-width: 0;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	letter-spacing: 0.085em;
}
.comments-textarea {
	width: 290px;
	border-width: 1px;
	padding: 10px;
}
.com-field {
	width: 260px;
}
.form-button {
	border: 0;
	margin-top: 10px;
	color: #000000;
	background-color: #CC3300;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8.5px;
	letter-spacing: 0.085em;
	padding: 2px 6px;
}
/*===================== EMAIL SIGNUP */
#email-signup {
	width: 190px;
	margin-left: 24px;
	margin-top: 10px;
}
#email-signup form {
	margin-top: 5px;
}
.form-block {
	float: right;
}
/*===================== COMMENTS */
.blog-comments {
	/*
	margin: 20px 0;
	padding: 20px 0;
	*/
}
.comments-header {
	margin-bottom: 5px;
}
.comments-header, 
.comments-header a{
	font-weight: normal;
	font-size: 8.5px;
}
.blog-comment {
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #333333;
}
.blog-comment-signature {
	color: #939598;
	font-size: 10px;
	text-align: right;
}
/*======================= ERRORS */
.error-info {
	margin-bottom: 20px;
}
.error-info ul {
	margin-left: 15px;
}