/*
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;
	font-size: 1em;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #6b0e26;
}

h2, h3, h4 {
	margin-top: .5em;
}

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

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

h3 {
	font-size: 1.7em;
	color: #000022;
}
h4 {
	font-size: larger;
	font-weight: bold;
	border-bottom: 1px solid;
}


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

blockquote {
	padding-left: 1em;
}

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

a {
	color: #6b0e26;
text-decoration: none;
}

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

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";          /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;             /* ensure the period is not visible */
    clear: both;           /* make the container clear the period */
    visibility: hidden;	   /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


/* Header */

#header {
	width: 100%;
	height: 10px;
	margin: 0 auto;
}

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

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

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 100%;
}

/* Content */

#content {
	float: left;
	margin-top: 1em;
	width: 50%;
	margin-left:1em;
	margin-right:1em;
}

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

.title {
	margin: 0;
}

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

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}
.center {
	width: auto;
	margin: auto;
}


#center_container {
	font-size: 10pt;
/*	width: 34em;*/
}

#center_container h3 {
	font-size: 2em;
	font-style: normal;
	color: #005917;
	font-family: "Times New Roman", Times, serif;
}

.content_left {
	float: left;
	clear: none;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 13%;
	margin-top: auto;
	margin-right: 1em;
	margin-bottom: auto;
	margin-left: 1em;
}

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

#sidebar li {
}

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

#sidebar li li {
	padding-left: 20px;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Sidebar 2 */

#sidebar2 {
	float: left;
	width: 20%;
	padding: 20px 20px 0 0;
	text-align: right;
}

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

#sidebar2 li {
}

#sidebar2 li ul {
	padding: 15px 0;
	list-style: none;
}

#sidebar2 li li {
	padding-left: 20px;
}

#sidebar2 h2 {
	margin: 0;
	padding: 20px 0 0 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}


/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
	font-color: #000;
	background: #FFFFFF;
}

#footer a, #footer a:hover {color: #000;}

