/*--------------------------------- 
version: 2.1
author: Simon Ellis
email: simonkellis@gmail.com
website: www.skellis.net 

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



/* Layout 
----------------------------- */

body {
	margin: 0em;
	text-align: center; /* this needed for IE positions (see p.135 */
	/* min-width: 60em; /* for netscape - p.136 */
	font-size:1em;
	background-color:#202020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}




#main {
	width: 15em;
	max-width: 16%;
	float: left;
	margin-top:1.3em;
	margin-left:.8em;

}

#text {
	width: 33em;
	max-width: 40em;
	margin-top: 20em;
	margin-right:1em;	
	float: right;
	border-top-color:#89503C;
	border-top-width:2px;
	border-top-style:solid;
}




#footer {
	clear:both;
	margin-top:3em;
	margin-left:8em;
	margin-right:8em;
	margin-bottom:0.5em;
	padding:.5em;
	padding-bottom:0.5em;
	letter-spacing:.05em;
	text-align:center;

}

/* Typography
-------------------------------------------*/

h1 {
	text-align: left;
	font-size: 7em;
	font-weight:normal;
	font-style:normal;
	letter-spacing: 0.1em;
	line-height:1em;
	color: #89503C;
	padding: 0;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-right: 10px;
}
h2 {
	text-align:right;
	font-size:.9em;
	font-weight:normal;
	line-height:1.4em;
	font-style:normal;
	letter-spacing:0.1em;
	margin-top:1em;
	color:#E0A27B;
}	

.author {
	text-align:left;
	font-style:italic;
}


/* Links
-------------------------------------------*/
a { color: #E0A27B; text-decoration: none; font-weight: normal; }

a:link, a:visited {color: #E0A27B; text-decoration: none; border-bottom: 1px dotted #CCCCCC;}

a:hover {color: #4f8adc; text-decoration: none; border-bottom: 1px dotted #4f8adc; }

a:active { color: #b40000; text-decoration: none; border-bottom: 1px dotted #b40000; }

.r {color: #666666; text-decoration: none; font-weight: normal; }
.r:link, .r:visited {color:#333333; text-decoration: none; border-bottom: 1px dotted #333333;}
.r:hover {color: #4f8adc; text-decoration: none; border-bottom: 1px dotted #4f8adc; }



