/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #2F2825;
	color: #616161;
}

h1, h2, h3 {

	color: #8C0209;
}

h1 {
		color: #FFFFFF;
	display:inline;
}

h2 {
}

h3 {
}

h6
{
	color: #FFFFFF;
	display:inline;
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}


#header {
	margin: 51px 0px 0px 0px;
	height: 140px;
	padding:2em;
	background-image: -webkit-linear-gradient(top,#A40008 0,#222 100%);
	background-image: -o-linear-gradient(top,#A40008 0,#222 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#A40008),to(#222));
	background-image: linear-gradient(to bottom,#A40008 0,#222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffA40008', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius:10px 10px 0px 0px;
}

/* Header */


#header span {
	color: #FF4D00;
}


#header p 
{
	text-align:right;
	font-size: 12px;
	color: #AAAAAA;
}

#header a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover
{
	text-decoration:underline;
}

/* Content */

#content {

background: #DDDDCC;

margin: 1px 0px 1px 0px;

border-top: 1px solid #000;

padding: 1em;

border-bottom: 1px solid #000;
}

.post {

}

.post h1 {

}



/* Sidebars */

#sidebar1 {
}

#sidebar2 {
}

#sidebar {
	/* font-size: 13px; */
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 0 0 20px 0;
}

#sidebar li ul {
	
}

#sidebar li li {
	margin: 0 20px 0 25px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


#sidebar li h2 {
	margin: 0 0 0 0;
	padding: 8px;
	background: #890208;
	font-size: 18px;
	font-weight:normal;
	color: #FFFFFF;
	min-height: 30px;
}

#sidebar a {
}
div#leftcontent{
	background:#fff;
	border-radius:10px;
	border:5px solid #CFCFC0;
}

/* Footer */

#footer {
	min-height: 70px;
	color: #FFFFFF;
	padding:1em;
	margin: 0px 14px 0px 14px;
	font-size:14px;
	background-image: -webkit-linear-gradient(top,#222 0,#A40008 100%);
	background-image: -o-linear-gradient(top,#222 0,#A40008 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#222),to(#A40008));
	background-image: linear-gradient(to bottom,#222 0,#A40008 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ffA40008', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius:0px 0px 10px 10px;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration:underline;
}

#footer span 
{
	text-align:right;
	display:block;
}
