/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
}

.container {
	width:970px;
	margin:0px auto 100px auto;
	position:relative;
}

.header {
	width:470px;
	border-bottom:2px solid #ccc;
	height:80px;
	padding-top:20px;
	position:relative;
}

.header a {
	display:block;
	width:134px;
	height:60px;
	background-image:url(../img/paper_monster.gif);
	background-repeat:no-repeat;
}

.navigation {
	
}

.navigation li {
	line-height:60px;
	font-size:18px;
	font-weight:bold;
	position:relative; 
	float:left;
	margin-right:40px;
	margin-right:35px;
}

.navigation li a {
	color:#939598;
	text-decoration: none;
}

.navigation li a.active,
.navigation li a.active:hover {
	color:#ff6600;
}

.navigation li a:hover {
	color:#ff6600;
}

.sub-navigation,
.sub-navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #939598;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 18px;
}

.sub-navigation a.selected {
	color:#000;
}

.sub-navigation a:hover {
	color:#000;
}

.timeout-warning {
	color:#ff6600;
	line-height:normal;
	margin-bottom:1em;
	width:300px;
}
.timeout-warning strong {
	font-weight:bold;
}

.large-list-hd.checkout,
.large-list-hd.checkout a {
	color:#000;
}
.large-list-hd.checkout a:hover {
	color:#ff6600;
}
.large-list-hd.empty {
	margin-bottom:24px;
}
.large-list-hd.empty a {
	color:#b2b2b2;
}
.large-list-hd.empty a:hover {
	color:#000;
}
.large-list-hd,
.large-list li {
	font-size: 45px;
	line-height: 54px;
	color:#ff6600;
	font-weight: bold;
}
.large-list li a {
	color:#939598;
}
.large-list li a:hover {
	color:#ff6600;
}
.left-column {
	width:480px;
	position:relative;
	float:left;
}
.bio {
	width:320px;
}
.bio a {
	color:#000;
	text-decoration:underline;
}
.bio a:hover {
	color:#ff6600;
}
.right-column {
	width:490px;
	position:relative;
	float:left;
}

.right-column-homepage {
	width:360px;
	margin-left:130px;
	position:relative;
	float:left;	
}

.right-column-homepage strong {
	font-weight:bold;
	font-size:15px;
}

.right-column-homepage em {
	font-style:italic;
}

.right-column-homepage a {
	color:#939598;
}

.right-column-homepage a:hover {
	color:#ff6600;
}

.right-column-homepage img {
	display:block;
	margin-bottom:20px;
}

.right-column .item {
	position:relative;
	float:left;
	width:150px;
	margin-right:15px;
}

.right-column .item.last {
	margin-right:0px;
}

.caption {
	line-height:15px;
	padding-left:4px;
	margin:8px 0 28px 0;
	font-family:Georgia, "Times New Roman", Times, serif;;
}

.caption strong {
	font-weight:bold;
	display:block;
}

.caption em {
	font-style:italic;
	display:block;
}

.left-column h1 {
	font-size: 45px;
	line-height: 54px;
	color:#000;
	font-weight: bold;
}
.left-column h1 strong {
	display:block;
	color: #ff6600;
}
.left-column h1 strong a {
	color: #ff6600;
}
.left-column h1 strong a:hover {
	color: #000;
}

.item-details {
	padding-top:12px;
}

.item-details .item-caption {
	width:140px;
	margin-right:20px;
	position:relative;
	float:left;
}

.artist-description .more-artist {
	display:block;
	margin-top:1em;
	color: #939598;
	text-decoration:none;
}

.artist-description .more-artist:hover {
	color: #ff6600;
}

.right-column.image-detail {
	padding-left:120px;
	width:370px;
}

.item-detail-image {
	padding-bottom:20px;
	border-bottom:2px solid #ccc;
	margin-bottom:30px;
	color: #939598;
}

.item-detail-image.last {
	border-bottom:none;
}

.item-detail-image img {
	display:block;
	
}

.no-results {
	color:#999;
	font-style: italic;
	padding-top:26px;
}

.item-detail-image .item-images-caption {
	margin-top:20px;
	margin-bottom:0px;
}

.item-image-wrapper {
	height:230px;
	overflow:hidden;
}

.artist-description a {
	text-decoration: underline;
}

.artist-description {
	width:320px;
	position:relative;
	float:left;
}

.available-sold-out {
	font-size: 16px;
	font-weight: bold;
	color: #939598;
	margin-bottom:48px;
}

.available-sold-out strong {
	color:#000;
}

.item-info-bottom {
	margin-top:20px;
}

.item-info-bottom li {
	position:relative;
	float:left;
	margin-right:38px;
}

.item-info-bottom li.price {
	font-size:24px;
	font-weight:bold;
}

.item-info-bottom li.price a {
	color: #939598;
	text-decoration: none;
}

.item-info-bottom li a.email-us {
	color: #939598;
	text-decoration: none;
}

.item-info-bottom li a.email-us:hover,
.item-info-bottom li.price a:hover {
	color: #ff6600;
}
.countdown-message {
	margin-top:20px;
	margin-bottom:10px;
	color: #ff6600;
	margin-top: 10px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#countdown {
	color: #ff6600;
	font-weight:bold;
    font-size: 26px;
    line-height: 22px;
    margin: 5px 0px 15px;
}

.cart-alert {
	font-weight:bold;
	font-style:italic;
	margin:0px 0 20px;
	font-size:14px;
}

/* utility classes */
.fade {
	opacity:.5;
}

.fade:hover {
	opacity:1;
}

.shadow {
	box-shadow: 2px 2px 5px #aaa;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

pre {
	font-family:"Courier New";
}

