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

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

* a{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

	a:active, a:focus { 
	outline: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	 }
	 
	 
body {
	background-color: #08021a;
}


#title{
	position: absolute;
	display: block;
	height: 76px;
	padding-top: 170px;
}

#title h1 {
	font: italic 82px"ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	color: #bdbba1;
}

#menu {
	position: absolute;
	display: block;
	width: 900px;
	height: 30px;
	padding-top: 100px;
	z-index: 1000;
	}

#menu li{
	display: inline;
	list-style: none;
	color: #bdbba1;
	text-transform: uppercase;
	padding-right:40px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 3px;
}


#menu li a{
	color: #bdbba1;
}

#menu li a:hover{
	color: #C56150;
}

#logo{
	width: 900px;
	display: block;
	margin-top: 50px;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(189,187,161,0.40);
	z-index: 1000;

}

#logo .name{
	font: 24px Times, "Times New Roman", Georgia, serif;
	color: #fff;
}

#logo .soprano{
	color: #C56150;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding-left: 16px;
	vertical-align: middle;
	font: 10px Times, "Times New Roman", Georgia, serif;

}

#container-left{
	display: block;
	position: relative;
	width: 40%;
	float: left;
	padding-left: 70px;
}
#copy-biography-left{
	display: block;
	position: relative;
	width: 100%;
	float: left;
	margin-top: 270px;
}
.copy {
	font: 18px/32px"ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	color: #fff;
	padding-top: 22px;
}

.copy a{
	font: italic 18px/32px"ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	color: #C56150;
}

.copy a:hover{
	color: #bdbba1;
	text-decoration: none;
}

.piece{
	font: italic 18px/32px"ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	color: #bdbba1;
}

#container-right{
	background: #0d0e12 url(bio.jpg) no-repeat right;
	height: 1060px;
	min-width: 1610px;
	margin-bottom: -30px;
}
.year{
	color: #c7cfb1;
	font: italic 40px"ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	padding-bottom: 5px;
	padding-top: 35px;
	width: 600px;
}
.year a{
	color: #7d4964;
	font: italic 40px"ff-tisa-web-pro", Times, Georgia, "Times New Roman", serif;
	background-color: #301d35;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 4px 10px 4px 8px;
}
.year a:hover{
	color: #7d4964;
	background-color: #bdbba1; 
}
.copyright{ 
	font: italic 12px/18px "helvetica neue", arial;
	color: #bdbba1;
	word-spacing: 1px;
}
.copyright a{
	color: #90926f;
	font-style: italic;
}
.copyright a:hover{
	color: #C56150;
}
.copyright a:active{
	text-decoration: underline;
}
#footer{
	position: relative;
	padding-top: 180px;
	width: 900px;
	margin-bottom: 20px;
}
