/*
TODO:
semantic names for all ids/classes?
layout for single item page?
make sure type is on grid
*/

html{
	width: 100%;
}

html, body{
	height:  100%;
	font-size: 75%; /*adjust for IE6 and earlier*/
	background-color: #9F9F9F; /*official gray*/
	font-family: Georgia, "Times New Roman", serif;
}

html > body{
	font-size: 12pt; /*non-IE6 browsers*/
}

h1, h2, h3, h4, h5, h6{
	font-family: Helvetica, Arial, sans-serif;
	text-transform: lowercase;
}

h1, h2{
	text-transform: lowercase;
}

div#header{
	font-family: Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-weight: bold;
	width: 100%;
	background-color: black;
	margin: 0;
	padding: 0;
}

div#header div.container{
	background-color: black;
	padding-bottom: 0;
}



h1{
	color: #C1272D; /*official red*/
	font-size: 3em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 13em;
	margin: 0 auto .2em auto;
	letter-spacing: -.02em;
	float: left;
}


div#navMenu{
	padding: 0;
	width: 6em;
	float: left;
}

div#navMenu a{
	/*text-decoration: none;*/
	display: block;
	line-height: 1em;
	padding: 1.7em 0 .3em 0;
	/*margin-left: .5em;*/
	color: white;
}

div#navMenu a:hover{
	text-decoration: underline;
}

div.container{
	width: 45.7em;
	background-color: white;
	margin: 0 auto;
	padding: 0 1em 2em 1em;
}

div.container div.chunk{
	clear: both;
	padding-top: 1em;
}

div.container div.section_start{
	padding-top: 4em; 
}

div.container div.chunk h2{
	font-size: 2em;
	line-height: .8em;
	border-bottom: .1em solid #9F9F9F;
	margin-bottom: .35em;	
}

div.container div.chunk a.topLink{
float:right;
background-image:url("../images/arrow.png");
background-repeat:no-repeat;
display:block;
width: 24px;
height: 25px;
overflow:hidden;
text-indent:-100em;
}

div.container div.primary{
	float: left;
	width: 29.7em;
	margin-right: 1em;
	overflow: hidden;
}

div.container div.secondary{
	float: left;
	width:  15em;	
}

/*Indent all lines after the first*/
div.container div.secondary ul{
  text-indent: -8px;
  padding-left: 8px;
}

div.container div.secondary ul.programs_used a{
	text-decoration: none;
	color: black;
}

/*div.chunk p, div.chunk ul, #footer p, #footer a, #footer span, #footer abbr{
	font-size: 75%;
	line-height: 1.4em;
	margin-bottom: 1em;	
}*/

/*This does not work in IE? */
div.primary>*, div.secondary>*{
	font-size: 75%;
	line-height: 1.4em;
	margin-bottom: 1em;	
}

div.thumbs{
	width: 45em;
	height: 128px;
	overflow: hidden;
}

div.thumbs ul{
}

div.thumbs ul li{
	float: left;
	margin-right: 1em;
}

div.thumbs ul li a img{
	border: 4px solid #9F9F9F;
}

div.thumbs ul li a:hover img{
	border-color: #C1272D;
}

ul#expand li{
	border: 4px solid #9F9F9F;
	height: 120px;
}

ul#expand li:hover{
	border-color: #C1272D;
}

ul#expand li a img{
	border: none;
}


#footer p abbr{
	font-size: 1em;
}

ul#expand li{
	display: block;
	float: left;
	overflow: hidden;
	width: 120px;
	}

div.container div.chunk h3, #footer h2{
	font-size: 1em;
	line-height: 1em;
	margin-bottom: .25em;
	margin-top: .75em;
}

a{
	color: #C1272D;
}

a:visited{
	color:#7b3336;
}

div#footerBar, div#footer {
	background-color: black;
	color: white;
}

div#footerBar{
	width: 100%;
}

/*Widths below must add up to 'width' of div.primary */
div#footer div.primary{
	padding-left: 7em;
	width: 22em;
	background-image: url("../images/placeholder.png");/*image needs a thin blck bar at the top to match margin on h2 in this div-hopefully the user has full page zoom and not just text zoom*/
	background-position: top left;
	background-repeat: no-repeat;
}

/*div#footerBio{
background-color: green;
	float: left;
	width: 29em;
	padding-left: 10em;
	margin-right: 1em;
}

div#footerContact{
	float: left;
	width: 15em;
	background-color: red;
}*/


/*clearly non-semantically named styles*/
.clear{
	clear: both;
}

.textLeft{
text-align: left;
}

.textRight{
text-align: right;
}
