@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('templates/g-stone_template/css2/League_Gothic-webfont.eot');
	src: local('☺'), url('templates/g-stone_template/css2/League_Gothic-webfont.woff') format('woff'), url('templates/g-stone_template/css2/League_Gothic-webfont.ttf') format('truetype'), url('img/League_Gothic-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { background: rgb(200,200,200); color: rgb(0,0,0); padding: 20px 0 40px; }

/* header links*/

h1 a{
	text-decoration:none !important;
}

a { color: black; text-decoration: underline; }
a:hover { text-decoration: none; }
#menu a {text-transform: uppercase; text-decoration: none;font-weight: bold;}
#menu p {padding-top: 5px; padding-bottom: 10px;font-size: 16px; line-height: 26px; }
#menu .sub { font-style: italic; display: block; font-size: 12px; line-height: 12px;}
#menu a:hover { text-decoration: underline;}


/* GRID SPECIFIC */

/*.container_4 { background-image: url(img/960_4_5_5.png); background-repeat: repeat-y; }*/
.container_4 p { background: none; overflow: hidden; padding: 0 0 10px 0; text-align: left; }
.container_4 h1 { font-weight: normal; text-align: center; }
.container_4 h2 { font-weight: normal; }
.container_4 h2 { font-weight: normal;}


/* TEXT SPECIFIC */

.uppercase {text-transform: uppercase;}
.bold { font-weight: bold; }
.blink { text-decoration: blink; }
.longdash:before { content: " – "}	

.font_league{ font-family: "LeagueGothicRegular", Georgia, serif; text-transform: uppercase; letter-spacing: 1px; }
.font_georgia {font-family: Georgia,Times, serif;text-transform: uppercase; letter-spacing: 1px;}

.article{ font-size: 14px;}
.review {
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
}

.sub { font-style: italic; display: block; }
.sub:before { content: "– "; }	


/* LAYOUT SPECIFIC and POSITIONING */

.border_top { border-top: 1px solid rgb(0,0,0); }
.border_bottom { border-bottom: 1px solid rgb(0,0,0); }
.block { display: block; }
.blockdisplay { display: block; }
.paddingbottomten{padding-bottom:10px;}
.marginbottomten{margin-bottom:10px;}
.marginbottomtoptwenty{margin-bottom:20px; margin-top: 20px;}
.marginbottomtwenty{margin-bottom:20px;}
.paddingtopten{padding-top:10px;}
.paddingtopfive{padding-top:5px;}
.paddingbottomtopten{padding-bottom:10px; padding-top:10px;}
.center {text-align: center;}


/* RECURRING OR UNIQUE ELEMENTS */

.dropdown { float: left; margin:-50px 0 0 0; }
.dropdown select { width: 230px;}
.logo {
	position: absolute; 
	top:10px; 
	left:40px;
	z-index: -10;
}

.artist { font-weight: bold; }
.title { display: block; }

.gallerytag, .videotag {
	position: absolute;
	top:10px;
	right:10px;
	background: rgb(20,20,20);
	color: rgb(250,250,250);
	padding: 4px 3px 4px 4px;
	font: normal normal 8px georgia,helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 3px 4px ;
	-webkit-border-radius: 3px 4px ;
	-khtml-border-radius: 3px 4px ;
	border-radius: 3px 4px ;
	opacity: 0.4;
}

/* UNIQUE ID ELEMENTS */

#header { position: relative; }
#features { padding-top: 10px;}
#side_cover { padding: 10px 0;}
#footer {font-size: 12px;}
#content {padding-top: 0px;}
#header .button {position: absolute; top:-40px;}
#related_articles, #related_media, #related_releases { padding-top: 15px; }
#text { margin-bottom: 40px;}
#content { margin-top: 15px;}

/* List+grid switch */

.red {background: red;}
.blue {background: blue;}
.switchview { float:right; margin:-30px 0 0 0; }
.switchview a { opacity:0.6; }
.switchview a.active { opacity: 1; }

/* filter */

#filter ul {
	background: rgb(200,200,200);
	font-size:16px; 
	line-height:22px; 
	padding-bottom: 5px;
}

#filter ul li a:link, #filter ul li a:visited {text-decoration:none;}
#filter li:hover{text-decoration: underline;}
#filter li.active{ font-weight: bold;}
#filter li:after {
	content: " /";
	font-weight: normal; 
	color:rgb(0,0,0);
}

/* misc */

.release_box {  margin-bottom: 5px; }
.media_box {  margin-bottom: 5px;  }
.internal { padding: 10px 0; font-weight: bold;}

.list ul { font-size:14px; display:inline; }
.list li { display:inline; padding:5px 0; }
.list_order { text-transform: uppercase; }
.list_artist { font-weight: bold; }

.footer { padding:10px 0; color: rgb(10,10,10);}
.footermenu {font-size: 22px;line-height: 28px;}

.opaz-thirty{opacity: 0.3;} 
   
.left{float: left;}
.right{float: right;}

.articleclear {
	clear: both;
	display: block;
	text-align: center;
	padding-bottom: 10px;
}


/* MEDIA + RELEASES */

#content .media_box,  #content .release_box { position: relative;}

#content .name {
	position: absolute;
	bottom:5px;
	left:0; 
	width:100%;
	opacity: 0;
	color: rgb(240,240,240);
	padding-top:5px;
	margin: 0;
}

#content .media_box:hover .name, #content .release_box:hover .name {
	opacity: 0.8;
	background: rgb(10,10,10);
	color: rgb(250,250,250);
}

#content .media_box:hover .gallerytag, #content .media_box:hover .videotag{
	opacity: 0.9;
	background: rgb(250,250,250);
	color: rgb(20,20,20);
}

#content .name p {
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0;
}


.twitterfeed { padding: 20px 0 10px 0;}
.description { font-weight: bold; color: rgb(255,102,51);}
	
/* FEATURES MAINPAGE */

.featurenav { 
	float: right;
	position:absolute;
	bottom:10px;
	right:5px;
	z-index: 1100;
}
	
.featurenav .prev, .featurenav .next { opacity: 0.4;}
.featurenav .prev:hover, .featurenav .next:hover { opacity: 0.9;}
.featurenav img {padding: 0 0 0 5px;}


/* CSS BUTTONS */


.videobutton {
	position: absolute;
	top:39%;
	left: 45%;
	z-index: 20;
	opacity: 0.9;
}

.videobutton:hover {
	position: absolute;
	top:39%;
	left: 45%;
	z-index: 20;
	opacity: 1;
}

.button, .button a:link, .button a:visited, #menu a.button, .footermenu .button a {
	background: rgb(160,160,160);
	color: rgb(240,240,240);
   	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	margin: 5px 0;
	font-size: 11px;
}

.play { padding:10px 0 10px 0;}
 
  
/* PLAYER */ 

#music ul li {
	position: relative;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid rgb(160,160,160);
}

.sc-player li {
	border-bottom:0px solid #fff !important;
}

.player-nav {
  position: absolute;
  bottom:10px;
  right:0;
} 

.player-nav img {
 	padding: 0;
	float: left;
 	margin-right: 5px;	
 }
 
 
 /* added */
 
 a.moduleItemTitle {
	text-decoration:none;
 }
 
 .footermenu li a {
	text-decoration:none;	
 }
 
 .footermenu li a:hover {
	text-decoration:underline;	
 }
 
.sidebar .modulePretext, .moduletableshop h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.sidebar .clr {
	display: none;
}

.sidebar{
	padding-left: 5px;
	overflow: hidden;
}

.sidebar li {
	padding-bottom:10px;
}

.moduletableshop {
	overflow:hidden;
	padding-left: 5px;
	width: 230px;
	float:right;
}

.scp_atc, .btnshowcart {
		background: #A0A0A0;
	color: #F0F0F0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	margin: 5px 0;
	font-size: 11px;
	border-width: 0px;
	padding: 5px 10px;
	font-weight: bold;
}

form {
	width: 690px;
	overflow: hidden;
	float: left;
}

.sc_cart {
	max-width: 690px;
	overflow:hidden;
	
}

.grid_2 .sc_cart {
	width: 470px;
}

.sc_cart input[type=button] {
		background: #A0A0A0;
	color: #F0F0F0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	margin: 5px 0;
	font-size: 11px;
	border-width: 0px;
	padding: 5px 10px;
	font-weight: bold;
	margin-top: 10px;
}

.actions_col .btnchange, .actions_col .btnremove, .cartactions .btnconfirm {
	background: #A0A0A0;
	color: #F0F0F0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: lowercase;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	margin-top: 0px !important;
	margin-left: 10px !important;
	font-size: 11px;
	border-width: 0px;
	padding: 5px 10px;
	font-weight: bold;
	
}

.cartactions input{
	margin-top: 0px !important;
	margin-left: 0px !important;
}

.code_col { 
	width:100px;	
}

.actions_col {
	width: 160px;
}

.addtocart1 {
	width: 470px;
}