@charset "UTF-8";
/* CSS Document */

*

p.elseware { margin-top: -4px; }

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 18px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #fff;
	color: #fff;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

#menu a { text-decoration: none; font-weight: normal; color: #444; padding: 0; }
#menu li.active a { color: #fff; padding-bottom: 1px; border-bottom: 1px solid #000; }
#menu a:hover { border-bottom: 1px solid #888; }
#menu a.name:hover { background-color: white; }

#menu em { color: #FFF; font-weight: normal; }
p.copyright { color: #aaa; font-weight: normal; font-size: 10px; }

a:link { border-bottom: none; color: #262626; }
a:visited { color: #666; }

a img { border: none; }
a { outline: none; }

#menu a.name {
	display: block;
	margin-bottom: 0px;
	border: none;
	background: url('/name.gif') no-repeat;
	width: 226px;
	height: 50px;
	}
	
#menu a.name strong { display: none; }

#menu {
	width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding-left: 15px;
	padding-top: 15px;
	font-weight: bold;
	color: #323232;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 6px 0;
}

#menu ul li.section-title { cursor: pointer; }

#content {
    height: 100%;
    margin: 17px 0 0 310px;
    top: 0;
    font-size: 12px;
    line-height: 18px;
}

#content strong { font-weight: bold; color: #afaa29; }

.container { padding: 5px 5px 25px 5px; }

#content p { width: 500px; margin-bottom: 9px; }

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; }


#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: 170px; 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: 12px; text-decoration: none; color: #000; }

strong.else { font-size: 10px; color: #bbb62c; }