/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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: "" "";
}
/* End CSS Reset */

h1 {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 20px 40px 121px;
}
h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0.8em 0;
	color: #bbb;
	text-shadow: 0 1px 1px rgba(64, 64, 64, 0.1);
}	
p {
	margin: 0 0 1.6em 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited {
	color: #b7cfe7;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
ul {
	list-style: disc;
	padding-left: 1.2em;
	position: relative;
	left: -1.2em;
}
ul li {
	margin-bottom: 0.8em;
}

body {
	text-align: center;
	background: #2d002e /*#3e003f*/ url(../images/theme/bg_grad_noise_rgb5.png) top left repeat-x;
/* 	background: #600; */
	color: #fff;
	font-size: 75%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
/* 	font-family: "Courier New", Courier, monospace; */
/* 	font-family: Arial, sans-serif; */
	line-height: 1.6;
	text-shadow: 0 1px 1px #294a7d;
}
div#everything-wrapper {
	width: 100%;
	text-align: center;
	overflow: hidden;
/* 	background: #3e003f url(../images/theme/bg_grad.png) top left repeat-x; */
}
div#wrapper {
	margin: 0 auto;
	width: 780px;
	padding: 0 0 100px 0;
	overflow: hidden;
	text-align: left;
}

div#logo-etc {
/* 	background: transparent url(../images/theme/what_is_it.gif) top right no-repeat; */
	overflow: hidden;
	width: 100%;
	padding-bottom: 1px;
}

p#logo {
	margin: 120px 0 30px 0px;
	padding: 0;
		
}
#main-column {
	font-size: 1.3em;
	width: 430px;
	float: left;
	position: relative;
	left: 121px;
}
#side-bar {
	font-size: 1.2em;
	width: 150px;
	float: right;
	position: relative;
	right: 20px;
}
#side-bar ul {
	list-style: none;
}
#side-bar li {
	margin: 0 0 2em 0;
/* 	text-shadow: 0 1px 1px rgba(64, 64, 64, 0.1); */
}
#colophon, #footer {
	clear: both;
	width: 612px;
	position: relative;
	left: 86px;
	padding: 60px 0 0 0;
}
#footer {
	padding-top: 10px;
}
#footer a:link,
#footer a:visited {
	color: #101010;
}
#footer a:hover,
#footer a:active {
	color: #ccebb5;
}