/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #ffffff;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #000000;
	border-top: 1px solid #3779e8;
	border-left: 1px solid #3779e8;
	border-right: 1px solid #3779e8;
	border-bottom: 1px solid #3779e8;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: .5em;
	color: #68a315;
}

h1 {
	letter-spacing: -.075em;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
        color: #FFFFFF;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #68a315;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 760px;
	height: 65px;
	margin: 0 auto;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background: #68a315;
}

#menu a:hover {
	background:  #ff7e00;
	color: #2C2E22;
}

#menu .current_page_item a {
	background:  #F3F3F3;
	color: #2C2E22;
}

#search {
	float: right;
	width: 190px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 100px;
}

#search #x {
	width: 70px;
}

/* New Logo */
        
#logo-new {
        width: 760px;
 	margin: 0 auto;
        height: 65px;
	color: #FFFFFF;
	border: 0px solid #000000;
}
 
#logo-new h1, #logo h2 {
        float: left;
    	margin: 0;
        padding: 0;
}

#logo-new h1 {
        font-size: 24px;
}
        
#logo-new h2 {
        font-style: italic;
}   
    	
#logo-new p {
        clear: left;
        margin: 0;
	padding: 0 0 0 20px;
        line-height: normal;
        font-size: 1.2em;
 	font-weight: bold;
        color: #C2C5B1;
}
        
#logo-new a {
        color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #fff;
	border: 1px solid #5d6257;
}

/* Content */

#content {
	float: left;
	width: 100%;
}

.post {
        color: #c5c3da;
}

.post .title {
	margin: 0;
	font-weight: strong;
}

.post h1.title {
	background: #000000;
        color: #858585;
        font-size: 2.4em
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.post .meta a {
        color: #ffffff;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

.members {
        color: #c5c3da;
}

.members .title {
	margin: 0;
	font-weight: strong;
}

.members h1.title {
	background: #000000;
        color: #858585;
        font-size: 2.4em
}

.members .entry {
	padding: 0 10px 30px 15px;
}

.members .meta {
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.members .meta a {
        color: #ffffff;
}

.members .links {
	margin: 0;
}

.members .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.members .links a, .members .tags a {
	border: none;
}


/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Footer */

#footer {
	text-align: left;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

#footer a {
        text-align: left;
        color: #000000;
 	font-size: 12px;
        text-align: center;
}

/* Splash */

#splash {
	width: 760px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #000000;
	border: 5px solid #000000;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 100%;
}

.post {
        color: #c5c3da;
}

.post .title {
	margin: 0;
	font-weight: strong;
}

.post h1.title {
	background: #000000;
        color: #858585;
        font-size: 2.4em
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.post .meta a {
        color: #ffffff;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

.members {
        color: #c5c3da;
}

.members .title {
	margin: 0;
	font-weight: strong;
}

.members h1.title {
	background: #000000;
        color: #858585;
        font-size: 2.4em
}

.members .entry {
	padding: 0 10px 30px 15px;
}

.members .meta {
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.members .meta a {
        color: #ffffff;
}

.members .links {
	margin: 0;
}

.members .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.members .links a, .members .tags a {
	border: none;
}


.Rollover .Out 
{ 
	display:inline; 
	visibility:visible; 
} 
.Rollover .Over 
{ 
	display:none; 
	visibility:hidden; 
} 
.Rollover:hover .Out 
{ 
	display:none; 
	visibility:hidden; 
} 
.Rollover:hover .Over 
{ 
	display:inline; 
	visibility:visible; 
} 

#login {
        float: left;
 	width: 800px;
        padding-top: 7px;
}
 
#login fieldset {
        border: none;
}

#login #email {
        width: 100px;
}

#login #password {
 	width: 100px;
}

#login #password2 {
 	width: 100px;
}

#login #x {
	width: 70px;
}
        

