/* CSS Document */
* { font:normal 1em Georgia, "Times New Roman", Times, serif; } /* "arial", helvetica, sans-serif; */

html, body { padding: 0px; margin: 0px; height: 100%; }
body { text-align: center; background-color: #eeeeee; background-image: url("images/bg.jpg"); background-repeat: repeat-x; background-position: bottom left; }

form { display: inline; }
form fieldset { margin: 0px; padding: 0px; border: 0px; }

#container
{
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 800px;
	text-align: left;
}

#header
{
	padding-bottom: 5px;
	font-size: 1.8em;
	color: #820819;
}

#menu
{
	height: 25px;
	background-color: #707070;
	color: #ffffff;
	text-align: left;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
}
.menu-link
{
	float: right;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #e3e3e3;
	font-size: 0.7em;
	line-height: 25px;
	border-left: solid 1px #ffffff;
}
.menu-link:hover
{
	color: #000000;
	background-color: #ffffff;
}
#menu-selected
{
	float: right;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #404040;
	font-size: 0.7em;
	line-height: 25px;
	border-left: solid 1px #ffffff;
	background-color: #ffffff;
}
#menu-slogan
{
	float: left;
	height: 25px;
	padding-left: 20px;
	font-size: 0.7em;
	color: #e3e3e3;
	line-height: 25px;
	width: 368px;
	text-align: center;
}

#frame
{
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	border: solid 1px #707070;
	border-top: 0px;
}

#box-left
{
	float: left;
	width: 367px;
	padding: 10px;
}
#box-right
{
	float: right;
	width: 368px;
	padding: 10px;
}
#box-wide
{
	float: left;
	width: 750px;
	padding: 10px;
}

.block-normal
{
	display: block;
	text-decoration: none;
	color: #808080;
	padding: 5px;
	line-height: 16px;
}
.block-hover
{
	display: block;
	text-decoration: none;
	color: #808080;
	padding: 5px;
	line-height: 16px;
}
.block-hover img
{
	border: 0px;
}
.block-hover:hover
{
	background-color: #f7f7f7;
}
.block-hover:hover .special-hover input { background-color: #ffffff; }
.block-hover:hover .special-hover select { background-color: #ffffff; }
.block-author
{
	color: #acacac;
}

#content
{
	color: #808080;
	font-size: 0.7em;
	padding-top: 10px;
	line-height: 18px;
	text-align: justify;
}
#content h1
{
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 23px;
	text-align: left;
}
#content h2
{
	font-size: 1.3em;
	font-weight: bold;
	color: #c00000;
	padding: 0px;
	margin: 0px;
	line-height: 23px;
	text-align: left;
}

#footer
{
	color: #c0c0c0;
	padding-top: 10px;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
}
#footer-left
{
	float: left;
	font: normal 0.7em "arial", helvetica, sans-serif;
	padding-top: 4px;
}
#footer-left a
{
	color: #808080;
	text-decoration: none;
	font-family: "arial", helvetica, sans-serif;
}
#footer-left a:hover { color: #000000; }
#footer-right
{
	float: right;
	text-align: right;
}
#footer-right a
{
	color: #808080;
	text-decoration: none;
	font: normal 0.7em "arial", helvetica, sans-serif;
}
#footer-right a:hover { color: #000000; }
#footer-spacer
{
	display: inline;
}

.form-div { padding-top: 2px; padding-bottom: 2px; }
.form-menu
{
	background-color: #f7f7f7;
	border: solid 1px #cccccc;
	padding: 3px;
	width: 200px;
}
.form-textfield
{
	background-color: #f7f7f7;
	border: solid 1px #cccccc;
	padding: 3px;
	width: 360px;
}
.form-textfield:hover { background-color: #fefedc; }
.form-button
{
	padding: 2px;
	width: 120px;
}
.form-button:hover { background-color: #808080; color: #ffffff; }
.form-textarea
{
	width: 360px;
	background-color: #f7f7f7;
	border: solid 1px #cccccc;
	height: 100px;
	padding: 3px;
	font-size: 1em;
}
.form-textarea:hover { background-color: #fefedc; }

/* Page: blog */
.list-az
{
	border-bottom: solid 2px #cccccc;
	text-align: center;
}
.list-az a
{
	color: #c00000;
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}
.list-az a:hover
{
	color: #000000;
	background-color: #cccccc;
}
.list-topfive a
{
	text-decoration: none;
	padding-left: 15px;
	color: #c00000;
	font-size: 1.1em;
	
}
.list-topfive a:hover
{
	color: #808080;
	font-weight: bold;
}

/* Page: Calendar */
.table
{
	width: 100%;
	border: 0px;
}
.table tr:hover { background-color: #f7f7f7; }
.table th
{
	font-size: 1.1em;
	font-weight: bold;
	color: #404040;
	text-align: left;
}
.table-row
{
	vertical-align: top;
	line-height: 16px;
}
.text-center
{
	text-align: center;
}

.contact-table td { border-top: solid 1px #eee; }