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

body {
	margin: 0;
	padding: 0;
	background: #000000 url('https://www.blog4ever.com/resources/templates/blogs/6/images/img01.jpg') repeat-x top center;
	font-size: 13px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #F8FBEC;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}


p, ul, ol {
	line-height: 200%;
}

fieldset{
border:0;	
}

hr {
	color:#9CBC1E;
}

input,textarea {
	border:1px solid #9CBC1E;
	background:black;
	color:#9CBC1E;
	font-size:12px;
	margin:3px;
}

.spacer
{
	clear:both;
	height:20px;	
}

img{
border:none;	
}

/*
blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
*/

a {
	color: #9BDB18;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}

#wrapper {
}
/* Header */

#header {
	width: 760px;
	height: 288px;
	margin: 0 auto;
	background: url('https://www.blog4ever.com/resources/templates/blogs/6/images/img02.jpg') no-repeat right top;
}

#header h1, #header p {
	margin: 0;
	color: #9CBC1E;
}

#header h1 {
	padding-top: 100px;
	padding-left:100px;
}

#header h1 a{
	color: #9CBC1E;	
	text-decoration : none;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
}
#header a {
	color: #E6B715;
}

#head h1{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #43689F;
	text-align: center;        
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 725px;
	margin: 0;
}

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

h3 {
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #B7D24D;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	height: 48px;
	background: url('https://www.blog4ever.com/resources/templates/blogs/6/images/img06.gif') no-repeat left top;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #003300;
}

/* Sidebar */

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

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 40px;
	height: 40px;
	background: url('https://www.blog4ever.com/resources/templates/blogs/6/images/img04.gif') no-repeat left 60%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 20px auto;
	text-align: center;
	border-top:1px dotted;
}

/* BREADCRUMB */
#content .blog-breadcrumb {
    background-color: #2b2d26;
    padding: 5px 10px;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}
#content .blog-breadcrumb a {
    border: 0;
    color: #57bc18;
    font-weight: bold;
}


/* FORUM */
#content .member-links {
    background-color: #161714;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
}

#content .login .title {
    font-size: 13px;
    color: #99b199;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px #99b199 solid;
}
#content .login form {
    background-color: #161714;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: left;
    float: left;
    height: 75px;
    width: 495px;
}
#content .login form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#content .login form ul li {
    list-style-type: none;
    margin: 2px 0;
    clear: both;
}
#content .login form label {
    display: block;
    float: left;
    width: auto;
    text-align: right;
    margin: 0 10px 0 0;
    line-height: 24px;
    height: 24px;
}
#content .login form input.text{
    margin: 0 15px 0 0;
    padding: 2px;
    float: left;
    width: 120px;
}
#content .login form input.button {
    background-color: #5e7600;
    color: #ffffff;
    padding: 3px 8px;
    margin: 0 0 0 7px;
    border: 1px #3d4c00 solid;
    border-top: 1px #7e8d45 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
}
#content .login p {
    font-size: 10px;
    margin: 5px 0 0 0;
    text-align: center;
}
#content .login .register {
    background-color: #161714;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: left;
    float: right;
    height: 75px;
    width: 180px;
}
#content div.login .register a {
    background-color: #5e7600;
    color: #ffffff;
    padding: 3px 8px;
    width: 120px;
    margin: auto;
    border: 1px #3d4c00 solid;
    border-top: 1px #7e8d45 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    text-align: center;
    text-decoration: none;
}
#content .login .spacer {
    height: 0;
}