/*wsuug.org */

/* Reset css by Eric Meyer 
*  http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset */

* {
	font-family:Geneva, Verdana, sans-serif;
	color:#000;
	line-height:145%;
}
body {
	font-family:Geneva, Verdana, sans-serif;
	font-size:.75em;
}
/*headers */ 

h1, h2, h3, h4, h5, h6 {
	color:#aa0000;
	font-weight:bold;
}
h1, h2, h1 a {
	color:#000;
	font-family:Garamond, Times, serif;
	text-transform: lowercase;
}
h1 {
	font-size:4em;
	letter-spacing: 3px;
	line-height:100%;
	margin:0px;
}
h2 {font-size:1.5em;}
h3 {font-size:2.3em;}
h4 {font-size:1.5em;}
h5 {font-size:1em;}
h6 {font-size:1em;}
h4 a, h4 a:hover{color:#a00;}

a {color:#333;}
a:hover{color:#000;}
p {margin:3px;}
ul,ol{
	margin:3px;
	padding-left:15px;
}
ul {list-style-type:square;}

abbr {
	border-bottom:1px dotted #333;
}
#main {
	margin:30px auto 10px auto;
	width:550px;
}
#header {
	border-bottom:2px solid #333;
}
#header h1 {
	margin:0 auto;
}
#header h1 a, #header h1 a:hover {
	text-decoration: none;
	color:#000;
	}
#navigation {
	color:#222;
	text-align:right;
	margin-top:4px;
}
#navigation ul{list-style:none;}
#navigation a {
	border:1px solid #333;
	border-top:0px;
	color:#a00;
	padding:5px 5px 2px 5px;
	text-decoration:none;
	margin:4px 0px;
	
}
#navigation a:hover {
	border:1px solid #000;
	border-top:0px;
	color:#fff;
	background-color:#a00;
}
#navigation a.selected {
	border:1px solid #000;
	border-top:0px;
	color:#fff;
	background-color:#600;
}
#navigation ul {
	display: inline;
	list-style:none;
	width:540px;
	margin:4px 0px;
}
#navigation ul li{
	margin:10px 5px;
	display: inline;
	height:25px;

}
#content #whatWeDo, #content #howWeDoIt, #content #interested, #content #gettingStarted, #content #whoWeAre {
	float:left;
	width:235px;
	margin:5px 20px;
}
#content #howWeDoIt {
	clear:both;
}


.post{ 
	margin:15px 30px;
	
}
.post .title {
	margin-left:25px;
}
.post p {
	margin-bottom:15px;
}
.post .postDate {
	color:#555;
	font-size:90%;
	margin-left:25px;

}



#footer {
	clear:both;
	margin:15px auto;
	width:550px;
	color:#aaa;
}
#footer a{color:#aaa;}
#footer div {float:left;}
#footer #iheartixda {float:right;}
