/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Lucida Grande, Arial, Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none;  color: #000; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #000; }

a img { border: none; }

#menu {
    width: 415px;
    /*
    padding-top: 250px;
    padding-right: 10px;
	background: #fff url(/files/header.gif) no-repeat top right;
	*/
	background: #fff;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 40px 0 0 0;
}

#menu ul li.section-title { text-transform: uppercase; }
#menu ul li { margin-bottom: 6px; }
#menu ul li a { text-transform: uppercase; font-size: 1.2em; }

#menu ul li.active a { color: black; text-transform: uppercase;  font-size: 1.2em; }

#content {
    margin: 0 0 0 425px;
}

.container {
    /* padding: 5px 5px 25px 5px; */
    padding: 12px;
    font-size: 1.1em;
    line-height: 1.2em;
}

#menu .container
{
	padding: 15px 0 0 60px;
}

#content .container {}

#content p { width: 600px; margin-bottom: 9px; text-align: justify;}

p, object {
    margin: 0 0 9px 0;
}

.top { height: 175px; }
#menu .top { height: 172px; }

object { display: block; }

h1 { font-size: 1.5em; margin-bottom: 12px; line-height: 1.2em; font-weight: normal; text-transform: uppercase; letter-spacing: 0.18em; }
h2 { font-size: 1.4em; margin-bottom: 12px; font-weight: normal; text-transform: uppercase; }
h3 { font-size: 1em; font-weight: normal; text-decoration: underline; }
h4 { font-size: 1em; font-weight: normal; }

#content ul {
	width: 385px;
	padding-left: 15px;
	margin-bottom: 12px;
	list-style-type: square;
	text-align: justify;
}

#content h1 { font-size: 1.5em; margin-bottom: 12px; line-height: 1.2em; font-weight: normal; text-transform: uppercase; letter-spacing: 0.2em; }
#content h2 { font-size: 1.4em; margin-bottom: 12px; font-weight: normal; text-transform: uppercase; }
#content h3 { font-size: 1.3em; margin-bottom: 8px; font-weight: normal; }
#content h4 { font-size: 1.2em; margin-bottom: 8px; font-weight: normal; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

ul#artist-nav { padding: 0; margin-bottom: 12px; list-style-type: none; }
ul#artist-nav li { display: inline; }
ul#artist-nav li a { color: #ccc; }
ul#artist-nav li.active a { color: black; }

.spacedout { margin-bottom: 24px; }