body {
	background-color:#E4E0DD;
	background-image:url(../images/logo_burst.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#58585A;
	font-family:Georgia,"Times New Roman",sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	margin:0pt;
	width:755px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 { 
	/* homepage title */
	font-size:2.2em;
	line-height: 1.1em;
	margin-bottom:0.5em;
	color:#1B5790;
}

h2 {
	/* homepage subtitle */
	font-size:1.8em;
	line-height: 1.1em;
	color:#1B5790;
	width: 90%;
}
h3 {
	/* featured artist */
	font-size:1.6em;
	line-height: 1.1em;
	margin-bottom:0.5em;
	color:#58585A;
}
h4 {
	font-size: 140%;
	line-height: 110%;
	color: #1b5790;
	margin-bottom: 5px;
}
p {
	margin-bottom:1em;
}

hr {
	height: 1px;
	border-top: 1px dotted #333333;
	border-bottom: none;
	margin-top: 2em;
	margin-bottom: 2em;
}

a {
	color:#1B5790;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.button {
    background: transparent url('../images/btn_right.gif') no-repeat scroll top right;
    color: #FFF;
    display: block;
    font: bold 9px Arial, sans-serif;
    height: 18px;
    margin-right: 6px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/btn_left.gif') no-repeat;
    display: block;
    line-height: 8px;
    padding: 5px 0 5px 6px;
}

a.button:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 6px; /* push text down 1px */
}

/* ----- page structure ----- */

#header {
	height:100px;
	width:750px;
}
.wrapper {
	overflow:auto;
	width:100%;
}
#sidebar {
	float:left;
	height:auto;
	min-height:500px;
	padding-top:100px;
	width:160px;
	font-size: 90%;
	line-height: 1.6em;
}
#sidebar p {
	width: 70%;
	padding-left: 35px;
	/* padding-right: 10px; */
}
#nav {
	background:transparent url(../images/tab_bg.png) no-repeat scroll center bottom;
	font-size:1.1em;
	height:31px;
	margin-left:160px;
}
#nav ul {
	margin-left:6px;
}
#nav li {
	background-image:url(../images/tab.png);
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	line-height:30px;
	margin:0pt;
	padding-top:2px;
	text-align:center;
	width:113px;
}
#nav li:hover {
	background-position:0px -30px;
}
#nav #current {
	background-image:url(../images/tab_selected.png);
	background-position:0px -30px;
}
#nav #current a {
	background-position:0px -30px;
	color:#333333;
}
#content {
	margin-left:160px;
	width:590px;
}

#featuredartist {
	width: 320px;
	padding: 10px;
	border: 1px solid #cccccc;
	float: left;
}

#featuredartist img {
	margin-bottom: 1em;
}

#newestposters, #pricedetail {
	width: 148px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
	float: left;
	line-height: 0.8em;
}
#newestposters img {
	margin-top: 3px;
}

#newestposters dl {
	width: 148px;
	padding: 0;
	display: table;
	font-size: 90%;
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dotted #333333;
}

#newestposters dd {
	clear: right;
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
}

#newestposters dt {	
	float: left;
	clear: left;
	width: 40px;
	margin:0;
	padding:0; 
	text-align: center;
}


#blog, #footer {
	line-height: 1.5em;
}

#content ul {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 1em;
}


/* ----- classes ----- */


.conttop {
	background-image:url(../images/content_bg.png);
	background-repeat:no-repeat;
}
.bg {
	background-color:white;
	height:auto !important;
	margin:0px 11px;
	min-height:500px;
	padding:20px;
}
.cluster {
	width: 144px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background-color: #E4E0DD;
	padding: 10px;
	float: left;
}
.line {
	background-color: #58585a;
	height:1px;
	margin:0pt auto 1em;
	width:750px;
}
.small {
	font-size: 90%;
}
.tiny {
	font-size: 80%;
}
.xtiny {
	font-size: 60%;
}
.qty {
	font-family: Arial, sans-serif;
	color: #58585A;
	text-transform: uppercase;
}
.wsa {
	margin-top: 1.5em;
}
.wsb {
	margin-bottom: 1em;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.bluetext {
	color:#1B5790;
}
.blogcomment {
	background-color: #E4E0DD;
	border: 1px solid #cccccc;
	padding: 20px;
	margin: 10px;
	width: 80%;
}
.hidqty {
	font-family: Arial, sans-serif;
	color: #E4E0DD;
}

/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-PageNavi 2.20									|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/pagenavi/pagenavi-css.css						|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi {
	font-family: Arial, sans-serif;
	margin-top: 5px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #1b5790;
	color: #1b5790;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #1b5790;
	color: #1b5790;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #58585a;
	border: 1px solid #58585a;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #58585a;
	color: #58585a;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #58585a;
	color: #58585a;
	background-color: #FFFFFF;
}

/* Captions & aligment */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */
