
/*
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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #463C32;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 26px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
	text-align: justify;
	font-size: 13px;
}

ul, ol { }

blockquote { }

a { color: #649632; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}



/* Page */

#page {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(img01.jpg) repeat-x left top;
}

/** LOGO */

#logo {
	min-height: 148px;
	margin-bottom: 25px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 { padding-top: 15px; padding-bottom: 10px; }

#logo h1 a {
	text-decoration: none;
	color: #39561D;
	font-weight: bold;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 4px 0 0px 15px;
}

#logo p a  { font-weight: bold; }

#logo p a:hover { text-decoration: none; }

/* Content */

#content {
	float: left;
	max-width: 660px;
}

/* Post */

.post {
	margin-bottom: 10px;
}

.post .title {
    margin-top: 20px;
	margin-bottom: 3px;
	padding: 2px 0px;
	border-bottom: 1px dashed #B4F59D;
}

.post .meta {
	margin: 0 0 3px 0;
	padding: 2px 3px 2px 0px;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
}


.post .entry {
	padding: 5px 0px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}



.line {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #555555;
}

.line p {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	line-height: normal;
	color: #B5ADA5;
}

.line a {
	color: #B5ADA5;
}

