/*
Title:      Loischild screen styles
Author:     Christopher Bowers http://christopherbowers.net
Copyright:  2009, Rachel Loischild.  All rights resevered.
*/

body {
	background: #ccc;
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: 'Helvetica-Neue', Helvetica, sans-serif;
}

img {
	border: 0;
}

#footer {
	width: 100%; 
	font-size: .75em; 
	color: #555; 
	text-align: center;
}


#footer a {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

h1 {
	text-align: center;
	margin-top: 10%;
}

h1.top {
	margin-top: 10px;
}

#bio {
	margin: 0 auto;
	text-align: center;
}


#galleries {
	text-align: center;
	margin: 0; padding: 0;
	width: 80%;
	margin: 0 10%;
}

#galleries img {
	margin: .5em;
	border: 1px solid #999;
}

#imageWindow {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#image {
	text-align: center;
	padding: 1em;
	font-family: sans-serif;
}

#image img {
	border:  4px solid #999;
	vertical-align: middle;
	margin: 1em;
}

#image a {
	color: #FFF;
	text-decoration: none;
}

#image span {
	color: #333;
}

#image #gallery:before {
	content: '<< gallery';
}

#image #prev:before {
	content: '< prev';
}

#image #next:before {
	content: 'next >';
}


body#danforth  {
	font-size: 62.5%;
	line-height: 1em;
}

#danforth h2 {
	font-size: 2em;
}

#danforth p {
	font-size: 1.4em;
	color: #333;
}

#danforth a {
	color: #333;
}

#danforth a:hover {
	color: #000;
}

.title {
	font-size: 1.2em;
}
	
strong {
	font-weight: bold;
}






