/*<group=Common>*/

body {
	background: #d5cdc6;
}

body, input, textarea, select {
	color: #645B50;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #FE8C05;
	text-decoration: none;
}

a:hover {
	color: #FE8C05;
	text-decoration: underline;
}

a, img {
	border-style: none;
}

#global {
	position: absolute;
	background: url(../images/bg.jpg) no-repeat 0px 0px;
	width: 960px;
	height: 580px;
	margin-top: -290px;
	margin-left: -480px;
	top: 50%;
	left: 50%;
	overflow: visible;
	border: dashed #7f7f7f 1px;
}

#header {
	width: 265px;
	height: 137px;
	position: absolute;
	left: 123px;
	top: 85px;
}

#content, #content_spinner {
	width: 360px;
	height: 340px;
	float: left;
	position: absolute;
	top: 156px;
	left: 459px;
	text-align: justify;
	padding-left: 16px;
	padding-right: 0;
}

#content_spinner {
	background: url(/p/content-spinner.gif) no-repeat center center;
}

#content h2 {
	font-size: 13px;
	margin: 0 0 1em;
	padding: 0;
}

#content h3 {
	font-size: 11px;
	margin: 0 0 1em;
	padding: 0;
	font-weight: normal;
}

#footer {
	font-size: 9px;
	position: absolute;
	top: 540px;
	left: 80px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 61px;
}

/*</group>*/

/*<group=Splash>*/

#splash #global {
	background: url(../images/splash_bg.jpg);
}

#splash #logo {
	position: absolute;
	top: 277px;
	left: 338px;
	width: 283px;
	height: 46px;
}

#splash #splashnav {
	position: absolute;
	top: 345px;
	left: 338px;
	margin: 0;
	padding: 0;
}

#splash #splashnav li {
	list-style: none;
	position: absolute;
	top: 0;
}

#splash #splashnav li a {
	display: block;
	height: 23px;
	background-position: 0px 0px;
}

#splash #splashnav li a:hover {
	background-position: 0px 23px;
}

#splash #splashnav li a span {
	display: none;
}

#splash #splashnav li#fr {
	left: 0;
}

#splash #splashnav li#fr a {
	width: 125px;
	background-image: url(../images/splash_fr.png);
}

#splash #splashnav li#en {
	left: 169px;
}

#splash #splashnav li#en a {
	width: 112px;
	background-image: url(../images/splash_en.png);
}

/*</group>*/

/*<group=Nav>*/

#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 72px;
	width: 119px;
	right: 0;
	height: 340px;
}

#nav li {
	list-style: none;
	margin: 0 0 9px;
	padding: 0;
	float: right;
	clear: both;
	width: 119px;
	height: 15px;
}

#nav li a {
	width: 119px;
	height: 15px;
	display: block;
}

#nav li a {
	background-position: 0px 0px;
}

#nav li a:hover {
	background-position: 0px -30px;
}

#nav li.active a {
	background: 0px -15px;
}

#nav li a span {
	display: none;
}

#nav li#nav_home a {
	background-image: url(../images/nav_home.png);
}

#nav li#nav_news a {
	background-image: url(../images/nav_news.png);
}

#nav li#nav_bio a {
	background-image: url(../images/nav_bio.png);
}

#nav li#nav_music a {
	background-image: url(../images/nav_music.png);
}

#nav li#nav_links a {
	background-image: url(../images/nav_links.png);
}

#nav li#nav_contact a {
	background-image: url(../images/nav_contact.png);
}

/*</group>*/

/*<group=Music>*/

.music #subnav {
	display: block;
	width: 340px;
	height: 20px;
	margin: 0 0 10px;
	padding: 0;
	clear: both;
	overflow: auto;
}

.music #subnav li {
	list-style: disc inside;
	width: 110px;
	float: left;
	padding: 0;
	margin: 0;
	display: list-item;
}

.music #subnav a {
	color: #645B50;
}

.music #subnav a:hover {
	color: #FE8C05;
}

.music #subnav li.active a {
	color: #FE8C05;
}

.music #subnav li a span {
	font-size: 14px;
	text-transform: uppercase;
}

#music-content {
	height: 310px;
}

#music-content .article {
	overflow: auto;
}

#music-content a {
	color: #645B50;
}

#music-content a:hover {
	color: #FE8C05;
}

#music-content #albums {
	margin: 0;
	padding: 0;
	position: static;
	background: transparent;
}

#music-content #albums li.album {
	list-style: none;
	width: auto;
	height: auto;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin: 0 0 20px;
	float: none;
}

#music-content #albums h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 188px;
}

#music-content #albums h2 span {
	text-transform: lowercase;
	padding-left: 0.5em;
}

#music-content #albums h3 {
	margin: 0 0 1em;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	width: 188px;
}

#music-content #albums em {
	color: #FE8C05;
	font-style: normal;
	font-weight: inherit;
}

#music-content #albums .tracks em {
	margin: 0;
	font-weight: normal;
	font-style: italic;
	border: 0px solid #7f7f7f;
	padding: 0 4px;
}

#music-content #albums .tracks em a {
}

#music-content #albums .cover {
	position: absolute;
	top: 0;
	left: 194px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#music-content #albums .cover a:hover {
	color: #645B50;
}

#music-content #albums .tracks {
	margin: 0;
	width: 164px;
	padding: 0 6px 0 24px;
}

#music-content #albums .tracks li {
	list-style: decimal-leading-zero outside;
	margin: 0;
	padding: 0;
	text-align: left;
}

/*</group>*/

/*<group=Links>*/

#links-content h2 {
	margin-bottom: 0;
}

#links-content h3 {
	margin-bottom: 1em;
}

/*</group>*/

/*<group=Contact>*/

#contact-content form {
	margin: 0;
	padding: 0;
}

#contact-content p {
	margin: 0 0 12px;
}

#contact-content p.buttons {
	text-align: right;
}

#contact-content label {
	display: block;
}

#contact-content input.text, #contact-content textarea {
	border: 1px solid #000;
	width: 334px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #000;
	padding: 0 2px;
}

#contact-content input.button {
	border: 1px solid #000;
}

#contact-content .error {
	color: #FE8C05;
}

/*</group>*/
