/* MAIN SITE CSS FILE
----------------------------------------------------------- */


/* ----------------------------------------------------------- 
    Global Styles
----------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	font-size: 12px;
	font-family: 'Lucida Sans', arial, sans-serif;
	line-height: 1.6em;
	color: #222;
	padding: 10px;
}

a {
  color: #222;
  text-decoration: underline;
}

a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover {
	color: #aaa;
	color: #db2c2c;
	text-decoration: none;
}

/* Headings ----------------------------------------- */
	
	h1, h2, h3, h4 {
		color: #aaa;
		font-weight: normal;
		text-transform: uppercase;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited {
		text-decoration: none;
		display: block;
		color: #aaa;
	}
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		text-decoration: none;
	}
	h1 a:hover, 
	h2 a:hover {
		text-decoration: none;
		color: #db2c2c;
	}
	h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 20px;
		margin-bottom: 26px;
	}
	h3 {
		font-size: 13px;
		margin-bottom: 15px;
		color: #222;
	}
		h3 span {
			color: #aaa;
			padding-left: 8px;
		}
	
	h4 {
		margin-bottom: 20px;
		font-size: 12px;
		color: #222;
	}


	