@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

h2 { 
color: #404040;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=0);
    font-family: "Omnes-Pro","helvetica";
    font-size: 36px;
    font-weight: 400;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	
}

h3 { 
color: #404040;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=0);
    font-family: "Omnes-Pro","helvetica";
    font-size: 17px;
    font-weight: 400;
	margin-bottom:10px;
    line-height: 21px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	
}

p {
color: #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=0);
    font-family: "helvetica";
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
   
    text-shadow: 0px 0px 0px #000;
}
	
	
	
.container {

	margin-left:auto;
	margin-right: auto;
	width: 1200px;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #404040;
box-shadow: 0px 0px 10px 0px #404040; 
}

.heroheader {
    height: 500px;
	width: 1200px;
	position: relative;
	background-image:url(../img/headerimagemusic.jpg);
	
}

.hero_content { 

margin: 140px 0px 0px 130px;
float: left;
	
}

.hero_content  h1{
 color: #F0F0F0;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=0);
font-family: "Omnes-Pro","helvetica";
font-size: 55px;
font-weight: 300;
line-height: 59px;
margin-top: -64px;
text-shadow: 0px 0px 0px black;
}
}

.hero_content p{
    font-size: 24px;
	font-family: "Omnes-Pro","helvetica";
	color: #f0f0f0;
	line-height: 65px;
    margin-top: 20px;
	margin-left: 350px;
	
}

.hero_content ul{
	  font-size: 17px;
	font-family: "Omnes-Pro","helvetica";
	color: #f0f0f0;
    margin-top: 20px;
	margin-left: 0px;
	line-height: 24px;
	list-style: none;	
	
}

.hero_content li{
	 font-size: 17px;
	font-family: "Omnes-Pro","helvetica";
	color: #f0f0f0;
	background: url(../img/arrow.png) no-repeat scroll left 9px;
padding-left: 15px;
	
	
	
	
	
}

.content_section_A{

	
	background-color: #f0f0f0;
	padding-bottom: 90px;
	padding-left:150px;
	
	
	
	}
	
	
	.content_inner{
	
		
		padding-top: 45px;
	
		
		
	}

.content_section_B{

	background-color: #ffffff;
	padding-bottom: 45px;
	padding-left:150px;
	
	
}

.content_section_paragraph{

	
	background-color: #f0f0f0;
	padding-bottom: 90px;
	padding-left:150px;
	padding-right: 150px;
	
	
	}

.span4{
	
	float:left;
	width: 260px; 
	margin-right: 60px;
	
}

.span2{
	
	float:left;
	width: 450px; 
	margin-right: 60px;
	
}

slidecontainer{
	
	float:left;
	width: 450px; 
	margin-right: 60px;
	margin-top: 45px;
	background-color: #ffffff;
	
}

.quotes{ 

width: 900px;
}





.featurelist{
	
position: relative;
width: 450px;
height: 270px;
float: left;
background-color: #F0F0F0;

	
	
}

.featurelist > ul{
	float: left;
	text-align: left;
	list-style: none;
	margin-left: 60px;
	margin-top: 50px;

	
}

.featurelist > ul > li{
	color: #404040;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=0);
font-family: "Omnes-Pro","helvetica";
font-size: 17px;
font-weight: 400;
margin-bottom: 10px;
line-height: 21px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
background: url(../img/arrow.png) no-repeat scroll left 6px;
padding-left: 15px;
}

.signupfield{
	
	position:relative;
	width: 300px;
	height: 100%;
	background-color: #000000;
	float: right;
	right: 130px;
	background-color: rgba(0, 0, 0, 0.6);

}
.signupfield2{
	
	position:relative;
	width: 300px;
	height: 100%;
	background-color: #000000;
	float: right;
	right: 130px;
	background-color: rgba(0, 0, 0, 0.6);

}



	

.button_green {
background-color: #97C812;
border: 1px solid #BBDB7A;
border-radius: 6px 6px 6px 6px;
box-shadow: 0 18px #ADD355 inset;
color: #F8F8F8;
cursor: pointer;
font-family: "Omnes-Pro","Helvetica";
font-size: 20px;
font-weight: 300;
margin-top: 37px;
padding: 5px;
position: relative;
text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
width: 60%;
text-decoration: none;
}


.button_green a {
	text-decoration: none;

}


#login {
    background-color: rgba(0, 0, 0, 0.6);
color: #F0F0F0;
float: right;
font-family: "Omnes-Pro","Helvetica";
font-size: 16px;
height: 100%;
margin-right: 150px;
width: 300px;
}


#login_logo {
 background: url(../img/eb-logo.png) no-repeat scroll center 0 transparent;
height: 62px;
margin-top: 50px;
margin-left: 7px;
margin-bottom: 15px;
padding: 0;
text-indent: -999em;
width: 100%;
}
#login h2 {
color: #F0F0F0;
font-family: "Omnes-Pro","Helvetica";
font-size: 24px;
line-height: 28px;
margin-bottom: 24px;
padding: 0;
text-align: center;
font-weight: 200;
}

#login .header_parenthetical {
    color: #FFFFFF;
	font-style: italic;
	font-size: 17px;
}
#login fieldset {
 border: none;
padding: 30px 50px;
padding-bottom: 25px;
	
}
#login .text_box {
  background-color: white;
border: 2px solid #DEDEDE;
border-radius: 5px 5px 5px 5px;
color: #828282;
font-family: "Omnes-Pro","Helvetica";
font-size: 14px;
font-weight: 300;
height: 36px;
margin-bottom: 10px;
padding: 0 0 0 5px;
width: 195px;
}
#login .button_green {
    font-size: 18px;
    height: 38px;
    margin: 0 8px 0 0;
    width: 112px;
}
#login .submit > span {
    color: #F0F0F0;
    line-height: 38px;
    font-weight: 200;
    vertical-align: top;
}
#login .submit a {
    padding-left: 8px;
}
#login a {
    color: #FFFFFF;
    text-decoration: none;
}
#login .signup_agreement {
   border-top: 1px ridge black;
color: white;
font-family: "Helvetica";
font-size: 12px;
line-height: 16px;
padding: 25px 35px;
}




.button_green {
    background-color: #97C812;
border: 1px solid #BBDB7A;
border-radius: 6px 6px 6px 6px;
box-shadow: 0 18px #ADD355 inset;
color: #F8F8F8;
cursor: pointer;
font-family: "Omnes-Pro","Helvetica";
font-size: 20px;
font-weight: 400;
margin-top: 22px;
padding: 5px;
position: relative;
text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
width: 100%;
}

/* login alt */


#login_alt {
	
	
background-color: rgba(0, 0, 0, 0.0);
color: #F0F0F0;
float: right;
font-family: "Omnes-Pro","Helvetica";
font-size: 16px;
height: 100%;

width: 1200px;
}



#login_alt h2 {
color: #F0F0F0;
font-family: "Omnes-Pro","Helvetica";
font-size: 24px;
line-height: 28px;
margin-bottom: 24px;
padding: 0;
text-align: center;
font-weight: 200;
}

#login_alt .header_parenthetical {
    color: #FFFFFF;
	font-style: italic;
	font-size: 17px;
}
#login_alt fieldset {
 border: none;
padding: 30px 50px;
padding-bottom: 25px;
	
}
#login_alt .text_box {
  background-color: white;
border: 2px solid #DEDEDE;
border-radius: 5px 5px 5px 5px;
color: #828282;
font-family: "Omnes-Pro","Helvetica";
font-size: 14px;
font-weight: 300;
height: 36px;
margin-bottom: 10px;
padding: 0 0 0 5px;
width: 195px;
}
#login_alt .button_green {
    font-size: 18px;
    height: 38px;
    margin: 0 8px 0 0;
    width: 112px;
}
#login_alt .submit > span {
    color: #F0F0F0;
    line-height: 38px;
    font-weight: 200;
    vertical-align: top;
}
#login_alt .submit a {
    padding-left: 8px;
}
#login_alt a {
    color: #FFFFFF;
    text-decoration: none;
}
#login_alt .signup_agreement {
   border-top: 1px ridge black;
color: white;
font-family: "Helvetica";
font-size: 12px;
line-height: 16px;
padding: 25px 35px;
}




