/* @override 
	http://agens/wp-content/themes/agens/typography.css
	http://10.0.0.114/wp-content/themes/agens/typography.css
*/

/* R E S E T */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: #fff;
	background: #000;
	}
ol, ul {
	list-style: none;
	}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
 
body {
	font-size: 62.5%; /* Resets 1em to 10px */ 
	}

pre {
	display: block;
	text-align: left;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.4;
	padding:10px 20px;
	}

/* T Y P O G R A P H Y   A N D   C O L O R I N G */ 

body { 
	line-height:1;
	}
	
body, input, textarea {
	font-family: Tahoma, "Lucida Sans", "Lucida Sans", "Sans-Serif";
	}

/*
COLORS
#678A92 blue
#F04A00 orange
#CAD704 greenie


*/

#navigation a {
	color: #fff;
	font-size: 2.05em !important;
	text-transform: uppercase;
	}
	#navigation a:hover, #navigation li.current_page_item a {
		color: #CAD704;
		}	

a {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	}
	a:hover {
		color:#CAD704;
		}

p { 
	line-height:1.4em;
	font-size: 1.2em; 
	margin:0.2em 0 0.8em 0;
	}

span {	
	}

h1 {
	color:#c00;
	font-weight:normal; 
	font-size:5em;
	line-height: 1;
	padding: 0;
	margin:0;
	}

h2, h3 { 
	color:#006699;
	padding:0.2em 0 0.3em 0;
	line-height: 1;
	margin: 0;
	}

h2 { 
	font-size:2.0em;
	font-weight:bold;
	font-style:normal;
	}
	
h2 em { 
	font-size:2.0em;
	font-weight:bold;
	font-style:normal;
	}
	
h3 {
	font-size:1.7em;
	font-weight:bold;
	font-style:normal;
	}

h4 {
	font-size:1.7em; 
	color:#c00;
	font-weight:bold;
	font-style:normal; 
	padding:0.2em 0 0.5em 0;
	}

h4 em {
	font-style: normal;
	color:#069;
	}

h5 {
	font-size:1.3em; 
	color:#c00;
	font-weight:bold;
	font-style:normal; 
	margin: -0.5em 0 0 0;
	margin: 0;
	padding: 0;
	line-height: 1;
	}
		
h6 {
	font-size:1.3em; 
	color:#c00; 
	}

em {
	font-weight: bold;
	font-style: italic;
	}

.big {
	font-size: 1.3em;
	}

bold, strong {
	font-weight: bold; 
	}
	
blockquote {
	font-size:1.4em;
	color:#006699;
	margin:0 0 0 30px;
	padding:10px 10px 0 10px;
	background: url("images/quote.png") 3px 7px no-repeat;
	line-height:1.4;
	} 
	blockquote cite {
		display: block;
		font-size:0.7em;
		font-style: normal;
		line-height:1em;
		color:#333;
		margin-top:1em;
		}
		blockquote cite bold {
			font-style:normal;
			}
	
#sidebar #info h2 {
	font-size:2.8em;
	padding: 0; 
	}

			
.yellow, .yellow * {
	color:#CAD704;
	}
.white  {
	color:#fff;
	}
.green, .green * {
	color:#382;
	}	
.orange, .orange * {
	color:#F04A00;
	}	
.coaxblue, .coaxblue * {
	color:#678A92;
	}
.readmore {
	text-decoration: underline;
	}