@import url("reset.css");

body{
	font-family: Helvetica, Arial;
	font-size: 1em;
	line-height: 1.125em;
	background: #000 url(images/violin.jpg) top right no-repeat scroll;
	color: #ccc;
}
.left{
	float: left;
}

.right{
	margin-left: 10px;
	float: right;
}

.hide{
	display: none;
}

/* @group Layout */

div#contentWrapper{
	width: 700px;
	margin: 50px auto;
	overflow: hidden;
}

div#header{

}

div#content{
	float: right;
	width: 520px;
	margin-bottom: 50px;
}

div#sidebar{
	width: 160px;
	float: left;
	margin-right: 20px;

}
div#footer{
	width: 520px;
	text-align: center;
	float: right;
	color: #333;
}

div#logo{
	width: 128px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
}

/* @end */

/* @group Navigation */

ul#nav{
	margin-top: 10px;
	padding-left: 20px;
	background: url(images/glyph.jpg) top left no-repeat;
}

ul#nav li a{
	display: block;
	width: 100px;
	text-indent: -9999px;
}
ul#nav li#about{
	background: url(images/about.jpg) top left no-repeat;
	height: 20px;
	margin-bottom: 3px;
}

ul#nav li#members{
	background: url(images/members.jpg) top left no-repeat;
	height: 20px;
	margin-bottom: 3px;
}

ul#nav li#photos{
	background: url(images/photos.jpg) top left no-repeat;
	height: 20px;
	margin-bottom: 3px;
}

ul#nav li#recordings{
	background: url(images/recordings.jpg) top left no-repeat;
	height: 20px;
	margin-top: 3px;
}

ul#nav li#concerts{
	background: url(images/concerts.jpg) top left no-repeat;
	height: 21px;
	margin-bottom: 3px;
}

ul#nav li#reviews{
	background: url(images/reviews.jpg) top left no-repeat;
	height: 20px;
	margin-bottom: 3px;
}

ul#nav li#contact{
	background: url(images/contact.jpg) top left no-repeat;
	height: 20px;
}

/* @end */

h1{
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	margin: 40px 0px 0px 0px;
}

h2{
	margin: 20px 0px 0px;
}

h3{
	font-size: 0.95em;
	font-weight: normal;
}


p{
	font-size: 0.75em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

p.size10{
	font-size: 0.625em;
}

p.size14{
	font-size: 0.875em;
}

p.size16{
	font-size: 1em;
}

div#footer p{
	font-size: 0.6875em;
	line-height: 1em;
}

.photo p{
	text-align:center;
}

a{
	color: #ccc;	
}

div#footer a{
	color: #333;
}

.center{
	text-align: center;
}

table#quartet{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	line-height: 0.75em;
}

table#quartet span{
	font-size: 0.6275em;
}

div.vcard{
	font-size: 0.75em;
	float: left;
	margin-top: 45px;
	margin-right: 30px;
	line-height: 1.4em;
}

span.role{
	font-size: 1.3em;
	font-weight: bold;
line-height: 2em;
}

div#recordings{
	margin-top: 25px;
}

div.recording{
	overflow: hidden;
	margin-bottom: 10px;
}

div.recording span{
	font-size: 0.75em;
}

div.recording img{
	width: 100px;
	float: left;
	margin-right: 10px;	
}

div.review{
	margin-top: 10px;
}

.photo{
	margin: 5px 10px;
	float: left;
	text-align:center;
}

.photo img{
margin-bottom: 5px;
}

#calendar{
	margin-top: 25px;
}

#calendar ul{
	width: 360px;
}

#calendar li{
	font-size: 0.75em;
	overflow: hidden;
}

#calendar span.time{
	float: left;
	width: 140px;
}


ul.navigation{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1em;
}

ul.navigation li{
	display: inline;
	font-size: 0.75em;
	margin-left: 20px;
}

div.scroll{
	height:  540px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

div.review{
	width: 520px;
}
