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

body {
	font-size: 10px;
	font-family: 'helvetica neue', helvetica, Verdana, sans-serif;
	background: #222222;
}

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

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

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000000;
	color: #ffffff;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 235px;
    top: 0; 
    color: #fff;
}

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

#content .container {padding: 20px 0 20px 0;}

#content p { width: 360px; margin: 0 0 -20px 0; padding: 20px; font-size: 13px; line-height: 24px; color: #888888; background: #333333; }

p {
    font-size: 10px; 
    line-height: 16px; 
    margin: 0 0 20px 0;
}

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 { margin: 0 10px 0 0; padding: 0 0 12px 0; }

#once { clear: left; }




/* ADDED STUFF */

div.cl {display: none; }

div#icon { text-align: center; padding: 0; margin:0;}
div#icon a { width: 150px; height: 150px; text-indent: -9999px; display: block; background: url(/theb.png) 0 0 no-repeat; text-decoration: none; padding: 0; margin: 0 0 0 10px;}

