@charset "UTF-8";

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat{
	/*This class clears the floats correctly to allow the content to flow properly if the sidebars are longer than the main text */
	clear:both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav{
	/*This class styles the list at the top of the page */
	list-style:none;
	margin:0;
	padding:0;
	height:50px;
}

.nav li{
	display:inline;
	padding:0;
	margin:0;
}

.nav li a{
	text-indent:-9999px;
	display:block;
	height:50px;
	background-position:0px 1px;
	float:left;
}

.nav li a:hover{
	background-position:0px -49px;
}

.footerColumn{
	float:left;
	width:300px;
	padding:0;
	margin:0 10px 0 0;
}

.homeLink{
	background-image:url(../images/nav/home_nav.png);
	width:100px;
}

.projects{
	background-image:url(../images/nav/projects_nav.png);
	width:110px;
}

.getInvolved{
	background-image:url(../images/nav/get_involved_nav.png);
	width:155px;
}

.contactUs{
	background-image:url(../images/nav/contact_us_nav.png);
	width:135px;
}

.date{
	display:block;
	float:left;
	width:35px;
	height:25px;
	text-align:center;
	margin-right:10px;
	font:14px/16px Georgia, "Times New Roman", Times, serif;
	border-right:#ccc 1px solid;
}

.articleLinks{
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	height:25px;
	color:#7f7d43;
	margin-bottom:40px;
	padding-left:30px;
	padding-top:5px;
	background-image:url(../images/comment_25.png);
	background-position:left;
	background-repeat:no-repeat;
}

.comment{
	margin:0 0 10px 0;
	padding:3px 6px 0;
	background:#eee;
	border-bottom:1px solid #999;
}


.permalink{
	float:right;
	width:auto;
}

.total{
	margin-top:0px;
}

.articleHead{
	border-bottom: #ccc 1px solid;
	vertical-align:middle;
	
}

.author{
	font:12px/14px Georgia, "Times New Roman", Times, serif;
}

.author em{
	font-style:italic;
}

.author p{
	margin:2px 0 0 6px;
}

.story{
	border-bottom: #ccc 1px solid;
	margin-bottom:2px;
}

.month{
	color:#7f7d43;
	font-style:normal;
}

.totalH{
	background-image:url(../images/headings/running_total.png);
}

.newsH{
	background-image:url(../images/headings/news_category.png);
}

.archivesH{
	background-image:url(../images/headings/archives.png);
}

.alsoH{
	background-image:url(../images/headings/also_seen_on.png);
}

.eventsH{
	background-image:url(../images/headings/coming_events.png);
}

.clearRight{
	margin:0;
	padding:0;
	clear:right;
	height:0;
    font-size: 1px;
    line-height: 0px;
}

.statementProjects{
	background-image:url(../images/statements/projects2.jpg) !important;
}

.statementSchools{
	background-image:url(../images/statements/projects2.jpg) !important;
}

.statementNews{
	background-image:url(../images/statements/news.jpg) !important;
}

.statementEvents{
	background-image:url(../images/statements/news.jpg) !important;
}

.statementShop{
	background-image:url(../images/statements/shop.jpg) !important;
}

.main{
	background:transparent url(../images/statements/home_welcome.jpg) repeat scroll 0 0 !important;
}
