
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #FFFFFF url(images/img01.gif) repeat-x 0px 51px;
	color: #8A8A8A;
}

h1, h2, h3 {
	font-weight: normal;
	color: #618C04;
}

h1  
{
		color: #618C04;
    display:inline;
}

h2 {

}

h3 { }

h6
{
	display:inline;
}


a { color: #77B003; }

a:hover { text-decoration: none; }


/* Header */

#header {
	min-height: 140px;
	margin:50px 0px 0px 0px;
	padding: 2em;
}


/* Page */

#page {
}


/** LOGO */

#header p 
{
	text-align:right;		
	color: #A8A8A8;
}

#header a {
	text-decoration: none;
	color: #A8A8A8;
}

#header a:hover
{
	text-decoration:underline;
}


/* Content */

#content {
		margin:50px 0px 0px 0px;
		padding: 1em;
}

/* Post */

.post {
	margin-bottom: 2em;
}

/* Sidebar */

#sidebar {	
	padding:0px ;
	margin:0px;
}

#sidebar ul {
	list-style: none;
	line-height:2em;
}

#sidebar li {

}

#sidebar li ul {
	padding:0px ;
	margin:0px;

}

#sidebar li li {
	border-bottom: 1px solid #E9E8DD;	

}

#sidebar li li a {
	font-weight: normal;
	color: #808080;
}

#sidebar li li a:hover {
	color: #77B003;
}


#sidebar h2 {
	font-size: 18px;
	font-weight: normal;
	color: #618C04;
}


#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}



/* Footer */

#footer {
	width: 100%;
	background: #E1E1E1;
	margin:0px  0px 20px 0px ;
}

#footer span
{
	display:block;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: 2em;
	font-size: 10px;
}


@media (max-width: 768px) {
	#content{
		padding:0px;
	}
}
