@charset "utf-8";
body {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	background: #000 url(images/back.jpg) no-repeat scroll top center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #C9F5F2;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.oneColFixCtrHdr #header {
	text-align: center;
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 100px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 12px;
	padding: 20px 10px 50px 10px;
	width: 1000px;
	margin: 0 auto;
}
.oneColFixCtrHdr #footer p {
	padding: 10px 0;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #5BE0D9;
}
a:hover, a:active {
	color: #FFFFFF;
}
form {
	display: inline;
}
hr {
	color: #000;
	background-color: #000;
	border: 1px dotted #5BE0D9;
	border-style: none none dotted;
}
.marginless {
	margin: 0;
	padding: 0;
}
.style1 {
	font-size: 11px
}
.BOLDER {
	font-weight: bold;
}
.YELLOWER {
	color: #FF0;
}
.blackest {
	color: #000;
	font-size: 4px
}
.smallest {
	font-size: 4px;
}
.heading {
	font-size: 14px;
}
.newer {
	color: #5a5a5a;
	font-weight: bold;
}
object {
	outline: none;
}
#twitter_div ul {
	list-style-image: url(http://www.sinistervisions.com/images/bullet_01.gif);
	line-height: 1;
	margin: 10px 5px 10px 20px;
	padding: 0em;
	text-align: left;
}
/* ~~ Element/tag selectors ~~ */
 @font-face {
	font-family: 'PenumbraFlareStdBold';
	src: url('fonts/penumbraflarestd-bold-webfont.eot');
	src: local('☺'), url('fonts/penumbraflarestd-bold-webfont.woff') format('woff'), url('fonts/penumbraflarestd-bold-webfont.ttf') format('truetype'), url('fonts/penumbraflarestd-bold-webfont.svg#webfonttTYTIpNP') format('svg');
	font-weight: normal;
	font-style: normal;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	margin-bottom:10px;
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-size: 300%;
}
h2 {
	font-size: 250%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: PenumbraFlareStdBold, Arial, Helvetica, sans-serif;
	color: #C9F5F2;
}
.darker {
	color:#5BE0D9;
}
