/* CSS 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.0;
}
ol, ul {
	list-style: square;
	padding-left: 20px;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles
=================================*/

body {
	text-align: center;
	min-width: 800px;
	background-color: #333333;
	color: #cccccc;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 0.875em;
	margin: 10px 0;
}

html>body {
	font-size: 14px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 1.5em 0;
}

blockquote {
	display: block;
	padding: 0 40px;
	margin: 1.5em 0 1.5em 0;	
}

blockquote p {
	margin: 0;
	font-style: italic;
	text-align: justify;
}

blockquote:before, blockquote:after {
	display: block;
	width: 40px;
	font-size: 5em;
	background-color: #1a1a1a;
	color: #d0eb6a;
}

blockquote:before {
	height: 0;
	content: open-quote;
	margin-left: -40px;
}

blockquote:after {
	height: 30px;
	content: close-quote;
	margin: -30px 0 0 100%;
	text-align: right;
}

ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 1.5em 0;
}

h1, h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 1em 0 1em 0;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	padding: 3px;	
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #d0eb6a;
	background-color: #151515;
}

a {
	color: #d0eb6a;
	background-color: #1a1a1a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}


/* Layout
=================================*/

#wrapper {
	width: 784px;
	padding: 7px;
	margin: 0 auto;
	text-align: left;
	background-color: #1a1a1a;
	border: 1px solid #555555;
}

#branding {
	margin: 0;
	padding: 0;
	border: 1px solid #333333;
}

#nav {
	padding: 5px 10px;
	margin-bottom: 0px;
}

#content {
	float: left;
	width: 529px;
	padding-right: 10px;
	margin: 15px 0px 15px 0;
	border-right: 1px solid #2a2a2a;
}

#links {
	float: right;
	width: 234px;
	padding: 0;
	margin-top: 15px;
}

#footer {
	clear: both;
}


/* Branding Styling
=================================*/

#branding a {
	color: #d0eb6a;
	background-color: #1a1a1a;
	text-decoration: none;
}

#branding h1 {
	color: #d0eb6a;
	background-color: #1a1a1a;
	margin: 20px 0 10px 20px;
	padding: 0;
	letter-spacing: -1px;
	font-size: 3.3em;
}

#branding h2 {
	margin: 10px 0 20px 70px;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	background-color: #1a1a1a;
	border: none;
}


/* Nav Styling
=================================*/

#nav {
	background-color: #333333;
	font-size: 1.2em;	
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	border-right: 1px solid #000000;
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
}

#nav ul .last {
	border: none;
}

#nav a {
	background-color: #333333;
}


/* Content Styling
=================================*/

#photo-mike {
	float: right;
	width: 150px;
	padding: 3px;
	margin-left: 7px;
	border: 2px solid #2a2a2a;
}


/* Footer Styling
=================================*/

#footer p {
	background-color: #d0eb6a;
	color: #1a1a1a;
	margin: 0;
	text-align: center;
}

#footer a {
	background-color: #d0eb6a;
	color: #1a1a1a;
}

#footer img {
	margin-right: 5px;
}

