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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { color: #FCB116 }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9pt;
        padding: 0px 50px 0px 0px;
}

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

#menu ul li.section-title { font-family:"Arial Black", Gadget, sans-serif; }
#menu li { font-style: italic; }
#menu img.blog { padding: 0px 0px 10px 0px; }

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

.container {
    padding: 80px 30px 30px 80px;
    
}

#content p { width: 400px; margin-bottom: 9px; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; font-size: 12px; line-height: 150%; }

p {
    margin: 0 0 9px 0;
}
p img.icon { width: 75px; height: 75px; padding: 0px 0px 20px 0px; }
p img.cc { width: 50px; }

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

#menu ul li.section-title-Info { display:block; width:129px; height: 21px; background-image:url(../img/info.png); background-repeat:no-repeat; padding: 0px 0px 5px 0px; }
#menu ul li.section-title-Projects { display:block; width:129px; height: 21px; background-image:url(../img/projects.png); background-repeat:no-repeat; padding: 0px 0px 5px 0px; }
#menu ul li.section-title-Web { display:block; width:129px; height: 21px; background-image:url(../img/web.png); background-repeat:no-repeat; padding: 0px 0px 5px 0px; }
#menu ul li.section-title-Design { display:block; width:129px; height: 21px; background-image:url(../img/design.png); background-repeat:no-repeat; padding: 0px 0px 5px 0px; }

#menu ul li.section-title-Info span, #menu ul li.section-title-Projects span, #menu ul li.section-title-about span, #menu ul li.section-title-Web span, #menu ul li.section-title-Design span { left:-2000px; position:absolute; }

#content a:link { color: #BA282E; }
