@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Copperplate Gothic Bold';
  src: url('COPRGTB.TTF') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
  font-family: 'Copperplate Gothic Light';
  src: url('COPRGTL.TTF') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
html{
	height:100%;
}
body{
	background-repeat:no-repeat;
	background-position:left bottom;
	height:100%;
	margin:0px;
}
#main_container{
	width:100%;
	min-width:1000px;
	height:100%;
	margin:auto;
}
#header_logo{
	background:url(images/discography/offtherocksbanner4.png);
	background-repeat:no-repeat;
	background-size:100%;
	width:100%px;
	height:200px;
	text-align:center;
	font-family:"Copperplate Gothic Bold";
	font-size:72px;
	line-height:200px;
	text-shadow:2px 2px 2px #666666;
}
#facebook_icon{
	width:40px;
	height:40px;
	top:10px;
	right:10px;
	position:fixed;
}
#facebook_icon a{
	text-decoration:none;
}
#facebook_icon a:visited{
	text-decoration:none;
}
#facebook_icon a:hover{
	text-decoration:none;
}
#header_navigation{
	background:#CCC;
	width:100%;
	height:50px;
	box-shadow:1px 1px 7px #000000;
}
#header_navigation_holder{
	width:850px;
	height:100%;
	margin:auto;
}
.header_navigation_link{
	width:150px;
	height:40px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	float:left;
	color:#000;
	text-align:center;
	font-family:"Copperplate Gothic Light";
	font-size:20px;
	line-height:40px;
	text-shadow:1px 1px #999;
}
.header_navigation_link a{
	color:#000;
	font-family:"Copperplate Gothic Light";
	font-size:20px;
	line-height:40px;
	text-shadow:1px 1px #999;
	text-decoration:none;
}
.header_navigation_link a:visited{
	color:#000;
	font-family:"Copperplate Gothic Light";
	font-size:20px;
	line-height:40px;
	text-shadow:1px 1px #999;
	text-decoration:none;
}
.header_navigation_link a:hover{
	color:#000;
	font-family:"Copperplate Gothic Light";
	font-size:20px;
	line-height:40px;
	text-shadow:1px 1px #999;
	text-decoration:none;
}
#disc_nav{
	width:60px;
	height:260px;
	position:fixed;
	left:0px;
	top:300px;
	background:rgba(255,255,255,0.5);
}
.disc_nav_items{
	width:40px;
	height:40px;
	margin-left:10px;
	margin-top:10px;
	opacity:0.5;
}
.disc_nav_items:hover{
	opacity:1;
}
#content_container{
	width:1000px;
	margin:auto;
}
#content_welcome_header{
	width:100%;
	height:40px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:38px;
	line-height:40px;
	margin-top:20px;
	background:rgba(255,255,255,0.8);
}
#content_welcome_image{
	width:100%;
	height:400px;
	margin-top:20px;
	box-shadow:1px 1px 4px #000000;
}
.slider {
  width:1000px;
  height:400px;
  position: relative;
  overflow: hidden;
}
.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}
#content_welcome_message{
	padding:10px;
	width:980px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
	background:rgba(255,255,255,0.8);
}
#content_members_images_holder{
	width:320px;
	height:105px;
	margin-top:20px;
	background:rgba(255,255,255,0.5);
}
.content_members_images{
	position:relative;
	width:100px;
	height:100px;
	margin-left:5px;
	margin-top:5px;
	float:left;
}
.content_members_images_class{
	position:relative;
	width:100%;
	height:100%;
}
.content_members_images_name{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	color:#FFFFFF;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:100px;
	background:#999999;
	opacity:0;
	-moz-transition: all 0.3s ease-out;  
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content_members_images_name:hover{
	opacity:0.8;
	cursor:pointer;
}
.content_members_information{
	padding:10px;
	width:980px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:25px;
	background:rgba(255,255,255,0.5);
	display:none;
}
#content_bio_container{
	width:1000px;
	display:inline-block;
}
#content_bio_text_right{
	padding:10px;
	width:640px;
	margin-left:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
	background:rgba(255,255,255,0.5);
	float:left;
}
#content_bio_image_left{
	padding:10px;
	width:300px;
	margin-top:20px;
	background:rgba(255,255,255,0.5);
	float:left;
}
#content_bio_image1{
	background:url(images/banners/sh_ticket.jpg);
	background-size:80%;
	background-position:center;
	width:100%;
	height:400px;
	margin-top:20px;
	box-shadow:1px 1px 4px #000000;
}
#content_bio_image2{
	background:url(images/banners/renaissance.jpg);
	width:100%;
	height:400px;
	margin-top:20px;
	box-shadow:1px 1px 4px #000000;
}
#content_bio_text{
	padding:10px;
	width:980px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
	background:rgba(255,255,255,0.5);
}
.content_disc_holder{
	display:inline-block;
	margin-top:20px;
}
.content_disc_image{
	position:relative;
	width:300px;
	height:300px;
	margin-left:20px;
	float:left;
	box-shadow:1px 1px 4px #000000;
}
.content_disc_image_name{
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:300px;
	color:#FFFFFF;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:32px;
	line-height:75px;
	background:#999999;
	opacity:0;
	-moz-transition: all 0.3s ease-out;  
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content_disc_image_name:hover{
	opacity:0.5;
	cursor:pointer;
}
#thankyou_area{
	width:100%;
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
	border-top:#666 thin solid;
	border-bottom:#666 thin solid;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#footer{
	background:#CCC;
	width:100%;
	height:20px;
	box-shadow:-1px -1px 4px #000000;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	position:fixed;
	bottom:0px;
}