* {
	margin: 0;
	padding: 0;
}



body{
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	background: #ffffff;
	margin-left: 24px;
	margin-top: 18px;
}

p, li {
	font-size: 12px; /*0.72em*/
	line-height: 1.3; /*1.5em*/
	color:#424242;
}

hr {
}

#text{
}

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

a{
	color: #7a7a7a;
	text-decoration: none;
}
a:hover{
	color:  #00aeef;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    padding-left: 20px;
    padding-top: 9px;
    height: 100%;
    background-color: #fff;

}

.headline { font-family: helvetica, arial, sans-serif; font-weight: bolder; margin: -0.12em 0 0 0; border: none; padding: 0; line-height: 100%; color: #00aeef; font-size: 15px; letter-spacing: -0.02;}

.tagline1 { font-family: helvetica, arial, sans-serif; font-weight: bolder; margin: -1em 0 0 0; border: none; padding: 0; line-height: 100%; color: #262626; font-size: 15px; letter-spacing: -0.02;}

.tagline2 { font-family: helvetica, arial, sans-serif; font-weight: bolder; margin: -1em 0 0 0; border: none; padding: 0; line-height: 100%; color: #262626; font-size: 15px; letter-spacing: -0.02;}

#fb { margin-bottom:4.10em; margin-top: 0.8em; }

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



#menu ul li.section-title {
	color: #424242;
	text-transform: uppercase;
	font-weight: bold; width: 170px;
	margin: 0 0 0 0; border-bottom: 0px solid #424242; padding: 0 0 0.2em 0;
}

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

.active {
	text-decoration: line-through;
}

.copyright {
    font-size: 10px;
}

.post-nav {
	border-top: 1px solid #e5e5e5;
	width: 128px;
	padding-top: 12px;
	margin-top: 15px;
}

.post-nav p, li {
    color: #7a7a7a;
}

.post-nav li a {
    color: #7a7a7a;
}

.post-nav li a:hover {
    color: #00aeef;
    text-decoration: none;
}

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


ul {
	padding: 0;
	list-style: none;
}

#content p { width: 480px; border-bottom: 1px solid #e5e5e5; padding-bottom: 0.4em; }

strong {font-size: 14px; font-weight: bolder; color: #424242; text-transform: uppercase; margin: 0; padding: 0; border-bottom: 0px solid #424242; }

p {
	color: #424242;
    margin: 0 0 8px 0;
    padding-bottom: 8px;
    line-height: 1.3;
}


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