/* @group Reset, Globals */

body {
	color: #684f3a;
	background: #fff;
	font-family: 'ColaborateLightRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 70px auto 0;
	padding: 0 0;
	text-align: center;
}

.pink {
	color: #f6a;
}

.darkbrown {
	color: #4e2a2e;
}

.brown {
	color: #684f3a;
}

.green {
	color: #cc0;
}

.darkgreen {
	color: #993;
}

.verydarkgreen {
	color: #660;
}

a, a:visited {
	text-decoration: none;
	color: #71d1dd;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #4fb1be;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code, p, ul, li {
	font-size: 1em;
}/*starts them all off at 10px high*/

h1, h2, h3, h4, h5, h6 {
	color: #684f3a;
	text-transform: capitalize;
	font-weight: normal;
}

h1, h2 {
	color: #684f3a;
	font-family: 'Colaborate-ThinRegular';
}

h3, h4 {
	font-family: 'Colaborate-RegularRegular';
}

h5, h6 {
	font-family: 'Colaborate-BoldRegular';
}

p {
	line-height: 1.2em;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .75em;
}

ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
}

a img, :link img, :visited img {
	border: none;
}

address {
	font-style: normal;
}

hr {
	border: none;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 10px 0 20px;
	padding: 0;
	height: 1px;
	display: block;
}

.hide, .hidden {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}

.bold {
	font-weight: bold;
}

.smallclearall {
	font-size: .85em;
	margin: 10px 0 0;
	font-style: italic;
	display: block;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

input[type=submit], select, .pointer {
	cursor: pointer;
}

.removeLowerCase {
	text-transform: none;
}

@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-stroke: 0 black;
	}/* resets text to normal on iPhone and other small devices */
}

/* @end */

/* @group Fonts */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/fonts/League_Gothic-webfont.eot');
	src: local('LeagueGothic'), url('/fonts/League_Gothic-webfont.woff') format('woff'), url('/fonts/League_Gothic-webfont.ttf') format('truetype'), url('/fonts/League_Gothic-webfont.svg#webfontOTINA1xY') format('svg');
	font-weight: normal !important;
	font-style: normal !important;
}

@font-face {
	font-family: 'Lobster';
	src: url('/fonts/Lobster_1.3-webfont.eot');
	src: local('Lobster 13 Regular'), url('/fonts/Lobster_1.3-webfont.woff') format('woff'), url('/fonts/Lobster_1.3-webfont.ttf') format('truetype'), url('/fonts/Lobster_1.3-webfont.svg#webfontcOtP3oQb') format('svg');
	font-weight: normal !important;
	font-style: normal !important;
}

@font-face {
	font-family: 'Colaborate-RegularRegular';
	src: url('ColabReg-webfont.eot');
	src: local('Colaborate-RegularRegular'), url('/fonts/ColabReg-webfont.woff') format('woff'), url('/fonts/ColabReg-webfont.ttf') format('truetype'), url('/fonts/ColabReg-webfont.svg#webfont7n8htCD6') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Colaborate-ThinRegular';
	src: url('/fonts/ColabThi-webfont.eot');
	src: local('Colaborate-ThinRegular'), url('/fonts/ColabThi-webfont.woff') format('woff'), url('/fonts/ColabThi-webfont.ttf') format('truetype'), url('/fonts/ColabThi-webfont.svg#webfontcrb0Yhf3') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ColaborateLightRegular';
	src: url('/fonts/ColabLig-webfont.eot');
	src: local('ColaborateLightRegular'), url('/fonts/ColabLig-webfont.woff') format('woff'), url('/fonts/ColabLig-webfont.ttf') format('truetype'), url('/fonts/ColabLig-webfont.svg#webfontrw6WOifO') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Colaborate-BoldRegular';
	src: url('/fonts/ColabBol-webfont.eot');
	src: local('Colaborate-BoldRegular'), url('/fonts/ColabBol-webfont.woff') format('woff'), url('/fonts/ColabBol-webfont.ttf') format('truetype'), url('/fonts/ColabBol-webfont.svg#webfontDTEOBeAk') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Wraps and Fancies */

#allwrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.fancyCorners {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pinkBG {
	padding: 0;
	margin: 0;
}

.greyBG {
	background: #eee !important;
}

/* @end */



/* @group Logo and Description */

#mylogo {
	margin: 0;
	padding: 0;
	float: left;
}

#mylogo h1 {
	font-family: 'Lobster';
	text-transform: capitalize;
	line-height: 1em;
	font-size: 2.5em;
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: 1px transparent;
}

#mylogo h1 a {
	color: #fff;
	text-shadow: #2e909d 0 0 3px;
	margin: 0;
	padding: 0;
}

#mylogo h1 a:hover, #mylogo h1 a:focus {
	color: #4fb1be;
	text-shadow: none;
}

#mylogo h1 a:active {
	color: #4fb1be;
}

h2.description {
}

/* @end */

/* @group Nav */

#navLogoWrap {
	top: 0;
	height: 70px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #96e4ef;
	/*-webkit-box-shadow: rgba(0, 0, 0, 1) 0 0 2px;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 0 2px;
	box-shadow: #000 0 0 2px;*/
	z-index: 1000;
	position: fixed;
}

#navLogoWrapWrap {
	height: 70px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	padding: 0 0 5px;/*this adds space at the bottom for navLogoWrap's shaddow*/
	top: 0;
}/* This DIV helps prevent a horizontal scrollbar in FF, because navLogoWrap is 100% + box-shadow */

#navwrap {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0;
}

#nav {
	margin: 7px 0 0;
	padding: 0;
	font-size: 1.2em;
	float: right;
	overflow: hidden;
	display: inline-block;
	text-transform: lowercase;
	font-family: ColaborateLightRegular, 'Colaborate-RegularRegular';
}

#nav ul {
	overflow: hidden;
}

#nav li {
	display: inline;
	float: left;
}

#nav span.new {
	background: yellow;
	vertical-align: super;
	font-size: .5em;
	text-transform: uppercase;
	padding: 1px 1px 0;
	margin-top: 3px;
	display: inline-block;
}

#nav li a {
	padding: 3px;
	margin: 0 0 0 15px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

#nav li a:hover {
	color: #4fb1be;
}

#nav li a:active {
	color: #4fb1be;
}

/* @end */

/* @group Sub-Navs, Search */

#searchAndSubNav {
	font-size: .7em;
	width: 952px;
	margin: 0 auto;
	padding: 14px;
	overflow: hidden;
	z-index: 10;
	background: #eee;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

#searchBy {
	margin: 0;
	padding: 2px 0;
	overflow: hidden;
	display: inline-block;
	float: left;
}

#blogsearch {
	margin: 0 0 30px;
	padding: 10px 0 0;
	text-align: left;
	display: block;
	clear: both;
}

#navCategories {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#navCategories form {
	margin: 0;
	padding: 0 12px 0 0;
}

#searchAndSubNav h1 {
	font-size: 3em;
	float: left;
	display: inline-block;
	margin: 7px 15px auto 0;
	text-transform: none;
}

#searchAndSubNav h2 {
	float: left;
	display: inline-block;
	margin: 0 12px 0 0;
	text-transform: none;
	font-size: 1.8em;
	font-family: 'Colaborate-RegularRegular';
}

#navCategories form select option {
	text-transform: capitalize;
}

#cart {
	font-family: 'Colaborate-BoldRegular';
	font-size: 1.2em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
	display: inline-block;
}

#cart a.cartLink, #cart a.shopHomeLink {
	display: inline-block;
	float: left;
	color: #fff;
	padding: 6px 12px;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0 0 10px;
	background-color: #96e4ef;
	height: 14px;
	/*-webkit-box-shadow: #000 0 0 3px;
	-moz-box-shadow: #000 0 0 3px;
	box-shadow: #000 0 0 3px;*/
}

#cart a.cartLink:hover {
	background-color: #35bdd0;
}

#cart a.shopHomeLink {
	background: #35bdd0;
}

#cart a.shopHomeLink:hover {
	background-color: #1c9eb0;
}

#cart a.cartLink:active, #cart a.shopHomeLink:active {
	background: #684f3a;
	margin-top: 2px;
	margin-bottom: -2px;
}

#search {
	overflow: hidden;
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
}

#search form {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#search input, #blogsearch input, #giantsearchbox input {
	padding: 2px 5px;
	outline: none;
}

#search .submit,
#blogsearch .submit,
#giantsearchbox .submit {
	display: inline-block;
	background: #ddd;
	padding: 4px 6px;
	margin: 0 0 0 5px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#giantsearchbox .submit {
	padding: 4px 12px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

#search .submit:hover,
#blogsearch .submit:hover,
#giantsearchbox .submit:hover {
	background: #35bdd0;
}

#search .submit:active,
#blogsearch .submit:active,
#giantsearchbox .submit:active {
	background: #684f3a;
}

#giantsearchbox {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	padding: 60px 0 250px;
	float: left;
	text-align: center;
}

#giantsearchbox input {
	font-size: 2em;
	padding: 5px 10px;
	outline: none;
}

#searchResults {
	width: 980px;
	margin: 30px auto 0;
	padding: 0 0 15px;
	text-align: center;
	font-size: .9em;
}

#searchResults h3 {
	text-transform: none;
	line-height: 1.25em;
	padding: 10px 0 5px;
}

#searchResults h3 a {
	font-weight: normal;
	font-style: normal;
}

.hotsearch {
	text-transform: capitalize;
	padding: 6px 4px 2px;
	background: #ff0;
	position: relative;
}

/* @end */

/* @group Current State */

/*#home #mylogo h1 a,
#home #nav-home a,*/
#work #nav-work a,
#about #nav-about a,
#contact #nav-contact a,
#web #nav-web a,
#newsletter #nav-newsletter a,
#stock #nav-stock a {
	color: #684f3a;
}

body#item {
	background: #fff;
	padding-top: 0 !important;
	margin-top: 0 !important;
	border: none;
}

/* @end */



/* @group Content */

#content {
	width: 980px;
	text-align: left;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

#content p {
	padding: 0 0 15px;
}

/* @end */

/* @group Box */

#Box {
	overflow: hidden;
}/* Box is a generic container for most of the "regular" pages, like ABOUT, CONTACT, etc... */

#content #Box h2 {
	text-rendering: optimizeLegibility;
	margin: 0 0 10px;
	font-size: 2.2em;
	font-family: 'ColaborateLightRegular';
}

#contact #Box,
#about #Box {
	width: 880px;
	padding: 120px 0 60px;
	overflow: hidden;
	margin: 0 auto;
}

#home #Box,
#errorPage #Box {
	height: auto;
	width: 970px;
	padding: 50px 0 20px;
	overflow: hidden;
	margin: 0 auto;
}

#home #gallerycontainer,
#errorPage #gallerycontainer,
#searchresultspage #gallerycontainer {
	padding: 0 0 10px;
}

#about #Box img {
	float: left;
	margin: 0;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 0 2px;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 0 2px;
	box-shadow: #000 0 0 2px;
}

#Box .crop {
	height: 320px;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin: 0 20px 0 0;
	padding: 3px;
}

img.crop {
	height: auto;
	width: auto;
}

#home #Box h2,
#errorPage #Box h2 {
	text-transform: none;
	font-weight: normal;
	font-size: 3em;
	margin: 0 0 15px;
	font-family: 'Colaborate-ThinRegular';
}

#home #Box p,
#errorPage #Box p {
	text-transform: none;
	font-weight: normal;
	font-family: 'Colaborate-ThinRegular';
	display: block;
	float: none;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-right: 0;
}

/* @end */

/* @group Newsletter */

#newsletter #Box {
	width: 880px;
	padding: 60px 0 10px;
	overflow: hidden;
	margin: 0 auto;
}

#newsletter .newsletterInfo {
	font-size: .9em;
	margin-bottom: 20px;
}

#newsletter .newsletterInfo p {
	line-height: 1.2em;
}

#newsletter #Box h2 {
	font-size: 2em;
	margin: 0 0 20px;
}

#newsletter #Box h4 {
	font-size: 1em;
	margin: 0 0 10px;
}

#newsletter #Box hr {
	padding: 30px 0 0;
	margin: 0 0 30px;
}

#subForm, #unsubForm {
	overflow: hidden;
	width: 500px;
	margin: 10px auto 0;
	background: #fff;
	padding: 20px 20px;
	position: relative;
}

#unsubForm {
	background: #eee;
}

#subForm div, #unsubForm div {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

#newsletter label {
	display: inline-block;
	padding: 6px 0;
	width: 80px;
}

#newsletter span.asterisk {
	color: #d00;
	padding-left: 5px;
}

#newsletter input {
	padding: 3px;
	width: 250px;
}

#newsletter select {
	padding: 0;
	margin: 0;
}

#newsletter .inputColumn {
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}

#newsletter .submit {
	font-family: 'Colaborate-BoldRegular';
	font-size: .8em;
	text-rendering: optimizeLegibility;
	background: #96e4ef;
	padding: 7px 16px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 2px;
	width: 138px;
	float: right;
	position: absolute;
	bottom: 17px;
	right: 20px;
}

#newsletter .submit:hover {
	color: #adf4ff;
	background: #4fb1be;
}

#unsubForm .submit {
	background: #d00;
}

#unsubForm .submit:hover {
	color: #f66;
	background: #900;
}

#newsletter .submit:active {
	margin: 2px 0 0;
}

/* @end */

/* @group Contact Page */

#content #Box #businessCardColumn {
	width: 238px;
	padding: 0 20px 0 0;
	margin: 0 auto;
	float: left;
	border-right: 1px solid #ddd;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 205px;
}

#content #Box #businessCardColumn h4 {
	font-size: 1.4em;
	text-transform: lowercase;
	-webkit-text-stroke: 1px transparent;
	text-rendering: optimizeLegibility;
	margin: 0;
	display: block;
}

#content #Box #businessCardColumn hr {
	clear: both;
	padding: 10px 0 0;
	margin: 0 0 10px;
}

#content #Box #businessCardColumn a {
	color: #96e4ef;
}

#content #Box #businessCardColumn a.twitterlink {
	padding-left: 17px;
	background: transparent url(img/but_retweet.png) left 5px no-repeat;
}

#content #Box #businessCardColumn a:hover {
	color: #4fb1be;
}

#content #Box #contactFormSidebar {
	width: 600px;
	padding: 0 0 0 20px;
	overflow: hidden;
	margin: 0 auto;
	float: left;
}

.NameEmailSubject {
	float: left;
	padding-right: 15px;
}

#contact_form {
	overflow: hidden;
	float: left;
}

.contactFormName, .contactFormEmail, .contactFormSubject {
	margin: 0 0 15px;
	padding: 0;
}

.contactFormMessage {
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
}

#contactFormSidebar input, #contactFormSidebar textarea {
	padding: 5px;
	margin: 0;
	outline: none;
	font-size: .9em;
	font-family: inherit;
}

#contactFormSidebar input {
	width: 160px;
}

#contactFormSidebar textarea {
	width: 390px;
	border: 1px inset;
}

#contactFormSidebar .submit {
	background: #96e4ef url(img/bg_prevnext.png) right center no-repeat;
	padding: 6px 28px 6px 18px;
	margin: 0 0 2px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	width: auto;
}

#contactFormSidebar .submit:hover {
	background: #35bdd0 url(img/bg_prevnext.png) no-repeat right center;
}

#contactFormSidebar .submit:active {
	color: #fff;
	margin: 2px 0 0;
	background: #684f3a url(img/bg_prevnext.png) right center no-repeat;
}

#contactFormSidebar .submitButton {
	clear: both;
	float: right;
	margin: 15px 0 0;
	padding: 0;
	border: none;
	width: auto;
}

form .NameEmailSubject label, form .contactFormMessage label {
	display: none;
}

/* @end */

/* @group Galleries */

#gallerycontainer {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	overflow: visible;
	clear: both;
	text-align: right;
	position: relative;
	display: inline-block;
}

#webGalleryWrap {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

.shopThumbWrap {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: table;
	position: relative;
}

/* @group Thumbnails (Shop and Regular) */

.gallerythumbs, .galleryShopThumbs {
	width: 180px;
	height: 140px;
	overflow: hidden;
	margin: 8px;
	padding: 0;
	float: left;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 0 2px;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 0 2px;
	box-shadow: #000 0 0 2px;
}

.gallerycrop {
	width: 180px;
	height: 140px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}

.galleryShopThumbCrop {
	width: 180px;
	height: 140px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
}

.gallerycrop img {
	margin: -20px -50% 0;
	height: auto;
	width: auto;
}

.galleryShopThumbCrop img {
	width: 140px;
	height: auto;
	margin: auto;
	display: table-cell;
}

.shopThumbInfo {
	width: 180px;
	padding: 0;
	float: right;
	margin: 0;
	margin-top: -51px;
	position: relative;
	overflow: hidden;
}

.shopFiletype a {
	color: #ccc;
}

.shopFiletype {
	position: absolute;
	float: left;
	bottom: 6px;
	left: 8px;
	overflow: hidden;
	font: .8em 'Colaborate-BoldRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.shopThumbPrice a {
	font-family: 'Colaborate-BoldRegular';
	float: right;
	color: #000 !important;
	text-shadow: #fff 0 1px 0;
	overflow: hidden;
	background: #96e4ef;
	-webkit-box-shadow: #000 0 1px 2px;
	-moz-box-shadow: #000 0 1px 2px;
	box-shadow: #000 0 1px 2px;
	padding: 8px 11px 7px;
	font-size: 1.25em;
	margin: 8px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -.05em;
}

.shopThumbPrice a:hover {
	color: #000 !important;
}

.shopThumbPrice a:active {
}

/* @end */



/* @group Shop Items */

#itemWrap {
	margin: 0 auto;
	width: 840px;
	overflow: hidden;
	padding: 15px 0 0;
	text-align: left;
	background: #fff;
}

#itemDescription {
	margin: 0 auto 0;
	display: block;
}

#itemWrap h1, #itemWrap h2, #itemWrap h3, #itemWrap h4, #itemWrap h5, #itemWrap h6 {
	text-transform: none;
	margin: 0;
	display: inline-block;
}

#itemWrap h2, #itemWrap h3, #itemWrap h4, #itemWrap h5, #itemWrap h6 {
	font-family: 'Colaborate-BoldRegular';
}

#itemWrap h1 {
	font-family: 'ColaborateLightRegular';
}

#itemIMG {
	width: 420px;
	float: left;
	margin: 20px 20px 0 0;
	text-align: center;
}

.itemIMGcrop {
	width: 400px;
	padding: 10px;
	margin: 0 auto;
}

.itemIMGcrop img {
	width: 400px;
	height: auto;
	margin: auto -50%;
}

div.copyrightInfo {
	float: left;
	padding: 5px 0;
	display: inline-block;
}

#itemInfo {
	width: 395px;
	margin: 0;
	float: left;
	display: inline-block;
}

#itemInfo h1 {
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: 1px transparent;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0 0 10px;
	display: block;
	font-size: 2.5em;
}

#itemInfo h1 a {
	font-weight: normal;
}

#itemInfo h1 a:hover {
}

#itemFileDetails {
	border-top: 1px solid #ddd;
	padding: 10px 0 0;
	margin: 5px 0 0;
}

#itemFileDetails h4 {
	margin: 5px 0 0;
	font-size: 1em;
}

#addToCartButton {
	display: block;
	clear: both;
	padding: 40px 0 5px;
}

#addToCartButton a {
	font-size: 1.25em;
	margin: 0 auto 0;
	color: #000;
	background: #ffc;
	width: 200px;
	padding: 10px 15px;
	display: block;
	border: 1px solid #999;
	text-shadow: #fff 0 1px 0;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 3px;
	box-shadow: #ccc 0 1px 3px;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -.05em;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#addToCartButton a:hover {
	color: #000;
	background: #ff9;
}

#addToCartButton a:active {
	background: #fe0;
	color: #000;
	margin: 2px auto -2px;
}

.dollarAmount {
	font-size: 1.5em;
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 1em;
	text-transform: lowercase;
	font-weight: normal;
}

.dollarAmount p {
	padding: 0;
	margin: 0;
}

#itemDescription p {
	padding: 0 0 10px;
}

.price {
	font-family: 'Colaborate-BoldRegular';
	font-size: 2.5em;
	line-height: .9em;
	text-align: center;
	display: block;
	letter-spacing: -.07em;
}

.pricedescription {
	float: left;
	overflow: hidden;
	line-height: 2.3em;
}

/* @end */



/* @group Pagination */

.pagination {
	clear: both;
	overflow: hidden;
	font-size: .7em;
	text-transform: uppercase;
	margin: 11px 10px 2px 8px;
	padding: 0 0 2px 0;
	text-align: left;
	height: 25px;
	font-family: 'Colaborate-BoldRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.pagination .categoryTitle h3 {
	margin: 2px 0 0;
	display: inline-block;
	text-transform: none;
	font: 1.3em ColaborateLightRegular, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.standout {
	text-transform: uppercase;
	font-family: 'Colaborate-BoldRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.pagination .categoryTitle a {
	display: inline;
	color: #96e4ef ;
}

.pagination a {
	color: #fff;
	width: 50px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	margin: 0 0 0 10px;
}

.pagination a.next {
	background: #96e4ef url(img/bg_prevnext.png) right center no-repeat;
	padding: 6px 9px 6px 3px;
	float: right;
}

.pagination a.next:hover, .pagination a.next:focus {
	color: #fff;
	background: #35bdd0 url(img/bg_prevnext.png) right center no-repeat;
}

.pagination a.previous {
	background: #96e4ef url(img/bg_prevnext.png) left center no-repeat;
	padding: 6px 3px 6px 9px;
	float: right;
}

.pagination a.previous:hover, .pagination a.previous:focus {
	color: #fff;
	background: #35bdd0 url(img/bg_prevnext.png) left center no-repeat;
}

a.next:active, a.previous:active {
	margin-top: 1px;
	margin-bottom: -1px;
}

a.next:active {
	background: #684f3a url(img/bg_prevnext.png) right center no-repeat !important;
}

a.previous:active {
	background: #684f3a url(img/bg_prevnext.png) no-repeat left center !important;
}

/* @end */

/* @group Individual Portfolio Pages */

#folioWrap {
	width: 900px;
	overflow: visible;
	display: inline-block;
	margin: 0 auto;
	padding: 30px 0 10px;
	position: relative;
}

#folioWrap p {
	font-size: 1em;
	padding: 3px 0 7px;
	line-height: 1.3em;
}

#folioWrap h4 {
	font-weight: normal;
	font-size: 1.4em;
}

.folioImageExtraIinfo h3 {
	font-size: 1.6em;
	padding-bottom: 8px;
}

#folioImage {
	background: #fff;
	text-align: center;
	width: 500px;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	padding: 15px;
	/*-webkit-box-shadow: rgba(0, 0, 0, .7) 0 0 2px;
	-moz-box-shadow: rgba(0, 0, 0, .7) 0 0 2px;
	box-shadow: #666 0 0 2px;*/
}

#folioImage img {
	margin: auto -50%;
}

#folioImage a {
	display: block;
}

.folioImageZoomCrop {
	background: transparent url(img/embiggen.png) 2px 0px no-repeat;
	width: 34px;
	height: 32px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: -50px;
	float: right;
	position: relative;
}

.folioImageZoomCrop:hover, .folioImageZoomCrop:focus {
	background: transparent url(img/embiggen.png) -38px 0px no-repeat;
	cursor: pointer;
}

#folioImageDetailsWrap {
	width: 350px;
	min-height: 500px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

#folioImageDetailsWrap .divider {
	border-bottom: 1px solid #eee;
	margin: 10px 0 15px;
	height: 1px;
}

.folioImageDescription {
	margin: 0 0 0;
	text-align: left;
}

.folioImageDescription h2 {
	padding: 5px 0 15px 0;
	width: 275px;
	display: inline-block;
	font-size: 2.5em;
}

.folioImageExtraIinfo, .folioImageExtraIinfo h3, .folioImageExtraIinfo h4 {
	text-align: left;
	color: #aaa !important;
}


/* @end */


/* @group Prev-Next nav */

.previousNextNav {
	width: 102px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 32px;
	right: -40px;
	padding: 2px;
}

.galleryprev, .galleryhome, .gallerynext {
	float: right;
	display: block;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	text-transform: capitalize;
	padding: 0;
	line-height: 3em;
}

.galleryprev {
	width: 30px;
	position: relative;
	right: 40px;
}

.galleryhome {
	width: 32px;
	position: relative;
	right: 35px;
}

.gallerynext {
	width: 30px;
	position: absolute;
	right: 0;
}

.galleryprev a {
	height: 36px;
	display: block;
	background: transparent url(img/bg_gallery_arrows.png) -65px top;
}

.galleryhome a {
	height: 36px;
	display: block;
	background: transparent url(img/bg_gallery_arrows.png) -109px top;
}

.gallerynext a {
	height: 36px;
	display: block;
	background: transparent url(img/bg_gallery_arrows.png) -155px top;
}

.galleryprev a:hover, .galleryprev a:focus {
	background: transparent url(img/bg_gallery_arrows.png) -65px -36px;
}

.galleryhome a:hover, .galleryhome a:focus {
	background: transparent url(img/bg_gallery_arrows.png) -109px -72px;
}

.gallerynext a:hover, .gallerynext a:focus {
	background: transparent url(img/bg_gallery_arrows.png) -155px -108px;
}

/* @end Prev-Next nav */

/* @group Web Design Gallery */

.webGallerySingleEntry {
	padding: 35px 40px;
	clear: both;
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.webGallerySingleEntryDescription h2 {
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 1em;
	float: left;
	font-size: 1.8em;
}

.webGalleryButton {
	float: right;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}

.webGalleryButton a {
	background: #96e4ef url(img/bg_prevnext.png) no-repeat right center;
	color: #fff;
	overflow: hidden;
	padding: 6px 18px 6px 8px;
	display: inline-block;
	font: normal .9em 'Colaborate-BoldRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.webGalleryButton a:hover, .webGalleryButton a:focus {
	background: #35bdd0 url(img/bg_prevnext.png) right center no-repeat;
}

.webGalleryButton a:active {
	margin: 2px 0 -2px;
}

.webGallerySingleEntryImg {
	width: 300px;
	overflow: hidden;
	padding: 0 0 0;
	margin: 0;
	float: left;
	display: inline;
	box-shadow: #666 0 0 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .7) 0 0 2px;
	-moz-box-shadow: rgba(0, 0, 0, .7) 0 0 2px;
}

.webGallerySingleEntryImg img {
	border: none;
}

.webGallerySingleEntryDescription {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 580px;
}

.webGallerySingleEntryDescription p {
	clear: both;
}

div.toolbox {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding: 6px 0;
	margin: 15px 0 0;
	overflow: hidden;
}

div.toolbox h4 {
	padding: 1px 5px 0 0;
	color: #bbb;
	font-size: 1.5em;
	float: left;
	display: inline-block;
}

div.toolbox p {
	font-size: .8em;
	font-style: italic;
	line-height: 1em;
	margin: 9px 0 0;
	padding: 0;
	display: inline-block;
	width: 87%;
}

.webGallerySingleEntryDescription p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Thumbnails (OLD, thumbs at 220 wide) */

/*.gallerythumbs {
	width: 140px;
	height: 110px;
	overflow: hidden;
	margin: 0 0 -5px;
	padding: 0;
	text-align: center;
	float: left;
}

.gallerycrop {
	width: 135px;
	height: 100px;
	overflow: hidden;
	margin: 5px auto;
	padding: 0;
	background: #fff;
}

.gallerycrop img {
	cursor: pointer;
	margin: -10% -50% auto;
	padding: 0;
	border: none;
}*/

/* @end */

/* @end Galleries */

/* @group Blog */

/* @group blog content */

#blogcontent {
	margin: 0 auto;
	padding: 50px;
	width: 880px;
	overflow: hidden;
	text-align: left;
}

.blogbody {
	float: left;
	clear: both;
	margin: 15px 0;
	width: 625px;
}

.clearTitle {
	margin: 20px 0 0;
	float: left;
	clear: both;
}

.blogImageMaxWidth {
	max-width: 585px !important;
	height: auto;
	margin-bottom: 20px;
}

.horizontalrule {
	height: 1px;
	border-bottom: 1px solid #ddd;
	margin: 30px auto;
	padding: 0;
	clear: both;
	display: block;
}

#blogcontent p {
	line-height: 1.3em;
	padding: 8px 0;
}

#blogcontent ul {
	font-size: .95em;
	list-style: square;
	margin: 10px;
	padding: 0 20px;
	clear: both;
}

#blogcontent ul ul {
	list-style: circle;
	font-size: .95em;
}

#blogcontent h2, #blogcontent h4 {
	margin: 0 0 5px;
	padding: 0;
}

#blogcontent h3 {
	margin: 0;
	padding: 0;
	line-height: .9em;
}

#blogcontent h5 {
	font-size: 1.25em;
	margin: 15px 0 0;
	padding: 0;
}

#blogcontent blockquote {
	background: #eee;
	border-left: 3px solid;
	padding: 10px 20px;
	margin: 5px 10px;
	display: block;
	clear: both;
}

#blogcontent blockquote p {
	padding: 5px 0;
}

#blogcontent .input {
	margin: 0 5px 0 0;
	color: #666;
	padding: 6px;
	width: auto;
	outline: none;
}

#blogpage {
	width: 625px;
	margin: 0;
	padding: 0 24px 0 0;
	float: left;
	border-right: 1px solid #f3f3f3;
	border-right: 1px solid rgba(0, 0, 0, 0.075);
}

#blogpage .blogbody img, #blogpage .blogbody a img {
	border: none;
	margin: 15px 20px 0 0;
	float: left;
}

#blogpage img {
	padding: 20px;
	background: #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

h3.title a {
	color: #684f3a;
	font-style: normal;
	font-weight: normal;
}

.entry {
	margin: 30px 0 0;
	padding: 0;
	line-height: normal;
}

#commentbox {
	overflow: hidden;
}/* grey box which encases each comment */

form#comment_form textarea.input {
	width: 90%;
}

form#comment_form input.input {
	width: 60%;
}

.posted {
	text-align: left;
	font-size: .8em;
	margin: 10px 0 0;
	padding: 15px 20px 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background: #fff;
	clear: both;
	display: block;
	overflow: hidden;
}/* top half of commentbox */

.author {
	font-size: 1.2em;
	text-transform: uppercase;
	clear: right;
}

.commententry {
	overflow: hidden;
	display: block;
	margin: 0 0 10px;
	padding: 0 20px 10px 75px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: #fff;
	clear: both;
	color: #999;
}/* bottom half of commentbox */

.commententry p {
}

div.commententry blockquote {
	width: 80% !important;
	margin: 10px 0 !important;
}

.gravatar {
	float: left;
	padding: 0 !important;
	margin: 2px 15px 0 0;
}

.gravatar img {
	margin: 0;
	padding: 0 !important;
	border: none;
}

.commentdivider {
	border-top: 1px solid #c3dfe5;
	padding: 0;
	margin: 15px 0 0;
}

.feed {
	margin-left: 3px;
	padding: 0 0 0 14px;
	background: url(./img/feed-icon-10x10.png) no-repeat 0 50%;
}

.thisblogisgone {
	clear: both;
	font-size: 1.5em;
	font-family: 'Colaborate-RegularRegular';
	background: #ffb;
	margin: 0 auto;
	padding: 50px 60px;
	width: 700px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}

.thisblogisgone p {
	padding: 5px 0 !important;
	line-height: 1.2em !important;
}

#blogcontent h4 a {
	font-size: .75em;
}

#blogcontent h4 {
	padding: 0;
	margin: 10px 0 0;
}

/* @end */

/* @group blog and comments nav */

#commentNav, #postEntryNav {
	display: block;
	margin: 10px 0 0;
	overflow: hidden;
}

a.navPrevious, a.navNext {
	font-family: 'Colaborate-BoldRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff !important;
	display: inline-block;
	text-align: center;
	font-size: .7em;
	text-transform: uppercase;
	font-weight: normal;
	background: #ddd;
	display: inline-block;
	margin: 0;
}

a.navPrevious {
	float: left;
	background: #96e4ef url(img/bg_prevnext.png) left center no-repeat;
	padding: 8px 14px 8px 20px;
}

a.navNext {
	float: right;
	background: #96e4ef url(img/bg_prevnext.png) right center no-repeat;
	padding: 8px 20px 8px 14px;
}

a.navNext:hover, a.navNext:focus {
	color: #fff !important;
	background: #35bdd0 url(img/bg_prevnext.png) right center no-repeat;
}

a.navPrevious:hover, a.navPrevious:focus {
	color: #fff !important;
	background: #35bdd0 url(img/bg_prevnext.png) left center no-repeat;
}

a.navNext:active {
	background: #684f3a url(img/bg_prevnext.png) right center no-repeat !important;
}

a.navPrevious:active {
	background: #684f3a url(img/bg_prevnext.png) no-repeat left center !important;
}

/* @end */

/* @group Date block */

h5.date {
	margin: 0 10px 0 0 !important;
	padding: 6px 2px !important;
	width: 35px;
	overflow: hidden;
	float: left;
	background: #ccc;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-style: normal !important;
	font-weight: normal;
}

.date .month {
	font-size: 13px;
	clear: both;
	line-height: .7em;
	text-align: center;
	display: block;
}

.date .day {
	font-size: 24px;
	margin: 1px auto 0;
	line-height: .9em;
	clear: both;
	text-align: center;
	display: block;
}

.date .year {
	font-size: 11px;
	line-height: .8em;
}

/* @end */

/* @group Comments Meta */

.commentsLEFT {
	margin: 0;
	padding: 0;
	float: left;
}

.commentsLEFT {
	font-size: .7em !important;
	font-weight: normal !important;
	line-height: 1.3em !important;
	text-shadow: none !important;
	font-style: normal !important;
	text-transform: uppercase;
	font-family: 'Colaborate-BoldRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

.metaComments, .metaCategories, .metaRetweet {
	float: left;
	height: 15px;
}

.metaComments {
	padding: 3px 0 3px 15px !important;
	margin: 7px 0 0 0;
	border-left: 1px solid #ddd;
}

.metaComments a {
	font-style: normal;
	font-weight: normal;
}

.metaCategories {
	background: transparent url(img/but_category.png) left 1px no-repeat;
}

.metaRetweet {
	margin: 7px 0 0 !important;
	padding: 0 !important;
}

.metaRetweetSidebar {
	margin: 5px 5px 0 0;
}

.comments {
	margin: 0 0 30px;
	padding: 0;
	float: right;
	clear: both;
}

.comments h5 {
	font-size: .75em;
	font-weight: normal;
	letter-spacing: normal;
	color: #4d1611;
}

/* @end */



/* @group sidebar */

#blogsidebar {
	width: 205px;
	margin: 0;
	padding: 0 0 0 25px;
	float: left;
}

.twitter {
	padding: 8px 0 25px;
	margin: 0;
}

#blogsidebar h3, #blogsidebar h4 {
	padding: 0;
	margin: 0;
	float: left;
}

#blogsidebar ul {
	margin: 0 0 30px;
	padding: 5px 0 0;
	list-style: none;
	font-size: 1em;
}

#blogsidebar li {
	margin: 0;
	padding: 3px 6px;
	line-height: normal;
	font-size: .9em;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	border-bottom: 1px solid #f3f3f3;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

#blogsidebar li a {
	color: #999;
}

#blogsidebar li a:hover {
	color: #684f3a;
}

#blogsidebar li:hover {
	background: #96e4ef;
}

#blogsidebar p {
	font-size: 80%;
	text-align: left;
	text-transform: none;
}

#blogsidebar a.blogHomeLink {
	background: #96e4ef;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	margin: 10px auto 40px;
	font-size: 1.3em;
}

#blogsidebar a.blogHomeLink:hover {
	background: #35bdd0;
}

#blogsidebar a.blogHomeLink:active {
	background: #684f3a;
	margin: 12px 0 38px;
}

/* @end */

/* @end */

/* @group "blog closed" button */

#stock #billboard {
	width: 100%;
	margin: 45px auto -55px;
	padding: 0;
	display: none;
	text-align: left;
}

#billboard {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	display: none;
	text-align: left;
}

.centerdiv { /*IE method of centering a relative div*/
	text-align: center;
}

.centerdiv>div { /*Proper way to center a relative div*/
	margin: 0 auto 50px;
}

#billboard img {
	width: auto;
	height: auto;
	margin: 0 auto 0;
	padding: 0 0;
}

#stock #billboard_button {
	width: 930px;
	height: 15px;
	margin: 5px auto -30px;
	text-align: right;
	padding: 0;
}

#billboard_button {
	width: 870px;
	height: 25px;
	margin: 0 auto -30px;
	text-align: right;
	padding: 0;
}

#billboard_button a {
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}

#billboard_button a:hover {
	background: none;
	cursor: pointer;
}

#billboard_button img {
	border: none;
}

.welcomeToStock {
	clear: both;
	font-size: 1.6em;
	font-family: 'ColaborateLightRegular';
	margin: 0 auto;
	padding: 10px 0;
	width: 840px;
	display: block;
}

.welcomeToStock p {
	padding: 8px 0;
}

/* @end */


/* @group Footer */

#footer {
	font-size: .85em;
	text-align: center;
	width: 980px;
	clear: both;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
	display: block;
}

#footer img {
	vertical-align: text-bottom;
	border: none;
	padding: 0 0 0 7px;
}

#footer a {
	color: #684f3a;
	font-family: 'Colaborate-BoldRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer a:hover {
	text-decoration: underline;
	opacity: 1;
}

.lighten {
	opacity: .25;
	-webkit-transition: opacity 0.5s linear;
}

/* @end */

