@charset "UTF-8";


/*
Brad Edwards
Copyright 2009
written for www.Site.com

Swatch Colors---------------


reset.css 
------------------------------------------------------------------------*/

/* Custom global styles for site 
------------------------------------------------------------------------*/
body {
	color:#f6ecb1;
	font-size:13px;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height:1.3;
	text-align:left;
	background:#080805; /*For IE6 Shenanigans*/  
}


/* Headings
-------------------------------------------------------------- */
h1 { color: #f6ecb1; font-size: 2.2em;}
h2 { color: #f6ecb1; font-size: 1.5em; padding:0;}
h3 { color: #766d48; font-size: 1.5em; line-height: 1em; margin:0 }
h4 { color: #004b42; font-size: 1.5em; font-weight: normal; }
h5 { font-weight:bold; font-size:1.2em; margin: 10px 20px; }
h6 {border-bottom:1px dashed #222;height:1px;line-height:6px;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */
p{ margin: 0; }
ul{padding: 5px;}
li{font-size:.9em;}
td{padding: 15px;vertical-align:top;}
strong{font-size:1.1em;}
a{color: #f6ecb1;text-decoration: none;}

a:focus, a:hover{ 
	color: #fffdf0; 
 /* Hover */
}
img{border:1px solid #f6ecb1;float:right;}