/* copyright Carol Rusinek, all rights reserved */
   
/* whitespace reset, link behaviour */

* {
	margin: 0;
	padding: 0;
	}
	
a, a:link, a:visited {
	color: #aaa;
	text-decoration: none;
	}
	
#text a, #text a:link, #text a:visited,
#bio a, #bio a:link, #bio a:visited {
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #eee;
	}
	
#thumbs a {
	float: left;
	display: block;
/*	line-height: .9em;  hack for Firefox to reduce the padding betwen the thumnail and the link border */
	margin: 0 20px 20px 0;
	border: 4px solid #000;
	height: 152px;
	}
	
#thumbs a:hover, #thumbs a:active {
	border-color: #777;
	}
	
#thumbs a img {
	border: 1px solid #666;
	}
	
/* body and structural elements */
	
body {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #d9d9d9;
	background: #4a4a4a url(/img/body-tile.png) repeat-x; 
	padding-bottom: 50px;
	}
	
#wrapper {
	width: 770px;
	margin: 0 auto;
	}
	
#masthead {
	height: 150px;
	background: url(/img/logo.png) no-repeat 0 0;
	}
	
#content {
	margin: 30px 0;
	}
	
	#thumbs {
		padding: 20px 0 0 35px;
		}
		
	#text {
		margin-right: 200px;
		}
	
#footer {
	padding: 50px 0;
	}
	
/* page elements */
	
#masthead ul {
	list-style: none;
	font: 12px Georgia, Times, serif;
	padding: 1em 20px 0 0;
	text-align: right;
	}
	
	#masthead ul li {
		list-style: none;
		display: inline;
		margin-left: 2em;
		}
	
#content h1, #content p {
	margin-left: 38px;
	}
	
#content h1 {
	font: bold 13px verdana, helvetica, sans-serif;
	margin-bottom: 20px;
	}
	
	#content h1 em {
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 10px;
		}
	
#content p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 12px;
	line-height: 160%;
	}
	
	#bio img {
		float: left;
		margin: 5px 0 0 38px;
		}
		
	#bio p {
		padding-left: 223px;
		}
	
/* gallery pagination links */
	
#content ul.pages {
	clear: left;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	list-style: none;
	}
	
	#content ul.pages li {
		list-style: none;
		display: inline;
		margin: 0 10px;
		}
		
		li.current {
			border-bottom: 1px solid #eee;
			color: #eee;
			}
	
#footer p {
	font-size: 10px;
	text-align: center;
	}