/* 	
	Douglas Green / dsgreen.com
	Copyright 2011 All rights reserved
*/
/* @group 

RESET
-------------------------------------- */
body,ul,ol,li,dl,dt,dd,p,td,th,address,blockquote,pre,code,form,fieldset,legend,input,textarea{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal;}
fieldset,img{border:none;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
address,cite{font-style:normal;}
caption,th{text-align:left;}
a{text-decoration: none;}
/* @end */
/* @group 

TYPE
-------------------------------------- */
body {
	font: 62.5%/2em "Courier New", Courier, mono;
}
h1, h2 {
	font-size: 1.1em; 
	line-height: 1.8182em;
	font-weight: bold;
}
p, address {
	font-size: 1.1em;
	line-height: 1.8182em;
}
p, address {
	margin-bottom: 1.8182em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a:link, a:active, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/* @end */
/* @group 

LAYOUT
-------------------------------------- */
#header div,
#footer div,
#content {
	padding: 0 2em;
	width: 90%;
}
#content,
#footer {
	clear: both;
}
#content {
	padding-top: 2em;
}
#footer {
	width: 100%;
}
#footer p {
	margin-bottom: 1em;
}
img {
	margin-bottom: 2em;
}
/* @end */
/* @group 

CLASSES
-------------------------------------- */
/* columns */
.col {float: left; margin-right: 20px;}
.w-140 {width: 140px;}
.w-220 {width: 220px;}
.w-300 {width: 300px;}
.w-380 {width: 380px;}
.w-460 {width: 460px;}
.w-540 {width: 540px;}
.w-620 {width: 620px;}
.w-700 {width: 700px;}
.w-780 {width: 780px;}
.col.last {margin-right: 0;}
/* common */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.nowrap {white-space: nowrap;}
/* @end */
/* @group 

COLOR
-------------------------------------- */
html, body {
	background-color: #485054;
}
#header {
	background-color: #151718;
}
body {
	color: #cfe6f2;
}
a:link, a:active, a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
#footer, #footer a {
	color: #91a1a9;
}
/* @end */
/* @group 

IE
-------------------------------------- */
/* IE 8 */

/* IE 7 */
*:first-child+html xxx {
	
}
/* IE 6 */
* html xxx {

}
/* @end */
