/* 

Author: L.A. Nolan for Lion Sage Lab
Date: June 15, 2009

*/

/* ---------- Browser Reset ----------  */

*, form { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}


/* ----------  Default Styles ----------  */


html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	background: #222;
	min-width: 760px;
	color: #ddd;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #ddd;
}

a:link, a:visited {
	color: #f66;
	text-decoration: underline
}

a:hover, a:active {
	background: #f66;
	color: #222;
	text-decoration: none;
}

.clear {
	clear: both
}

/* ----------  Coming Soon ----------  */

#wrapper {
	text-align: center;
	vertical-align: middle;
	font: 2em/2em Cambria, Verdana, Helvetica, Arial, sans-serif;
}

.coming-soon {
	color: #39c;
}

