body
{
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 -1px 0 6px #FFFFFF;
}
h1
{
	font-size: 50px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 14px;
}
h5
{
	font-size: 12px;
	font-style: italic;
}
h6
{
	font-size: 10px;
}
a, a:hover
{
	border-bottom: 1px dotted;
	color: red;
	text-decoration: none;
}

.IntroText
{
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 -1px 0 6px #FFFFFF;
	margin: 0px 20px 20px 20px;
	line-height: 24px;
	color: #818181;
	font-weight: normal;
	font-size: 110%;
	font-style: italic;
	padding-left: 10px;
	vertical-align: top;
	word-spacing: 3px;
}
.FigureText
{
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 -1px 0 6px #FFFFFF;
	margin: 20px 20px 20px 20px;
	line-height: 24px;
	color: #818181;
	font-weight: normal;
	font-size: 75%;
	font-style: italic;
	padding-left: 10px;
	vertical-align: top;
	word-spacing: 3px;
}
.IntroText img
{
	float: right;
	margin: 0px 20px 20px 20px;
	padding-left: 20px;
}

.BandName
{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.wrapper-container
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-decoration: none;
	width: 960px;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.Title
{
	float: left;
	width: 600px;
	text-align: left;
	margin: 2px 10px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 0px 0 6px #FFFFFF;
	font-size: 50px;
	background-repeat: no-repeat;
	line-height: 20px;
	color: red;
	background-position: center;
	text-indent: 10px;
	padding-left: 10px;
	padding-top: 30px;
}
.slogan
{
	float: right;
	width: 360px;
	text-align: left;
	margin: 0px 10px 0px 10px;
	display: inline;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 0px 0 5px #FFFFFF;
	background-repeat: no-repeat;
	filter: dropshadow(color=#f05c27, offx=1, offy=1);
	line-height: 5px;
	color: red;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 2px;
}

a:hover img.imagedropshadow
{
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	-moz-border-radius: 10px;
	opacity: 0.6;
}
#nav
{
	position: absolute;
	top: 50px;
	width: 850px;
	margin: 0;
	font: bold 14px Verdana;
	list-style-type: none;
	text-align: left; /* "left", "center", or "right" align menu */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.readbutton
{
	border-top: 1px solid #f70541;
	background: #f00c0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#941212), to(#f00c0c));
	background: -webkit-linear-gradient(top, #941212, #f00c0c);
	background: -moz-linear-gradient(top, #941212, #f00c0c);
	background: -ms-linear-gradient(top, #941212, #f00c0c);
	background: -o-linear-gradient(top, #941212, #f00c0c);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 10px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	float: right;
	height: 15px;
	width: 60px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: inline;
}
.readbutton:hover
{
	border-top-color: #ff052f;
	background: #ff052f;
	color: #ccc;
	text-align: center;
	float: right;
	height: 15px;
	width: 60px;
	display: inline;
}
.readbutton a
{
	color: #FFFFFF;
	text-decoration: none;
}
.readbutton a:hover
{
	color: #66CC33;
}

.readbutton:active
{
	border-top-color: #c70a14;
	background: #c70a14;
	text-align: center;
	float: right;
	height: 15px;
	width: 60px;
	display: inline;
}

.menu li
{
	display: inline;
	margin: 0;
}

.menu li a
{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: white;
	margin: 0;
	margin-right: 5px; /*right spacing between each link */
	width: 100px;
	height: 100px;
	border-radius: 400px; /*really large border radius to create round borders*/
	-moz-border-radius: 400px;
	-webkit-border-radius: 400px;
	background-image: url(../images/but_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu a span
{
	position: relative;
	top: 20%;
}

.menu li a:visited
{
	color: white;
}

.menu a:hover
{
	background: #171717;
	-moz-box-shadow: 0px 0px 22px #171717;
	-webkit-box-shadow: 0px 0px 22px #171717;
	box-shadow: 0px 0px 22px #171717;
	opacity: 0.7;
	color: #ffcc66;
}



#content
{
	width: 960px;
	position: relative;
	background-image: url(../images/bg_content.png);
	margin: auto;
	background-repeat: repeat;
	background-attachment: fixed;
}
.main
{
	width: 960px;
	float: left;
	margin-top: 100px;
	-webkit-box-shadow: 0 45px 60px -60px #AAA;
	-moz-box-shadow: 0 45px 60px -60px #AAA;
	box-shadow: 0 45px 60px -60px #AAA;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
	padding-bottom: 100px;
}
.main img
{
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	opacity: 0.93;
}
#section
{
	float: left;
	height: auto;
	width: 955px;
	margin-top: 2px;
}
#aside
{
	float: left;
	height: auto;
	width: 300px;
}

.intro
{
	background-image: url(../images/intro-bg.png);
	float: left;
	height: 390px;
	width: 920px;
	position: relative;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
.intro img
{
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
#section img
{
	float: left;
	border: 1em solid #F0F0F0;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	opacity: 0.93;
	padding-left: 5px;
}
#BandSection
{
	float: left;
	height: auto;
	width: 955px;
	margin-top: 2px;
}
.BandMember
{
	width: 90%;
	margin: 30px auto;
	padding: 25px;
	min-height: 200px;
	height: auto;
	vertical-align: text-top;
}
#BandSection img
{
	border: .5em solid #F0F0F0;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0px 0px 1px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	opacity: 0.93;
	text-align: left;
	vertical-align: top;
}


#BandSection h3
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
	font-weight: normal;
	font-size: 28px;
	font-style: italic;
	padding-left: 20px;
	vertical-align: top;
	background-color: lightgrey;
	border-radius: 10px;
}
#BandSection h4
{
	margin-top: 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #818181;
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	padding-left: 20px;
	vertical-align: top;
}

#BandSection h4:after
{
	content: "";
	top: 50%;
	width: 920px;
	margin-top: 4px;
	height: 2px;
	background: red;
	float: left;
}


#ApprenticeSection
{
	float: left;
	height: auto;
	width: 955px;
	margin-top: 2px;
}
#ApprenticeSection img
{
	border: .5em solid #F0F0F0;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0px 0px 1px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	opacity: 0.93;
	text-align: left;
	vertical-align: top;
}

#ApprenticeSection h3
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
	font-weight: normal;
	font-size: 140%;
	font-style: italic;
	padding-left: 20px;
	vertical-align: top;
	background-color: Black;
}
#ApprenticeSection h4
{
	margin-top: 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #818181;
	font-weight: normal;
	font-size: 120%;
	font-style: italic;
	padding-left: 20px;
	vertical-align: top;
}
#ApprenticeSection h4:after
{
	content: "";
	top: 50%;
	width: 920px;
	height: 2px;
	background: red;
	float: left;
	margin-top: 4px;
}
.column
{
	float: left;
	width: 50%;
}


.btn, input[type="submit"], button
{
	background: none repeat scroll 0 0%, -moz-linear-gradient(#CCCCCC, #B3B3B3) repeat scroll 0 0 transparent;
	border: 1px solid rgba(45, 45, 45, 0.5);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	color: #444444;
	display: inline-block;
	font-weight: 300;
	line-height: 20px;
	margin: 3px 0;
	padding: 9px 15px 7px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn:hover, input[type="submit"]:hover, button:hover
{
	background: none repeat scroll 0 0%, -moz-linear-gradient(#B3B3B3, #CCCCCC) repeat scroll 0 0 transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 1px rgba(32, 32, 32, 0.2) inset;
	color: #444444;
	text-decoration: none;
}
#section h3
{
	float: left;
	width: 600px;
	margin-top: 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #818181;
	font-weight: normal;
	font-size: 110%;
	font-style: italic;
	padding-left: 20px;
	vertical-align: top;
}
.post
{
	float: left;
	height: 70px;
	width: 800px;
	background-image: url(../images/post.png);
	background-repeat: no-repeat;
	background-position: left;
	visibility: inherit;
	z-index: auto;
	position: relative;
	background-attachment: scroll;
	right: 42px;
	text-shadow: 0 -1px 0 #FFFFFF;
	padding-top: 20px;
}
#section .post h4
{
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
	float: left;
	height: 60px;
	padding-top: 2px;
	padding-right: 2ex;
	padding-bottom: 2ex;
	padding-left: 60px;
	line-height: 5px;
}
.main img
{
	padding: 0px;
	-moz-border-radius: 7px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	opacity: 0.93;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.main address
{
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}
.main address a
{
	color: #969696;
	text-decoration: none;
	font-weight: bold;
}
.main address a:hover
{
	color: #FFD300;
}
.footer
{
	width: 100%;
	background-image: url(../images/footer.jpg);
	height: 60px;
	position: relative;
	clear: both;
	margin-top: 5px;
	top: 15px;
}
.clear
{
	clear: both;
	float: left;
	width: 100%;
	visibility: hidden;
	height: 1px;
}
.wrapper-container .main video
{
	float: left;
}
.footer_top
{
	width: 960px;
	position: relative;
	padding: 30px;
	margin: auto;
}
.abox
{
	width: 240px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 70px;
	text-shadow: 0 -1px 0 #FFFFFF;
	-webkit-box-shadow: 0 45px 60px -60px #AAA;
	-moz-box-shadow: 0 45px 60px -60px #AAA;
	box-shadow: 0 45px 60px -60px #AAA;
}

.desc
{
	float: right;
	height: 120px;
	width: 120px;
}
.nav_footer
{
	height: 50px;
	width: 960px;
	padding-top: 4px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 5em;
	text-align: center;
}
.footer_top .abox li
{
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #F0F0F0;
	height: 25px;
	width: 120px;
	background-color: #E9E9E9;
	-webkit-box-shadow: 0 45px 60px -60px #AAA;
	-moz-box-shadow: 0 45px 60px -60px #AAA;
	box-shadow: 0 45px 60px -60px #AAA;
	list-style-position: outset;
	list-style-image: url(../images/dialog_ok.png);
	text-indent: 5px;
	background-repeat: no-repeat;
	background-position: bottom;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
	border-left-width: 1px;
}
.footer .nav_footer ul
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FEFEFE;
	float: left;
	list-style-position: inset;
	list-style-image: url(../images/post_arr.png);
	height: 15px;
	text-align: left;
	display: inline;
}
.social
{
	display: inline;
	float: left;
	margin-top: -8px;
	margin-left: 20px;
}
.templateCredit
{
	font: bold 8px Verdana;
	float: left;
	height: 50px;
	width: 500px;
	margin-top: 30px;
	margin-left: 40%;
}
.post_img
{
	float: right;
	height: 24px;
	width: 24px;
	background-image: url(../images/24b.png);
}
.post_img p
{
	margin-top: 20px;
	font-style: italic;
	color: #868686;
	text-shadow: 0 -1px 0 #CCC;
}
.footer details
{
	width: 700px;
	height: 30px;
	color: #EAEAEA;
	margin-top: 20px;
	float: left;
}
.footer .nav_footer a
{
	color: #FEFEFE;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 -1px 1px 0 #161616;
}
.footer .nav_footer a:hover
{
	font-weight: bold;
	color: #FFD300;
}
.post_img a
{
	color: #D4D4D4;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 #FFFFFF;
}
.post_img a:hover
{
	color: #FFD300;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 #FFFFFF;
}
.social img a
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
address
{
	margin-bottom: 25px;
	margin-right: 140px;
}
.read_clik_intro
{
	float: left;
	width: 700px;
	padding-top: 7cm;
	margin-top: 2em;
}
.readmore
{
	float: left;
	height: 40px;
	width: 600px;
	background-color: #FDFDFD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow: 0px 0px 4px #000000;
	-webkit-box-shadow: 0px 0px 4px #000000;
	box-shadow: 0px 0px 4px #000000;
	opacity: 0.5;
	margin-left: 25px;
}
.wrapper-container #content .intro .read_clik_intro .readmore dfn
{
	font-size: 18px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #181818;
	padding-left: 20px;
}

table
{
	margin: 10px 20px 30px 20px;
}

table tr th, table tr td
{
	background: #3B3B3B;
	color: #FFF;
	padding: 7px 4px;
	text-align: left;
}

table tr td
{
	background: #FFF;
	color: #47433F;
	border-top: 1px solid #FFF;
}

.cube
{
	position: relative;
	top: 200px;
}
SoundRow
{
	font-size: 80%;
}
AltSoundRow
{
	font-size: 80%;
}
SongTitle
{
}
Artist
{
}

#SoundList
{
	background: red;
}

#SoundList th
{
	letter-spacing: 0.1em;
	font-family: serif;
	font-size: 100%;
	height: 20px;
	text-decoration: none;
	padding: 9px 22px 5px 16px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}

#SoundList a
{
	height: 14px;
}

#SoundList a:hover
{
	color: red;
}


.DownloadButton
{
	border-bottom: none;
}

.DownloadButton, a:hover
{
	border-bottom: none;
}

.DownloadButton img
{
	border-bottom: none;
}

#PressKit img
{
	border: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	-moz-border-radius: 0px;
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 0px #000000;
	opacity: 0.93;
	text-align: left;
	vertical-align: top;
}
.Artist {
    list-style:none;
    margin: 0px 0 0px 10px;
    padding:4px 4px 4px 4px; 
    text-indent:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.SongTitles {
    margin:0;
    padding:4px 4px 10px 4px; 
    list-style:none;
    text-indent:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
body {
	margin-top: 0px;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E4E4E4;
}