﻿
/* Modified section of normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
/* End extract from normalize.css */

/* Links to installed fonts located in the font folder */

@font-face {font-family: handwritten; src: url(http://www.befaceless.com/fonts/handwritten.ttf);}
@font-face {font-family: walkway_ultrabold; src: url(http://www.befaceless.com/fonts/walkway_ultrabold.ttf);}



/* This makes sure that the padding and border are included in the total width and height of the elements */
* {
    box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 10px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

html, body {
     height: 100%;
     width: 100%;
     padding: 0;
     margin: 0;
}


/* A hashtag only allows an item to be declared one time and refers to div id = */
/* A period allows an item to be declared multiple times and refers to div class = */


/* New css items */

#FullScreenBackgroundImage {  /* A hashtag only allows an item to be declared one time and refers to div id = */
     min-height: 100%;
     min-width: 1024px; 
     width: 100%; 
     height: auto;
     position: fixed;
     top: 0;
     left: 0;
     background-color: #666666;
     height: auto;
     position: fixed;
     top: 0;
     left: 0;
     background-color: #666666;
     
}

.content_description {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   background-color: #ffffff;
   
}
.page_header {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	font-family: walkway_ultrabold;
	font-size: 26px;
	color: #000000;
	background-color: #ffffff;	
	
}
.page_subtitle {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: handwritten;
    font-size: 26px;
    color: #666666;
}
.page_content {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana ,sans-serif;
    font-size: 15px;
    line-height: 1.5;    
    color: #000000;
    padding: 0px 40px;
    max-width: 1000px;
}   
/* First padding designation is for top and bottom padding the second designation is for side to side padding */

.centering_div {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.members_area {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: walkway_ultrabold;
	font-size: 26px;
	color: #000000;
	background-color: #ffffff;
	display: inline-block;	
}

.band_memeber {
    width: 24.999999%;
	float: left;
}

.band_name {
    font-family: handwritten;
    font-size: 18px;
    color: #000000;
}

.member_text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana ,sans-serif;
    font-size: 15px;
    line-height: 1.5;    
    color: #000000;
}

.social_media {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color:#262626;
    color:#f2f2f2;
    padding: 30px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
   
}

.copyright_area {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color:#262626;
    color:#f2f2f2;
    padding: 30px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;  
}
/* shadow properties are horizontal shadow in px, vertical shadow in px, blur in px and color.  a second and third set of shadow properties
can be added after the semi colon */

.image_styling {
	width: 100%;
	height: auto;
	box-shadow: 10px 10px 5px #333333;
	border-width: 4px;
	border-style: solid;
	border-color: #bfbfbf;
}
.tracks{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100%;
	max-width: 300px;
	padding-left: 50px;
	
	
}
a:link {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	
}
a:hover {
	color: #006699;
	font-weight: normal;
	text-decoration: none;
	
}

/* hover must be last link property listed to work after first click */

a.tracklist:link {
   font-family: Verdana ,sans-serif;
   font-size: 12px;
   color:#000000;
   text-decoration: none;
   
}
a.tracklist:visited {
   font-family: Verdana ,sans-serif;
   font-size: 12px;
   color:#000000;
   text-decoration: none;
}

a.tracklist:hover {
   font-family: Verdana ,sans-serif;
   font-size: 12px;
   color:#006699;
   text-decoration: none;
}

/* End of new css items */

}

.SocialList {
    list-style-type: none;
	display: inline-block;
	width: 9.4%;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-align: center;
	text-decoration: none;
	line-height: 10px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #000000;
	border-bottom-style: solid;
}

.Contact {
   width: 100%;
   height: auto;
   display: block;
   font-family: handwritten;
   font-size: 22px;
   padding-top: 10px;
   padding-bottom: 0px;
   padding-right: 0px;
   padding-left: 0px;
   margin: 0px;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0px;

}
.Contact:hover {
   width: 100%;
   height: auto;
   display: block;
   font-family: handwritten;
   font-size: 22px;
   padding-top: 10px;
   padding-bottom: 0px;
   padding-right: 0px;
   padding-left: 0px;
   margin: 0px;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0px;

}

#BandPhoto {
     display: block;
     position: relative;
     width: 100%;
     max-width: 100%;
     height: auto;
     overflow: hidden;
     margin: 0px;
     margin-top: 0px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 0px;
     background-color: #666666;
     border-left: 0px;
	 border-left-style: solid;
	 border-right: 0px;
	 border-right-style: solid;
	 border-top: 0px;
	 border-top-style: solid;
	 border-bottom: 3px;
	 border-color: #006699;
	 border-bottom-style: solid;
	 list-style-type: none;
 }

#FixedBottomDiv {
     position: fixed;
     bottom: 0;
     left: 0;
     z-index: 9999;
     width: 100%;
     height: 70px;
     margin: 0px;
	 margin-top: 0px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 0px;
     background-color: #2E2F31;
     background-image: none;
	 background-repeat: repeat;
	 line-height: 30px;
	 border-left: 0px;
	 border-left-style: solid;
	 border-right: 0px;
	 border-right-style: solid;
	 border-top: 3px;
	 border-top-style: solid;
	 border-bottom: 0px;
	 border-color: #006699;
	 border-bottom-style: solid;
	 list-style-type: none;
     display: inline-block;
     float: none;
     padding-top: 15px;
     padding-bottom: 0px;
     padding-right: 0px;
     padding-left: 10px;
     text-align: center;
	 text-decoration: none;
}

#ColumnContainerDiv {
     position: relative;
     width: 100%;
     height: auto;
     margin: 0px;
	 margin-top: 0px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 0px;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 padding-left: 0px;
	 padding-right: 0px;
	 color: #333;
}
.ColumnDiv {
    overflow: hidden;
    margin: 0px;
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
    width: 90%;
    height: auto;
    float: none;
    padding: 0px;
    white-space: normal;	
	background-image: none;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #CCCCCC;
	border-bottom-style: solid;
}
.LeftColumn {
    overflow: auto;
    margin: 0px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    width: 70%;
    height: auto;
    float: left;
    padding: 0px;
    background-image: none;
	background-repeat: repeat;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #FFFFFF;
	border-bottom-style: solid;
}
.BandLeftColumn {
    overflow: auto;
    margin: 0px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    width: 60%;
    height: auto;
    float: left;
    padding: 0px;
    background-image: none;
	background-repeat: repeat;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #FFFFFF;
	border-bottom-style: solid;
}

.MusicLeftColumn {
    overflow: auto;
    margin: 0px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    width: 60%;
    height: auto;
    float: left;
    padding: 0px;
    background-image: none;
	background-repeat: repeat;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #FFFFFF;
	border-bottom-style: solid;
}

.LeftColumnSpacer {
    height: 25px;
    width: 100%;
    background-image: none;
	background-repeat: repeat;
}
#NewsDiv {
   height: auto;
   width: 100%;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 0px;
   background: none;
   border-left: 0px;
   border-left-style: solid;
   border-right: 0px;
   border-right-style: solid;
   border-top: 0px;
   border-top-style: solid;
   border-bottom: 0px;
   border-color: #666666;
   border-bottom-style: solid;
}
#NewsBanner {
   width: 90%;
   height: auto;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 5px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   background-image: url('../images3/Spacer.png');
   background-repeat: no-repeat;
   background-color: transparent;
   color: #000000;
   font-family: walkway_ultrabold;
   font-size: 26px;
   text-align: left;
   line-height: 35px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 1px #000000;
   border-right: dotted 0px #000000;
   border-left: dotted 0px #000000;

}
#NewsTitle {
   width: 90%;
   height: auto;
   background: none;
   padding: 0px;
   overflow: visible;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   color: #666666;
   line-height: 35px;
   font-weight: lighter;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 0px #000000;
   border-right: dotted 0px #000000;
   border-left: dotted 0px #000000;
}
#NewsStory {
   width: 90%;
   height: auto;
   background: none;
   padding: 0px;
   overflow: visible;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   color: #000000;
   line-height: 16px;
   font-weight: normal;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 0px #000000;
   border-right: dotted 0px #000000;
  border-left: dotted 0px #000000;
}
#NewsDateAuthor {
   width: 90%;
   height: auto;
   background: none;
   padding: 0px;
   overflow: visible;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   color: #666666;
   line-height: 35px;
   font-weight: normal;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 1px #000000;
   border-right: dotted 0px #000000;
   border-left: dotted 0px #000000;
}
#NewsFill {
   width: 90%;
   height: auto;
   background: none;
   padding: 0;
   overflow: visible;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   color: #999999;
   line-height: 16px;
   font-weight: normal;
   margin-left:0px;
   margin-right: 0px;
}
.Newslink:hover {
   color:#006699;
   text-decoration: none;
}
#TourDiv {
   height: auto;
   width: 100%;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 0px;
   border-left: 0px;
   border-left-style: solid;
   border-right: 0px;
   border-right-style: solid;
   border-top: 0px;
   border-top-style: solid;
   border-bottom: 0px;
   border-color: #666666;
   border-bottom-style: solid;

}
#TourBanner {
   width: 90%;
   height: 40px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-top: 5px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   background-image: url('../images3/Spacer.png');
   background-color: transparent;
   background-repeat: no-repeat;
   color: #000000;
   font-family: walkway_ultrabold;
   font-size: 26px;
   text-align: left;
   line-height: 35px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 1px #000000;
   border-right: dotted 0px #000000;
   border-left: dotted 0px #000000;

}
#TourDate {
   width: 90%;
   background: none;
   padding: 0px;
   overflow: hidden;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: lighter;
   color: #666666;
   line-height: 40px;
   font-weight: normal;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 0px #000000;
   border-right: dotted 0px #000000;
   border-left: dotted 0px #000000;
}
#TourVenue {
   width: 90%;
   background: none;
   padding: 0px;
   overflow: hidden;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   color: #000000;
   line-height: 14px;
   font-weight: normal;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 0px #000000;
   border-right: dotted 0px #000000;
   border-left: dotted 0px #000000;
}
#TourAddress {
   width: 90%;
   background: none;
   padding: 0px;
   overflow: hidden;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   color: #000000;
   line-height: 16px;
   font-weight: normal;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 0px #000000;
   border-right: dotted 0px #000000;
   border-left: dotted 0px #000000;
}
#TourFourthLine {
   width: 90%;
   background: none;
   padding: 0px;
   overflow: hidden;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   color: #666666;
   line-height: 35px;
   font-weight: normal;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-top: dotted 0px #000000;
   border-bottom: dotted 1px #000000;
   border-right: dotted 0px #000000;
   border-left: dotted 0px #000000;
}
#TourFill {
   width: 90%;
   height: 10px;
   background: none;
   padding: 0;
   overflow: hidden;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: italic;
   color: #999999;
   line-height: 16px;
   font-weight: normal;
   margin-left: 0px;
   margin-right: 0px;
}
.TourLink:link {
   color:#999999;
   text-decoration: underline;
}
.TourLink:hover {
   color:#006699;
   text-decoration: underline;
}
.ContentRight {
    overflow: auto; 
    margin: 0px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    width: 30%;
    height: auto;
    float: left;
    padding: 0px;
    background-image: none;
	background-repeat: repeat;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #FFFFFF;
	border-bottom-style: solid;
}
.BandContentRight {
    overflow: auto;
    margin: 0px;
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
    width: 40%;
    height: auto;
    float: left;
    padding: 0px;
    background-image: none;
	background-repeat: repeat;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #FFFFFF;
	border-bottom-style: solid;
}
.MusicContentRight {
    overflow: auto;
    margin: 0px;
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
    width: 40%;
    height: auto;
    float: left;
    padding: 0px;
    background-image: none;
	background-repeat: repeat;
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #FFFFFF;
	border-bottom-style: solid;
}

.RightColumnSpacer {
    height: 25px;
    width: 100%;
    background-image: none;
	background-repeat: repeat;
}

.MemberPhoto {
     display: inline;
     position: relative;
     width: 150px;
     height: 150px;
     z-index: 9997;
     overflow: hidden;
     margin: 0px;
     margin-top: 0px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 0px;
     background-color: #666666;
     border: 3px;
     border-color: #333333;
     border-style: solid;
}
.CopyrightContent {
    margin: 0px;
    margin-top: 0px;
	margin-left: Auto;
	margin-right: Auto;
	margin-bottom: 0px;
    width: 100%;
    height: 30px;
    float: none;
    padding: 0px;
    white-space: normal;
    background-color: transparent;	
	background-image: none;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #CCCCCC;
	border-bottom-style: solid;
}
.CopyrightContentContainer {
    margin: 0px;
    margin-top: 0px;
	margin-left: Auto;
	margin-right: Auto;
	margin-bottom: 0px;
    width: 100%;
    height: 30px;
    float: none;
    padding: 0px;
    white-space: normal;
    background-color: transparent;	
	background-image: none;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 0px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #666666;
	border-bottom-style: solid;
}

.BandTextDiv {
    margin: 0px;
    margin-top: 0px;
	margin-left: Auto;
	margin-right: Auto;
	margin-bottom: 0px;
    width: 100%;
    max-width: 2000px;
    height: 30px;
    float: none;
    padding: 0px;
    white-space: normal;
    background-color: #000000;	
	background-image: none;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	border: 0px;
	border-left: 0px;
	border-left-style: solid;
	border-right: 0px;
	border-right-style: solid;
	border-top: 1px;
	border-top-style: solid;
	border-bottom: 0px;
	border-color: #666666;
	border-bottom-style: solid;
}


