/***
 * Styles for the Eidolon archives (node99.org/denature)
 * Created by: Paul Tulipana and Sean Whalen
 * Last Updated by: Paul Tulipana (01/05/2008)
 * "(Again the smoking souvenir, / Bleeding eidolon!) and yet again"
 ***/
 
/***
 * GLOBALS 
 ***/

body
{ 	
	font-family: Lucida Sans Unicode, Lucida Sans, Lucida, Helevetica, sans-serif;
	font-size: .75em;
	text-align: center;
}

a
{	
	text-decoration: none;
	color: #A85B0E;
}

a:hover		
{	
	text-decoration: underline; 
}

a img 
{
	border: 0px;
}

h1
{
	font-family: Times New Roman;
	font-size: 3.2em;
	font-weight: normal;
	margin: 10px 0;
}

ul
{
	list-style-type: none;
	border-bottom: 1px #ccc solid;	
	padding-bottom: 15px;
	margin-bottom: 25px;
	padding-left: 25px;
}

*:first-child+html ul			/* IE7 */
{
	margin-left: 0px;
}

* html ul				/* IE6 */
{
	margin-left: 0px;
}

ul li
{
	padding: 3px 0 3px 5px;
	margin-right: 40px;
}

ul li:hover
{
	background-color: #eee;
}

/***
 * CONTENT
 ***/

div.content
{
	width: 800px;
	margin: 0 auto;	
	text-align: left;	
}

div#bump 					/* Masthead */
{ 		
	font-family: Times New Roman;
	font-size: 1.4em;
	line-height: 1.4em;
}

div#works div.work 				/* Works list */
{
	clear: both;
	padding: 10px 25px;
	height: 110px;
	margin-top: 10px;
}

* html div#works div.work div.hr 
{
	text-align: center;
}

div#works div.work div.hr div
{
	width: 33%;
	border-bottom: 1px #ccc solid;
	margin: 0 auto;
	clear: both;
}

div#works div.work img
{
	border: 1px solid black; 
	float: left; 
	margin: 5px 15px 0 0;
}

div#bottompic					/* Centered bottom picture/footer */
{
	text-align: center;
	margin-bottom: 20px;
}

div#bottompic img
{
	border: 1px #ccc solid;
}