@CHARSET "UTF-8";
/*
 * Littlewood Content Management System
 * Copyright (c) 2007 Ed Schiebel.
 * All rights reserved. Use of the code is allowed under the
 * Artistic License terms, as specified in the /lcms/license.html file
 * distributed with this code, or available from
 * http://www.opensource.org/licenses/artistic-license.php
*/

.photoarray {
	padding-top: 1ex;
}
.earticle {
	border-bottom: 1px solid #ffcc33;
	padding-bottom: .5ex;
}
img {
	border: 1px solid black;
}
a.imglink {
	border-style: none;
}

#overlay {
	color: #aaa;
	font-size: 10pt;
	padding-top: 10px;
	text-align: center;
}

div.eventlist  ol{
	background-color: #eee;
	text-align: left;
	list-style-type: none;
	padding-left: 5ex;	/* generate hanging indent */
	text-indent: -5ex;
}
div.eventlist li {
	margin-bottom: 0ex;
	background-color: #eee;
	padding: 2px 0px 3px 0ex;
	border-top: 2px solid #dfdfdf;
}
div.eventlist a {
	text-decoration: none;
	margin: 0 0 0 0ex;
	padding: 3px 3px 3px 0ex;
	border-top: 2px solid #dfdfdf;
}
div.eventlist a:visited {
}
div.eventlist a:hover {
	text-decoration: underline;
}
#lightbox a, #lightbox a:visited, #lightbox a:hover {
		text-decoration: none;
		border-style: none;
}

