@charset "utf-8";
/* ENTOURAGE CSS */



html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
#header  {
	height:115px;
	position:fixed;
	margin:0 auto;
	padding: 0;
	background-image: url(../images/header.png);
	background-attachment:fixed;
	background-position:top center;
	width: 100%;
	overflow:hidden;
	z-index:100;
	}
	
@font-face {
	font-family: 'FashionVictimRegular';
	src: url('../fonts/fashionvictim-webfont.eot');
	src: local('☺'), url('../fonts/fashionvictim-webfont.woff') format('woff'), url('../fonts/fashionvictim-webfont.ttf') format('truetype'), url('../fonts/fashionvictim-webfont.svg#webfontyWVx6jkP') format('svg');
	font-weight: normal;
	font-style: normal;
}

p {
	margin:0 auto;
	width: 700px;
	font-size: 1em;
	color: #333333;
	text-align:justify;
	line-height: auto;
	}
	
.heading {
	font-variant:small-caps;
	font-family: 'FashionVictimRegular','Times New Roman', Times, serif;
	font-size: 30px;
	line-height: 25px;
	}
	
.menu {
	text-align: center;
	margin-top:75px;
	}

.menu a {
	color: #ebebeb;
	text-decoration: none;
	outline:none;
	margin-right: 10px;
	}
	
.menu a:hover {
	text-decoration: underline;
}
	
.menu li {
	list-style:none;
	display:inline;
	font-size: 1.1em;
	font-weight:bold;
	}

.page {
	margin:0 auto;
	margin-bottom: 600px;
	}
	
#spacer {
	height: 130px;
	}
	

	
#home {
	background-image:url(../images/homebg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:auto;
	overflow:hidden;
	}

#musicians {
	background-image: url(../images/musiciansbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}

.musicians {
	margin-bottom: 35px;
	}
	
#musicians img {
	float:right;
	height: 150px;
	width:auto;
	margin-left: 15px;
	border:solid;
	border-color:#666;
	-moz-box-shadow: 0px  0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	}
	
#musicians p {
	display:block;
	}
	
#accordion h3{
	margin: 0 auto;
	width: 700px;
	margin-bottom: 15px;
	}
	
#accordion a {
	color: #333;
	text-decoration: none;
	outline:none;
	}
	
#samples {
	background-image: url(../images/samplesbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
#samples p {
	width:560px;
	margin-top: 35px;
	}
	
	
#samples ol {
	margin:0 auto;
	margin-top:15px;
	width: 540px;
	font-size: 18px;
	color: #333333;
	text-align:left;
	}
	
#samples ol li {
	list-style: decimal outside;
	}
	
#samples a {
	color: #333;
	text-decoration:none;
	}

#samples a:hover {
	text-decoration:underline;
	}
	
#photos {
	background-image: url(../images/photosbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
#testimonials {
	background-image: url(../images/testimonialsbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
#footer {
	width:100%;
	height: auto;
	background-color:#5A5A5A;
	position:fixed;
	bottom:0;
	border-top: double;
	border-color:#666666;
	text-align:center;
	z-index:100;
	}

#footer p {
	margin:0 auto;
	width: 100%;
	color: #ebebeb;
	text-align:center;
	font-size:small;
		}
	
.who {
	font-size:15px;
	font-weight:bold;
	font-style:oblique;
	margin-bottom: 60px;
	}
	
.where {
	font-size:15px;
	font-weight:bold;
	letter-spacing:5px;
	}
	
#fadeshow1 {
	z-index:1;
	}

#fadeshow1wrap{
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-top: 10px;
	background-color: #666;
	width: 500px;
	height: 331px;
	-moz-box-shadow: 0px  0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	}
	
#fadeshow2wrap{
	margin: 0 auto;
	margin-top:20px;
	padding-top: 10px;
	background-color: #666;
	width: 500px;
	height: 188px;
	-moz-box-shadow: 0px  0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	}

.quote {
	background-image: url(../images/qmarks.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right top;
		}
