@charset "UTF-8";

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #626365;
	background-color: #FFFFFF;
}

h1, h2, h3, p, ul, li, img, a, div {
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	text-transform: uppercase;
	color: #636466;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #79BCC9;
}

p {
	padding-bottom: 15px;
}

form {
	margin: 0;
	padding: 0;
}



/*
================================ INTRO
*/

#intro {
	width: 100%;
	height: 100%;
	position: relative;
	/*background-color: #BFE5E6;*/
	background-image: url("/images/commons/intro_bg.png");
	background-repeat: repeat;
	background-position: top left;
}

#intro-image {
	width: 690px;
	height: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -345px;
}



/*
================================ HEADER
*/

#header {
	height: 51px;
	padding-bottom: 28px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#header-bg {
	display: block;
	height: 51px;
	background-image: url("/images/commons/tad-carpenter.png");
	background-position: center;
	background-repeat: repeat-x;
	position: relative;
	top: -30px;
}

#header-title {
	font-size: 24px;
	font-weight: bold;
	display: block;
	height: 30px;
}



/*
================================ CONTAINER
*/

#container {
	width: 710px;
	margin: 0 auto;
	height: 100%;
}



/*
================================ CONTENT
*/

#content {
	float: left;
	width: 580px;
	text-align: justify;
	margin-top: 84px;
	margin-bottom: 50px;
}

.basic-content {
	width: 380px;
}



/*
================================ ABOUT
*/

.about-columns {
	clear: both;
}

.about-columns p {
	margin: 0;
	padding: 0;
}

.about-column {
	float: left;
	width: 180px;
	margin-right: 15px;
	text-align: left;
}

.about-columns .last-about-column {
	margin-right: 0;
}

.about-columns h1 {
	margin-bottom: 5px;
}

.about-find p {
	margin: 0;
	padding: 0;
}


/*
================================ BLOG
*/

#blog-nav {
	width: 380px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}

#blog-nav a {
	color: #626365;
}

#blog-nav a:hover {
	color: #79BCC9;
}

#blog-prev {
	position: absolute;
	right: 0;
}

.blog-entry {
	margin-bottom: 20px;
}

.blog-date {
	font-size: 10px;
}

.blog-text img {
	margin-top: 10px;
}

.blog-permalink {
	font-size: 10px;
	text-align: right;
}


#rss-link, #blog-signup {
	position: relative;
	left: 440px;
}

#rss-link {
	top: 230px;
}

#rss-link img {
	position: relative;
	top: 3px;
}

#blog-signup {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 200px;
	margin-bottom: -219px;
}



/*
================================ BLOG COMMENTS
*/

.blog-comment {
	padding: 5px 0;
	border: 1px solid #CCCCCC;
	border-width: 0 0 1px 0;
	margin-top: 10px;
}

.blog-comment-date {
	text-align: right;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.blog-comment-name {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.blog-comment-text {
}

#comment {
	padding-top: 30px;
}

#comment textarea {
	margin-bottom: 10px;
}

#comment_name, #comment_email, #comment_website, #comment_text {
	width: 380px;
	/*border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;*/
	margin-bottom: 10px;
}




/*
================================ CONTACT
*/

.contact-text strong {
	color: #4B4C4E;
}



/*
================================ ITEM
*/

#item-container {
	float: left;
	width: 380px;
}

#item-content {
	margin-bottom: -15px;
}

#item-images {
	padding-top: 4px;
}

#item-details {
	padding-top: 4px;
}

#item-details-list {
	display: inline;
	padding-left: 4px;
}

#detail-info {
	display: inline;
	padding-left: 2px;
	height: 11px;
	font-size: 10px;
	position: relative;
	top: -2px;
}

#detail-info a {
	display: inline-block;
	width: 11px;
	text-align: center;
}

#item-details-list li {
	display: inline;
}



/*
================================ THUMBNAILS
*/

#tn-list {
	float: left;
	width: 155px;
	height: 294px;
	overflow: auto;
	padding-left: 38px;
	margin-top: 84px;
}

#tn-list li {
	float: left;
	display: inline-block;
	width: 49px;
	height: 49px;
	margin: 0;
}



/*
================================ NAVIGATION
*/

#nav {
	float: left;
	width: 130px;
	line-height: 0;
	margin-top: 80px;
}

#nav ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	padding: 2px 0;
}

#nav li ul {
	padding-left: 8px;
	padding-bottom: 4px;
}

#nav li ul a {
	display: block;
	padding: 0;
	color: #626365;
	height: 18px;
	line-height: 9px;
}

#nav li ul a:hover {
	color: #79BCC9;
}

#nav .selected-subnav a {
	/*color: #89D4E3;*/
	background-image: url("/images/commons/nav-selected.png");
	background-repeat: no-repeat;
	background-position: left 2px;
	position: relative;
	left: -11px;
	padding-left: 11px;
}



/*
================================= FORMS
*/

.basic-form {
}

.basic-form input, .basic-form textarea {
	border: 1px solid #626365;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.basic-form .submit-button, .basic-form .cart-button {
	margin-top: 6px;
	display: block;
	border: 1px solid #79BCC9;
	background-color: #79BCC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #626365;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.basic-form .cart-button {
	margin: 0;
	display: inline;
}

.store-price {
	display: inline;
}

#price-top {
	float: left;
	margin-right: 20px;
}

#price-bottom {
	margin-bottom: 10px;
}



/*
================================= SKETCHBOOK
*/

.sketchbook {
	overflow: hidden;
	width: 660px;
	height: 450px;
}

.sketchbook div {
	margin-top: -40px;
	margin-left: -80px;
}



/*
================================= LINKS
*/

.list-columns ul {
	float: left;
	width: 130px;
	padding-bottom: 15px;
}

.list-columns h2 {
	clear: both;
	font-size: 12px;
	text-transform: uppercase;
}

.list-columns a {
	color: #626365;
}

.list-columns a:hover {
	color: #79BCC9;
}



/*
================================ FOOTER
*/

#footer {
	width: 710px;
	text-indent: 130px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	text-transform: uppercase;
	color: #79BCC9;
	font-size: 8px;
	margin-top: -30px;
	height: 30px;
}