body {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: tahoma, verdana, Arial, sans-serif;
	font-size: 76%;
	line-height: 140%;
	color: #1F1F1F;
	background-color: #000;
	background-image: url(/evem/images/moonbg.jpg);
	background-repeat: no-repeat;
	background-position: -50px -2px;
	background-attachment: fixed;
}

a, a:link, a:visited	{color: #666;}
a:active, a:hover	{color: #E08700;}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

textarea, input.field {
	border: 1px solid #666;
	width: 75%;
	font-size: 1em;
}

textarea {
	height: 200px;
	font-size: 1em;
}

pre {
	font-family: monospace;
	font-size: 1em;
	line-height: normal;
}

input.button {
	text-transform: uppercase;
	font-size: 0.8em;
	border: 1px solid #666;
	padding: 0px;
}

blockquote {
	font-style: italic;
}

#topRegion {
	width: 100%;
	clear: both;
}
#bannerWrap {
	position: relative;
	width: 670px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #000;
	background-color: #333;
}

#banner {

}

#imgContainer {
	background-color: #000;
	width: 510px;
}

#imgContainer img {
}

#siteCap {
	float: right;
	color: #F2F2F2;
	padding: 5px;
	width: 125px;
	
}

#titlebar h1 {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 1;
	color: #F2F2F2;
	font-size: 1.2em;
	font-weight: normal;
	text-transform:uppercase;
	width: 150px;
}

/* IE Win hack: stupid IE does imlpement pos:fixed */
* html #titlebar h1 {
	position: absolute;
}

#pageRegion {
	width: 100%;
	clear: both;
	padding-bottom: 50px;
}

#mainMenu {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #333;
	border: 3px solid #000;
	color: #6C9400;
	font-size: 0.9em;
}

#mainMenu a, #mainMenu a:visited {
	color: #6C9400;
	text-transform: uppercase;
}

#mainMenu a:hover, #mainMenu a:active {
	color: #A4E100;
}

#searchForm {
	float: right;
	color: #6C9400;
	text-transform: uppercase;
}

#searchForm form {
	display: inline;
}

#searchForm .field {
	width: 100px;
	font-size: 1.2em;
	background-color: #333;
	border: 1px solid #6C9400;
	color: #A4E100;
}

#searchForm .button {
	background-color: transparent;
	font-size: 0.8em;
	border: 1px solid #6C9400;
	color: #6C9400;
}

#pageWrap {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 5px;
	background-color: #E0E0E0;
	border: 3px solid #000;
}

#content {
	position: relative;
	clear: both;
	width: 100%;
	
}
#main {
	position: relative;
	padding: 5px;
	width: 500px;
	background-color: #F2F2F2;
	border-right: 3px solid #000;
	min-height: 750px;
}

.blog {
	padding: 0px 10px;
}

.blogbody {
	clear: both;
	padding: 15px 0px;
}

.blogbody img {
	border: 3px solid #CCC;
	padding: 1px;
	margin: 5px;
}

.blogImg {
	float: right;
}

.blogText {
	padding: 15px;
}

h2.title {
	color:#6C9400;
	font-size: 1.1em;
	text-transform: uppercase;
}

h2.title a, h2.title a:visited {
	color:#6C9400;	
	text-decoration: none;
}

h2.title a:hover, h2.title a:active {
	color:#A4E100;	
}

.catLbl {
	margin-top: 10px;
	font-size: 1.1em;
}
.posted, .extended {
	font-size: 0.8em;
	text-transform: uppercase;
}

.comments-body {
	background-color: #E0E0E0;
	padding: 3px;
	margin-bottom: 10px;
	color: #333;
}

.comments-post {
	text-transform: uppercase;
	font-size: 0.8em;
	background-color: #F2F2F2;
	padding: 3px;
}

.comments-body p {
	padding: 5px;
}

.comments-form {
	background-color: #E0E0E0;
	padding: 3px;
	margin-bottom: 10px;
	color: #333;
}

.comments-form h3 {
	background-color: #F2F2F2;
	padding: 3px;
}

.comments-form form {
	padding: 5px;
	line-height: normal;
}

label {
	text-transform: uppercase;
	display: block;
	float: left;
	width: 8em;
	font-size: 0.9em;
	text-align: right;
}

.comments-form input.field {
	display: block;
	font-size: 1.2em;
	width: 20em;
	margin-left: 9em;
}

.comments-form br {
	clear: both;
	height: 4px;
	line-height: 4px;
	font-size: 2px;
}

.comments-form textarea {
	font-size: 1.2em;
	width: 30em;
	height: 8em;
}

#ff {
 position:absolute;
 top:20px;
 left:525px;
 padding:0 10px;
}
.footer {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #F2F2F2;	
	border: 3px solid #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	clear: both;
}

#archivemenu {
	background-color: #E0E0E0;	
}

#footer {
	background-color: #333;	
	color: #CCC;
}

#footer img {
	vertical-align: middle;
}

