/*	stylesheet for du4designs.com
	created by: Ryan Scherler (www.crashpaddesign.com)
	created on: Aug 13th, 2008
*/

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-light", Helvetica, sans-serif;
	font-size: 67.5%;
}

img {
	border: none;
}

div.wrap {
	width: 68em;
	margin: 0 auto;
}

h1#logo a {
	display: block;
	width: 144px;
	height: 165px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat 0 0;
}

div#main {
	background: url(../images/bg-main.gif) repeat 0 0;
	padding: 1em 0;
	margin: 0;
}

div#content {
	text-transform: uppercase;
	color: #a7a7a7;
	padding: 1em;
	background: #fff;
}

div#content h2 {
	font-weight: normal;
	font-size: 1.2em;
}

div#content p {
	line-height: 2em;
	margin-bottom: .5em;
	padding: 0;
}

div#content p.prehead {
	margin-bottom: 2em;
}

div#content a {
	color: #777;
}

div#content a:hover {
	color: #555;
}

#thumbs img {
	display: block;
	width: 99px;
	height: 99px;
	float: left;
	margin: 1em;
}

div#content-footer {
	position: relative;
	height: 2.6em;
	margin-right: 2.6em;
	background: #fff;
}
div#content-footer img {
	position: absolute;
	right: -2.6em;
	bottom: 0;
}

div#footer p {
	margin: .5em 0;
	padding: 0 1em;
}

div#footer a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #b3b3b3;
}

div#footer a:hover {
	color: #555;
}

.hide {
	display: none;
}