body {
	background: #333;
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
	}

a {color: #333;}

h2 {
	color: #333;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, serif;
	font-size: 40px;
	font-weight: 100;
	xletter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 20px;
	}

h3 {
	color: #333;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	}

p.medTextBlock {
	color: #999;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	}

.hr {
	background: url(../img/stitch.gif) repeat-x center;
	height: 41px;
	}

.bordered {border: 1px solid #eee;}

#header {
	background: #C7F1D8 url(../img/fabric.png) repeat-x center bottom;
	border-bottom: 5px solid #666;
	height: 110px;
	}

#header .container_12 {
	height: 110px;
	position: relative;
	}

#header #logo {
	background: url(../img/logo.png) no-repeat;
	height: 140px;
	position: absolute;
	width: 210px;
	}

#header #logo a {
	display: block;
	height: 140px;
	text-indent: -7777px;
	width: 210px;
	}

#header #nav {
	bottom: 0;
	list-style-type: none;
	position: absolute;
	right: 10px;
	}

#header #nav li {
	display: inline;
	margin-left: 1px;
	}

#header #nav li a {
	background: url(../img/nav.png) no-repeat 0 0;
	display: inline-block;
	height: 36px;
	text-indent: -7777px;
	}

#header #nav #shop a {width: 64px;}
#header #nav #about a {background-position: -64px 0; width: 74px;}
#header #nav #blog a {background-position: -138px 0; width: 59px;}
#header #nav #contact a {background-position: -197px 0; width: 89px;}

#header #nav #shop.active a,
#header #nav #shop a:hover {background-position: 0 -36px;}
#header #nav #about.active a,
#header #nav #about a:hover {background-position: -64px -36px;}
#header #nav #blog.active a,
#header #nav #blog a:hover {background-position: -138px -36px;}
#header #nav #contact.active a,
#header #nav #contact a:hover {background-position: -197px -36px;}

#content {
	background: #fff;
	padding: 50px 0 30px;
	}

#smittySlider {
	border: 1px solid #eee;
	height: 458px;	
	width: 458px;
	overflow: hidden;
	position: relative;
	}

#smittySlider #slides {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
	}

#smittySlider #slides div {
	position: relative;
	}

#smittySlider #slides div p {
	background: url(../img/green70.png);
	bottom: 0;
	color: #46564d;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, serif;
	font-size: 20px;
	font-weight: lighter;	
	left: 0;
	letter-spacing: -1px;
	padding: 20px;
	position: absolute;
	width: 418px;
	}

#smittySlider #slides div p a {
	text-decoration: none;
	}

#smittySlider #sliderNav {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 200;
	}

#smittySlider #sliderNav a {
	background: url(../img/slider_dots.png) no-repeat 0 -12px;;
	display: inline-block;
	height: 12px;
	margin-left: 3px;
	text-indent: -7777px;
	width: 12px;
	}

#smittySlider #sliderNav a.activeSlide {background-position: 0 0;}

.helloMsg {
	background: url(../img/stitch.gif) repeat-x left bottom;
	height: 220px;
	}

.helloMsg p {
	color: #999;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	}

.helloMsg p a {
	color: #ec7bae;
	text-decoration: underline;
	}

.helloMsg p a:hover {
	text-decoration: underline;
	}

.bigPic {
	background: url(../img/loading.gif) no-repeat center;
	border: 1px solid #eee;
	height: 458px;
	margin-bottom: 10px;
	width: 458px;
	}

.productInfo h2 {
	float: left;
	width: 355px;
	}

.productInfo .arrowBtns {
	float: right;
	overflow: auto;
	margin-top: -5px;
	width: 85px;
	}

.productInfo .arrowBtns a {
	background: url(../img/arrows.png) no-repeat;
	display: block;
	float: right;
	height: 40px;
	text-indent: -7777px;
	width: 40px;
	}

.productInfo .arrowBtns a.prev {margin-right: 5px;}
.productInfo .arrowBtns a:hover.prev {background-position: 0 -40px;}

.productInfo .arrowBtns a.next {background-position: -40px 0;}
.productInfo .arrowBtns a:hover.next {background-position: -40px -40px;}

.productInfo p.details {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	}

.productInfo .paypal {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #eee;
	text-align: center;
	}

.productInfo .paypal span {
	display: block;
	padding: 15px;
	}

.productInfo .paypal table {
	width: 100%;
	}

.productInfo .paypal td {padding: 0 0 5px;}

.relatedProducts {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fdfbe6;
	border: 1px solid #fdf7d3;
	margin-top: 20px;
	padding: 15px;
	}

.relatedProducts h3 {color: #c4ae5b;}

a.relThumb {
	color: #333;
	display: inline-block;
	float: left;
	margin: 5px;
	text-decoration: none;
	width: 132px;
	}

a.relThumb img {xmargin-bottom: 5px;}

a.relThumb p {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background: url(../img/arrow_s.png) no-repeat 100px 100px;
	background-color: rgba(000,000,000,.1);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, serif;
	font-size: 11px;
	padding: 10px;
	}

a:hover.relThumb p {
	background-position: 110px -10px;
	}

.aboutBio {margin-bottom: 0;}

.flickr {
	background: #eee;
	overflow: auto;
	padding: 15px;
	text-align: center;
	}

.flickr .flickr_badge_image {
	height: 110px;
	margin-bottom: 3px;
	overflow: hidden;
	width: 110px;
	}

.flickr .flickr_badge_image a {
	border: 5px solid #ddd;
	display: block;
	height: 100px;
	width: 100px;
	}

.flickr .flickr_badge_image a:hover {border-color: #ccc;}
	
.flickr .flickr_badge_image img {
	height: 100px;
	width: 100px;
	}

.flickr a.moreLink {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	background: #ddd;
	color: #333;
	display: block;
	font-size: 11px;
	padding: 5px;
	text-decoration: none;
	}

.flickr a:hover.moreLink {
	background: #333;
	color: #eee;
	}

ul.friends {
	list-style-type: none;
	overflow: auto;
	width: 100%;
	}

ul.friends li {
	float: left;
	font-size: 11px;
	margin:0 3px 3px 0;
	}

ul.friends li a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	background: #eee;
	color: #333;
	display: inline-block;
	padding: 7px;
	text-decoration: none;
	}

ul.friends li a:hover {
	background: #333;
	color: #eee;
	}

#blogSideBar ul.friends li {float: none;}

#blogSideBar ul.friends li a {display: block;}

.sqThumb {
	height: 220px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, serif;
	font-size: 14px;
	}

.sqThumb a {
	color: #666;
	display: block;
	height: 220px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	width: 220px;
	}

.sqThumb a img {
	border: 1px solid #eee;
	height: 182px;
	width: 218px;
	}

.sqThumb a p {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background: #fff url(../img/arrow_s.png) no-repeat 100px 100px;
	padding: 10px;
	}

.sqThumb a:hover p {background: #eee url(../img/arrow_s.png) no-repeat 194px -8px;}

.sqThumb a p .price {color: #999;}

#emailForm {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eee;
	margin-top: 15px;
	padding: 15px;
	}

#emailForm div {
	margin: 0 0 5px;
	overflow: hidden;
	width: 100%
	}

#emailForm label {
	float: left;
	font-size: 14px;
	padding: 10px 0 0;
	width: 100px;
	}

#emailForm div span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ddd;
	display: block;
	float: left;
	padding: 5px;
	width: 310px;
	}

#emailForm div input,
#emailForm div textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	padding: 5px;
	width: 298px;
	}

.errorMsg,
.successMsg {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FDFBE6;
	border: 1px solid #FDF7D3;
	color: #C4AE5B;
	margin-top: 100px;
	padding: 20px;
	}

#footer {
	background: url(../img/teeth.png) repeat-x center top;
	color: #666;
	padding: 30px 0 30px;
	}

#footer a {
	color: #999;
	text-decoration: none;
	}

#footer a:hover {color: #d9f06d;}

#footer .container_12 {
	background: url(../img/footer_logo.png) no-repeat bottom right;
	height: 57px;
	position: relative;
	}

#footer .container_12 p {
	background: url(../img/footer_bubble.png) no-repeat;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	padding: 7px 0 9px 15px;
	position: absolute;
	right: 103px;
	top: 0;
	}

#mc-embedded-subscribe-form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #2a2a2a;
	font-size: 12px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
	width: 280px;
	}

#mc-embedded-subscribe-form h4 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	}

#mc-embedded-subscribe-form #mce-responses {
	color: #ccc;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 5px;
	}

#mc-embedded-subscribe-form .mc-field-group {float: left;}

#mc-embedded-subscribe-form .email {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #666;
	padding: 5px;
	}

#mc-embedded-subscribe-form .btn {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #666;
	border: 1px solid #666;
	color: #fff;
	font-size: 12px;
	margin-left: 2px;
	padding: 5px;
	}




