@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFBFB;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -18px;
}
#google250 {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #2a2319;
	letter-spacing: 0.2em;
	margin: 0px;
}
h1.title {
	font-size: 88px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
p span {
	font-size: 1.2em;
	font-weight: bold;
}
p.p2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #FFFBDC;
	border: 2px outset #F0E0D0;
	letter-spacing: 1px;
}
p.p2  span{
	font-size: 1.4em;
		
}
p.links {
	font-size: 16px;
}
p.caption {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
}
#nav ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
}
ul li a:link, ul li a:visited {
	color: #000;
}
ul li a:hover, ul li a:active {
	color: #400000;
	font-style: italic;
}
#nav {
	padding: 0px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}


.edge {
	margin: 1%;
	padding: 1%;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFF;
	border-right-color: #F0E0D0;
	border-bottom-color: #F0E0D0;
	border-left-color: #FFF;
	clear: left;
}
.simple {
	margin: 1%;
	padding: 1%;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFF;
	border-right-color: #F0E0D0;
	border-bottom-color: #F0E0D0;
	border-left-color: #FFF;
}
.simple h1 {
	font-size: 24px;
}
.simple h1.caption {
	font-size: 20px;
}
.simple img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
div.datebox {
	padding: 0px;
	width: 85px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #666;
	height: auto;
	float: left;
	background-color: #CCC;
}
div.dateboxfixed {
	padding: 3px;
	width: 40px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #666;
	height: auto;
	float: left;
	background-color: #CCC;
	position: fixed;
	left: 0px;
	top: 50px;
}
.datebox .logo {
	background-image: url(../images/logo80grey.jpg);
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 80px;
	background-position: 3px;
}

.datebox h2 {
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.datebox .month {
	line-height: 13px;
	padding: 2px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 16px;
	text-align: center;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.datebox .day {
	line-height: 37px;
	font-family: "Times New Roman", Times, serif;
	font-size: 44px;
	padding: 0px;
	letter-spacing: -3px;
	text-align: center;
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.datebox .suffix {
	color: #888;
	position: absolute;
	right: -5px;
	bottom: -13px;
	font-size: 16px;
	letter-spacing: normal;
}

.datebox .year {
	
	margin: 0px;
	padding: 2px;
	font-size: 16px;
	text-align: center;
	width: auto;
	float: left;
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	/*width: 100px;
	height: 75px;*/
}
ul.hoverbox  li
{
	display: inline;
	float: left;
	clear:left;
	margin: 3px;
	padding: 5px;
	position: relative;
	font-size: 18px;
}

.hoverbox img.preview
{
	border-color: #000;
	width: 250px;
	
}
#rss h1 {
	font-size: 24px;
}
#rss dt, #rss dt a:link, #rss dt a:visited {
	color: #333;
}
#rss dd, #rss p{
	color: #666;
	font-size:16px;
}
#rss dd i {
	font-size:0.7em;
	font-family: "Courier New", Courier, monospace;
	display: none;
}
#rss img {
	display: none;
}

#footer {
	padding: 2%;
	clear: left;
	float: left;
	height: auto;
	width: 96%;
}
#footer p {
	font-size: 12px;
	color: #999;
	text-align: center;
}
#footer p a:link,  #footer p a:visited , #footer p a , #copyright #footer p a:link, #copyright #footer p a:visited , #copyright #footer p a {
	color: #998;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p a:hover, #footer p a:active {
	color: #777;
}
