@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: 700px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -350px;
}



/*
================================ 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;
	max-width: 380px;
}

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


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

#rss-link {
	top: 230px;
	height: 200px;
	margin-bottom: -180px;
}

#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;
}

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

#tn-list2 {
	width: 600px;
}

#tn-list2 li {
	width: 180px;
	margin-right: 20px;
	float: left;
	line-height: 0;
}

#tn-list2 li img {
	width: 180px;
	height: 100px;
}

#tn-list2 li a {
	color: #626365;
	text-align: left;
	font-size: 8px;
}

#tn-list2 li h2 {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
}

#tn-list2 li p {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 10px;
}

.clear-tn {
	clear: left;
}


/*
================================ 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;
	position: relative;
	left: 130px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	text-transform: uppercase;
	font-size: 9px;
	margin-top: -50px;
	padding-top: 15px;
	height: 30px;
	border-top: 1px solid #afb1b2;
	overflow: visible;
	white-space: nowrap;
}

#footer span {
	padding-right: 8px;
}
#footer #copyright {
	padding-right: 0;
}
#footer a {
	text-transform: none;
	color: #79BCC9;
}








/*
============ 2011
*/
.home-top {
	position: relative;
	width: 645px;
	height: 315px;
}
.home-top-info {
	position: absolute;
	top: 75px;
	left: 25px;
	width: 180px;
	line-height: 14px;
}
.home-top-featured {
	margin-bottom: 15px;
}
#content .home-top-link {
	text-align: left;
}
.home-top-link a {
	color: #00A6D5;
	font-weight: bold;
	font-size: 10px;
}
.home-feature {
	float: left;
	margin-right: 15px;
	width: 205px;
	height: 145px;
	text-align: left;
	font-size: 8px;
}
.home-feature.last {
	margin-right: 0;
}
.home-feature img {
	margin-bottom: 5px;
}
.home-feature a {
	color: #626366;
	font-weight: bold;
}




/*
#blog-new .basic-content {
	width: 460px;
}
#blog-new .blog-entry img {
	width: 460px;
	height: auto;
}
#blog-new .blog-date {
	text-transform: uppercase;
}
#blog-new #rss-link, 
#blog-new #blog-signup {
	left: 500px;
}
#blog-new #blog-signup p {
	padding-bottom: 10px;
}
#blog-new label {
	margin-top: 5px;
	display: block;
}
#blog-new .submit-button {
	background-color: #63CDF6;
	color: #626366;
}
#blog-new .basic-form input {
	border-color: #d8d8d9;
	margin-left: 0;
	margin-right: 0;
}
*/






/*

============================================================================================================

											2011-08
											
============================================================================================================


*/
#blog-new .basic-content {
	width: 550px;
}
#blog-new #rss-link, 
#blog-new #blog-signup {
	left: 600px;
}
#blog-new .blog-text img {
	max-width: none;
}


/*
#work #item-container {
	width: 550px;
}
#work #tn-list {
	position: absolute;
	width: 320px;
	top: -85px;
	left: 550px;
}
*/
#tn-list {
	top: -85px;
}


#about .basic-content {
	width: 475px;
}
#about h1 {
	text-transform: none;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 0.4em;
}
#about .about-columns {
	border-top: 1px solid #afb1b2;
}
#about .about-columns h1 {
	margin-top: 15px;
}
#about .about-column {
	padding-bottom: 20px;
	margin-right: 25px;
	width: 160px;
}
#about .column-items p {
	margin-bottom: 10px;
}
#about .last-about-column {
	width: 275px;
	margin-right: 0;
}
#about .about-columns h1 {
	width: 160px;
	overflow: hidden;
}
#about #about-photo {
	position: absolute;
	top: 5px;
	left: 520px;
	width: 436px;
	height: 654px;
	overflow: auto;
}
#about-video {
	position: absolute;
	left: 520px;
	top: 728px;
}


#blog-new #content, 
#content, 
#about #content {
	position: relative;
}
