/**
* CSS
* 
* @version 1.0
* @author Daniel Séguin */

body {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 0.8em;
	background-color: #000000;
	margin:20px 8px 8px 0;
	color: #777777;
	height: 100%;
	width: 100%;
}

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


a {
	color: #888888;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.active, a.active {
	color: #000000;
}

a img { border: none; 
}

#styleswitcher {
	top:0px;
	left:0px;
	position:fixed;
	width:100%;
	text-align:right;
	background-color: #000000;
	height: 20px;
}

#styleswitcher img {
	margin:8px 8px 8px 0;
}

#header {
	width: 100%;
   	position: fixed;
	background-color: #000000;
}

#main-header {
	width: 203px;
	background-color: #000000;
	float: left;
	margin-left: 15px;
}

#submenu {
	width: auto;
	float: right;
	text-align: right;
	background-color: #000000;
	padding: 10px 5px 0px 0px;
	font-weight: bold;
	margin-right: 15px;
}

	#submenu li {
		display: inline;
		list-style-type: none;
		padding-left: 20px;
	}	
	
	.active a {
		color: #cccccc !important;
		text-decoration:overline;
	}

#footer {
	width: 100%;
   	position: fixed;
	background-color: #000000;
	bottom: 0;
}

#submenu2 {
	float: right;
	text-align: right;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 15px;      
}

#submenu3 {
	float: left;
	text-align: left;
	background-color: #000000;
	padding-top: 5px;
	padding-left: 15px;      
}

#content {
    height: 100%;
    margin: 0 0 0 0;
}

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

#content p { width: 400px; 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; }

hr {
	background-color: #AAA;
	border: 1px solid #AAA;
}

.title { 
	color: #D3D3D3; 
	font-weight: bold;
	padding-top: 5px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

ul#seen-elsewhere {
	margin: 0;
	padding: 0 0 0 15px;
}

.recent-comments, #seen-elsewhere li {
	padding-bottom: 13px;
}

#seen-elsewhere li:last-child {
	padding-bottom: 0px;
}
