/*  
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, .post {
	width: auto;
}
.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;
}

/* 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 {
	display: none !important;
}