/**
* CSS
* 
* @version 1.0
* @author Ali Bosworth 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family:georgia, serif;	
	color:#333;
	background: #fff;
	line-height:1.5em;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a{ color:#333;text-decoration:underline;}
a:hover{ color:#333;text-decoration:underline;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:1.25em;
}

#menu a{
	text-decoration:none
	}
	
#menu a:hover{
	text-decoration: underline;
}	

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#menu ul li.active a{
	background:#fdffda

}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
  /*  width:650px; */
  float:left;
}

.container {
    padding: 20px;
}

.nav-note{
	position:fixed;
	left:0;
	bottom:0;
	padding:20px;
	color:#000;
	opacity:.3;
}

.nav-note:hover{
	/*color:#000; */
}

.nav-note li{
	/*list-style-position: inside;
	list-style-type: disc;
	display: list-item; */
	list-style-type:none;
	display: block;
	line-height:1em
}

.indx-link,
.indx-link a{
	color:#bbb;
}


/*
#content p { width: 400px; margin-bottom: 9px; }
*/


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.section-title{
	font-weight: bold
}

#img-container{

}

#img-container .img{
	text-align: center;	
		cursor:pointer;
		padding-bottom:30px;
}

#img-container .img img{
	display: block;
	
	margin:0 auto;

}

.proj-desc{
	width:600px;
	margin:0 auto;
}

.news-item{
	margin-TOP:2em;
	width:600px
}

.news-item .news-title{
font-weight: bold
}
.news-item .news-date{
	font-style: italic
}

.news-meta{
	margin-bottom:1em;
	display:block;
}

#menu ul li.active a{
/*	text-decoration: underline; */
}

.main-title a,.main-title a:hover{
	text-decoration: none !important;
}