@charset "utf-8";
/* CSS Document */
body, html {
	background:#000;
	color:#fff;
	margin:0;
}

h1,h2,h3,h4,h5,h6 { 
  color:#fff;
}

.container {
	margin:0;
}

.header{
	background: url(../images/top.jpg) no-repeat;
	height:109px;
}

.topstrip{
	background: url(../images/topstrip.jpg) no-repeat;
	height:220px;
}

.post {
	margin-bottom: 10px;
	padding: 10px;
	border-right: #333 solid 1px;
	border-bottom: #333 solid 2px;
}

.slideshow{}

.extraHeadline, .extraHeadline h2{
	color:#f2a500;
}

.rightContent{
	float:right;
	margin: 10px 100px 0 0;
	height:98px;
}

.login .inputs {
	font: 700 11px Arial, Helvetica, sans-serif;
	color:#ccc;
	background: #0c0c0c;
	border: 1px solid #686868;
}

.topMenu {
	background: url(../images/menu_bg.jpg) no-repeat top;
	height:30px;
	width:230px;
	margin: 38px 0 0;
	padding: 7px 3px 0;
	font: 700 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	text-align:center;
}

.topMenu a:link, .topMenu a:visited, .topMenu a:active{
	color:#babaa9;
	text-decoration:none;
}

.topMenu a:hover {
	color: #999;
}