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

body {
	font-size: 13px;
	font-family: Georgia;
	color:#666666;
	background: #fff;
}

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

a:link { 
color:#666666;
text-decoration:none;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { background-color:#62a4a6;
color:#333333;
text-decoration:underline;
}
	
a img { border: none; }

#menu {
    width: 200px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 35px;
    position: fixed;
    height: 650px;
	background-color: #fff;
}

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

#menu ul li.active a { background-color:#62a4a6;
color:#333333;
text-decoration:underline;
}


#menu ul li.section-title {
border-bottom:thin solid #333333;
border-color:#333333;
border-top:thin solid #333333;
color:#333333;
font-family:Georgia,serif;
font-size:12px;
font-weight:bold;
margin: 15px 0px 0px 0; 
}

ul#section-Commercial\/Editorial a:hover  { background-color:#df3789;
color:#333333;
text-decoration:underline;
}

ul#section-Commercial\/Editorial li.active a { background-color:#df3789;
color:#333333;
text-decoration:underline;
}

ul#section-Personal\ Work a:hover  { background-color:#ffe854;
color:#333333;
text-decoration:underline;
}

ul#section-Personal\ Work li.active a { background-color:#ffe854;
color:#333333;
text-decoration:underline;
}

ul#section-About a:hover  { background-color:#777777;
color:#333333;
text-decoration:underline;
}

ul#section-About li.active a { background-color:#777777;
color:#333333;
text-decoration:underline;
}

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

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

#content .container { padding: 30px 0 0 40px; }

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px;
	font-style:italic;
	font-weight:100;
	font-family: Georgia;
	
	color:#666666;
}
h2 { font-size: 10px;
	font-style:italic;
	font-weight:100;
	font-family: Georgia;
	
	color:#666666;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 1000px; margin: 0; padding: 0 0 11px 0; }

#once { clear: left; }
