@charset "utf-8";
/* 48K CSS Document */

body {
    background-color: #cacae2;
	/* background-image: url(..//image/indexbackground.png); */
	background-repeat: repeat-x;
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* Simple fluid media */
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
*/

.fluid {
	clear: both;
	margin-left: 0;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

@media only screen and (min-width : 350px ){
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
#pagetext {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
#reviews {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
#pastgigs {
}
.zeroMargin_mobile {
    margin-left: 0px;
}
.hide_mobile {
    display: none;
}
#thepictures{
	width: 250px;
}
	
#thevideo{
	width: 250px;
}	
	
	.mySlidesvid {
		min-width: 200px;
		max-width: 350px;
	}
	
.slideshow-container {
  min-width: 200px;
  max-width: 350px;  
}
.zeroMargin_mobile {
    margin-left: 0px;
}
.hide_mobile {
    display: none;
}
}

/* Tablet Layout: 481px to 600px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#pagetext {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#reviews {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#pastgigs {
}
.zeroMargin_tablet {
    margin-left: 0px;
}
.hide_tablet {
    display: none;
}
	
#thevideo{
	width: 350px;
}	
	
	.mySlidesvid {
		min-width: 200px;
		max-width: 350px;
	}
		
	
#thepictures {
	width: 400px;
}
.slideshow-container {
  min-width: 350px;
  max-width: 400px; 
}
.zeroMargin_tablet {
    margin-left: 0px;
}
.hide_tablet {
    display: none;
}
}
/* Desktop Layout: 600px to a max of 769px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 600px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#pagetext {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#reviews {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#pastgigs {
}
.zeroMargin_tablet {
    margin-left: 0px;
}
.hide_tablet {
    display: none;
}
	
#thevideo{
	width: 400px;
}	
	
	.mySlidesvid {
		min-width: 350px;
		max-width: 450px;
	}
		
	
#thepictures {
	width: 500px;
}
.slideshow-container {
  min-width: 500px;
  max-width: 700px;
	max-height: 500px;
}
.zeroMargin_tablet {
    margin-left: 0px;
}
.hide_tablet {
    display: none;
}	
	
}

/* Desktop Layout: 769px to what gets streched to.  Desktop. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
#pagetext {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
#reviews {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
#pastgigs {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
	
#thevideo{
	width: 600px;
}	
	
	.mySlidesvid {
		min-width: 500px;
		max-width: 600px;
	}	
	
#thepictures {
	width: 500px;
	
}
.slideshow-container {
	position: center;
  min-width: 500px;
  max-width: 600px;
	max-height: 600px;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}

/* end of fluid size */

.sidenav {
    height: 35px;
    width: 100%;
    position:absolute;
    z-index: 1;
    top: 10px;
    left: 0;
	right: 100%;
    background-color: #cacae2;
    overflow-x: hidden;
	overflow: hidden;
    transition: 0.5s;
    padding-top: 0px;		
}

.sidenav a {
    padding-left: 30px;
    text-decoration: none;
    font-size: 26px;
	overflow: hidden;
	font-weight: bold;
    color: #6d6a87;
    display:inline;
    transition: 0.3s
}


.sidenav a:hover, .offcanvas a:focus{
    color: #bfbedd;
}

.closebtn {
    position: absolute;
    right: 20px;
	bottom: 0;
    font-size: 15px !important;
}

.hidemenu {
	height: 35px;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 0%;
	right: 100%;
	background-color: none;
	overflow-x: hidden;
	overflow: hidden;
	transition: 0.5s;
	padding-top: 0px;
}

.hidemenu a {
    padding-right: 30px;
	text-align: right;
    text-decoration: none;
    font-size: 26px;
	overflow: hidden;
	font-weight: bold;
    color: #6d6a87;
    display:inline;
    transition: 0.3s
}


.hidemenu a:hover, .offcanvas a:focus{
    color: #bfbedd;
}

#righttextmenu {
    position: absolute;
    right: 0;
}

#logoclose {
	size:inherit;
	width: 30px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0px;}
  .sidenav a {font-size: 26px;}
    .hidemenu {padding-top: 0px;}
  .hidemenu a {font-size: 26px;}
}

#maintopdesignbar {
	border-style: none;
	position: absolute;
	clear:both;
	top: 45px;
	left: 0;
	height: 105px;
	width: 100%;
	background:  #353535;
	z-index:0;	
}

#sidelogo {
	position: fixed;
	top: 170px;
	left: 1200px;
	zindex: 0;
}

#purple48klogo {
	position:absolute;
	width: 85px;
	top: 55px;
	left: 7px;
}

#mainlogo {
	position:inherit;
}

#white48klogo {
	position:absolute;
	width: 85px;
	top: 55px;
	left: 7px;
}
#mainlogo2 {
	position:inherit;
}

#pagewelcome {
	position: absolute;
	top: 220px;
	padding-left: 60px;
	padding-right: 35px;
}

#pagetitle {
	position:absolute;
	top: 55px;
	left: 90px;
	font-weight:bold;
	font-size: 22px;
}

#pageinfo{
	position:absolute;
	top: 82px; 
	left: 100px;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

#pagetext {
	position:absolute;
	top: 210px;
	padding-right: 50px;
}

#pageAUBL {
	position: absolute;
	top: 210px;
	left: 60px;
	padding-right: 40px;
}

#pagegigs {
	position: absolute;
	top: 210px;
	padding-left: 60px;
	padding-right: 35px;
}

#pagegigs01to03 {
	position: absolute;
	top: 210px;
	left: 60px;
	padding-right: 40px;	
}

#pagelinks {
	position: absolute;
	top: 210px;
	padding-left: 60px;
	padding-right: 35px;
}

#pageaboutus{
	position: absolute;
	top: 210px;
	left: 60px;
	padding-right: 40px;
}

#pictureback {
	position:absolute;
	top: 120px;
	right:20px;
	font-weight:bold;
}

#facebook {
	position:absolute;
	top: 170px;
	left: 100px;
}


#pagenews {
	position: absolute;
	top: 210px;
	padding-left: 60px;
	padding-right: 35px;
}

#pagemediamaininfo {
	position: absolute;
	top: 230px;
	width: 100%;
	padding-left: 60px;
	padding-right: 35px;
	text-align: center;
}

#pagevideoindexchoice {
	position: absolute;
	top: 230px;
	width: 100%;
	padding-left: 60px;
	padding-right: 35px;
	text-align: center;
}

#pagepicturesmainmenu {
	position: absolute;
	top: 230px;
	width: 100%;
	padding-left: 60px;
	padding-right: 35px;
	text-align: center;
}

#whatpictures {
	position:absolute;
	top: 210px;
	left: 100px;
	font-weight: bold;
}

#whatvideo {
	position:absolute;
	top: 220px;
	left: 100px;
	font-weight: bold;
}

#gigs {
	position:absolute;
	top: 170px;
	left: 200px;
	height: 800px;
	width: 75%;
}

#pastgigs {
	position:absolute;
	top: 295px;
}
	
#reviews {
	position: absolute;
	top: 310px;
	}

#aublreview {
	position:absolute;
	top: 180px;
	left: 200px;
	height: 950px;
	width: 75%;
	}

#picturetopselectorcolourbar {
	border-style: none;
	position:absolute;
	margin-top: -40px;
	height: 31px;
	clear:both;
	top: 220px;
	left: 45px;
	width: 300px;
	background: linear-gradient(to right, #353535, #cacae280);
	z-index:1;
}

#pictureside1selectorcolourbar {
	border-style: none;
	position:absolute;
	margin-top: -40px;
	width: 45px;
	clear:both;
	top: 220px;
	left: 0;
	height: 500px;
	background: linear-gradient(to bottom, #353535, #353535, #cacae2);
	z-index:0;
}

#pictureside2selectorcolourbar {
	border-style: none;
	position:absolute;
	margin-top: -40px;
	width: 65px;
	clear:both;
	top: 220px;
	left: 0;
	height: 500px;
	background: linear-gradient(to bottom, #353535, #353535, #cacae2);
	z-index:0;
}

.logoclosewritting {
}

#facebookvideos {
	position: absolute;
	top: 290px;
	left: 100px;
}

/* picture page */
/* styling for the wrappers  */

* {box-sizing:border-box}

#thepictures {
	position:absolute;
	text-align:center;
	top: 43px;
	padding-left: 60px;
    /* dimensions */
	min-width: 290px;
	min-height: 400px;
	padding-top: 10px;
    /* some "skinning" 
    background-color:#cacae2;*/
    -moz-ouline-radius:4px;
}



#mediaabouvethem{
	position: absolute;
	top: 186px;
	left: 20px;
	text-aline: left;
	color: #CACAE2;
	z-index: 10;
}

#toppartinfo{
	position: absolute;
	top: 155px;
	left: 20px;
	text-align: left;
	max-width: 350px;
}

/* selectors */

#mediaselectorsingleleft{
	position:absolute;
	top: 210px;
	left: 10px;
	text-align: center;
	max-width: 50px;
	z-index: 10;
}

#mediaselectordoubleleft{
	position: absolute;
	top: 210px;
	left: 5px;
	text-align: center;
	max-width: 100px;
	z-index: 10;
}

#pictureselector5{
	position: absolute;
	top: 130px;
	text-align: center;
	max-width: 50px;
	z-index: 10;
}

/* pictures dropdown menu  */

#whatmediaselector{
	position: absolute;
	top: 128px; 
	right: 0px;
	width: 300px;
	text-align: right;
}

#infoabouvemenu{
	position: absolute;
	top: -20px;
	right: 27px;
	width: 50px;
	text-aline: right;
	color: #CACAE2;
	z-index: 10;
}

#mediadropdown{
	position:absolute;
	right: 0px;
	text-align: right;
	max-width: 50px;
	zindex:1;
}

/* Dropdown Button */
.dropbtn {
  position: absolute;
  right:10px;
  background-color: #353535;
  color: #6d6a87;
  /* padding: 10px; */
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: overline;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  /* background-color: ; */
	color: #FFFFFF;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: absolute;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  right:0;
  display: none;
  position: absolute;
  background-color: #6d6a87;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  right:0;
  color: #353535;
  padding: 5px 10px;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* music page */
/* styling for the wrappers  */

#themusic {
	position:absolute;
	top: 165px;
	left: 45px;
    /* dimensions */
	width:300px;
	height:200px;
    /* some "skinning" */
    -moz-ouline-radius:4px;
}
* {box-sizing:border-box}

#songselectiontohearlist {
	position: absolute;
	color: #353535;
	top: 285px;
	left: 70px;
}

#musicselector{
	position:absolute;
	top:305px;
	width:300px;
	max-height:500px;
	overflow-hight:scroll;
}

#itunesamazonebuy{
	position:absolute;
	top: 600px;
	left: 70px;
	width: 300px;
}

/* video page */
/* styling for the wrappers  */

#thevideo {
	position: absolute;
	top: 43px;
	padding-left: 60px;
	padding-right: 35px;
    /* dimensions */
	min-width: 200px;
	min-height: 400px;
	padding-top: 10px;
    -moz-ouline-radius:4px;
}
* {box-sizing:border-box}

#videoselector{
	position:absolute;
	top:0;
	left:0;
	max-width:430px;
	max-height:500px;
	overflow-hight:scroll;
}

#videoselector2{
	position:absolute;
	top:750px;
	left: 20px;
	max-width:430px;
	max-height:20px;
	overflow-hight:scroll;
}

#videoselectorsingleleft{
	position:absolute;
	top: 210px;
	left: 10px;
	text-align: center;
	max-width: 50px;
	z-index: 10;
}

/* Slide containers */

.slideshow-container {
  min-width: 200px;
  /* min-height: 500px; */
  top: 0px;
  position: absolute;
  margin: auto;
  
}

.slidemusic-container {
  max-width: 300px;
  max-height: 100px;
  position: relative;
  margin: auto;
  
}

.mySlides {
    display: none;
	min-width: 300px;
	min-height: 400px;
	position: center;
	padding-top: 17px;
}

.mySlidesvid {
    display: none;
	min-width: 200px;
	min-height: 400px;
	position: center;
	padding-top: 17px;
}

#rebirth {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#wouldalcohollie {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#dirtygirl {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#hunny {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#reckless {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#streetcarnameddesire {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#glamourgirl {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#stronglyrecommended {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#tincanman {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#theresheblows {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

#flyaway {
position: absolute;
top: 30px;
left: 10px;
height: 80px;
width: 100%;
}

/* Next & previous buttons */

  .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 370px;
  width: 40px;
  margin-top: 30px;
  margin-left: 0px;
  padding: 0px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
} 

 .prev2{
  left: 0;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 215px;
  height: 360px;
  margin-top: 30px;
  padding: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  opacity: 0;
}

/* Position the "next button" to the right */

 .next {
  right: 0;
  border-radius: 3px 0 0 3px;
} 

.next2 {
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 215px;
  height: 360px;
  margin-top: 30px;
  padding: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  opacity: 0;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
	
  background-color: #353535;
}
.prev2:hover, .next2:hover {
	opacity: 0%;
}

/* Caption text */
.picturetext {
  color: #353535;
  font-weight: bold;
 /* text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;*/
  font-size: 15px;
  padding: 4px 12px;
  position: absolute;
  top: -15px;
  width: 100%;
  text-align: center;
}

.videotext {
  color: #353535;
  font-weight: bold;
 /* text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;*/
  font-size: 15px;
  padding: 4px 12px;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
}

/* .informationmediatext {
  color: #6d6a87;
  font-weight: bold;
 /* text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;*/
 /* font-size: 15px;
  padding-left: 65px;
  padding-right: 20px;
  position: absolute;
  top: 230px;
  width: 100%;
  text-align: center
} 

#isitpicturesorvideos{
	  color: #6d6a87;
  font-weight: bold;
 /* text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;*/
 /* font-size: 15px;
  padding-left: 65px;
  padding-right: 20px;
  position: absolute;
  top: 260px;
  width: 100%;
  text-align: center
}

#oldornewmenu {
	color: #6d6a87;
  font-weight: bold;
 /* text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;*/
  /* font-size: 15px;
  padding-left: 65px;
  padding-right: 20px;
  position: absolute;
  top: 260px;
  width: 100%;
  text-align: center
} */

.music30text {
	position: absolute;
	font-size: 15px;
	top: 22px;
	left: 90px;
	text-aline: center;
	color: #f2f2f2;
	z-index: 10;
}

.text2 {
  color: #353535;
  font-weight: bold;
 /* text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;*/
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: -10px;
  width: 150px;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#bandpicturesabouvethemselector{
	position: absolute;
	top: 180px;
	left: 10px;
	text-align: left;
	color: #CACAE2;
	z-index: 10;
}

#picturebanoselector {
	position: absolute;
	color: #CACAE2;
	left: 10px;
}

#pictureveydenselector {
	position: absolute;
	color: #CACAE2;
	left: 85px;
}

#picturegoatselector {
	position: absolute;
	color: #CACAE2;
	left: 175px;
}

/* The dots/bullets/indicators */
.dot {
  padding-right: 1px;
  cursor:pointer;
  height: 20px;
  width: 20px;
  margin: 5px 2px;
  background-color: #bbb;
  border-radius: 100%;
  display: inline-block;
  transition: background-color 0.6s ease;
  box-sizing:border-box;
  flex: 0;
}

 .active, .dot:hover {
  background-color: #717171;
}

input {
	-webkit-appearance: none;
	-mos-appearance: none;
	appearance: none;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 

/* footer */

#footercolour {
	border-style: none;
	position:fixed;
	height: 20px;
	clear:both;
	bottom: 0;
	right: 0;
	width: 250px;
	background: linear-gradient(to left, #353535,#353535, #35353500);
	z-index: 1;
}

#footersinglelinecover{
	border-style: none;
	position:fixed;
	height: 5px;
	clear:both;
	bottom: 40px;
	right: 0;
	width: 250px;
	background: linear-gradient(to left, #353535,#353535, #35353500);
	z-index:1;
}

#othersidescolourbar {
	position: fixed;
	margin-top: 150px;
	width: 10px;
	right: 0;
	bottom: 0;
	height: 100%;
	background: #353535;
	z-index: 0;
}

#toprighthidecolor {
	position: absolute;
	top: 0;
	right: 0;
	background: #CACAE2;
	height: 45px;
	width: 15px;
	z-index: 10;
}

#copywritebottom {
	position: absolute;
	bottom: 10px;
	left: 65px;
	font-weight: bold;
	z-index: 1;
}

.copywritebottom {
}

#footerlinks {
	position:absolute;
	bottom: 20px;
	font-weight: bold;
	color: #6d6a87;
	right: 28px;
	z-index:1;
}

#footercoverbackground {
	position: absolute;
	height: 20px;
	bottom: 20px;
	right: 0;
	width: 250px;
	background: #cacae2;
	z-index: 0;
}
