/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
font-size: 12px;
font-family: 'Gudea', sans-serif;
background: #fff;
margin-top: 80px;


}

body.section-1 { }
body.section-2 { }
body.section-3 { }

.section-2 .container p { color: gray; padding: 10px;
}


span.img-title {
 padding: 0px 0px 1px 0px; color: #121212; border-bottom: 1px solid #343434; 
}

span.img-caption { color: #565656; }


li.active a {

color: #000;
padding-left: 5px;
border-left: 12px solid #000;

}

table.overview_table { margin-top: -150px; }

div.grow strong {
    font-family: helvetica, arial, sans-serif;
font-weight: bold;

}
div.grow em {
    font-family: helvetica, arial, sans-serif;
font-weight: 200;
color: #333;

}

#bio {
 background-color: white;
 width: 600px;
 float: left;
 padding: 20px;
 color: #555;

}

#cv-iframe {
    display:block;
    width: 800px;
    height: 2000px;

}
#cv-iframe iframe {

width: 800px;
height: 2000px;
border: none;
overflow: hidden;
}

#bio a {
 background: none;
 color: blue;
 text-decoration: none;
}

#bio a:hover {
 background-color: #eee;
 text-decoration: underline;

}

ul.in-bio {
 padding-left: 20px;

}

span.large {
 color: black;
 font-size: 400%;
 font-weight: bold;
 border-bottom: 1px dotted black;


}

hr.rule {
 
 border: none;
 border-bottom: 1px dotted gray;

}


span.med {
 color: black;
 border-bottom: 1px solid black;
}


span.company{
 color: black;
 border-bottom: 1px solid black;


}




a:link { 

color: blue;
font-weight: 200;
text-decoration: none;

}



a:hover { 
color: blue;
font-weight: 200;
text-decoration: underline;


}


a.in-text { color: green; background: none; text-decoration: underline; }
a.in-text :active { color: green; background: white; text-decoration: underline; }
a.in-text :visited { color: green; background: none; text-decoration: underline; }
a.in-text :hover{ color: green; background: white; text-decoration: underline; }

a img { border: none; }

#menu {
width: 300px;
overflow: none;
top: 70px;
bottom: 0;
left: 50px;
position: fixed;
height: 100%;

}

#menu ul {
	list-style: none;
	margin: 10px 10px 12px 0px;
}

#menu ul li.section-title { 
color: #000;
padding: 2px;
margin-bottom: 10px;
font-weight: 700;
font-size: 100%;
}

#menu ul li {
 margin-bottom: 8px;
font-size: 150%;
}

.myname {
font-weight: 700;
font-size: 200%;
line-height: 1.2em;
margin-bottom: 20px;
border-bottom: 5px solid black;
width: 50%;
padding-bottom: 10px;
}

#content {
    height: 100%;
    margin: 0 0 0 415px;
    top: 0;
}

.container {
padding: 5px 5px 25px 5px;
/* font-family: helvetica, arial, sans; */
font-weight: 300;
line-height: 1.5em;
font-family: 'Gudea', sans-serif;
font-size: 100%;

}


.cl {
font-family: helvetica, arial, sans-serif;
font-weight: 200;
font-size: 100%;
line-height: 1.5em;
color: #333;
 
}


.container p {
font-family: 'Gudea', sans-serif;
font-weight: 200;
font-size: 150%;
line-height: 1.3em;
color: black;
}


#content p { 

margin-bottom: 9px;
padding-right: 20%;

}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 44px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }