@import url("../css/sc-player-standard/standards.css"); 
@import url("../css/sc-player-standard/structure-horizontal.css"); /* switch here between 'horizontal' and 'vertical' structure */
@import url("../css/sc-player-standard/colors-green.css"); /* switch here between 'blue', 'orange' and 'green' color-shemes */

body{
	background-image:url(images/background.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: black;
	#text-align:center;
	font-variant:small-caps;
	font-size: 15px;
   /*opacity:0;*/

    /* WebKit */
    /*-webkit-animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-duration:3s;

    -moz-animation:fadeIn ease-in 1;
    -moz-animation-duration:3s;
    -moz-animation-fill-mode:forwards;

    animation: fadeIn ease-in 1;
    animation-fill-mode:forwards;
    animation-duration:3s;*/

}



@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes fadeIn{
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-moz-keyframes fadeIn{
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.header_bar{
	height: 40px;
	margin-top:15px;
}

#facebook{
    float:left;    
    height: 30px;
    /*width:120px;*/
    margin-right:5px;
    /*border-right:1px solid #5772C0;*/
}

#fb-link{    
	
}

#fb_logo{
	float:left;
    width:24px;
    height:24px;
}

.fb-like{    
    float:left;    
    margin-left:10px;
    top:-16;
}

#twitter{
    float:left;            
    height:30px;
    /*width:100px;*/
    margin-left:5px;
    margin-right:5px;
    /*loborder-right:1px solid #5772C0;*/
}

#tw-link{
  float:left;
   
}

#tw_logo{
	float:left;
    width:24px;
    height:24px;
}

.twitter-follow-button{    
   margin-top:2px;
}

#soundcloud{    
   float:left;
   margin-right:10px;
}

#stagend{
	float:left;
	-moz-border-radius:3px;
    -webkit-border-radius: 3px;
    border:1px solid #ff9529;
	background-color: black;
}

.content{
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	width: 820px;
	height: 100%;
	background-color: black;

}

.logo{
	text-align:center;
	margin-top:0px;
	width:820px;
	height:440px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-color: black;

}

.news{
	margin-top:10px;
	text-align:center;
	width:820px;
	height:85px;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-color: black;


}

.news_list{
	margin-top:10px;
    margin-left:54px;
    text-align:center;
	width:712px;
    /*height: 700px;*/
	background-color: black;
    color: white;
    /*overflow-y:scroll;*/
    font-size: 12px;
    font-variant:small-caps;
    font-family: Arial;
}

.news_record{
    clear:both;
    background-color: black;
}

.news_record.div{

    padding-left:2px;
    padding-bottom:3px;
    padding-top:3px;
    position:relative;

}

.news_date{
    position:relative;
    width: 100px;
    height: 0;
    color:white;
    float:left;
    margin: 0;
    left:0px;
}

.news_content{
    position:relative;
    width:590px;
    margin-right: 10px;
    border-bottom: solid 1px #5772c0;
    text-align:justify;
    vertical-align: top;
    padding-bottom: 5px;
    margin-bottom: 5px;
    float:left;
    left:100px;
}

.news_content p{
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
}

.lineup{
	text-align:center;
	width:820px;
	height:85px;
	background-image: url(images/lineup.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

.band{
	margin-top:10px;
	text-align:center;
	width:820px;
	height:530px;
	background-image: url(images/NewBand.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

.biography{
	margin-top:10px;
	text-align:center;
	width:820px;
	height:85px;
	background-image: url(images/bio.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

.bio{
	width:712px;
	margin-top:10px;
	margin-left:43px;
	padding-right:12px;
	padding-left:12px;
	color:white;
	font-family: Arial;
	font-size:15px;
	font-variant:small-caps;
	text-align: justify;
}

.album{
	text-align:center;
	width:820px;
	height:430px;
	background-image: url(images/album2.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

.album_description{
	text-align:left;
	margin-top:100px;
	margin-left:410px;
	font-family: Arial;
	font-variant:small-caps;
	font-size:15px;
	color:white;
	width:450px;
}

ol{
	padding-left:25px;
}

.concerts{
	margin-top:20px;
	text-align:center;
	width:820px;
	height:86px;
	background-image: url(images/concerts.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

.concerts_list{
    margin-top:10px;
    text-align:center;
    width:712px;
    background-repeat: no-repeat;
    background-color: black;
    font-variant: small-caps;
    font-family: Arial;
    color:white;
    font-size: 12px;
    margin-left: 54px;
}

.concert_header{
    font-weight: bold;
}

.concert_header div{
    float:left;
    text-align: left;
    border-bottom: 1px solid #5772c0;
    padding-left: 2px;
    padding-top:3px;
    padding-bottom:4px;
}

.concert_record{
    clear: both;
}

.concert_record div{
    padding-left:2px;
    padding-top:3px;
    padding-bottom:4px;
    float:left;
    border-bottom: 1px solid #5772c0;
    text-align: left;
}

.concert_date{
    width:80px;
}

.concert_location{
    width:150px;
}

.concert_city{
    width:160px;
}

.concert_info{
    width:230px;
}

.concert_showtime{
    width:60px;
}

.booking{
    margin-top:30px;
    text-align:center;
    width:820px;
    height:86px;
    background-image: url(images/booking.jpg);
    background-repeat: no-repeat;
    background-color: black;
}

.booking_logo{
    float:left;
    width:449px;
    margin-top: 30px;
    margin-left: 30px;
}

.booking_contact{
    /*float:left;*/
}

.booking_description{
    width:712px;
    margin-top:10px;
    margin-left:43px;
    padding-right:12px;
    padding-left:12px;
    color:white;
    font-family: Arial;
    font-size:15px;
    font-variant:small-caps;
    text-align: justify;
}

.player{
    clear:both;
	margin-top:10px;
	text-align:center;
	width:820px;
	height:120px;
	background-image: url(images/player.jpg);
	background-repeat: no-repeat;
	background-color: black;

}

.music_player{
	margin-top:10px;
	text-align:center;
	width:820px;
	height:320px;
	background-color: black;
}

.video{
	margin-top:10px;
	text-align:center;
	width:820px;
	height:85px;
	background-image: url(images/video.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

.video_player{
	margin-top:10px;
	text-align:center;
	width:820px;
	height:460px;
	background-color: black;
}

.loghi{
	margin-top:10px;
	text-align:center;
	width:820px;
	height:200px;
	background-image: url(images/loghi.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

.copy{
	margin-top:10px;
	text-align:center;
	width:820px;
	height:20px;
	line-height:20px;
	font-family: Arial;
	font-size:10px;
	font-variant:small-caps;
	color:white;
	/*background-color: #5772c0;*/
}

.insert_form{
	border: dashed 1px white;
	padding: 20px 20px 20px 20px;
	width: 600px;
	height: 220px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	text-align: center;
	color:white;

}

.list_concerts{
	border: dashed 1px white;
	padding: 20px 20px 20px 20px;
	width: 600px;
	height: 220px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	text-align: center;
	color:white;
	font-family: Arial;
	font-size:8px;

}

.fields {
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
	padding:auto;
	width:500px;
	height: 30px;
	text-align: center;
	font-family: Arial;
	font-size:10px;
	color:white;
	border:solid 1px white;
	line-height: 30px;
}

.titles {
	width:120px;
	height: 30px;
	text-align: left;
	font-family: Arial;
	font-size:10px;
	color:white;
	float:left;
	background-color: gray;
	padding-left:20px;
}



.inputs{
	width:200px;
	height: 30px;
	text-align: left;
	font-family: Arial;
	font-size:10px;
	color:white;
	padding-left:1px;
	line-height:30px;
}

h1 {
	font-family: Arial;
	color:white;
}

a:hover{
    color:#5772c0;
    text-decoration:none;
}

a:link{
    color:#5772c0;
    text-decoration:none;
}

a:visited{
    color:#5772c0;
    text-decoration:none;
}

.post {
width: 600px;
text-align:center;
float: left;
margin-left:150px;
}

.anb{
	background-image: url(images/album.jpg);
	margin-top:20px;
	height:330px;
}

.anb>.album_description{

	margin-top:25px
}
