/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body {
	height: 100%;
}

body {
	margin: 20px;
	padding: 0;
	background: #000000 ;
	font-family: Century Gothic, Century Gothic, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {

	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #00FF00;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

form {
  width:378px;
}

form fieldset {
  border:0;
}

.message {
  color:red;
  background:#ddd;
  border:1px solid #ccc;
  padding:5px;
  margin:5px;
}

span.message {
  width: 300px;
}

form div {
  width:100%;
}

form label {
  font-size:1.1em;
  padding-top: 10px;
}

form label.left {
  float:left;
  width:12em;
}

form label.FormHeading {
  font-size:1.3em;
  font-weight:bold;
}

form input.text,
form textarea,
form select {
  width:400px;
  color:#000;
  background:#f8f8f8;
  border:1px solid #aaa;
  padding:3px;
}

form input.numeric {
  width:20px;
  background:#f0f0f0;
  border:1px solid #aaa;
  padding:3px;
  margin-right:4px;
}

form input.year {
  width:35px;
}

form p.Actions {
  text-align:right;
  padding:0 22px 15px 0;
}

form p.Actions input {
  padding:2px;
}

/* Wrapper */

#wrapper {
	height: 100%;
	background: #000000;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 57px;
	padding-top: 5px;
	margin: 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 10px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: #61bf71;
	color: #ffffff;
}

#menu .current a {
	background: #61bf71;
	color: #FFFFFF;
}


/* Logo */

#logo {
	width: 778px;
	height: 180px;
	margin: 0 auto;
	color: #FFFFFF;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 25px 0 0 20px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 50px;
}

#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 600px;
	margin: 0  ;
	padding: 10px 20px;
}

/* Content */

#content {
	float: left;
	width: 700px;
}

.post {
	padding: 10px;
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
}

.post .title a {
	text-decoration: none;
	color: #57A122;
}

.post .entry {
	padding: 10px 20px 0 20px;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 15px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

.breadcrumbs {
  padding-bottom: 1.5em;
}

#NewsList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li {
	margin: 0;
	list-style-type: none;
}

#NewsList li.newsDateTitle span {
  line-height:2em;
}

#NewsList li.newsDate {
  line-height:2em;
  padding-bottom: .5em;
}

#NewsList li.newsDateTitle a {
  font-size:1.3em;
  font-weight:bold;
  text-decoration:none;
}

#NewsList li.newsDateTitle a:hover {
  border-bottom:1px dotted #0083C8;
}

#NewsList li.newsSummary {
  margin-bottom:20px;
}

#NewsList li.newsSummary span {
  font-size:1.1em;
  line-height:1.5em;
  color:#333;
}

#NewsList li.newsSummary a.readMoreLink {
  color:#0083C8;
  text-decoration:none;
}

#NewsList li.newsSummary a.readMoreLink:hover {
  border-bottom:1px dotted #0083C8;
}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

#PageComments {
	list-style:none;
	background:#000000;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}

#PageComments li {
  list-style:none;
  padding:5px;
  margin:0;
  font-size:1em;
  border-bottom:1px dotted #bbb;
}

#PageComments li p span {
  font-style:italic;
}

#PageComments a.deletelink {
  font-weight:bold;
}
			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}

#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}

#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}

#PageNumbers a:hover {
  text-decoration:underline;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 50px;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 10px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 10px 0 0 5px;
	background: #000000;
	border: 0px  dotted #00FF00;
	text-transform:lowercase;
	font-size: 1.4em;
	font-weight: normal;
	color: #ffffff;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
  height: 3.2em;
	clear: both;
	padding: 10px 0;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
