/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author David Huyck
*/
* {
	font-family: Verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	background: #fff;
}

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

a:link { text-decoration: none; color: #b41; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #b41; }
a:hover { text-decoration: underline; }

a img { border: none; }

#logo {
    position: fixed;
    top: 0;
	left: 0;
    width: 215px;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 155px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100% - 155px;
	background-color: #e5e5e5;
}

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

#menu ul li.section-title {
	font-weight: bold;
}

#menu ul li.active, #menu ul li.active A {
	color: #333;
}
#menu ul li.active:before {
	content: '☁ ';
}
#menu ul li.active, #menu ul li a:visited:after {
	content: ' ✔';
}

#menu-meta {
	padding: 3px 10px;
	margin: 0;
	background-color: #ccc;
}
#menu P {
	padding: 0;
}

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

.container {
    padding: 15px 15px 30px 15px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1, h2, h3, h4 {
	font-family: georgia, "times new roman", serif; font-variant: small-caps;
	margin-top: 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; }

.news_title {
	font-size: 18px;
	margin-bottom: 0;
}
	.news_title A {
		font-family: georgia, "times new roman", serif;
	}
.news_when {
	font-size: 9px;
	color: #666;
	margin: 0 0 10px 0;
}
.news_content {
	font-size: larger;
}
.news_permalink {
	width: 500px;
	text-align: right;
	font-style: italic;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}