hr
{
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	margin-top: 6px;
	height: 1px;
	background-color: #c00;
	color: #c00;
}

div.pages
{
	text-align: center;
	width: 100%;
	padding-top: 5px;
}

table.event
{
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.event td
{
	border: 1px solid #ccc;
	padding: 3px;
}

table.event td.title
{
	padding-top: 10px;
	color: #c00;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
}

table.event td.title a, table.event td.title a:hover
{
	color: #c00;
	text-decoration: none;
}

table.event td.desc
{
	background: #eee;
	text-align: right;
	vertical-align: top;
	width: 90px;
}

table.event td.photo
{
	border: none;
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: top;
	width: 100px;
}

a.blankphoto:hover
{
	color: #c00 ! important;
	border: 1px dashed #c00 ! important;
}

a.blankphoto, a.blankphoto:visited
{
	color: #999;
	border: 1px dashed #ccc;
	display: block;
	width: 150px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	vertical-align: middle;
}

td.viewphoto
{
	text-align: center;
}

td.viewphoto img
{
	border: 1px solid #666;
}

#more-events
{
	float: left;
	padding-top: 10px;
}

div.highlight
{
	color: #000;
	border: 1px solid #fff;
	text-decoration: none;
	border-left: none;
	border-right: none;
	padding: 0px;
	margin: 6px 15px 0px 30px;
}

div.highlight .title
{
	font-weight: bold;
}

div.highlight .time
{
	color: #000;
	font-weight: bold;
}

a.highlight, a.highlight:visited
{
	color: #000;
	display: block;
	border: 1px solid #fff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
	padding-left: 30px;
}

a.highlight:hover
{
	color: #000;
	border: 1px solid #bbb;
	text-decoration: none;
	background: #eee;
}

.title
{
	font-weight: bold;
}

.time
{
	color: #c00;
}

h4.day
{
	font-size: 1.15em;
	margin: 1em 0px 5px 14px;
	padding: 0;
	border-bottom: 1px solid #c00;
}

#adminbar
{
	font-size: .8em;
	margin-bottom: 5px;
}

/* Styles for the "Photo Gallery" */

div.gallery-thumb
{
	float: left;
	margin: 10px;
	height: 100px;
}

/* Styles for Contacts */
.paging-bar ul li {
    display: inline;
}
