/*  
Theme Name: Nature Greek
Theme URI: http://bloggingzone.info
Description: Nature theme for wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: url("images/background.jpg");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 15px auto 25px auto;
	width: 923px;
	background: #0d2701 url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 923px;
	height: 170px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 22px;
		left: 0;
		width: 923px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #0d2701;
		font: bold 45px Century Gothic, Helvetica, Arial, sans-serif;
		padding-bottom: 0px;
	}
	
	#header #header-info h1 a {
		color: #0d2701;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #0d2701;
		clear: both;
		font: normal 18px Century Gothic, Helvetica, Arial, sans-serif;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 132px;
		left: 0;
		width: 923px;
		height: 25px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 25px;
		text-align: center;
		text-transform: uppercase;
	}
	
	#header #header-menu ul li {
		height: 25px;
		font: normal 14px/25px Georgia, Verdana;
		color: #ffffff;
		display: inline;
		background: url("images/header_menu_left.gif") no-repeat;
		margin-right: 20px;
		padding: 3px 0;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		background: url("images/header_menu_right.gif") no-repeat right top;
		padding: 3px 30px;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 907px;
	padding-left: 16px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 206px;
		font: normal 13px/19px Arial, Verdana;
		color: #d8dcdd;
	}
	
	.sidebar a {
		color: #e9ff2f;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Box */
		
		.sidebar .sidebar-box {
			width: 206px;
			padding-bottom: 40px;
			margin-bottom: 20px;
			}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding: 0 35px 20px 35px;
                        background: url("images/sidebar_separator.gif") no-repeat left bottom;
			font: normal 14px Georgia, Verdana;
			color: #ffffff;
			text-transform: uppercase;
			text-align: center;
			margin-bottom: 15px;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 0 20px;
			padding: 0;
			list-style-type: none;
			width: 166px;
			border-top: 5px solid #586a50;
		}
		
		.sidebar ul li {
			color: #ffffff;
			font: normal 13px/24px Arial, Verdana;
                        background: url(images/header_menu_right.gif) top left no-repeat;
                        padding-left: 35px
}
		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
			border-bottom: 1px solid #586a50;
			display: block;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			.sidebar ul li ul {
				margin: 0;
				border-top: none;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 10px 0;
			width: 206px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 146px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			width: 176px;
			color: #000000;
			line-height: 20px;
		}
		
		.sidebar #calendar_wrap a {
			color: #000000;
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap table {
			width: 176px;
			background: #f7f7f7;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
			background: #f7f7f7;
		}
		
		.sidebar #calendar_wrap thead {
			background: #000000;
			color: #f7f7f7;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: center;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
			background: #000000;
			color: #f7f7f7;
			border: 1px solid red;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 5px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 450px;
		padding: 0 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 15px;
		width: 450px;
		border-bottom: 1px solid #586a50;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 450px;
			color: #e9ff2f;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #d8dcdd;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title span {
			color: #d8dcdd;
		}
		
		#content .post .post-title h2 {
			color: #e9ff2f;
			font: normal 24px Georgia, Verdana;
			padding-bottom: 5px;
		}
		
		#content .post .post-title h2 a {
			color: #e9ff2f;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			border-top: 1px solid #586a50;
			border-bottom: 1px solid #586a50;
			line-height: 19px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/19px Verdana;
			color: #d8dcdd;
			width: 440px;
			padding: 0 5px;
		}
		
		#content .post .post-entry a {
			color: #e9ff2f;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px Verdana;
			color: #e9ff2f;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #e9ff2f;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #e9ff2f;
			font: normal 18px Georgia, Verdana;
		}
		
		#content .post .comments {
			font: normal 12px/19px Verdana;
			color: #d8dcdd;
			width: 440px;
		}
		
		#content .post .comments a {
			color: #e9ff2f;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #163806;
		}
		
		#content .post .comments ol li cite {
			color: #e9ff2f;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #e9ff2f;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #e9ff2f;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/19px Verdana;
			color: #d8dcdd;
			width: 415px;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #e9ff2f;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px Verdana;
		color: #e9ff2f;
		float: left;
		margin-bottom: 15px;
		width: 450px;
	}
	
	#content .navigation a {
		color: #e9ff2f;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 923px;
	height: 45px;
	color: #ffffff;
	font: normal 11px/45px Verdana;
	text-align: center;
	background: url("images/footer.gif") no-repeat;
}

#footer a {
	color: #e9ff2f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
