/*  
Theme Name: WDW
Theme URI: http://www.webdesignerwall.com/
Description: Wordpress theme of Web Designer Wall.
Author: Nick La
Author URI: http://www.webdesignerwall.com/

	This theme (graphics and design) Copyright (c) Web Designer Wall.

*/
* {
	background: none !important;
}

body {
	background: none;
	padding: 10px 100px 0 100px;
	font: 110%/170% Arial, Helvetica, sans-serif;
	color: #000000;
}
h3 {
	text-indent: 0 !important;
}
a, h1 a, #description {
	color: #000000;
}

/* header */
#header {
	height: 100px;
	border-bottom: solid 3px #666;
	margin-bottom: 30px;
}
#logo {
	left: 0;
	top: 0;
}
#description {
	left: 0;
	top: 60px;
	width: 100%;
	text-align: left;
}


/* content */
#content-wrap {
	width: auto;
	margin: 0 auto;
	background: none;
	position: relative;
	padding: 0 0 0px;
}
#top {
	background: none;
	height: auto;
}
#content {
	width: auto;
	float: none;
	position: relative;
	padding: 35px 0 20px 98px;
	z-index: 5;
}


#content, .post {
	width: 900px;
}
.title {
	text-align: left;
	padding-left: 10px;
}
.tags {
	padding-left: 0;
}
.date span {
	letter-spacing: 0;
	line-height: 26px;
}


/* comments */
.commentlist small {
	padding-top: 0px;
}
.comment-entry {
	width: 700px;
	padding: 0 0 15px 70px;
}
.comment-number {
	width: 70px;
}
.commentlist .commentmetadata {
	padding: 4px 0 2px 70px;
}

/* footer */
#footer-wrap {
	height: auto;
}
#about-sticky {
	width: 100%;
	float: none;
	padding: 0;
	border-top: solid 1px #ccc;
}
#about-sticky p {
	margin: 0;
	padding: 0;
}
#about-sticky h4 {
	background: ;
	text-indent: 0;
	padding: 5px 0 0;
	margin: 0;
	text-transform: uppercase;
	clear: both;
}
#credits {
	padding: 0;
}


/* do not print */
#nav, #subnav, #searchform, a.comments, a.write , #respond, #commentform, .postnav, #backtotop, #sidebar, #recent-comments, #recent-posts, #footer .affiliate, .ad, .intouch, .digg-it, .feedcount, .bookmark-tools {
	display: none !important;
}