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


body {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #222222;
	font-family: helvetica, arial, sans-serif;
	background: #000000;
	overflow: auto;
}

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

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

a img { border-style: none; }

#menu {
    width: 190px;
    overflow: auto;
    top: 158px;
    bottom: 0;
    left: 50px;
    position: absolute;
    background-color: #000000;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
    height: 400px;
}

#card {
    width: 160px;
    overflow: visible;
    top: 40px;
    bottom: 0;
    left: 50px;
    position: absolute;
    background-color: #000000;
	z-index: 10;
    height: 68px;
    padding: 15px 15px;
}

#control {
    width: 190px;
    overflow: auto;
    top: 158px;
    bottom: 0;
    left: 50px;
    position: absolute;
    background-color: #000000;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
    height: 110px;
}


#menu ul {
	font-size: 11px;
	font-stretch: condensed;
	list-style-type:none;
	padding: 5px 0;
	text-align: left;
	filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}

#menu ul li.section-title {
	font-size: 20px;
	font-weight:200;
	line-height:80%;
	font-stretch: condensed;
 }

#menu .blurb {
	font-size: 10px;
	color: #b70e00;
}


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

#box {
    width: 530px;
    overflow: visible;
    height:480px;
	position: fixed;
	top: 158px;
	z-index: 5;
    bottom: 0;
    left: 260px;
    background-color: #1f1f1f;
    padding: 15px 20px;
}

#ethos {
    width: 530px;
    overflow: visible;
    height:130px;
	position: fixed;
	top: 158px;
	z-index: 5;
    bottom: 0;
    left: 260px;
    background-color: #1f1f1f;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
    padding: 15px 20px;
}


#the-background {
position: absolute;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
overflow:hidden;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

#menu .container {
    padding: 20px 20px;
}


.container {
padding:158px 15px 25px 20px;
}


#content p { width: 500px;
}

p {
    margin: 0;
}

h1 { font-size: 12px;
	color: #FFFFFF;
 }
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; }

#once { clear: left; }