/*
Theme Name: Howard Goodall custom theme
Theme URI: http://www.armanios.co.uk
Description: Howard Goodall theme
Author: Andrew Armanios
Version: 1.1
Tags: custom, Howard Goodall
*/
@font-face {
    font-family: 'Goudy';
    src: url('fonts/goudy_bookletter_1911-webfont.eot');
    src: url('fonts/goudy_bookletter_1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/goudy_bookletter_1911-webfont.woff') format('woff'),
         url('fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'),
         url('fonts/goudy_bookletter_1911-webfont.svg#GoudyBookletter1911Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	outline: none;
}
html{
	min-height: 100%;
	overflow-x: hidden;
}
body{
	min-height: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q3ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fffeee 0%, #d7d7d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffeee), color-stop(100%,#d7d7d7));
	background: -webkit-linear-gradient(top,  #fffeee 0%,#d7d7d7 100%);
	background: -o-linear-gradient(top,  #fffeee 0%,#d7d7d7 100%);
	background: -ms-linear-gradient(top,  #fffeee 0%,#d7d7d7 100%);
	background: linear-gradient(top,  #fffeee 0%,#d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeee', endColorstr='#d7d7d7',GradientType=0 );
}
body:before{
	width: 1772px;
	height: 1460px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	top: -1125px;
	left: -842px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5ZTlmOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(158,159,150,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(158,159,150,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(158,159,150,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(158,159,150,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(158,159,150,1) 0%,rgba(255,255,255,0) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(158,159,150,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9f96', endColorstr='#00ffffff',GradientType=1 );
	z-index: -1;
}
body:after{
	width: 1772px;
	height: 1460px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	top: -862px;
	right: -700px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5ZTlmOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(158,159,150,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(158,159,150,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(158,159,150,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(158,159,150,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(158,159,150,1) 0%,rgba(255,255,255,0) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(158,159,150,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9f96', endColorstr='#00ffffff',GradientType=1 );
	z-index: -1;
}
h2, #user_content .checkout h3{
	padding-bottom: 1px;
	margin: 15px 0 15px;
	font: 24px/39px 'Goudy', Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #000;
	position: relative;
}
h2:before, #user_content .checkout h3:before{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0px;
	background: #000;
}
h2:first-child{
	margin: 0 0 15px;
}
a{
	text-decoration: none;
}
a img{
	border: none;
}

/* Layout ======================*/
#wrapper{
	height: auto;
	min-height: 280px;
	width: 1000px;
	padding: 120px 0;
	margin: 0 auto;
	position: relative;
}
#content{
	width: 890px;
	height: auto;
	margin-left: 110px;
	position: relative;
}
#content.subnav{
	width: 765px;
	margin-left: 235px;
}
#content.subsubnav{
	width: 635px;
	margin-left: 365px;
}
#header{
	width: 1060px;
	height: 93px;
	position: absolute;
	top: 0;
	left: -30px;
	border-bottom: solid 2px #000;
}
#header:after{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	bottom: -4px;
	background: #000;
}
#logo{
	width: auto;
	height: 48px;
	font: 48px 'Goudy', Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	position: absolute;
	bottom: 7px;
	left: 0;
}
#footer{
	width: 1060px;
	height: 70px;
	padding-top: 10px;
	position: absolute;
	bottom: 0;
	left: -30px;
	border-top: solid 2px #000;
}
#footer:after{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: -4px;
	background: #000;
}
#footer p{
	font: 13px/30px Arial, Helvetica, sans-serif;
}
#footer p span{
	font: 22px/30px 'Goudy', Arial, Helvetica, sans-serif;
	margin-right: 5px;
}
#footer a{
	color: #000;
}
#footer #aa{
	float: right;
}

/* Common elements ======================*/
h1, #logo:hover, #footer a:hover, h2, a.more:hover, .side_link:hover, #latest_news li p a:hover, .home_banner ul li a:hover, #tweets a:hover, #upcoming_events li p:first-child a:hover, #work_archive_items li:hover h3 a, #work_sidebar h3, #track_listing a:hover, #track_listing a.playing, .listing_col div h2 a:hover, #filters li a:hover, #basket li a:hover, #btn_playlist:hover, #work_links li a:hover, #single_sidebar li a:hover, .sitemap_col li a:hover, #added_to_cart a, .listing_col div a:hover, #user_content a.home_link{
	color: #4e4800;
}
#nav li a, #upcoming_events li p, #latest_news li p, .home_banner ul li, #tweets p, #tweets a, #sidebar_subnav li a, .listing_col div p, #playing, .sitemap_col li ul li a, #added_to_cart a:hover, #user_content .shop_table a:hover, .shop_table .actions input[type=submit]:hover, #place_order:hover{
	color: #707070;
}
.clear{
	height: 0;
	width: 100%;
	clear: both;
}
html.nojs .hidden, html.js .jshidden{
	display: none;
}
.side_link{
	padding-top: 3px;
	display: block;
	border-top: solid 1px #000;
	font: 18px/22px 'Goudy', Arial, Helvetica, sans-serif;
	color: #000;
}
a.more{
	margin-top: 3px;
	display: block;
	font: 14px/17px 'Goudy', Arial, Helvetica, sans-serif;
	color: #000;
}
a.more span{
	display: none;
}
#latest_news, #upcoming_events{
	list-style: none;
}
#upcoming_events li{
	padding-left: 48px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
#upcoming_events li p, #latest_news li p{
	font: 14px/17px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
#upcoming_events li p:first-child a{
	color: #000;
}
#upcoming_events p.upcoming_date, .listing_col.events div .event_date{
	width: 45px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font: 14px/14px 'Goudy', Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}
#upcoming_events p.upcoming_date:first-line, .listing_col.events div .event_date:first-line{
	font: 24px/24px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
#latest_news li p a{
	color: #000;
}
#latest_news li{
	margin-bottom: 10px;
}
#latest_news p:first-child{
	font: 14px 'Goudy', Arial, Helvetica, sans-serif;
}
#connect{
	min-height: 70px;
	position: relative;
}
#home_r #connect{
	padding-left: 125px;
}
#home_r #social{
	width: 110px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#social li, #filters li, #basket li{
	height: 25px;
	padding-left: 25px;
	display: block;
	position: relative;
	color: #000;
	font: 16px/18px 'Goudy', Arial, Helvetica, sans-serif;
	list-style: none;
}
#social li a, #filters li a, #basket li a{
	color: #000;
}
#basket li{
	padding: 0;
}
#basket li.cart_item{
	height: auto;
	margin-bottom: 3px;
}
#basket li.cart_item span{
	font: 14px/18px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
#basket li#view_cart{
	padding-top: 5px;
	margin-top: 5px;
	border-top: solid 1px #000;
}
#filters li a.selected:hover{
	color: #000;
	cursor: default;
}
#filters li a.selected:after{
	width: 20px;
	height: 20px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #000 url(gfx/howard_ui_icons.png) 0 -135px;
}
#social li a:after{
	width: 20px;
	height: 20px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
	background-image: url(gfx/howard_ui_icons.png);
	background-position: 0 -13px;
}
#social li a:hover:after{
	background-color: #4e4800;
}
#social li a#faber:after{
	background-position: 0 -33px;
}
#social li a#fb:after{
	background-position: 0 -224px;
}
#social li a#twit:after{
	background-position: 0 -54px;
}
#tweets li{
	list-style: none;
}
#tweets p{
	font: 14px/15px 'Goudy', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#tweets p:first-child{
	font: 14px/15px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	margin-bottom: 2px;
	color: #000;
}
.banner_wrapper{
	position: relative;
}
.circle_links{
	width: 10px;
	height: auto;
	position: absolute;
	top: 0;
	right: -15px;
	list-style: none;
}
.circle_links li a{
	width: 10px;
	height: 10px;
	margin-bottom: 4px;
	display: block;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #707070;
	text-indent: -10000px;
}
.circle_links li a:hover, .circle_links li a.selected{
	background: #000;
}
.circle_links li a.selected{
	cursor: default;
}

/* Navigation ========================*/
#nav{
	width: 95px;
	height: auto;
	position: absolute;
	top: 120px;
	left: 0;
	list-style: none;
}
#nav>li{
	width: 100%;
	height: auto;
	min-height: 25px;
	margin-bottom: 10px;
	font: 22px/23px 'Goudy', Arial, Helvetica, sans-serif;
	position: relative;
}
#nav li a:hover, #nav li a.selected{
	color: #000;
}
#nav li ul{
	width: 110px;
	margin-top: 4px;
	position: absolute;
	top: 0;
	left: 110px;
}
#nav li ul li{
	min-height: 15px;
	margin-bottom: 8px;
	font: 18px/19px 'Goudy', Arial, Helvetica, sans-serif;
	list-style: none;
}
#nav li ul li ul{
	width: 115px;
	left: 125px;
}
#nav li ul li ul li{
	margin-bottom: 3px;
	font: 15px/17px 'Goudy', Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
#nav li a, #nav li ul li a, #nav li ul li ul li a{
	display: block;
}

/* Home page ========================*/
#home_l{
	width: 475px;
	height: auto;
	float: left;
}
#home_r{
	width: 400px;
	height: auto;
	margin-left: 15px;
	float: left;
}
#home_l h1{
	width: 445px;
	padding: 10px 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	font: 30px/32px 'Goudy', Arial, Helvetica, sans-serif;
	color: #000;
}
#home_r h2:first-child{
	padding-bottom: 11px;
	line-height: 19px;
}
#user_content.large p{
	font: 16px/21px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}
#home_l img{
	display: block;
	margin-bottom: 15px;
}
#home_l div#user_content{
	width: 475px;
}
#home_l div{
	width: 230px;
	height: auto;
	float: left;
}
#home_l div+div{
	margin-left: 15px;
}
#home_l #user_content+div{
	margin-left: 0;
}
.home_banner{
	width: 400px;
	height: 270px;
	overflow: hidden;
	position: relative;
}
.home_holder{
	width: 10000px;
	height: 270px;
	position: absolute;
}
.home_holder div{
	width: 400px;
	height: 270px;
	float: left;
}
.home_banner ul{
	width: 195px;
	height: 270px;
	padding: 0 12px 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	overflow: hidden;
}
html.nojs .home_banner:hover ul{
	display: block;
}
.home_banner ul li{
	padding: 10px 0 3px 0;
	border-bottom: solid 1px #000;
	font: 14px/16px 'Goudy', Arial, Helvetica, sans-serif;
	position: relative;	
}
.home_banner ul li a{
	display: block;
	font: 16px/15px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	color: #000;
}
.home_banner ul li a.selected:after{
	width: 12px;
	height: 12px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: -16px;
	bottom: 4px;
	background: #000 url(gfx/howard_ui_icons.png) -1px 0;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#user_content a.home_link{
	margin-bottom: 10px;
	display: block;
	font: 20px/22px 'Goudy', Arial, Helvetica, sans-serif;
}
#user_content a.home_link:after{
	content: " \2192";
}

/* Work archive ========================*/
#user_content.archive{
	width: 450px;
	margin-top: 23px;
	margin-right: 15px;
	float: left;
}
#user_content.archive.presenting{
	margin-top: 59px;
}
#user_content.archive h1:after{
	width: 100%;
	height: 1px;
	padding-left:235px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	bottom: -4px;
	right: 0px;
	background: #000;
}
#user_content.archive h1:before{
	width: 100%;
	height: 1px;
	padding-left:235px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0px;
	background: #000;
}
#featured_banner{
	width: 300px;
	margin-top: 23px;
	float: left;
}
#archive_banner{
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
#archive_holder{
	width: 10000px;
	height: 200px;
	position: absolute;
}
#archive_holder div{
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
}
#archive_holder div p{
	max-width: 280px;
	height: 15px;
	padding: 3px 5px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.9);
	font: 16px/16px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
#archive_holder div a{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -10000px;
	background: url(gfx/blank.gif) repeat;
}
html.nojs #archive_holder div p{
	display: none;
}
html.js #archive_holder div p{
	filter: alpha(opacity = 0);
	opacity: 0;
}
html.nojs #archive_holder div:hover p{
	display: block;
}
#work_archive_items{
	width: 780px;
	height: auto;
	clear: both;
	margin-top: 30px;
	position: relative;
	left: -15px;
}
#work_archive_items li{
	width: 245px;
	height: 200px;
	margin: 37px 0 0 15px;
	padding-top: 2px;
	display: block;
	list-style: none;
	float: left;
	position: relative;
	border-top: solid 1px #000;
}
#work_archive_items h3 a{
	height: 35px;
	margin-bottom: 2px;
	font: 18px/40px 'Goudy', Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	border-top: solid 1px #000;
}
#work_archive_items li>a{
	width: 245px;
	height: 165px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	font: 22px/165px 'Goudy', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}
html.js #work_archive_items li>a{
	filter: alpha(opacity = 0);
	opacity: 0;
}
html.nojs #work_archive_items li:hover>a{
	display: block;
}
#work_archive_items img{
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Work single ========================*/
#user_content.single_work{
	width: 420px;
	margin-top: 23px;
	margin-right: 15px;
	float: left;
}
#user_content.single_work h1:after{
	width: 100%;
	height: 1px;
	padding-left: 365px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	bottom: -4px;
	right: 0px;
	background: #000;
}
#user_content.single_work h1:before{
	width: 100%;
	height: 1px;
	padding-left: 365px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0px;
	background: #000;
}
#user_content.single_work h1+img{
	margin-top: 15px;
}
#work_sidebar{
	width: 200px;
	height: auto;
	margin-top: 66px;
	padding-bottom: 10px;
	float: left;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	position: relative;
}
#work_sidebar:before{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: -4px;
	background: #000;
}
#work_sidebar:after{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	bottom: -4px;
	background: #000;
}
#work_sidebar *:first-child{
	border: none;
}
#sidebar_subnav{
	width: 200px;
	height: auto;
	padding: 3px 0 8px;
	margin-top: 5px;
	list-style: none;
}
#work_sidebar #sidebar_subnav li{
	width: 100px;
	margin: 0 0 5px 0;
	display: block;
	float: left;
	line-height: 14px;
}
#sidebar_subnav li.clear{
	float: none;
}
#sidebar_subnav li a{
	font: 15px/15px 'Goudy', Arial, Helvetica, sans-serif;
}
#sidebar_subnav li a:hover, #sidebar_subnav li a.selected{
	color: #000;
}
#sidebar_subnav li a.selected{
	cursor: default;
}
#work_sidebar iframe{
	width: 200px;
	height: 131px;
	padding: 10px 0 0;
	margin-top: 10px;
	border-top: solid 1px #000;
	display: block;
}
#sidebar_banner{
	width: 200px;
	height: 135px;
	padding: 10px 0 0;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	border-top: solid 1px #000;
}
#sidebar_holder{
	width: 10000px;
	height: 135px;
	position: absolute;
}
#sidebar_holder div{
	width: 200px;
	height: 135px;
	float: left;
}
#work_sidebar h3{
	padding-top: 5px;
	margin: 10px 0 0;
	font: 15px/21px 'Goudy', Arial, Helvetica, sans-serif;
	border-top: solid 1px #000;
}
#work_sidebar p{
	font: 14px/17px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	margin-bottom: 1px;
}
#work_sidebar ul{
	margin-bottom: 10px;
}
#work_sidebar li{
	margin-left: 16px;
	font: 14px/17px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	position: relative;
}
#work_links{
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #000;
}
#work_links li{
	margin: 0;
	list-style: none;
}
#work_links a, #track_listing a{
	color: #000;
}
#track_listing a:before{
	width: 15px;
	height: 15px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: -19px;
	top: 1px;
	background: #000 url(gfx/howard_ui_icons.png) 0 -75px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#track_listing a:hover:before, #track_listing a.playing:before{
	background: #4e4800 url(gfx/howard_ui_icons.png) 0 -75px;
}
#work_gallery_full{
	margin-top: 7px;
}
#work_thumbs{
	width: 208px;
	list-style: none;
	position: relative;
	left: -8px;
}
#work_thumbs li{
	width: 92px;
	height: 92px;
	margin: 8px 0 0 8px;
	float: left;
	display: block;
}
#work_thumbs li a img, #gallery_thumbs li a img{
	filter: alpha(opacity = 60);
	opacity: 0.6;
}
html.nojs #work_thumbs li a:hover img, html.nojs #work_thumbs li a.selected img, html.nojs #gallery_thumbs li a:hover img, #gallery_thumbs li a.selected img, #work_thumbs li a.selected img{
	filter: alpha(opacity = 100);
	opacity: 1;
}
#work_thumbs li a.selected img, #gallery_thumbs li a.selected img{
	cursor: default;
}
#work_imgs{
	padding: 5px 0 0;
	margin-top: 10px;
	border-top: solid 1px #000;
}
#work_imgs img{
	display: block;
	margin-top: 5px;
}

/* About pages & Gallery ========================*/
#user_content.about{
	width: 450px;
	margin-top: -12px;
	margin-right: 15px;
	float: left;
}
#user_content.about h1:after{
	width: 100%;
	height: 1px;
	padding-left:235px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	bottom: -4px;
	right: 0px;
	background: #000;
}
#user_content.about h1:before{
	width: 100%;
	height: 1px;
	padding-left: 235px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0px;
	background: #000;
}
#gallery_full{
	width: 450;
	overflow: hidden;
}
#user_content.about h1+img, #gallery_full img{
	margin-top: 10px;
}
#thumb_holder{
	width: 300px;
	height: auto;
	margin-top: 33px;
	padding-bottom: 12px;
	float: left;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	position: relative;
}
#thumb_holder:before{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: -4px;
	background: #000;
}
#thumb_holder:after{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	bottom: -4px;
	background: #000;
}
#gallery_thumbs{
	width: 312px;
}
#gallery_thumbs li{
	width: 92px;
	height: 92px;
	margin: 12px 0 0 12px;
	float: left;
	display: block;
	position: relative;
	left: -12px;
	list-style: none;
}
#gallery_thumbs li a.selected{
	cursor: default;
}

/* Listings pages ========================*/
#listing, #single{
	width: 651px;
	height: auto;
	margin-right: 15px;
	position: relative;
	float: left;
}
#single h1, #listing h1{
	margin-bottom: 20px;
	font: 30px/40px 'Goudy', Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #000;
	position: relative;
	display: block;
}
#single h1:after, #listing h1:after{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	bottom: -4px;
	background: #000;
}
.listing_col{
	width: 318px;
	height: auto;
	margin-left: 15px;
	float: left;
}
h1+.listing_col, .pagination+.listing_col{
	margin: 0;
}
.listing_col div{
	padding-top: 9px;
	margin-top: 30px;
	border-top: solid 1px #000;
	position: relative;
}
.listing_col div:after{
	width: 100%;
	height: 1px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: -4px;
	background: #000;
}
.listing_col div:first-child{
	padding: 0;
	margin: 0;
	border: none;
}
.listing_col div:first-child:after, .listing_col div h2:before{
	background: none;
}
.listing_col div img{
	margin: 10px 0 5px;
	display: block;
}
.listing_col div p:first-child, .listing_col div a+p{
	margin-bottom: 3px;
	font: 14px/15px 'Goudy', Arial, Helvetica, sans-serif;
}
.listing_col div:first-child img{
	margin: 0 0 5px;
}
.listing_col.products div:first-child img{
	margin: 0 10px 10px 0;
}
.listing_col.products div.w_img{
	min-height: 80px;
}
.listing_col.products img{
	margin: 0 10px 5px 0;
	float: left;
}
.listing_col div h2{
	margin: 0 0 5px 0;
	font: 18px/20px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	border: none;
}
.listing_col.events{
	width: 651px;
}
.listing_col.events div h2{
	margin: 0 0 0 48px;
}
.listing_col.events div h2+p{
	margin: 0 0 6px 48px;
}
.listing_col div h2 a{
	color: #000;
}
.listing_col div p{
	font: 14px/16px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
.listing_col div a{
	color: #000;
}
.listing_col.events div .event_date{
	top: 8px;
}
.listing_col.events div:first-child .event_date{
	top: 0;
}
.listing_col.products .product_info{
	margin-top: 5px;
	color: #000;
}
.listing_col.products .product_info a.more{
	display: inline;
}
.listing_col.products div.w_img p, .listing_col.products div.w_img h2{
	padding-left: 85px;
}
.listing_col.products .product_img{
	position: absolute;
	top: 9px;
	left: 0;
	z-index: 1000000;
}
.listing_col.products div:first-child .product_img{
	top: 0;
}
.pagination{
	padding-top: 20px;
	text-align: right;
	clear: both;
}
h1+.pagination{
	padding: 0;
	position: absolute;
	top: 12px;
	right: 0;
}
.pagination a{
	font: 16px/16px 'Goudy', Arial, Helvetica, sans-serif;
	color: #000;
	position: relative;
}
.pagination a:after{
	width: 15px;
	height: 15px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	top: 3px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.btn_next{
	padding-right: 22px;
	margin-left: 20px;
}
.btn_next:after{
	right: 0px;
	background: #000 url(gfx/howard_ui_icons.png) 0 -90px;
}
.btn_next:hover:after{
	background: #4e4800 url(gfx/howard_ui_icons.png) 0 -90px;
}
.btn_prev{
	padding-left: 22px;
}
.btn_prev:after{
	left: 0;
	background: #000 url(gfx/howard_ui_icons.png) 0 -105px;
}
.btn_prev:hover:after{
	background: #4e4800 url(gfx/howard_ui_icons.png) 0 -105px;
}

/* Sidebar ========================*/
#sidebar{
	width: 224px;
	height: auto;
	float: left;
}
#sidebar #tweets{
	margin-top: 5px;
}
#sidebar img{
	display: block;
	margin-bottom: 10px;
}

/* Single ========================*/
#single_sidebar{
	width: 250px;
	margin-right: 15px;
	float: left;
}
#single_sidebar ul{
	margin-bottom: 10px;
}
#single_sidebar li{
	margin-bottom: 2px;
	font: 14px/18px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	list-style: none;
}
#single_sidebar li a{
	color: #000;
}
#single_sidebar img{
	margin: 10px auto 0;
	display: block;
}
#single_sidebar img:first-child{
	margin: 0;
}

/* Single product ========================*/
#added_to_cart{
	padding-left: 20px;
	margin-bottom: 10px;
	font: 16px/20px 'Goudy', Arial, Helvetica, sans-serif;sans-serif;
	position: relative;
}
#added_to_cart:after{
	width: 15px;
	height: 15px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000 url(gfx/howard_ui_icons.png) 0 -195px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#single_sidebar span.amount{
	font: 20px/20px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
.quantity{
	position: relative;
}
.quantity label{
	margin-right: 8px;
	font: 16px/30px 'Goudy', Arial, Helvetica, sans-serif;
}
#minus1, #add1{
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #000 url(gfx/howard_ui_icons.png) 0 -162px;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 65px;
	text-indent: -10000px;
}
#add1{
	background-position: -10px -162px;
	left: 100px;
}
#minus1:hover, #add1:hover, .btn_add_to_cart:hover:after{
	background-color: #4e4800;
}
.qty{
	width: 25px;
	height: 20px;
	font: 16px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	border: none;
	background: none;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 75px;
}
.btn_add_to_cart{
	width: 95px;
	height: 20px;
	background: none;
	border: none;
	cursor: pointer;
	font: 16px/16px 'Goudy', Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	text-align: left;
}
.btn_add_to_cart:after{
	width: 15px;
	height: 15px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	background: #000 url(gfx/howard_ui_icons.png) 0 -120px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* Sitemap ========================*/
.sitemap_col{
	width: 318px;
	height: auto;
	margin-left: 15px;
	float: left;
}
#user_content+.sitemap_col{
	margin: 0;
}
.sitemap_col ul>li{
	list-style: none;
	margin-bottom: 7px;
}
.sitemap_col li a{
	font: 18px/22px 'Goudy', Arial, Helvetica, sans-serif;
	color: #000;
}
.sitemap_col li ul li{
	margin-left: 15px;
	margin-bottom: 0;
	list-style: none;
}
.sitemap_col li ul li a{
	font: 14px/18px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}

/* jPlayer ========================*/
#jPlayer{
	width: 0;
	height: 0;
	overflow: hidden;
}
/*#transfer{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 0;
	left: 0;
	z-index: -10;
}
.ui-effects-transfer{
	width: 7px !important;
	height: 7px !important;
	border: solid 2px #000;
}*/
#howard_player{
	position: absolute;
	bottom: 9px;
	right: 0;
	font: 14px/14px 'Goudy', Arial, Helvetica, sans-serif;
}
#playing, #curr_track_title{
	width: 500px;
	position: absolute;
	bottom: 19px;
	right: 233px;
	text-align: right;
}
#curr_track_title{
	bottom: 0;
}
#btn_playlist{
	padding-right: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
	position: relative;
	text-align: right;
	display: block;
}
#btn_playlist:after{
	width: 6px;
	height: 5px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	right: 0px;
	top: 5px;
	background: url(gfx/howard_ui_icons.png) 0 -156px;
}
#btn_playlist:hover:after{
	background: url(gfx/howard_ui_icons.png) -6 -156px;
}
#curr_track_time{
	width: 100px;
	position: absolute;
	bottom: 19px;
	right: 0;
	text-align: right;
}
#btn_play, #btn_pause{
	width: 15px;
	height: 15px;
	background-color: #000;
	background-image: url(gfx/howard_ui_icons.png);
	background-position: 0 -75px;
	position: absolute;
	bottom: 0;
	right: 208px;
	text-indent: -10000px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#btn_pause{
	background-position: 0 -172px;
}
#btn_play:hover, #btn_pause:hover{
	background-color: #4e4800;
}
.jp-progress{
	width: 100px;
	height: 3px;
	background: url(gfx/howard_ui_icons.png) 0 -187px repeat-x;
	position: absolute;
	right: 98px;
	bottom: 6px;
	cursor: pointer;
}
.jp-seek-bar, .jp-play-bar{
	width: 0%;
	height: 3px;
	background: url(gfx/howard_ui_icons.png) 0 -189px repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
.jp-play-bar{
	background: url(gfx/howard_ui_icons.png) 0 -192px repeat-x;
}
.jp-volume-bar{
	width: 25px;
	height: 3px;
	background: url(gfx/howard_ui_icons.png) 0 -189px repeat-x;
	position: absolute;
	right: 63px;
	bottom: 6px;
	cursor: pointer;
}
.jp-volume-bar-value{
	width: 0;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(gfx/howard_ui_icons.png) 0 -192px repeat-x;
}
#playlist{
	width: 250px;
	height: auto;
	padding: 0 11px;
	position: absolute;
	top: 97px;
	right: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
}
#playlist p{
	margin-top: 8px;
	font: 17px 'Goudy', Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #fff;
}
#playlist ol{
	margin: 5px 0 15px;
}
#playlist ol li{
	margin: 0 0 3px 35px;
	position: relative;
	font: 14px/18px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
#playlist ol li a{
	color: #fff;
}
#playlist ol li a:hover:before, #playlist ol li a.playing:before{
	width: 15px;
	height: 15px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: -40px;
	top: 1px;
	background: url(gfx/howard_ui_icons.png) 0 -75px;
}
#playlist ol li a.playing{
	cursor: default;
}

/* Woocommerce pages ========================*/
.shop_table{
	width: 100%;
	margin-bottom: 20px;
}
.shop_table th, .shop_table .actions, .cart_totals table th, #user_content .cart_totals table th strong{
	font: 17px 'Goudy', Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.shop_table .order-number{
	width: 150px;
}
.shop_table .order-shipto{
	width: 200px;
}
.shop_table td, .cart_totals td{
	font: 14px/16px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
.shop_table td.product-quantity #minus1, .shop_table td.product-quantity #add1, .shop_table td.product-quantity .qty{
	position: relative;
	top: 0;
	left: 0;
}
.shop_table td.product-quantity .qty{
	top: -3px;
}
.shop_table .remove{
	width: 14px;
	height: 14px;
	margin-right: 5px;
	display: block;
	text-indent: -10000px;
	background: #000 url(gfx/howard_ui_icons.png) 0 -210px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
}
.shop_table .remove:hover{
	background: #4e4800 url(gfx/howard_ui_icons.png) 0 -210px;
}
.shop_table td img[alt=Placeholder]{
	filter: alpha(opacity = 0);
	opacity: 0;
}
#user_content .shop_table a{
	color: #000;
}
.shop_table .actions{
	padding-top: 10px;
	margin-top: 10px;
	border-collapse: collapse;
	border-top: solid 1px #000;
}
.shop_table .actions input[type=submit], #place_order{
	width: 95px;
	height: 20px;
	margin-bottom: 10px;
	background: none;
	border: none;
	cursor: pointer;
	font: 18px/20px 'Goudy', Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
}
.shop_table .actions input[type=submit]:after, #place_order:after{
	width: 15px;
	height: 15px;
	display: block;
	content: none;
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
}
.shop_table .actions a{
	text-align: right;
	clear: both;
	display: block;
}
.cart_totals table{
	width: 300px;
	margin-bottom: 5px;
}
.checkout label{
	width: 120px;
	display: inline-block;
	font: 14px/18px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
.checkout input[type=text]{
	width: 200px;
	padding: 2px;
	font: 14px/18px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
	border: none;
	background: none;
	border-bottom: solid 1px #000;
}

/* User content ========================*/
.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}
.alignright{
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter{
	display: block;
	margin: 20px auto;
}
div#user_content{
	width: 651px;
	float: left;
	margin-right: 15px;
}
#single_sidebar+#user_content{
	width: 386px;
	margin: 0;
}
#user_content h1{
	margin-bottom: 6px;
	display: inline-block;
	font: 30px 'Goudy', Arial, Helvetica, sans-serif;
	position: relative;
}
#user_content h2, #user_content .checkout h3{
	margin-bottom: 10px;
	display: inline-block;
	font: 20px 'Goudy', Arial, Helvetica, sans-serif;
}
#user_content h3{
	margin: 15px 0 3px;
	font: 17px 'Goudy', Arial, Helvetica, sans-serif;
}
#user_content p, .woocommerce_message{
	margin-bottom: 7px;
	font: 14px/18px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
#user_content a{
	color: #707070;
}
#user_content a:hover{
	color: #000;
}
#user_content blockquote{
	padding: 0 10px;
	margin: 0;
	position: relative;
}
#user_content blockquote *{
	font: 16px/18px 'Goudy', Arial, Helvetica, sans-serif;
}
#user_content ul, #user_content ol{
	margin: 10px 0;
}
#user_content ul li{
	margin-left: 17px;
	font: 14px/20px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
#user_content ol li{
	margin-left: 22px;
	font: 14px/20px 'Helvetica Neue', 'HelveticaNeue LT 45 Light', Helvetica, Arial, sans-serif;
}
#user_content strong{
	font-weight: bold;
}
#user_content em{
	font-style: italic;
}
#user_content del{
	text-decoration: line-through;
}