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



* {
	margin: 0;
	padding: 0;
}

html, body { 
	font-family:Helvetica, Arial, Times, serif;
	background-color:#fff;
	color: #000;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0px;
	line-height: 150%;
	font-size: 13px;
	height: 100%;
}

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

a:link { text-decoration: none; color:#222 }
a:active { text-decoration: none;  color:#008D44; }
a:visited { text-decoration: none;  color:#222; }
a:hover { text-decoration: none;  color:#008D44; }

a img { border: none; }

#menu ul { 
	margin-bottom:0; 
	list-style:none; 
	float: left; 
	width:auto; 
	padding: 0 60px 10px 0; 

	}

#menu ul li.section-title { color: #008D44; text-decoration: none; font-weight: bold; padding-top:10px; padding-bottom: 1px; font-size: 16px;}

#menu ul li { display:block; margin:0; padding:0; }

#menu li{ margin:0; padding:0; }

.menu { vertical-align:bottom; }


.container { padding: 0px 0px 0px 0px; height:100%; min-height: 100%; }

p { margin: 0 0 9px 0; }

h1 { font:Helvetica, Arial, sans-serif; line-height:125%; font-size:30px; color:#008D44; font-weight: bold; margin-bottom: 20px; letter-spacing: -1px;}
h2 { font-size: 24px; color:#008D44;}
h3 { font-size: 16px; color:#008D44;}
h4 { font-size: 12px; color:#008D44;}
h5 { font-size: 10px; color:#008D44;}

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

#once { clear: left; }

/**type changes**/

.name { text-transform:none; color:#008D44; font-weight:bold; }

.title { font:Georgia, "Times New Roman", Times, serif; line-height: 13pt; font-size: 10pt; color:#008D44; font-weight:bold; }

.footer { font-size:9px; text-transform:none; line-height:150%; }

.hello { font:Georgia, "Times New Roman", Times, serif; line-height:125%; font-size:36px; color:#008D44; }

.greeting { font:Georgia, "Times New Roman", Times, serif; line-height:125%; font-size:36px; padding-bottom:10px; }

/* MAIN STRUCTURE */

#wrap { 
	margin:0 auto;
	margin:0 0 -40px 0px;
	background:#fff; 
	min-height: 100%;
	height: auto !important;
	clear:both;
	}


/* TOP INFO */

#logo { 
	background:#fff; 
	width:150px; 
	height:226px; 
	margin:25px 0px 0px 30px; 
	float:left; 
	overflow:hidden; 
	}

#name { 	
	display:none;
	background:#fff; 
	width:800px; 
	height:15px;
	padding-bottom:10px;
	margin:25px 20px 0px 20px; 
	float:right; 
	overflow:none; 
	}

/* NAVIGATION */

#nav { 	
	background:#fff; 
	width:1000px; 
	height:auto;
	vertical-align:top;
	margin:15px 20px 0px 50px; 
	float:left; 
	overflow:none; 
	}

.clear {clear:both;}


/* HEADER(MAIN CONTENT) */
	
#content {
	position: relative;
	background:#fff; 
	float:left; 
	height:auto; 
	padding: 0px 20px 30px 0px;
	margin: 0px 0 0 230px; 
	clear:both; 
	overflow-x:auto;
	overflow-y: hidden; 
	}


/* FOOTER */
#push {
	background: none;
	}
#footer { 
	position: relative;
	clear: both;
	display:block;
	height: 40px;
	padding:30px 0 0 210px;
	margin:30px 0 0 20px;
	z-index: -1;
	}

/* CV */

#col1 {
	width: 400px;
	display: inline;
	float: left;
	}
#col2 {
	position: relative;
	top: 0;
	width: 400px;
	display: inline;
	float: left;
	}

#year {
	position: relative;
	display: inline;
	float: left;
	width: 50px;
	margin-right: 30px;
	}

#project {
	position: relative;
	display: inline;
	float: left;
	width: 240px;
	margin-right: 50px;
	margin-bottom: 20px;
	}



/* CONTACT */

#address {
	position: relative;
	display: inline;
	float: left;
	width: 150px;
	margin-right: 90px;
	}

#telephone {
	position: relative;
	display: inline;
	float: left;
	width: 150px;
	margin-right: 90px;
	}

#email {
	position: relative;
	display: inline;
	float: left;
	width: 200px;
	}

