/*   
Theme Name: The DDD Directory
Theme URI: http://www.theddddirectory.com
Description: Custom theme for The DDD Directory
Author: DarkHouseMedia
Author URI: http://www.darkhousemedia.com
*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

body {
	font-size: 62.5%;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

img, object {
	display: block;
}

/* page styling */

body {
	background: #2b2b2b url(images/bg-main.jpg) repeat-x top center;
	font-family: verdana,sans-serif;
	color: #000;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 8px 0;
}

h1 {
	font-size: 1.8em;
	color: #0887fd;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

a {
	color: #0887fd;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 970px;
}

#header {
	width: 970px;
	height: 109px;
	margin-bottom: 4px;
}

#logo {
	margin: 8px 0 9px;
}

#nav {
	width: 970px;
	height: 32px;
	background: #000 url(images/bg-top-nav.jpg) no-repeat top center;
}

#nav ul {
	text-align: center;
	padding: 7px 0 3px;
}

#nav ul li {
	display: inline;
	padding: 0 7px;
	color: #fff;
	font-size: 1.2em;
}

#nav a {
	color: #fff;
}

#content {
	float: right;
	display: inline;
	width: 756px;
}

#sidebar_wrapper {
	float: left;
	display: inline;
	width: 211px;	
}

#s {
	width: 120px;
}

#sidebar input {
	font-size: 1.1em;
	font-family: arial,sans-serif;
}

.post {
	background: #fff url(images/main-panel-middle-full.jpg) repeat-y top center;
	margin-bottom: 3px;
}

.side_content {
	background: transparent url(images/news-panel-middle.jpg) repeat-y top center;
	width: 211px;
}

.side_top {
	background: transparent url(images/news-panel-top.jpg) no-repeat top center;
	width: 211px;
}

.side_bottom {
	background: transparent url(images/news-panel-bottom.jpg) no-repeat bottom center;
	padding: 8px 10px 12px;
	width: 191px;
}

#sidebar {
	color: #b0b0b0;
}

#sidebar h2 {
	font-family: arial,sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	padding: 7px 0;
}

#sidebar li ul {
	margin-left: 20px;
	list-style-image: url(images/arrow.gif);
}

#sidebar li ul.nostyle {
	margin-left: 0;
	list-style-image: none;
}

#sidebar li ul li {
	font-size: 1.0em;
	padding-bottom: 5px;
}

/*#sidebar li ul.nostyle li {
	padding: 0;
}*/

#sidebar a {
	color: #fff;
}

#searchform {
	margin-bottom: 5px;
}

.content_item {
	padding: 10px 15px 0;
}

h2 {
	font-size: 1.8em;
}

.post h2 {
	margin-bottom: 10px;
}

.post h2 a {
	font-weight: normal;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post small {
	color: #6f6f6f;
	font-size: 1.0em;
	margin-bottom: 5px;
}

.entry p {
	width: 726px;
}

.postmetadata {
	border-top: 1px solid #999;
	font-size: 1.0em;
	color: #999;
	padding-top: 5px;
	margin-top: 15px;
}

.commentlist {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

h3#comments {
	border-top: 1px solid #999;
	padding-top: 10px;
}

#commentform textarea {
	width: 700px;
}


/* shortcuts */

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clr {
	clear: both;
	visibility: hidden;
}

.ctr {
	margin: 0 auto;
}