/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

p.elseware { margin-top: -4px; }

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	color: #888;
	font-family: Georgia, Arial, serif;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

#menu a { text-decoration: none; font-weight: normal;  padding: 0; }



#menu em { color: #888; font-weight: normal; }
p.copyright {  font-weight: normal; }

a:link { text-decoration: none; color: #888; }
a:active { text-decoration: none; color: #888; }
a:visited { text-decoration: none; color: #888;  }
a:hover { text-decoration: none; color: #ffffff; background-color: #888}


/*a img { border: none; }
a { outline: none; }*/

#menu a.name {
	display: block;
	padding-bottom: 0px;
	border: none;
	}
	
/*#menu a.name strong { display: normal; }*/

#menu {
	width: 220px;
    /* overflow: auto; */
    top: 0;
    bottom: 0;
	left: 0;
    /* position: fixed; */
    position: absolute;
    height: 100%;
	padding-left: 15px;
	padding-top: 15px;
	
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 6px 0;
}

#menu ul li.section-title { font-weight: normal;  color: #888; letter-spacing: 1px; }

#content {
    height: 100%;
    margin: 17px 0 0 255px;
    top: 0;
}

#content strong { font-weight: normal; }

.container { padding: 5px 5px 25px 5px; }

#content p { width: 350px; margin-bottom: 9px; color: #888;}

p { margin: 0 0 9px 0; }

h1 { font-size: 32px; }
h2 { font-size: 13px; }
h3 { font-weight: normal; font-size: 9px; }
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; }


#about p { padding-top: 7px; line-height: 18px; width: 431px; }

.about-left img { margin-bottom: 10px; }
.about-left { float: left; width: 431px; }
.about-right { float: left; width: 200px; margin: 0 0 0 20px; font-size: 18px; line-height: 24px; position: relative; top: -23px; }
.about-right em { font-size: 11px; }
.about-right .manifesto { font-size: 10px; letter-spacing: 1px; color: #aaa; text-transform: uppercase; font-style: normal; }

.about-right a { font-size: 10px; text-decoration: none; color: #888; }

strong.else { font-size: 10px; color: #888; }