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

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; }
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: #fff;
	font:normal 10px arial;
	text-transform: uppercase;
	padding:15px;
	b_order-right: 1px solid #eee;
}

#menu a, #content a{
	color:#000;
	background-color: #eee;
}
#menu a:hover, #menu li.active a, #content a:hover, a:active{
	color:#FB00C3;
	background-color: #00FBDB;
	text-decoration: none;
}
#menu li.active a{}

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

#menu ul li.section-title { font-weight: bold;color:#666}
#menu ul li{
	margin-bottom: 2px;
}
#menu #title{
	font-weight: bold;
	color: #666;
}
#content {
    height: 100%;
    margin: 0 0 20px 245px;
    top: 0;
    padding:15px;
    font-family: arial, sans-serif;
}
#content h1{
	font-size: inherit;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
	color:#222;
	text-shadow: 1px 1px #eee
}
#content h2{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
	color:#220;
}
.new{
	padding:10px;
	background-color: #eee;
	width: 550px;
	margin: 5px 0 15px 0;
}
.new2{
	background-color: #f5f5f5;
}
.new a{
	text-decoration: underline;
	background-color: none;
}
#cv{
	margin:0; padding: 0;
}
#cv strong{
	color:#444;
	font-style: italic;
	text-shadow: 1px 1px #eee
}

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

#content p { width: 550px; margin-bottom: 15px; line-height: 17px; }

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0; padding: 0; color:#666; font-style: italic;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; text-align: left;}
#img-container em{text-align: left;}
span.nothumb{float: none;}
#once { clear: left; }
