/* what we have loved * others will love * and we will teach them how */

/* reset default browser css. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
	}

ol, ul {
	list-style: none;
	}
	
blockquote {
	quotes: none;
	}

blockquote:before, blockquote:after {
	content: '';
	content: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

a img { 
	border: none; 
	}

/* general */

body {
	background: #fff url(../graphics/background.jpg) 230px repeat-y;
	font-family: "calluna",helvetica,georgia,serif;		
	}

	
#aside {
	width: 200px;
	position: fixed;
	top: 30px;
	right: 0;
	left: 30px;
	line-height: 1.7;	
	}	
	
.section {
	max-width: 650px;
	margin: 30px 0 50px 350px;
	font-size: 1.1em;
	line-height: 150%;
	}

/* type */

h1 {
	margin: 0 0 15px 0;
	font-size: 50px;
	line-height: 1.2;
	}
	
h2 {
	margin: 0 0 50px 0;
	font-size: 20px;
	font-style: italic;
	}	
	
h3, h4 {
	margin: 30px 0 10px 0;
	font-size: 2em;
	line-height: 110%;
	}	
	
h4 {
	font-size: 1.6em;
	margin: 30px 0 30px 0;
	}		

p {
	margin: 0 0 25px 0;	
	line-height: 1.7;
	}


p.image {
	padding: 5px;
	line-height: 0;
	}

p.credit,
p.credit-2 {
	margin: -20px 0 15px 0;
	font-size: .9em;
	color: #999;
	text-align: left;
	}

p.credit-2 {
	margin: -20px 0 35px 350px;
	text-align: left;
	
	}


/* links */

a,
a:visited {
	color: #007bc9;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
 
a:hover,
a:active {
 	color: #00f;
 	border-bottom: 1px solid #00f;
 	}
 	
/* end */	