/*  
Theme Name: Green Serene
Theme URI: http://www.realeflix.com
Description: Fresh and clean 3-column WP Theme with a green and relaxing style.
Version: 1.0
Tags: green, tan, three-columns, fixed-width, left-sidebar, right-sidebar, theme-options
*/



/* General */

body {
	margin: 0;
	background: #eae8c6;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1024px;
	background: url("images/page.gif") repeat-y;
}

#page-in {
	width: 1024px;
	background: url("images/page_top.jpg") no-repeat;
}


/* Aligning */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


/* Header */

#header {
	width: 1024px;
	height: 220px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 35px;
	color: #4f6f0c;
	font: normal 40px Verdana;
}
	
#header h1 a {
	color: #4f6f0c;
	text-decoration: none;
}

#header .description {
	position: absolute;
	top: 70px;
	left: 38px;
	color: #4f6f0c;
	font: bold 16px Arial;
}

#header #menu {
	position: absolute;
	bottom: 18px;
	left: 160px;
	height: 35px;
}

#header #menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 35px;
}

#header #menu ul li {
	float: left;
	background: url("images/menu_separator.png") no-repeat right top;
}

#header #menu ul li a {
	float: left;
	color: #80030A;
	margin: 0 20px;
	font: bold 14px/35px Verdana;
	text-decoration: none;
	height: 35px;
}

#header #menu ul li a:hover {
	color: #EAE7CC;
	font-style: none;
}


/* Main */

#main {
	width: 1024px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

	/* Main - Sidebar Left */
	
	#main #sidebar-left {
		margin-top: 8px;
		margin-bottom: 25px;
		margin-left: 17px;
		float: left;
		width: 198px;
		color: #80030A;
		font: normal 14px Verdana;
	}
	
	#main #sidebar-left a {
		color: #80030A;
		font: normal 17px Verdana;
		text-decoration: none;
	}
	
	#main #sidebar-left a:hover {
		color: #ffffff;
	}
	
	#main #sidebar-left table {
		margin-bottom: 30px;
		padding-left: 17px;
	}
	
	#main #sidebar-left table caption {
		text-align: center;
	}
	
	#main #sidebar-left h3 {
		font: bold 13px/37px Verdana;
		color: #80030A;
		width: 181px;
		height: 37px;
		background: url("images/sidebar_title.gif") no-repeat;
		padding-left: 17px;
		margin-bottom: 8px;
	}
	
	#main #sidebar-left ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 181px;
		padding-left: 17px;
		margin-bottom: 2px;
	}
	
	#main #sidebar-left ul li a {
		color: #ffffff;
		text-decoration: none;
		font: normal 12px/22px Verdana;
	}
	
	#main #sidebar-left ul li a:hover {
		color: #ffffff;
		font-weight: bold;
	}
	
	/* Archives */

	#archives {
		font: normal 12px Verdana;
		color: #ffffff;
		position: reltive;
		margin-bottom: 10px;
	}
	
	/* Main - Content */
	
	#main #content {
		float: left;
		margin: 20px 0 0 17px;
		padding-bottom: 25px;
		min-height: 573px;
		width: 560px;
		background: url("images/content.jpg") no-repeat left bottom;
	}
	
	#main #content .post {
		float: left;
		margin: 0 35px;
		margin-bottom: 30px;
		width: 490px;
		font: normal 11px/17px Verdana;
		color: #605c2c;
	}
	
	#main #content .post-cat {
		background: url(images/mini-category.png) no-repeat;
		padding-left: 20px;
		float:left;
		font-size: 95%;
		color: #77755d;
	}
	
	#main #content .post h2 {
		color: #858667;
		font: normal 22px Verdana;
	}
	
	#main #content .post h2 a {
		color: #5d5d39;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .date {
		color: #000000;
		font: normal 15px Verdana;
	}
	
	#main #content .post .entry {
		width: 490px;
		/**/padding-top: 10px;
	}
	
	#main #content .post .entry a {
		color: #77755d;
		text-decoration: none;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry img {
		
   margin-left: 7px;
   margin-right: 6px;
   margin-bottom: 8px;
float: center;
	}




	
	#main #content .post .entry .more-link {
		font: bold 12px/20px Verdana;
		color: #77755d;
		float: left;
	}
	
	#main #content .post .entry .more-link a {
		color: #77755d;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info {
		font: bold 11px Verdana;
		color: #4b6712;
	}
	
	#main #content .post .info a {
		color: #4b6712;
		text-decoration: none;
	}
	
	#main #content .post .info a:hover {
		text-decoration: underline;
	}
	
	#main #content .post h3 {
		color: #4b6712;
		font: normal 20px Verdana;
		margin-top: 30px;
		margin-bottom: 5px;
	}
	
	#main #content .post .comments {
		margin: 0;
	}
	
	#main #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
		margin-top: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #d8d39b;
	}
	
	#main #content .post .comments ol li cite {
		color: #77755d;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #77755d;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #77755d;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		color: #77755d;
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}
	
	/* Main - Sidebar Right */
	
	#main #sidebar-right {
		margin-top: 8px;
		margin-bottom: 25px;
		margin-left: 17px;
		float: left;
		width: 198px;
		color: #80030A;
		font: bold 12px Verdana;
	}
	
	#main #sidebar-right a {
		color: #80030A;
		font: bold 14px Verdana;
		text-decoration: none;
	}
	
	#main #sidebar-right a:hover {
		color: #ffffff;
		font-weight: bold;
	}
	
	#main #sidebar-right table {
		margin-bottom: 30px;
		padding-left: 17px;
	}
	
	#main #sidebar-right table caption {
		text-align: center;
	}
	
	#main #sidebar-right h3 {
		font: bold 14px/37px Verdana;
		color: #80030A;
		width: 181px;
		height: 37px;
		background: url("images/sidebar_title.gif") no-repeat;
		padding-left: 17px;
		margin-bottom: 8px;
	}
	
	#main #sidebar-right ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 181px;
		padding-left: 17px;
		margin-bottom: 2px;
	}
	
	#main #sidebar-right ul li a {
		color: #80030A;
		text-decoration: none;
		font: normal 13px/22px Verdana;
	}
	
	#main #sidebar-right ul li a:hover {
		color: #ffffff;
	}


	/* Calendar */
	
	#calendar {
		font: normal 11px Verdana;
		color: #ffffff;
		text-align: center;
		margin-bottom: -10px;
	}
	
	/* Footer */
	
	#footer {
		background: url("images/footer.jpg") no-repeat;
		width: 1024px;
		height: 30px;
		font: normal 10px Verdana;
		color: #EAE7CC;
		text-align: center;
		position: relative;
	}
	
	#footer a {
		color: #EAE7CC;
		text-decoration: underline;
	}
	
	#footer a:hover {
		font-weight: bold;
		text-decoration: underline;
	}
	
	#footer span {
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 1024px;
	}
