.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body
{	background-color:#646464;
	background-image:url('../images/background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
    background-attachment: fixed;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
	margin-top:0px;
	font-size:14px;
}

a:link {color:#FFF; text-shadow: 0 0 4px #000; text-decoration:none;}
a:visited {color:#FFF; text-shadow: 0 0 4px #000; text-decoration:none;}
a:hover {
	color:#FFF;
	text-shadow: 0 0 0.2em white;
	text-decoration: none;
}
a:active {color:#FFF; text-decoration:none;}
 
a img {
	border: 0;
}

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

.topbartextbox {
	font-size: 12px; 
	background-color: #555;
	border: 1px solid #333333; 
	color: #cecece;
}

.topbarsubmit {
	font-size: 12px; 
	background-color: #555;
	border: 1px solid #333333;
	color: #cecece;
	width: 60px;
}

.navigation a:link {color:#f1ece4; text-shadow: 0 0 4px #000; text-decoration:none;}
.navigation a:visited {color:#f1ece4; text-shadow: 0 0 4px #000; text-decoration:none;}
.navigation a:hover {color:#f1ece4; text-shadow: 0px 0 10px #000 ;text-decoration:none;}
.navigation a:active {color:#f1ece4; text-decoration:none;}

.content-title {
	font-size:14px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #d5e2f6;
	margin-bottom: 10px;
	text-transform: uppercase;
	color:#e4edf1;
	text-shadow: 0 0 4px #000;
}

.content {
	background-color:#333;
	border-width:10px;
	border-style:solid;
	border-color:#444;
	filter:alpha(opacity=80);
	opacity:0.8;
	padding:10px;
	font-size:12px;
	color:#bec9db;
	margin: 20px 0;
}

.content:hover {
	border-color:#4e4e4e;
}

#fixed-topbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;
}

.topbar-container {
	background-color:#444;
	width:100%;
	height:21px;
}

.topbar-drawer {
	background-color:#444;
	position:absolute;
	right:10%;
	top:0px;
	height:50px;
	vertical-align:middle;
	line-height:45px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFF;
}

.navigation {
	background-color:#646464;
	width:100%;
	padding: 15px 0px;
	filter:alpha(opacity=80);
	opacity:0.8;
	vertical-align:middle;
	text-align: center;
	margin-bottom: 30px;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.logo {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.logo img {
	width: 330px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left-col {
	width: 65%;
	float: left;
}

.right-col {
	width: 33%;
	float: right;
}

.no-pad {
	padding: 0;
}

.news-container {
	padding-bottom: 25px;
	border-bottom: 1px solid #d5e2f6;
}

p.entry {
	font-size: 12px;
	font-weight: 100;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

.newstitle {
	font-size: 12px;
	font-weight: 100;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
}

.content-footer {
	text-align: right;
	width: 100%;
	padding: 10px 0px 5px;
	font-size:14px;
	text-transform: uppercase;
	color:#e4edf1;
	text-shadow: 0 0 4px #000;
}

p.topthread-entry {
	border-bottom: 1px solid #d5e2f6;
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

.newsletter-block {
	padding-top:14px;
	height:180px;
	width: 100%;
	background-image:url('../images/dof-newsletter.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: 95%;
	text-align: center;
}

.newsletter-block a {
	display: inline-block;
	margin: 135px 20px 0px;
	*display: inline;
	zoom: 1;
}

a.newsletter:link {color:#2a241a; text-shadow: 0 0 0.2em #2a241a; text-decoration:none;}
a.newsletter:visited {color:#2a241a; text-shadow: 0 0 0.2em #2a241a; text-decoration:none;}
a.newsletter:hover {color:#000000; text-shadow: 0 0 5px #000000; text-decoration:none;}
a.newsletter:active {color:#000000; text-decoration:underline;}

#footer {
	margin-top: 0;
}