html{
	width:100%;
	margin:0px;
	padding:0px;
}

body{
	width:95%;
	font-family: tahoma, ariel, sans-serif;
	color: #000;
	margin:0px auto;
	padding:0px;
	background: #FFF;
	font-size: 12px;
}

#contentwrapper{
	border: 0px green dotted;
	height:100%;
	position:relative;
	background: url(../images/StefBass2020.jpg) no-repeat fixed;
	background-size: 1000px;
}
	
#rightfloat{
	padding: 5px;
	border: 0px red dotted;
	width:70%;
	float:right;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
	/*background: -moz-linear-gradient(left, #FFF 0%, #FFF 50%, #FFF 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFF), color-stop(50%,#FFF), color-stop(100%,#FFF)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left, #FFF 0%, #FFF 50%, #FFF 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left, #FFF 0%, #FFF 50%, #FFF 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left, #FFF 0%, #FFF 50%, #FFF 100%); /* IE10+ */
	/*background: linear-gradient(left, #FFF 0%, #FFF 50%, #FFF 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=1 ); /* IE6-9 */
}

#rightfloat50{
	padding: 5px;
	border: 0px red dotted;
	width:50%;
	float:right;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}

h1{
	text-align:center;
	font-size:90px;
	margin:0px;
	text-shadow:1px 3px 3px #000;
	color:#060;
}

h2{
	text-align:center;
	font-size:25px;
	clear:both;
	text-shadow:1px 1px 1px #000;
	padding:0px 0px 1px 0px;
	color:#060;
}

h3{
	text-align:left;
	font-size:14px;
	clear:both;
	padding:0px 0px 0px 0px;
	color:#040;
}

.subtitle{
	text-align:center;
	font-size:12px;
	font-style:bold;
	margin:-12px 0px 0px 0px;
	color:#040;
}

.clear{clear:both;}
.center{text-align:center;}

p{text-align:justify;}

a{
	font-weight:bold;
	text-decoration:none;
	color:#060;
}

a:hover{
	text-decoration:none;
	color:#0C0;
}

.inst-list{
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
}

.inst-list li{
	display:inline-block;
	width:10%;
	height:25px;
	overflow:hidden;
	text-align:center;
}

#abouttext{
	text-align:center;
	width:100%;
}

#abouttext img{
	border:1px black solid;
	margin-right:15px;
	width:50%;
	box-shadow:3px 3px 3px #000;
}

.overlaybox{
	border:3px solid #060;
	background-color: white;
	padding:5px;
	width:560px;
	box-shadow:1px 3px 3px #000;
	margin: 0px auto;
}

#gigphoto{
	text-align:center;
}

#gigphoto img{
	width:50%;
}

#contactlist{
	text-align:center;
}

#soc-media_block{
	/*background:#000;*/
	margin:0px auto;
	overflow:hidden;
	width:180px;
	height:60px;
}

.soc-med_link{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	position:relative;
	float:left;
	padding:0px;
}

.soc-med_link .fb{
	position:absolute;
	left:-183px;
}

.soc-med_link .ig{
	position:absolute;
	left:-61px;
}

.soc-med_link .yt{
	position:absolute;
	left:-243px;
}

.soc-med_link .tw{
	position:absolute;
	left:-122px;
}

.soc-med_link .em{
	position:absolute;
	left:-364px;
}

#giglist{
	border:3px #060 solid;
	font-size:12px;
	box-shadow:1px 3px 3px #000;
}

#gigs{
	background-image:url("../images/Stef-Banner-2.jpg");
}

.gigyear{text-align:center;}
.bandname{text-align:left;}
.venuetype{color:#060;}
.bandsize{color:#F00; cursor:pointer;}
.bandleader{color:#00F; cursor:pointer;}
.country{color:#F00;}
.odd{background-color:#DFEEDF; color:#000;}
.even{background-color:#EFE; color:#000;}
.tablekey{text-align:right; font-size:10px;}

#footer{
	text-align:right;
	clear:both;
	font-size:10px;
}