/* @override http://dev.eyedea.eu/samples/styleswitch-php/css/dark.css */

/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */

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;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* custom styling */

body {
	background: #333;
	font-family: Courier, mono-space;
	font-size: 1em;
	line-height: 1.2;
	letter-spacing: -.08em;
}

.clear {
	clear: both;
}

a, a:link, a:visited {
	color: #00aa50;
	font-size: 1em;
	text-decoration: none;
	border-bottom: 1px solid #e5200f;
	padding: 0 2px;
	margin: 0 1em 0 0;
}
a:hover, a:focus, a:active {
	color: #e5200f;
	border-bottom: 1px solid #00aa50;
}
#wrap {
	width: 600px;
	padding: 20px;
	margin: 0 auto;
	background: #151515 url(../images/mainvis.png) no-repeat;
	background-position: 372px 0;
	border-left: 1px solid #e5200f;
	border-right: 3px double #00aa50;
	color: #ccc;
}

#content img.feat {
	float: right;
}

#content h1 {
	font-size: 2em;
	color: #96c2d9;
}

#content h2 {
	clear: both;
	font-size: 1.6em;
	color: #e5200f;
	padding: 1.2em 0 .2em 0;
}

#content h3 {
	font-size: 1.2em;
	color: #96c2d9;
	border-bottom: 1px dotted #00aa50;
	margin: 80px -20px 0 0;
}
#content h4 {
	font-family: sans-serif;
	letter-spacing: 0;
	font-size: 1.2em;
	color: #b30e00;
}
#content p {
	clear: both;
	font-size: .8em;
	margin: 1em 0;
	width: 580px;
}
#content p.intro {
	width: 360px;	
}
#content p.notes {
	clear: none;
	font-size: .8em;
	margin: 0 0 .4em 62px;
}

#content ul li {
	float: left;
}

/* CSS switch styling */
#content ul li a {
	padding: 2px;
}

#content ul li a.dark {
	background: #000;
	color: #ccc;
}
#content ul li a.light {
	background: #ccc;
	color: #000;	
}

#content ol {
	margin: 0 0 1em 0;
	color: #999;
}
#content ol li {
	font-size: .8em;
	list-style: decimal;
	margin: 0 0 0 2em;
}

code {
	color: #006da5;
	display: block;
	margin: 1em 0;
	font-size: .9em;
	letter-spacing: 0;
}



#footer {
	font-size: .7em;
	color: #ccc;	
	background: #333;
	padding: 6px 16px;
	margin: 6em -20px 0 -20px;
}
#footer span.eyedea a, #footer span.eyedea a:link, #footer span.eyedea a:visited {
	background: transparent url(../images/eyedea.gif) no-repeat;
	background-position: 0 0;
	padding: 0 0 0 42px;
	border-bottom: none;
}

#footer span.eyedea a:hover, #footer span.eyedea a:active {
	background: transparent url(../images/eyedea.gif) no-repeat;
	background-position: 0 -36px;
}