body
{
/*	background: #fff url(../bg.png) repeat-x;*/
	color:#808080;
/*	margin:0;*/
}
a
{
	text-decoration: none;
	color:#333;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color:#000;
}
ul
{
	margin:0;
}
li
{
	list-style: none;
}
li div
{
	font-size: 0.8em;
	color:#999;
	font-weight: normal;
}
.books img
{
/*	height:5em;*/
/*	width:4em;*/
}

h1, h2, h3
{
	font-family: "Times";
	text-align: left;
}
h1
{
	margin:8px 0;
}
.amp
{
	font-size: 1em;
	line-height: 1em;
}
.map
{
	border: 1px solid #e3e3e3;
	padding:3px 3px 0 3px;
	height:168px;
}
.map img
{
	border: 1px solid #e3e3e3;
}
iframe
{
	overflow:hidden;
	height:206px;
}
#latest-photo-container
{
	border: 1px solid #e3e3e3;
	padding:3px 3px 0 3px;
}
#latest-photo
{
	border: 1px solid #e3e3e3;
	margin-bottom:3px;
	height:6em;
	background: #FFF url() no-repeat  center center;
	position:relative;
}
#latest-photo-label
{
	position:absolute;
	padding:3px 0;
	width:100%;
	bottom:0;
	background-color: #000;
	color:#fff;
	font-size: 0.8em;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
	text-indent: 5px;
}
#latest-photo-label a
{
	color:#fff;
	font-weight: normal;
	text-decoration: underline;
}
#status
{
	text-align: right;
	vertical-align: bottom;
}
#status a
{
	font-weight: normal;
	line-height:3em;
}

/*////////////////////////////////////////////////
/ FORMS
////////////////////////////////////////////////*/
.form
{
/*	-moz-border-radius:5px;*/
/*	-webkit-border-radius:5px;*/
	border: 1px solid #e3e3e3;
	padding:3px;
	margin-bottom:1em;
}
.form form
{
/*	-moz-border-radius:5px;*/
/*	-webkit-border-radius:5px;*/
	background-color: #e5e5e5;
	padding:5px 10px 8px 10px;
/*	border: 1px solid #ddd;*/
}
.form h3
{
	border-bottom: 3px solid #fff;
	padding-top:0;
	padding-bottom:10px;
}
.form h5
{
	margin:0;
}
.form hr
{
	background-color: #fff;
	height:3px;
}


.form label
{
	display:block;
	line-height:2em;
	font-size: 1em;
	color:#333;
}
.form label span
{
	font-size: 0.7em;
	line-height:1.5em;
	color:#999;
	margin-top:0.5em;
	padding-left:0.5em;
	font-style: italic;
	font-weight: normal;
}
.form label span strong
{
	color:#666;
}
.form input
{
	width:126px;
}
.form select.wide
{
	width:384px;
	font-size: 1em;
}
.form textarea
{
	width:430px;
	height:4em;
}
.form button
{
	margin-top:1em;
}
/**/