/*
Steal anything but my logo and have fun!
*/

@import url(http://fonts.googleapis.com/css?family=Alegreya:400,400italic);

body {
	background: white;
	color: #444444;
	font-family:'Alegreya', serif;
	font-size: 100%;
	line-height: 150%;
	
	}

a, a:visited {
	color: black;
	padding: 2px 0 2px 0;
	text-decoration: none;
	border-bottom: 1px dotted black;
	}



/* the green is:  #657F08    NYU Purple:  #503082  */
	
#twitter_update_list li {
list-style-type: none;
	font-family:'Alegreya', serif;
}

#twitter_update_list span {
color: #FFCC00;
background: #000000;
}

#twitter_update_list span a {
display: inline;
color: black;
}
#twitter_update_list span a:hover {
text-decoration: underline;
color: black;
}

blockquote {
	margin: 2em 2em;
	color: #999;

	 }

a:hover {
	color: white;
	background-color: black;
	}

ul {
	  list-style-type: latin;
	}

li {
	    padding: 0 0 4px 0;
	font-family:'Alegreya', serif;
	  }


div#expand {
	border-bottom: 1px dotted black;
}

div#expand:hover {
	color: white;
	background-color: black;
}
	

h1 {
	margin:0;
	padding: 0 0 4px 0;
	color: black;
	
	}

h2 {
	color: #333333;
	  font-size: 125%;
		}
	
h3 {
	margin: 8px 0 0 0;
	color: #333333;
	font-size: 100%;
	}

.details {
	display: none;
}
	
div#page {
	margin: 0 auto;
	width: 980px;
	margin-top: 20px;
	}
	
div#namer {
	margin: 0 auto;

	white-space: nowrap;
	}

div#content {
	margin: 0;
	padding: 0;
	}
	
div#content ul {
	margin: 2px 2px 16px 2px;
	padding: 0;
	display: block;
	list-style-type: decimal;
	}

div#content li {
	margin: 0;
	padding: 0 0 6px 0;
	display: block;
	list-style-type: decimal;
	}

div#content p {
	text-align: justify;
	line-height: 120%;
	margin: 8px 0 8px 0;
	font-size: 135%;
	}
	
div#content img {padding:0px 10px 10px 0px;
	float: left;
	border: none}

div#colA {
	float: left;
	width: 600px;
	padding: 0 12px 0 0;
	}

div#colB {
	float: right;
	width: 314px;
	padding: 0 12px 12px 12px;
	}


/* divs pageFOO are for pages other than the main page  */

div#pagecontent {
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
	}
	
div#pagenamer {
	margin: 0 auto;
	border-bottom: 1px solid #dddddd;
	}
	
div#pagecolA {
	float:left;
	width: 560px;
	padding: 0 12px 0 0;
	}
	
div#pagecolB {
	margin-left : 600px;
	padding: 0 12px 12px 12px;
	}	

/* --------------------------------------------------------------*/


div#buttn {
	padding: 8px 0 8px 0;
	text-align: right;
	white-space: nowrap;
	}


a.buttbutt {
	
	text-align: right;
	padding: 4px;
	color: white;
	background-color: black;
	white-space: nowrap;
	}

a.buttbutt:hover {
	color: black;
	background-color: white;
	}

a.graphiclink:hover { background-color: transparent; }

div#footer {
	clear: both;
	margin: 10px 0 6px 0px;
	padding: 0;
	border-top: 1px solid #dddddd;
	text-align: right;
	}
	
dd {
	 	display:inline;
		margin: 0 0 0 4px;
		}
		
dt {
	display: inline ; 
	font-weight:  bold;
	  text-transform: uppercase ;
	  margin: 8px 0 0 0;
		}
		
dl dl dt {
		display: inline ; 
		font-weight:  bold;
		text-transform: none; 
		margin: 0 ;
		}
		
dl {
		margin: 8px 0 0 0;
		}
		
dl dl {
	 	margin: 8px 0 0 15px;
		}

.gallery table { float: left; margin: 0 5px 20px 0; }
.gallery table caption { font-weight: bold; caption-side: bottom; }
.gallery img { height: 400px; }
