body {
	background-color: #333;
	font-size: 12px;
	font-family: 'Verdana';
	padding: 0;
	margin: 0; }

div {
	display: block; }

a {
	color: #000; }

a:hover {
	color: #800000;
	text-decoration: none; }

a:visited {
	color: #333; }

input {
	border: 1px solid #78797a; }

input.submit {
	color: #f9f9f9;
	border: 1px solid #78797a;
	background-color: #777879; }

li {
	font-size: 12px; }

p {
	font-size: 12px; }

h1 {
	font-size: 20px;
	color: #800000;
}

h2 {
	font-size: 18px;
	color: #000000;
}

h3 {
	font-size: 15px;
	color: #800000;
}

#bg-fade {
	position: absolute;
	width: 100%;
	height: 400px;
	background: -webkit-gradient(linear, left top, left bottom, from(#2C2C2C), to(#333));
	background: -moz-linear-gradient(top, #2C2C2C, #333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2C2C2C, endColorstr=#333333);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2C2C2C, endColorstr=#333333)"; }

#main-container {
	width: 960px;
	margin: 0 auto 20px;
	background: #F9F9F9;
	position: relative;
	-moz-box-shadow: 0 0 5px 5px #000;
	-webkit-box-shadow: 0 0 5px 5px#000;
	box-shadow: 0 0 10px 5px #000; }

#header {
	height: 164px;
	width: 862px;
	margin: 0 auto; }

#ddrlogo {
	width: 122px;
	height: 115px;
	display: block;
	background-image: url('../images/logo.png');
	position: absolute;
	left: 48px;
	top: 11px;
}

#raqlink {
	width: 152px;
	height: 60px;
	background-image: url('../images/raq.png');
	position: absolute;
	right: 50px;
	top: 33px;
}

#ddrtitle {
	width: 273px;
	height: 47px;
	background-image: url('../images/title.png');
	position: absolute;
	right: 50%;
	top: 44px;
	margin-right: -129px;
}

#menu {
	width: 864px;
	height: 40px;
	position: absolute;
	left: 48px;
	top: 130px; }

#menu ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0;
	margin: 0;
	border-spacing: 2px; }

#menu ul li {
	display: table-cell;}
	
#menu a {
	font-size: 15px;
	font-family: 'Tahoma';
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 20px;
	border-bottom: 10px solid #777879; }

#menu a:hover, #menu a.selected {
	border-bottom: 10px solid #800000;
}

#content {
	margin: 0 0 0 50px;
	min-height: 100px; }

#content.wide {
	width: 860px; }

#content.narrow {
	width: 469px; }

.pfn {
	margin-top: 0px;
	margin-right: 51px;
	float: right; }

#footer-top {
	width: 862px;
	height: 29px;
	padding: 11px 49px 0;
	margin: 10px auto 0;
	position: relative;
	background-color: #d1d2d4;
}

#footer-top p {
	margin: 0;
	position: absolute;
	left: 49px;
	top: 13px;
	color: #777879;
	font-size: 13px;
	font-family: 'Verdana';
	font-weight: bold;
	display: inline; }

#footer-top form {
	float: right;
	display: inline-block; }

#footer-top label {
	font-size: 11px;
	color: #777879; }

#footer-bottom {
	border-top: 1px dotted #fff;
	width: 862px;
	text-align: center;
	margin: 0;
	color: #fff;
	padding: 20px 49px;
	background-color: #777879;
}

#footer-bottom h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff; }

#footer-bottom h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	text-decoration: underline;
}

#footer-bottom h6 {
	font-size: 10px;
	font-style: italic;
	margin: 0 0 5px;
}

#footer-bottom div {
	vertical-align: top;
	display: inline-block;
	width: 270px;
	height: 220px;
	text-align: left;
	position: relative;}

#footer-bottom span {
	display: block;
	text-align: left;
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 15px;
	color: #e4e5e6;
	margin-bottom: 10px;
	width: 100%; }

#footer-bottom ul {
	padding: 0;
	list-style: none; }

#hometable {
	margin-top: 3px;
	font-family: 'Tahoma';
	font-size: 14px;
	color: #333;
	text-align: center; }

#hometable p {
	font-family: 'Tahoma';
	font-size: 14px; }

#hometable div {
	vertical-align: top;
	background-color: #efefef;
	display: inline-block;
	width: 270px;
	height: 220px;
	text-align: left;
	position: relative;}

#hometable span {
	position: absolute;
	left: 10px;
	bottom: 10px; }

#hometable p {
	margin: 10px 10px; }

.left {
	float: left; }

.right {
	float: right; }

#hometable h2 {
	display: block;
	height: 30px;
	padding-top:10px;
	margin: 0;
	border-bottom: 1px solid #fff;
	background-color: #7e0000;
	color: #fff;
	font-weight: normal;
	font-family: 'Verdana';
	font-size: 17px;
	text-align: center;
}

#footer-bottom .copyright {
	margin: 25px 0 10px;
}

#footer-bottom h5 {
	font-family: 'Verdana';
	font-weight: normal;
	font-size: 10px;
	margin: 0;
}

#footer-bottom a {
	color: #fff;
}

#image-frame {
	width: 860px;
	height: 423px; }

/* Wordpress Styles */

#plusone {
	margin-top: 2px;
	float: right; }

.twitter-share-button {
	margin-left: 5px;
	float: right; }

.postmetadata {
	margin-top: 10px; }

.postmetadata a {
	color: #433a66; }

.postmetadata div {
	margin-bottom: 40px;
	font-size: 10px;
	width: 100%; }

.postmetadata span {
	display: block;
	margin-top: -30px;
	font-size: 14px;
	float: right; }

#wp-content {
	float: left;
	width: 550px; }

#wp-content h2 {
	margin-top: 0; }

#wp-content h2 a {
	display: block;
	margin: 10px 0 30px;
	font-family: 'CenturyGothic'; }

#wp-content time {
	font-weight: bold;
	font-family: 'Tahoma';
	font-size: 11px; }

#wp-sidebar {
	float: right;
	border: 1px solid #818285;
	margin-bottom: 25px;
	width: 250px; }
	
#wp-sidebar ul {
	padding-left: 10px;
	list-style: none; }
	
#wp-sidebar span {
	display: block;
	width: 100%;
	height: 25px;
	padding: 5px 0 0;
	background-color: #818285;
	color: #fff;
	font-family: 'Tahoma';
	font-size: 16px;
	text-align: center;
	font-weight: bold; }

#wp-sbcontent {
	width: 200px;
	margin: 10px auto; }

#wp-sbcontent a {
	text-decoration: none; }

#wp-sbcontent h2 {
	font-family: 'Tahoma';
	font-weight: bold;
	font-size:14px; }

#wp-sbcontent label {
	display: none; }

#searchsubmit {
	float: right; }

#s {
	margin-left: 10px;
	width: 140px; }

h1.entry-title {
	margin: 10px 0 20px; }

.entry p {
	font-family: 'Tahoma';
	font-size: 13px;
}

.postmetadata div {
	color: #908090
}