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

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
    background: #fff;
}

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

a:link { text-decoration: none; color:#666666}
a:active { text-decoration: none; color:#999999; }
a:visited { text-decoration: none; color:#999999; }
a:hover { text-decoration: none; color:#ffffff; background: #99CC00}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color:#666666

}

#menu .container {
	padding-left: 30px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;	
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color:#666666

}

#menu ul li.section-title {	
    font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000; 
}

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

#content .container {
	margin: 109px 0 0 0;
	padding-left: 15px;
}

.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; }
 
 /* Tumblr - Elements */
#tumblr-badge {
/*	width: 570px; /*should equal .tumblr width below. Controls positioning of pagination links.*/
	clear: right;
}

.tumblr {
	list-style: none;
/*	width: 570px;*/
	margin-bottom: 1em;
	margin-top: 10px;
	padding: 0;			
}
.tumblr li {
	padding-top: 1.5em;
	padding-bottom: 3em;
	border-top: 1px solid #ccc;
}
.tumblr li ul {		/*lists within text must format differently from the list of posts*/
	margin-bottom: 1em;
}
.tumblr li ul li {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 4em;
	border: none;
}
.tumblr li h2 {
	font-size: 1.5em;
}
#content .tumblr p {
	margin-top: 0;
	margin-bottom: 0;
	width: 500px;
	text-align:justify;
}
.tumblr img {
	display: block;
	border-style: none;
}
.tumblr em {
	display: block;
	margin-top: 0.2em;
	font-style:normal;
}
.tumblr .tumblr-post-date{
	display: block;
	font-size: 1.0em;
	margin-top: 0;
	margin-bottom: 2em;
}

/* Page nav */
#page-nav {
float: right;
padding-bottom: 30px;
}
.alive {
cursor: pointer;
}
.dead, .dead:hover {
cursor: not-allowed;
color:#CCCCCC;
text-decoration: none;
}
#page-nav-line {
color: #25c0f1;
}

