/*
 * design and css by Raymond A. van der Woning
 */

* {
	padding: 0; margin: 0;
	}
	
img {
	border: 0;
	}
	
a, a:link, a:visited {
	text-decoration: none;
	color: #26a;
	}
	
a:hover, a:active, li#current a {
	color: #777;
	}
	
a {
  outline: none; /* kills annoying dotted outlines on links, http://sonspring.com/journal/removing-dotted-links */
}

#copy a, #copy a:link, #copy a:visited {
	border-bottom: 1px solid #777;
	}
	
#copy a:hover, #copy a:active {
	border-bottom: 1px solid #26a;
	}
	
#copy .flickrlink {
	text-align: center;
	font: 11px verdana, sans-serif;
	}
	
#nav a:hover, #nav a:active, 
#footer a:hover, #footer a:active {
	border-bottom: 1px dotted #555;
	}
	
#thumbs a {
	display: block;
	float: left;
	width: 135px;
	height: 135px;
	background: url(/img/slide.png) no-repeat 0 0;
	padding: 25px 0 0 25px;
	margin: 10px;
	}
	
#thumbs a img {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	}
	
#masthead h1 a {
	display: block;
	padding-top: 37px;
	overflow: hidden;
	height: 0px !important; 
	background: url(/img/mast4.gif) no-repeat 50% 0;
	width: 223px;
	margin: 0 auto;
	}
	
#masthead h1 a:hover, #masthead h1 a:active {
	background-position: 50% -37px;
	}
	
/* body and structural elements */
	
body {
	font: 62.5% verdana, serif;
	color: #444;
	background: #f8f7f1;
	padding: 25px 0;
	}

#wrapper {
	margin: 0 auto;
	width: 770px;
	}

#masthead div {
	text-align: center;
	font-size: 1em;
	color: #555;
	}
	
#thumbs, #index {
	padding-left: 30px;
	}
	
	#index {
		margin-top: 2em;
		}
	
	#index img {
		margin: 10px;
		}
	
#nav {
	clear: left;
	padding-top: 20px;
	text-align: center;
	font-size: 1.1em;
	}
	
#footer {
	clear: left;
	padding: 15px 0;
	}
	
/* content elements */

h1, h2 {
	font: 2em georgia, serif;
	color: #666;
	text-align: center;
	}
	
h2 {
	clear: left;
	margin-top: 1.2em;
	}
	
#copy h3, #copy h4, #copy p, #copy ul, #copy ol, #copy dl {
	padding: 0 80px;
	}
	
#copy h3 {
	clear: left;
	font: bold 1.3em georgia, serif;
	color: #666;
	margin: 1.5em 0 .5em 0;
	}
	
#copy h4 {
	clear: left;
	font: bold 1.2em georgia, serif;
	color: #666;
	margin: 1.6em 0 .5em 0;
	text-transform: lowercase;
	}
	
#copy p, #copy ul, #copy ol, #copy dl {
	font: 1.3em/1.4em georgia, serif;
	margin: 0 0 1em 0;
	}
	
#copy ul, #copy ol {
	margin-left: 1em;
	}
	
blockquote {
	margin: 0 2em 1em 2em;
	}
	
	#copy blockquote p {
		font: 1.1em/1.5em verdana, sans-serif;
		}
		
	blockquote p cite {
		display: block;
		text-indent: 4em;
		font-style: normal;
		}

img.left {
	float: left;
	margin: 0 1em 1em 0;
	}
/*	
#gallery-nav {
	clear: left;
	list-style: none;
	text-align: center;
	}
	
	#gallery-nav li {
		font: 1.2em Georgia, serif;
		list-style: none;
		display: inline;
		margin: 0 1.5em;
		}
*/	
#footer p {
	text-align: center;
	font-size: 1em;
	color: #555;
	}
	
	#footer p em {
		font-style: normal;
		color: #555;
		}
	
acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
	font-size: .9em;
	text-transform: uppercase;
	}