@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:500,600,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #333333;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px 9px 17px 9px;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
    text-align: left;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 24px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #FF99FF;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #FF99FF;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #FF99FF;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {

  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
/* Touch screen code fix */
html, body {
height: 100%; overflow: auto; margin: 0;
-webkit-overflow-scrolling: touch;
}

.wholepage {
max-width:1200px; 
text-align:center; 
margin: auto; 
background:#1F1F1F url(/images/scuff.jpg) repeat top left; 
border: 2px solid #dddddd;
}

.imagefoot {
position:relative;
bottom:0;
right:0;
}

.info3 {
	clear: none;
	display: block;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	/*float: left;*/
}

.info3 img{
	border:3px solid white;
	max-width: 600px;
	margin: 10px 0px 10px -3px;
}
.info2 {
	text-align: center;
	clear: none;
	display: block;
}
.info1 {
	text-align: left;
	display: block;
	padding: 5px;
	background-image: url(/images/star.jpg);
	background-color: #000000;
	border: 1px solid #990099;
	height: auto;
	width: 47%;
	color: #FFFFFF;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	float:left;
}


.inforight {
	text-align: left;
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #990099;
	height: 100%;
	width: 47%;
	color:#000000;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	float:right;
}
.inforight a:link {
	color:#990099;
}

.inforight a:visited {
	color:#990099;
}

.inforight a:hover{
	color: #FFFFFF;
	background-color: #000000;
}

.inforight a:active {
	color: #FFFFFF;
	background-color: #000000;
}

.info1 a:link {
	color:#990099;
}

.info1 a:visited {
	color:#990099;
}

.info1 a:hover{
	color: #FFFFFF;
	background-color: #000000;
}

.info1 a:active {
	color: #FFFFFF;
	background-color: #000000;
}

.bandinfo {
width: 95%; 
background-color:#333333; 
text-align: center; 
display: block; 
margin: 0 auto;
max-width: 600px; 
background-image:url(../images/pattern.png); 
border: 2px dashed #dddddd; 
padding: 10px;
overflow:hidden;
}

@media(max-width: 461px) {
.info1 {
width: 96%;
text-align: center;
float: none;
}

.inforight {
width: 96%;
text-align: center;
float: none;
margin-top: 10px;
}

.bandinfo {
width: 90%; 
}
}

.info {
color: #000000; 
background: #ffffff; 
vertical-align: top;
font-family: verdana, arial, sans-serif;
font-size: 12px;
padding: 5px;
text-align: center;
}

p {
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: #000000; 
font-weight: normal; 
margin: 10px 0px 0px 0px;
text-align: left; 
} 

.bandinfo2 {
width: 80%; 
background-color:#333333; 
text-align: left; 
display: block; 
padding: 2px; 
margin: 0 auto;
margin-top: 10px;
max-width: 600px; 
background-image:url(../images/pattern.png); 
border: 2px dashed #dddddd; 
padding: 5px;
}

p a {
color: #FF99FF; 
}

.amazon {
width:120px;
height:240px;
margin:0px;
border:0px;
overflow: hidden;
}

iframe {
border: 0px;
overflow: hidden;
}

star {
width:65px;
height:64px;
border:0px;
}

.divider {
background-color:#FFFFFF; 
background-image: url(/images/lines2.gif); 
width:auto; height:5px; 
display:block;
}

.phptable {
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #000000; 
font-weight: normal;
text-align:center;
margin: 0px auto;
max-width: 800px;
}

.phptable p, th{
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #000000; 
font-weight: normal;
background-color:#FFFFFF;
}

.phptable1 {
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #000000; 
font-weight: normal;
text-align:center;
margin: 0px auto;
}

.phptable1 p, th{
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #000000; 
font-weight: normal;
background-color:#FFFFFF;
}

table {
text-align:center;
background-color:#FFFFFF;
}

.phptable table {
text-align:center;
background-color:#FFFFFF;
}

.phptable tr {
text-align:center;
background-color:#FFFFFF;
border: 2px solid black;
}

.phptable td {
padding: 3px;
margin: 0 auto;
background-color:#FFFFFF;
text-align:left;
border: 1px solid black;
}

.phptable1 tr {
text-align:center;
background-color:#FFFFFF;
}

.phptable1 td {
padding: 3px;
margin: 0 auto;
background-color:#FFFFFF;
text-align:left;
background-color:#FFFFFF;
}

.phptable a {
color: #000000; 
background:#FFFFFF; 
text-decoration:none;  
}

.phptable a:visited {
text-decoration:none;  
color: #000000; 
background:#FFFFFF; 
}

.phptable a:hover {
color: #FFFFFF; 
background:#333333; 
text-decoration:none;  
}

.title {
font-family: verdana, arial, sans-serif;
font-size: 11pt;
color: #FFFFFF; 
margin: 2px;
}

.white {
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: #FFFFFF; 
font-weight: normal; 
}

.white a:link {
color: #dddddd; 
}

.white a:visited {
color: #dddddd; 
}

.white a:hover {
color: #FF99FF; 
}

.white a:active {
color: #00c6e3; 
}

.pagetitle {
background-image:url(/images/lines.gif); 
max-width: 400px;
text-align:right;
margin: 0 auto;
padding: 5px;
border: 1px dashed white;
margin-bottom:5px;
}

.pagetitle h3 {
text-transform: uppercase;
}

h2, h3, h4 {
font-family: verdana, arial, sans-serif;
text-align: center;
color: #FFFFFF; 
font-weight: bold;
display:block;
margin: 0;
padding: 0;
}

h2, h3 {
letter-spacing: 2px;}

h3 {
font-size: 17px;
}

h4 {
background-color:#000000;
line-height:1.5em;
border: 1px solid #FF99FF;
font-size: 13px;
font-family: arial, verdana, sans-serif;
}

.whitetitle {
font-family: verdana, arial, sans-serif;
font-size: 17px;
color: #FFFFFF; 
font-weight:bold;
}

.whitetitle p{
font-family: verdana, arial, sans-serif;
font-size: 17px;
color: #FFFFFF; 
font-weight:bold;
text-align:center;
}

.detailsartist {
padding: 3px;
text-align:center;
font-weight:bold;
text-transform: uppercase;
font-size:14px;
}

.detailstitle {
color: #000000; 
background: #CCCCFF; 
padding: 3px;
text-align:center;
text-transform: uppercase;
font-size:14px;
}

.details {
color: #000000; 
background: #FFFFFF; 
padding: 8px 3px 8px 3px;
/*text-transform: uppercase; */
}

.detailssongs {
color: #000000; 
background: #FFFFFF; 
text-transform:capitalize;
/*padding: 8px 3px 8px 3px;
text-transform: uppercase;*/
}

.link {
display:block;
text-align:center;
}

.link a, .link a:link, .link a:visited, .link a:active {
color: #000000; 
background: #ffffff; 
}

.link a:hover {
color: #FFFFFF; 
background:#990099; 
}

.phptable2 td, table{
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: normal;
text-align:left;
color: #000000; 
border: 1px solid black;
}

.phptable2 a:link, a:visited {
background:transparent; 
text-decoration:none;  
color: #000000; 
}

.phptable2 a:hover {
color: #FFFFFF; 
background:#333333; 
text-decoration:none;  
}

table.want {
background-color:#FFFFFF;
color:#000000;
padding:10px;
width:450px;
text-align:center;
margin:auto;
}

#indexpage {
max-width: 445px;
text-align:center;
background-image:url(/images/flashp1.gif);
margin: 15px auto 10px auto;
padding: 5px;
}

#indexpage2 {
max-width: 445px;
background-image:url(/images/flashp1.gif);
margin: 0 auto;
padding: 5px;
}

.mainheader {
max-width: 320px;
border:0px;
text-align:center;
background-image: url(/images/lines2.gif);
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding: 10px 10px 10px 10px;
}

.logo {
vertical-align:middle; text-align:center; max-width: 320px;;
}

.pics {
float: right;
margin: 5px 0px 5px 5px;
border: 2px solid white;
border-color: #FFFFFF;
text-align:right;
max-height: 100px;
}

.picsL {
float: left;
padding: 5px;
margin: 5px;
border: 0px;
}

.newblood p{
font-family: verdana, arial, sans-serif;
font-size: 12px;
text-align: left;
color: #FFFFFF; 
background: #000000; 
font-weight: normal;
padding: 5px;
max-width: 600px;
margin: 0 auto;
}

.newtable {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #FFFFFF; 
font-weight: normal;
text-align:center;
margin: 0px auto;
}

.newtable td{
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #FFFFFF; 
font-weight: normal;
background-color:#000000;
padding: 5px;
vertical-align:bottom;
max-width: 145px;
}

.fixed-ratio-resize { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9;/* IE8 */
	border: 1px solid white; 
}

.photos {
max-width: 100%;
height: auto;
width: auto\9;/* IE8 */
border: 1px solid white;
}

.widget li {
font-family: verdana, arial, sans-serif;
font-size: 9px;
color:#000000;
}

.widget a:link, a:visited, a:active {
color:#000000;
}

.widget a:hover {
color:#990099;
}

.widget ul {
font-family: verdana, arial, sans-serif;
font-size: 9px;
padding:1px 1px 8px 1px;
color:#000000;
}

.items a:visited {
color:#000000;
}

a:link, a:visited, a:active {
color:#000000;
}

.tab a:link, a:visited, a:active {
color:#FF99FF;
}

.tab a:hover {
color:#00c6e3;
}

.bandinfo3 {
display:block;
min-height: 150px;
display: block; color:#FFFFFF; background-color:#000000;
max-width: 550px;
margin: 0 auto;
}

.bandphotos {

}

aside.figures {
overflow: hidden; /* only needed if floating the child elements */
background-color:#333333; 
text-align: center; 
display: block; 
margin: 0 auto; 
background-image:url(../images/pattern.png); 
border: 2px dashed #dddddd; 
padding: 0px;
}

aside.figures figure {
    display: inline-block;
	margin: 5px; 
}

aside img {
width:350px;
height:auto;
}

figcaption {
font-family: verdana, arial, sans-serif;
font-size: 12px;
color:#FFFFFF;
font-weight: bold;
text-transform: uppercase;
}


.art {
width:150px;
height:auto;
}

.album1 {
float:left; 
margin:0px 25px 10px 0px;
word-wrap: break-word; 
overflow-wrap: break-word; 
width:150px;
text-align:left;
}

.album2 {
float:left; 
margin:0px 25px 10px 0px;
word-wrap: break-word; 
overflow-wrap: break-word; 
width:150px;
text-align:left;
}
.album3 {
float:left; 
margin:0px 25px 10px 0px;
word-wrap: break-word; 
overflow-wrap: break-word; 
width:150px;
text-align:left;
}
.album4 {
float:left; 
margin:0px 25px 10px 0px;
word-wrap: break-word; 
overflow-wrap: break-word; 
width:150px;
text-align:left;
}

.album5 {
float:left; 
margin:0px 25px 10px 0px;
word-wrap: break-word; 
overflow-wrap: break-word; 
width:150px;
text-align:left;
}

.album7 {
float:left; 
margin:0px 25px 10px 0px;
word-wrap: break-word; 
overflow-wrap: break-word; 
width:150px;
text-align:left;
clear:both;
}

.mcover {
width: 200px;
}
#mdetail {
width: 450px;
}
.mdetails {
width: 230px; 
}
.mdetails2 {
width: 230px; 
float: right; 
}
.formats
{
font-size: 14px; 
clear: both; 
padding: 0px 0px 0px 5px;
}

@media(max-width: 1200px) {
.wholepage {
max-width:800px; 
}
.album7 {
clear:none;
}

}

@media(max-width: 799px) {
aside img {
width:100%;
height:auto;
}
}
@media(max-width: 399px) {
.pagetitle {
width: 95%;
  }
  h2, h3 {
letter-spacing: 1px;}

h3 {
font-size: 13px;
}
}

@media(max-width: 401px) {
.art {
width:125px;
height:auto;
}
.album1 {
margin:0px 5px 10px 0px;
}
.album2 {
margin:0px 0px 10px 0px;
clear:none;
}
.album3 {
margin:0px 5px 10px 0px;
}
.album4 {
margin:0px 0px 10px 0px;
clear:both;
}
.album5 {
margin:0px 5px 10px 0px;
clear:both;
}
.album7 {
margin:0px 5px 10px 0px;
}

}

@media(max-width: 401px) {
.album4 {
clear:both;
}
}
@media(max-width: 1200px) {
.album5 {
clear:both;
}
}
@media(max-width: 742px) {
.album4 {
clear:both;
}
}
@media(max-width: 766px) {
.album5 {
clear:none;
}
.album4 {
clear:both;
}
.album7 {
clear:both;
}
@media(max-width: 584px) {
.album3 {
clear:both;
}
.album4 {
clear:none;
}
.album5 {
clear:both;
}
.album7 {
clear:both;
}
}
@media(max-width: 415px) {
.mcover {
width: 125px;
}
#mdetail {
width: 325px;
}
.mdetails {
width: 175px; 
}
.mdetails2 {
float: left; 
padding: 0px 0px 0px 5px; 
}
.formats
{
font-size: 14px; 
}
}
@media(max-width: 325px) {
.mcover {
width: 100px;
}
#mdetail {
width: 290px;
}
.mdetails {
width: 170px; 
}
.mdetails2 {
float: left;  
padding: 0px 0px 0px 5px;
}
}
/* .header2 {
color:  #ffffff;
background: #000000; 
font-family: arial, verdana, sans-serif;
font-size: 14px;
text-align: center;
border: 1px solid #FF00FF; 
margin: 2px 0px 2px 0px;
}*/

/*.album1 {
margin:0px 10px 10px 0px;
}
.album2 {
margin:0px 10px 10px 0px;
clear:none;
}
.album3 {
margin:0px 10px 10px 0px;
}
.album4 {
margin:0px 0px 10px 0px;
}*/