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


#blog {
	list-style: none;
	margin: 0 0 15px 50px;
	font-family: 'Lato', helvetica, arial sans-serif;
	font-size: 10px;
	color: #000;
	letter-spacing: 1px;
}


body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #000000;
	letter-spacing: .1em;
}

#wrapper { width: 960px; margin: 0 auto; text-align: right; background: #fff; }

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

a:link { text-decoration: none; color: #000000; font-size: 10px; font-weight: 300;}
a:active { text-decoration: none; color: #000000; font-size: 10px; font-weight: 300;}
a:visited { text-decoration: none; color: #000000;; font-size: 10px; font-weight: 300;}
a:hover { text-decoration: none; background-color:#bbeeff; color:#000; font-size: 10px; font-weight: 300;}


a img { border: none; }



#menu {
	
    width: 245px;
    overflow: auto;
    top: 95px;
    bottom: 0;
	left: 0px;
	padding-right: 30px;
    height: 100%;
	position:fixed;
	background-color: #FFF;
	text-align: left;
	line-height: 15px;
	word-spacing: -.05em;
	font-family: 'Lato', helvetica, arial sans-serif;

}


#menu ul {
	list-style: none;
	margin: 0 0 15px 50px;
	font-family: 'Lato', helvetica, arial sans-serif;
	
}

#menu ul li.section-title {
	list-style: none;
	font-family: 'Lato', helvetica, arial sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	}

#content {
    height: 100%;
   	margin: 0 0 0 270px; 
	padding-top: 150px;
}

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

#content p { 
	width: 150px; 
	margin-bottom: 9px; 
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #000000;
	letter-spacing: 1px;
	font-variation: none;
}

p {
    margin: 0 0 9px 0;

}


h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 14px; font-weight: 600; letter-spacing: .15em; word-spacing: .5em}
h4 { font-size: 11px; font-weight:lighter; }


#img-container	{ margin: 0; top-padding: 100px; top: 100px; }

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

#once { clear: left; }
