@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #151515;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}

h1 {
	font-size:+2.5em;	
}

a img {
	border: none;
}

a:link {
	color: #00F;
	text-decoration: underline; 
}

a:visited {
	color: #9FCBFF;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	font-weight: bold;
}

.container {
	width: 85%;
	min-width: 900px;
	max-width: 1500px;
	background-color: #FFFFFF;
	margin: 0 auto; 
}

.topfiller {
	float: right; 
	width: 15%; 
	min-width: 100px; 
	min-height: 292px; 
	background-color: #959595;
}

header {
	background-color: #151515;
	padding: 30px;
}

.sidebar1 {
	float: left;
	width:15%;
	min-width: 100px;
	background-color: #959595;
	padding-bottom: 10px;
}

.content {
	width: 70%;
	min-width: 560px;
	float: left;
}

aside {
	float: left;
	width:15%;
	min-width: 100px;
	height: 100%;
	min-height: 550px;
	background-color: #959595;
	padding: 10px 0;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

.thumb {
	float: left;
	text-align:center;
	width: 33.333%;
	height:133px;
	padding-top: 20px;
	padding-bottom: 20px;
	display:inline-block;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}

ul.nav li {
	border-bottom: 1px solid #666;
	color: #FFF;
	line-height: 22px;
	max-height: 32px;
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	min-width: 100px;
	color: #FFF;
	text-decoration: none;
	background-color: #454545;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #E5DEC0;
	color: #000;
	text-align:center;
	font-weight: bold;
}

/* ~~ The footer ~~ */
footer {
	padding: 30px;
	background-color: #151515;
	position: relative;
	clear: both;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
