/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Kaz Raad
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: 'Lucinda Grande', Helvetica, Arial, sans-serif, 'Sans Serif';
	background: #fff;
}

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

a:link 		{ text-decoration: none; color:#777; }
a:active 	{ text-decoration: none; }
a:visited 	{ text-decoration: none; color:#777; }
a:hover 	{ text-decoration: none; color:#333;  }

li.active a { color:#000 !important; }
a img { border: none; }

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

#logo img { border:none !important; padding: 10px; }

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

#menu ul li.section-title { margin-top:10px; margin-left:0px; text-transform:uppercase; font-weight:bold; }

#menu ul li { margin-left:10px; line-height:18px; }

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

#colophon { color:#999; background:url('elements/white_30_pct.png') repeat; position:fixed; z-index:1000; left:0px; bottom:0px; margin:0px 0px 0px 40px; padding:4px 8px; width:100%; text-transform:lowercase; font-size:9px; }
#colophon:hover { background:#fff; }
#colophon a { color:#666; }
#colophon a.adm { color:#CB006B; }
#colophon a:hover { border-bottom:1px dotted !important; }

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }
