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

body {
	font-size: 10px;
	font-family:  'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background: #fff;
	color: #3b3732;
}

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

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

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #ffffff;
	background-image: url(../../../files/gimgs/grey-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

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

#menu ul li.section-title {
	font-family: 'Vollkorn', arial, serif;
	font-size: 13px;
	color: #959a8f;
	padding-bottom: 5px;
}

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

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

	background-repeat: repeat-x;
	background-position: left top;
}

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

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; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#bar {
	background-color: #949a8e;
	height: 34px;
	width: 6px;
	float: left;
	position: absolute;
	top: 112px;
	left: 50px;
}
#topbar {
	background-image: url(../../../files/gimgs/grey-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	z-index: 1000;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
}
.T {
	font-size: 13px;
	font-family: 'Vollkorn', arial, serif;
	color: #3b3732;
	font-style: normal;
	padding-top: 10px;
}
.C {
	font-size: 10px;
	font-family:  'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    color: #959a8f;
}

.contactheadline {
	font-family: 'Vollkorn', arial, serif;
	font-size: 15px;
	color: #3b3732;
	padding-bottom: 5px;
}
.cvbody {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	width: 650px;
	padding-top: 5px;
	padding-left: 5px;
	color: #959a8f;
}
.cvshowtitle{
	font-family: 'Vollkorn', arial, serif;
	font-size: 12px;
	color: #656961;
}
