﻿body 
{
	font-family:Arial, Verdana, Sans-Serif;
	background-color: black;
}

#allContainer
{
	text-align:center;
	min-width: 750px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	position: relative;
}

/*********  banner  ***********/
.banner
{
	background: url(lake.jpg) no-repeat top right;
	height: 200px;
	width: 100%;
	position:relative;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.logo
{
	border: none;
}

#logo
{
	position: absolute;
	left: 5px;
	top: 4px;
}

#logotext
{
	position: absolute;
	left: 160px;
	top: 3px;
	z-index: 10;
}

/********* lower page ***********/
#maintable
{
	width: 100%;
}
#maintable td
{
	vertical-align: top;
}
#maintable #left
{
	width: 25%;
}

#maintable #center
{
	width: 75%;
}


.maincontent
{
	position: relative;
	left: 0px;
	vertical-align: top;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 10px;
	z-index: 0;
	text-align: left;
}

/********* navigation ***********/

#navbox
{
	padding: 5px;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	z-index: 5;
}

#navbox ul
{
	margin: 0px;
}

.navItem
{
	margin-left: -40px;
	text-align: left;
	position: relative;
	list-style-type: none;
	border-bottom: 1px dotted black;
}

.navItem:last-child
{
	border-bottom: none;
}

.navItem a
{
	text-decoration: none;
}

.menuTitle, .menuItem
{
	display: block;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	text-shadow: #aaa 2px 2px 3px;
}

.menuTitle:hover, .menuTitle.high, .menuItem:hover, .menuItem.high
{
	color: #AA0000;
	text-decoration: underline;
}

.rollover
{
	position: absolute;
	top: 3px;
	right: -195px;
	width: 200px;
	display: none;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 8px #aaa;
	-webkit-box-shadow: 5px 5px 8px #aaa;
	box-shadow: 5px 5px 8px #aaa;
	z-index: 8;
    background-color: #ccc; /* fallback color */
    background-image: url(linear_bg_2.png); /* fallback image */
    background-image: -moz-linear-gradient(100% 100% 90deg, #ccc, #fff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
}

.navItem:hover > div.rollover, div.rollover:hover > div.rollover
{
	display: block;
}


/************* content ***************/ 

.content
{
	padding: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.adminbar
{
	text-decoration:none;
	text-align:left;
	overflow:hidden;
}
.adminbarbutton
{
	float: left;
	margin-left: 3px;
}
.loggedinas
{
	float: right;
}

.contenttitle
{
	font-size:x-large;
	font-weight:bold;
}

.contenttext
{
	vertical-align:top;
	text-align:left;
}

.blogtitle
{
	font-size:large;
}

.blogdatetime
{
	font-size:x-small;
}

.blogcontent
{
	font-size: inherit;
}

#commentbox
{
	position: relative;
	width: 80%;
	padding: 5px;
	margin: 3px;
	font-size: 8pt;
	border: 1px solid black;
}

#blogcommentdatetime
{
	float: right;
}

#blogcommentname
{
	float: left;
	font-weight: bold;
}

#blogcomment
{
	clear: both;
}

#commentformdiv
{
	font-size: 10pt;
	width: 80%;
	padding: 5px;
	/* border: 1px solid black; */
}

#commentformdiv table
{
	width: 100%;
	border-width:1px; 
	border-style:solid; 
	border-spacing:0px; 
	border-collapse:collapse; 
	border-color:black;
}

#commentformdiv td
{
	padding: 3px;
	border-width:1px; 
	border-style:solid; 
	border-spacing:0px; 
	border-collapse:collapse; 
	border-color:black;
}

#commentadmin
{
	text-align: right;
}

.footer
{
	clear: both;
	text-align: center;
	font-size: 85%;
	padding: 5px;
	background: black;
	color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.button
{
	cursor: pointer;
}


