/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 *
 *
 */
@font-face {
   font-family: LeagueGothicRegular;
   src: url("League_Gothic.eot");
}


@font-face {
	font-family: LeagueGothicRegular;
	src: url(League_Gothic.eot);
	src: url(League_Gothic.ttf) format('truetype');
}

a {
	color:#941e1e;
	text-decoration:none;
}

a:hover {
	color:white;
}

a:active {
	border:none;
	text-decoration:none;
}

a img {
	border:none;
}

.button {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#959595;
	background-color:black;
	border:1px #959595 solid;
	margin-right:20px;
	padding:10px;
	cursor:pointer;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);

}

.button:hover {
	background-color:#161616;
	box-shadow:inset 0 0 5px rgba(0,0,0,1);
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,1);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,1);
}

img {
	border:none;
}

body {
	margin:0;
	background-image:url('images/contentwrap.jpg');
	color:#959595;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.55);
	font:0.75em/1.65 "Lucida Grande",Tahoma,Verdana,sans-serif;
	height:100%;
	text-align:center;
	margin:0px auto;
	line-height:18px;
}

#headwrap, #small_headerwrap {
	height:417px;
	background-image:url('images/headerwrap.jpg');
}

#header, #small_header_bg  {
	display:block;
	height:377px;
	width:940px;
	margin:auto;
	background-image:url('images/header_bg.jpg');
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
	text-align:left;
}

#small_headerwrap {
	height:195px;
	background-image:url('images/small_headerwrap.jpg'); !important
}

#small_header_bg {
	height:145px;
	background-image:url('images/small_header_bg.jpg'); !important
}

#logo {
	float:left;
}

#nav {
	float:right;
	margin-top:30px;
	margin-right:60px;
}

ul.nav {
	margin:0;
	list-style:none;
}

ul.nav li {
	margin-left:10px;
	display:inline;
	float:right;
}

#nav_list span.link {
	display:none;
}

#nav_list li, #nav_list a {
	display:block;
	float:left;
	height:10px;
}

#nav_list li {
	margin-left:25px;
}

span.icon {
	position:relative;
	top:-40px;
	left:20%;
	visibility:hidden;
}

.visible {
	visibility:visible;
	display:block;
}

.products span.icon {
	left:30%;
}

.about span.icon {
	left:32%;
	top:-30px;
}

.artists span.icon {
	left:32%;
}

/*NAV LIST*/


/*home*/
.homelink {
	width:43px;
	background:url('images/nav_home.png') 0px -10px no-repeat;
}

.homelink a, .homelink li {
	width:43px;
}

.homelink a:hover {
	background:url('images/nav_home.png') 0px 0px;
}

.homelink a:hover span.icon {
	visibility:visible;
}

/*products*/
.products {
	width:86px;
	background:url('images/nav_products.png') 0px -10px no-repeat;
}

.products a, .products li {
	width:86px;
}

.products a:hover {
	background:url('images/nav_products.png') 0px 0px;
}

.products a:hover span.icon {
	visibility:visible;
}

/*artists*/
.artists {
	width:69px;
	background:url('images/nav_artists.png') 0px -10px no-repeat;
}

.artists a, .artists li {
	width:69px;
}

.artists a:hover {
	background:url('images/nav_artists.png') 0px 0px;
}

.artists a:hover span.icon {
	visibility:visible;
}

p {
	background: transparent !important;
}

/*forums*/
.forums {
	width:64px;
	background:url('images/nav_forums.png') 0px -10px no-repeat;
}

.forums a, .forums li {
	width:64px;
}

.forums a:hover {
	background:url('images/nav_forums.png') 0px 0px;
}

.forums a:hover span.icon {
	visibility:visible;
}

/*about*/
.about {
	width:81px;
	background:url('images/nav_about.png') 0px -10px no-repeat;
}

.about a, .about li {
	width:81px;
}

.about a:hover {
	background:url('images/nav_about.png') 0px 0px;
}

.about a:hover span.icon {
	visibility:visible;
}

/*blog*/
.blog {
	width:41px;
	background:url('images/nav_blog.png') 0px -10px no-repeat;
}

.blog a, .blog li {
	width:41px;
}

.blog a:hover {
	background:url('images/nav_blog.png') 0px 0px;
}

.blog a:hover span.icon {
	visibility:visible;
}

#nav a {
	border:none;
	text-decoration:none;
}


#welcome {
	clear:both;
	float:left;
	margin-top:40px;
	width:540px;
	font:18px Georgia, 'Times New Roman', 'Times', serif;
	color:black;
	text-shadow:none;
}

#welcome a {
	color:#551010;
	text-decoration:none;
}

#welcome a:hover {
	text-decoration:underline;
}

#contentwrap {
	clear:both;
	background-image:url('images/contentwrap.jpg');
	margin:0;
	text-align:left;
}

#content {
	width:960px;
	margin:auto;
}

#main_content {
	float:left;
	width:610px;
	padding:10px;
}

#rightbar {
	float:right;
	width:200px;
	padding:10px;
	margin-top:40px;
}

h1 {
	font:36px Impact, Arial, sans-serif;
	font:48px 'LeagueGothicRegular';
	color:#b39968;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.75);
	text-transform:uppercase;
	font-weight:normal;
	margin-top:0;
}

h2 {
	font:18px Impact, Arial, sans-serif;
	font:30px 'LeagueGothicRegular';
	color:#941e1e;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.75);
	text-transform:uppercase;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:15px;
	clear:both;
}



#news_ticker {
	background-color:#0c0c0d;
	/*background-color:rgba(0,0,0,0.38);*/
	border:1px solid #333333;
	width:578px;
	padding:10px;
	clear:both;
	margin-bottom:60px;
}

#page_content {
	background-color:#0c0c0d;
	/*background-color:rgba(0,0,0,0.38);*/
	border:1px solid #333333;
	width:658px;
	padding:10px;
	clear:both;
	margin-bottom:60px;
}

h3 {
	font:21px 'LeagueGothicRegular';
	color:#b39968;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.75);
}

#product_bar {
	background-color:#0c0c0d;
	background-color:rgba(0,0,0,0.38);
	border:1px solid #333333;
	width:178px;
	padding:10px;
	float:left;
	font: 14px Georgia, 'Times New Roman', 'Times', serif;
	padding-bottom:50px;
	margin-bottom:40px;
	margin-top:69px;
}

#product_bar ul {
	list-style:none;
	padding:0;
	width:188px;
}

#product_bar h1 {
	margin:0;
	font:24px Helvetica, Arial, sans-serif;
	font:36px 'LeagueGothicRegular';
}

#product_bar li {
	padding:0;
}

#product_bar li a {
	color:#959595;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

li#eshopcart {
	background-color:#0c0c0d;
	background-color:rgba(0,0,0,0.38);
	border:1px solid #333333;
	width:178px;
	padding:10px;
	margin-bottom:20px;
}

#product_bar li a:hover {
	text-decoration:none;
	color:#941e1e;
}

li.product {
	width:198px;
	padding-top:10px;
	background-image:url('images/downarrow_normal.png');
	background-repeat:no-repeat;
	background-position: 70% 0;
	cursor:pointer;
	clear:both;
	margin-top:10px;
}

ul.sublist {
	display:none;
	margin-left:20px;
	margin-top:10px;
}

ul.hider {
	display:none;
	margin-left:40px;
	margin-top:20px;
}

li.readmore {
	display:inline;
	cursor:pointer;
	margin-left:20px;
}

.specs {
	float:left;
	margin-right:20px;
}

ul.sublist li {
	margin-top:5px;
}

.georgia {
	font: "Lucida Grande",Tahoma,Verdana,sans-serif;
	color:#b39968;
}

li.product:hover, li.selected {
	color:white;
	background-image:url('images/downarrow_over.png');
}

li.product:hover .sublist{
	color:#959595;
}

#search {
	margin-top:15px;
	margin-bottom:40px;
}

.search input, .search button {
	border: none;
	float: left;
}

.search input.box {
	color:#959595;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.55);
	width: 156px;
	height: 29px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:black;
	background-color:rgba(0,0,0,0.38);
	margin-right:0;
	font:14px Georgia;
	font-style:italic;
	border:none;
	float:right;
}

legend {
	color:#959595;
}

.search button.btn {
	width: 37px;
	height: 33px;
	cursor: pointer;
	text-indent: -9999px;
	background: grey url('images/search_submit.jpg') no-repeat top right;
}


fieldset.search {
	padding:0;
	margin:0;
	border:none;
	width: 200px;
	margin: 0 auto;
	background-color:black;
	background-color:rgba(0,0,0,0.38);
}

/*******************
* CYCLE NAVIGATION *
********************/
#news_nav {
	float:left;
	margin:0;
	padding:0;
	clear:both;
	margin-top:-50px;
}

#news {
	z-index:100;
}

#news_nav li {
	list-style:none;
	width: 17px;
	height: 17px;
	float: left;
	margin-right:10px;
}

#news_nav li a {
	background-repeat:no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	border:none;
	text-decoration:none;
	margin-top:15px;
}

#news_nav li a:hover {
	border:none;
}

#news_nav li#next a {
	background-image: url(images/rightarrow_normal.png);
}

#news_nav li#prev a {
	background-image: url(images/leftarrow_normal.png);
}

#news_nav li#next a:hover {
	background-image: url(images/rightarrow_over.png);
}

#news_nav li#prev a:hover {
	background-image: url(images/leftarrow_over.png);
}

#caption {
	float:left;
	margin-left:90px;
	font:14px Georgia, 'Times New Roman', 'Times', serif;
	color:#292829;
	margin-top:-35px;
}

#child_caption {
	float:left;
	margin-left:0;
	font:14px Georgia, 'Times New Roman', 'Times', serif;
	color:#393839;
	margin-top:-35px;
	font-style:itallic;
}

#catdesc {
	font:18px Georgia, 'Times New Roman', 'Times', serif;
}

ul.categories, ul.children {
	margin:0;
	list-style:none;
	padding:0;
}

ul.categories li {
	font:24px 'LeagueGothicRegular';
}

ul.children li {
	font:18px Georgia, 'Times New Roman', 'Times', serif;
}

.addtocart fieldset {
	border:none;
	padding:0;
	margin:0;
}

.eshopwidget span {
	font:24px Georgia, 'Times New Roman', 'Times', serif;
}

ul.continue-proceed  li{
	display:inline;
	width:190px;
	margin-bottom:20px;
	margin-right:40px;
}

.awesome{
    background: #222 url(images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
   position: relative;
   cursor: pointer;
   margin-top:10px;
   margin-bottom:10px;
 }
 
 .awesome:hover {
	text-decoration:none;
 }
 
.large.awesome {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.red.awesome {
	background-color: #e33100;
}

.blue.awesome {
 background-color: #2daebf;
}

#footer_wrapper {
	background-color:#0c0c0d;
	background-color:rgba(0,0,0,0.38);
	border-top:1px solid #333333;
	height:300px;
	clear:both;
	text-align:left;
}

#footer {
	width:940px;
	padding:10px;
	padding-top:40px;
	margin:auto;
}

.footer_col {
	width:200px;
	float:left;
}

.footer_col h2 {
	color:#b39968;
}

ul.social_links li {
	padding-top:10px;
}

.prod_col {
	width:200px;
	margin-bottom:20px;
	float:left;
}

.prod_col h2{
	color:#b39968;
}

.post {
	background-color:#0c0c0d;
	/*background-color:rgba(0,0,0,0.38);*/
	border:1px solid #333333;
	width:658px;
	padding:10px;
	clear:both;
	margin-bottom:20px;
}

