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

body{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:small;
	background: url(../images/bk_body.jpg) top center;
}
img{
	border:none;
}
#content span.email{
	text-decoration:underline;
}
#content span.email a{
	color:#333;
}


#shadow{
	width: 900px;
	margin: 15px auto;
	background:url(../images/bk_shadow.png) no-repeat center bottom;
	_background:none;
}
#main{
	width: 850px;
	margin: 0 auto;
	background: #000;
}
#header{
	width: 850px;
	background:#A8A19B;
	border-bottom:2px solid #FFF;
	position:relative;
}
#menu{
	position:absolute;
	right:1em;
	bottom:0;
}

#menu ul{
}
#menu li{
	float:left;
	list-style:none;
	margin-left:3em;
	margin-bottom:0;
}


#menu li a{
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	font-size:1.3em;
	height:2em;
}
#menu li a:hover{
	background:url(../images/bk_link_menu_hover.gif) no-repeat 50% 100%;
}
#menu li a.on{
	background:url(../images/bk_link_menu.gif) no-repeat 50% 100%;
}

#logo{}
#logo h1 {
	margin:0;
}
#logo h1 a{
	display:block;
	width:300px;
	height:100px;
	background: url(../images/l_trinaelle.gif) no-repeat 50% 50%;
}
#logo h1 a span{display:none;}

#musicplayer{
	position:absolute;
	top:10px;
	right:10px;
}

#content{
	clear:both;
	padding:2em 3em;
	min-height:350px;
	height:auto !important;
	height:350px;
}

#content a{
	color:#FFF;
}

#footer{
	clear:both;
	position:relative;
	height:3em;
	padding:0 3em;
	background:#FFF;
	border-bottom:1px solid #A8A19B;
}

#footer p{
	color:#A8A19B;
	font-size:0.8em;
	margin-top:2em;
}
#footer p b,#footer p b a{
	font-size:1.1em;
	color:#A8A19B;
}
#copyright{
	float:left;
}

#credit{
	float:right;
}

/* page specific style */
body#home #content{
	background:url(../images/i_album.jpg) no-repeat 10% 50%;
	padding-left:400px;
}
body#about #content{
	background:url(../images/bk_content_about.jpg) no-repeat;
	padding-left:400px;
}
body#contact #content{
	background:url(../images/bk_content_contact.jpg) no-repeat;
	padding-left:400px;
}
body#news #content {
	padding-left:400px;
	background-image: url(../images/bk_news.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
