

/* reset --------------------------------------------------------------------------- */

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, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* general ------------------------------------------------------------------------------------- */

body {
	background: #fff; 
	font: 12px/20px Verdana, Helvetica, Arial, san-serif;
	color: #000;
}

/* body {background: url(grid.jpg) 0 0 repeat-y}  for testing only */
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #14710a;
	}
	
a:visited {
	color: #14710a;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #1b990e;
	text-decoration: none;
	font-weight: bold;
	}

span.amp {
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
       }

acronym {
       font-size: 11px;
       text-transform: uppercase;
       letter-spacing: 1px;
}


/* head ---------------------------------------------------------------------------------------- */

#head {
	width: 100%;
	height: 325px;
	background: #000;	
	}
	
body#home #head h1 a:link,
body#home #head h1 a:visited {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 194px;
	position: absolute;
	margin: 65px 0 0 415px;
	background: url(wf_temp.jpg) 0 0 no-repeat;
	}
	
#head h1 a:link,
#head h1 a:visited {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 194px;
	position: absolute;
	margin: 65px 0 0 415px;
	background: url(wf_temp.jpg) 0 -50px no-repeat;
	}
	
#head h1 a:hover {
	background: url(wf_temp.jpg) 0 0 no-repeat;
	}
	
/* main ---------------------------------------------------------------------------------------- */

#main {
	width: 940px;
	margin: 50px 0 0 130px;
	}
	
	
/* entries ------------------------------------------------------------------------------------- */
	
#entries {
	width: 655px;
	float: left;
	}
	
div.post {
	border-bottom: 0px;
	margin-bottom: 60px;
	}

div.post_body {
	width: 465px;
	float: right;
	padding: 0 0 30px 0;
	border-bottom: 0px;
	}

div.post_body h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	}


div.post_body p {
	margin-bottom: 15px;
	}
	
div.post_body blockquote {
	margin: 17px 20px;
	}
	


/* clear floats ----------------------------------------------------------------------------------------------------------------------*/

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }	

