body {
	background: #ffffff url(../images/back.jpg) center 0 no-repeat;
	color: #000000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
}

::-moz-selection{
	background:#000;
	color:#fff;
}

::selection {
	background:#000;
	color:#fff;
}

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

a:hover {
	text-decoration: underline;
}

em {
	font-style: oblique;
}

strong {
	font-weight: bold;
}

h1, h2, h3 {
	color: #aa9b0e;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	width: 266px;
	font-size: 24px;
	margin: 0 0 12px 0;
}

h3 {
	font-size: 18px;
	margin: 0 0 12px 0;
}

p, ul, ol, img {
    margin-bottom: .8em;
}

#page {
	width: 832px;
	position: relative;
	margin: 0 auto;
}

#header h1 a {
	display: block;
	text-indent: -9999em;
	position: absolute;
	left: 13px;
	top: 145px;
	width: 813px;
	height: 170px;
}

ul#navigation {
	top: 336px;
	left: 16px;
	position: absolute;
}

ul#navigation li {
	float: left;
	margin-right: 21px;
}

ul#navigation a {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	height: 14px;
}

ul#navigation a:hover {
	background-position: 100% 0;
}

a#journal_btn {
	width: 69px;
	background: url(/images/journal.gif) no-repeat;
}

a#shows_btn {
	width: 53px;
	background: url(/images/shows.gif) no-repeat;
}

a#aandv_btn {
	width: 36px;
	background: url(/images/aandv.gif) no-repeat;
}

a#info_btn {
	width: 36px;
	background: url(/images/info.gif) no-repeat;
}

a#store_btn {
	width: 44px;
	background: url(/images/store.gif) no-repeat;
}

a#contact_btn {
	width: 73px;
	background: url(/images/contact.gif) no-repeat;
}

#content {
	font-size: 14px;
	float: left;
	width: 501px;
	padding: 12px;
	margin: 482px 12px 12px 0;
	background: url(/images/boxback.png);
	position: relative;
}

#sidebar {
	margin-top: 482px;
	font-size: 12px;
	width: 295px;
	float: right;
	line-height: 1.4em;
}

#sidebar p {
	margin: 0 0 12px 0;
	color: #000000;
}

#activity, #mailinglist, #nextshow, #ep {
	padding: 12px;
	background: url(/images/boxback.png);
	margin-bottom: 12px;
}

#activity img {
    float: left;
}

#activity p {
    margin-left: 22px;
}

#activity p.meta {
	margin-bottom: 0;
}

#mailinglist input {
	height: 14px;
	font-size: 14px;
	color: #000000;
	background: #000000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 7px 7px 10px 7px;
	border: none;
}

#mailinglist input#email {
	width: 257px;
	margin: 0 0 4px 0;
}

#mailinglist input#emailconfirm {
	width: 153px;
	float: left;
}

#mailinglist button {
	display: block;
	float: right;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	background: #181818;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	border: none;
	width: 100px;
	text-align: center;
}

#mailinglist button:hover {
	cursor: pointer;
	color: #fff;
}

#links ul {
	clear: both;
	margin-top: 36px;
	font-size: 12px;
	margin-bottom: 24px;
}

#links ul li {
	display: inline;
	margin-right: 5px;
}

#links ul li a {
	padding: 1px 4px 4px 18px;
}

a#myspace {
	background: url(../images/myspace.gif) no-repeat;
}

a#facebook {
	background: url(../images/facebook.gif) no-repeat;
}

a#twitter {
	background: url(../images/twitter.gif) no-repeat;
}

.meta {
	font-size: 10px;
}

.alignright, a.viewall_btn {
	float: right;
}

.alignleft {
	float: left;
}

.alignleft a, a.viewall_btn, .alignright a {
	background: #aa9b0e;
	color: #fafafa;
	padding: 1px 4px;
}

.alignleft a:hover, a.viewall_btn:hover, .alignright a:hover {
	background: #dfdfdf;
	color: #aa9b0e;
	text-decoration: none;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	padding-left: 40px;
	font-style: oblique;
	min-height: 24px;
	margin-bottom: .8em;
	margin-top: 1em;
}

#ep {
    background: #ece9de;
    color: #000 !important;
    padding-bottom: 4px;
}

#ep a {
    color: #000;
}

#ep img {
    border: 2px solid #997c6f;
    margin-right: 12px;
    float: left;
}

/* Form shit */

#content input, #content textarea {
	color: #aa9b0e;
	background: #ffffff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 2px 4px 3px 4px;
	border: 0;
	width: 302px;
}

#content input[type=submit] {
	width: 10em;
	color: #ffffff;
	background: #aa9b0e;
	cursor: pointer;
}

#content input[type=submit]:hover {
	color: #aa9b0e;
	background: #dfdfdf;
}

#content p.formfield {
	margin-bottom: 4px;
}

ol.commentlist li {
	list-style-type: none;
}

ol.commentlist li p {
	margin-left: 42px;
}

.comment-meta, .says {
	display: none;
}

.avatar {
	float: left;
	margin-right: 10px;
}

.fn {
	font-weight: bold;
	margin: 0 0 0 0;
}

.price {
	position: absolute;
    top: 6px;
    left: 6px;
	background: #fafafa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 7px 4px 7px;
	font-size: 14px;
	color: #aa9b0e;
	font-weight: bold;
}

.product {
	position: relative;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

.icons {
	position: absolute;
	bottom: 6px;
	right: 6px;
}

span.ampersand {
   font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
   font-weight: normal;
}

.grid {
	margin-bottom: 18px;
}

.clear {
	clear: both;
}

.postmeta {
	font-weight: bold;
	font-size: 14px;
}