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

body {
	color: gray;
	font-size: 9px;
	font-family: Geneva, Arial, sans-serif;
	line-height: 14px;
	background: #FFFFFF
}

body.section-1  { color: gray; }
body.section-2  { color: gray; }
body.section-3  { color: gray; }

a:link   { color: black; text-decoration: none; }
a:active   { color: 333333; text-decoration: none; }
a:visited    { color: #999999; text-decoration: none; }
a:hover    { background-color: #CCCCCC; }

a img { border: none; }

#mylogo {width: 100px; height: 100px; background: url(http://www.robcerrato.com/img/logo.png);}

#logo_topleft a:hover { background: transparent; }


#menu {
    width: 150px;
    overflow: auto;
    top: 16px;
    bottom: 0px;
	left: 27px;
    position: fixed;
    height: 100%;
}

#menu ul { 
	color: white; 
	list-style: none; 
	margin: 0 0 10px 0; 
}
	

#menu ul li.section-title {

	font-size: 12px;
	display: inline;
	color: #CCCCCC;
	line-height: 16px;
}

#content {

    height: 100%;
    margin: 0px 0 0 175px;
    top: 0;
}

#blog {
	width: 820px;
    height: 100%;
    margin: 0px 0 0 175px;
    top: 0;
}


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

#content p { 
	width: 820px; 
	margin-bottom: 20px;
 }

#green { font-size: 10px; color: gray; }

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; }
