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

body {
	font-size: 11px;
	font-family: Helvetica, 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; }
a:visited { text-decoration: none; color: #d3d2d2; }
a:hover { text-decoration: none; color: #fff; background-color: #ef4023; }

a img { border: none; }

#logo {
	z-index: 9999;
	position: absolute;
	width: 419px;
	height: 128px;
	top: 0;
	left: 0px;
}

#logo a:link img, #logo a:active img, #logo a:visited img, #logo a:hover img {
	color: none;
	background: none;
	text-decoration: none;
}

#logo a:link, #logo a:active, #logo a:visited, #logo a:hover {
	color: none;
	background: none;
	text-decoration: none;
}

#menu {
	/*
	Dyn:
	overflow: hidden;
	position: absolute;
	Fix:
	overflow: auto;
	position: fixed;
	*/
    width: 180px;
    overflow: auto;
    top: 150px;
    bottom: 0;
	left: 0;
    position: fixed;
    background: none;
}

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

#menu ul li {
}

.footer {
	font-size:11px;
}

#menu .section-title {
	font-weight: bold;
	font-size:13px;
	letter-spacing:-0.03em;
	color:#ef4023;
}

#content {
    height: 100%;
    margin: 150px 0 0 180px;
    top: 0;
}

#content a:link { text-decoration: underline; color: #000;}
#content a:active { text-decoration: none; }
#content a:visited { text-decoration: underline; color: #d3d2d2; }
#content a:hover { text-decoration: none; color: #fff; background-color: #ef4023; }

.container {
    padding: 0px 5px 25px 25px;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
}

#content #intro {
	font-size:36pt;
	font-family:Helvetica,sans-serif;
	font-weight:bold;
	width:775px;
	letter-spacing:-0.05em;
	line-height:85%;
}

#content #intro a:link { text-decoration: none; color: #000;}
#content #intro a:active { text-decoration: none; }
#content #intro a:visited { text-decoration: none; color: #000; }
#content #intro a:hover { text-decoration: none; color: #fff; background-color: #ef4023; }

#content div.title {
	font-weight: bold;
	font-size: 26px;
	letter-spacing:-0.04em;
	color:#ef4023;
}

#content .container {
	width: 650px;
}

#content div.portrait {
	float:left;
	clear:left;
	margin-right:10px;
}

#content div.header {
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: #ef4023 3px solid;
	color: #ef4023;
	margin: 0 0 10px 0;
	width: 650px;
}

#content div.video {
	width:630px;
	background-color:#e0e0e0;
	padding:10px;
	margin-bottom:10px;
}

#content div.audio {
	width:630px;
	background-color:#e0e0e0;
	padding:10px;
	margin-bottom:10px;
}

#footer {
	border-bottom: #ef4023 3px solid;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#img-container #index {
	float:left;
}

#img-container #index .index-thumb {
	display:block;
	margin-right:5px;
}

#once { clear: left; }
