/*
LAYOUT: Single-Column
DESCRIPTION: Single-column fluid layout with collapsible sections
Modified by: Jeffrey Pia
Modifier URI: http://JeffreyPia.com
*/

/* Universal Reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
/*background-image: transparent;*/ /* edit! has been removed again */
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
color: white;
background: black;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
/* End Universal Reset */

html, body {
	background: #f9f7f8 url("images/LDD_hdr.jpg") no-repeat scroll center top;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.90em;
	color: #000;
	line-height: 1.3em;
	height: 100%;
}
h1 {
	font-size: 2.5em; /* 40px/16=2.5em */
	line-height: 300%;
	visibility: hidden;
} 
h2 {
	font-size: 2em; /* 32px/16=2em */
	font-family: Geneva, Arial, Sans-Serif;
	line-height: 150%;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}
h3 {
	font-size: 1.125em; /* 18px/16=1.125em */
	font-family: Geneva, Arial, Sans-Serif;
	line-height: 125%;
	font-weight: bold;
}
h4 {
	font-size: .875em; /* 14px/16=.875em */
	font-family: Geneva, Arial, Sans-Serif;
	line-height: 150%;
	font-weight: bold;
}
p {
	margin-bottom: 20px;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:active, a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
} 
em {
	font-style: italic;
}

div#wrapper {
	width: 960px;
	margin: 0 auto;
}
div#header {
	padding: 20px 0;
	margin-bottom: 170px;
}
div#container {
	padding: 0 20px 20px;
	margin-left: 80px;
}
div #sidebar {
	width: 230px;
	float: left;
}
div #sidebar div {
	float: left;
	clear: both;
	margin: 10px 0;
}
div #sidebar img, div #sidebar p {
	float: left;
	margin: 0 5px;
}
div #sidebar img.twitterIcon {
	margin-left: 20px;
}
div #content {
	width: 520px;
	float: left;
	margin-top: 5px;
}
div #fbLike {
	margin-left: -10px;
}
div#footer {
	color: #000;
	font-size: .9em;
	padding: 10px 0;
	text-align: center;
	clear: both;
}
