/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #bcbec1;
	background-color:#000;
}

/*  Heading Formatting */
h1 {
	font-size:1.9em;
	line-height: 0.8em;
	font-weight: 900;
	color: #bcbec1;
}
h2 {
	font-size:1.7em;
	line-height: 1.7em;
	font-weight: 500;
	color: #bdbec1;
	text-transform: uppercase;
}
h3 {font-size:1.5em;line-height: 1.5em;font-weight: 500;color: #bdbec1;}
h4 {font-size:1.4em;line-height: 1.4em;font-weight: 400;color: #bdbec1;}
h5 {font-size:1.3em;line-height: 1.2em;font-weight: 300;color: #bdbec1;}
h6 {
	font-size:1.2em;
	line-height: 0.8em;
	font-weight: 200;
	color: #bdbec1;
	text-transform: uppercase;
}

/*links*/
a:link, a:visited {
	color: #bdbec1;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	text-decoration: none;
	}

img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
body.mceContentBody {
background-color: #FFFFFF !important;
background-image: none;
}