/*
Theme Name: Fruit WordPress Theme
Theme URI: http://wptemplates.org/wpdemos/index.php?wptheme=Fruit+WordPress+Theme 
Description: very nice theme with fruit 
Version: 1.0
Author: miko 
Author URI: wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: #cbdbac url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 800px;
	background: url("images/page.gif") repeat-y;
}

#page-in {
	width: 800px;
	background: url("images/page_in.jpg") no-repeat;
}


/* Header */

#header {
	width: 800px;
	height: 487px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 10px;
		left: 60px;
		width: 340px;
	}
	
	#header #header-info h1 {
		color: #11442f;
		font: normal 27px Arial;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #11442f;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #11442f;
		font: normal 20px Arial;
		text-align: right;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 398px;
		left: 5px;
		width: 790px;
		height: 64px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 790px;
		height: 32px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		font: normal 20px/32px Arial;
		color: #b4ca8c;
		text-transform: lowercase;
		
	}
	
	#header #header-menu ul li a {
		display: block;
		color: #b4ca8c;
		text-decoration: none;
		padding: 0 15px;
	}
	
	#header #header-menu ul li a:hover {
		color: #f4f7ed;
		background: url("images/header_menu.gif") repeat-x;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		color: #f4f7ed;
		background: url("images/header_menu.gif") repeat-x;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 365px;
		left: 281px;
		width: 223px;
		height: 22px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 223px;
		height: 22px;
	}
	
	#header #header-search #s {
		width: 218px;
		height: 18px;
		padding: 2px;
		border: 0;
		font: normal 15px Arial;
		color: #11442f;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 22px;
		padding: 0;
		float: right;
	}


/* Main */

#main {
	width: 800px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 385px;
		padding: 0 75px 0 50px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 35px;
		width: 385px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 385px;
			color: #e4f6c0;
			font: normal 17px Arial;
		}
		
		#content .post .post-title a {
			color: #e4f6c0;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #e4f6c0;
			font: normal 27px Arial;
			padding-bottom: 5px;
		}
		
		#content .post .post-title h2 a {
			color: #e4f6c0;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/20px Arial;
			color: #e4f6c0;
			width: 385px;
		}
		
		#content .post .post-entry a {
			color: #144630;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #749a3d;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			margin-top: 20px;
			padding-top: 10px;
			width: 385px;
			clear: both;
			font: normal 14px Arial;
			color: #e4f6c0;
			border-top: 2px dotted #e4f6c0;
		}
		
		#content .post .post-info a {
			color: #e4f6c0;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				color: #e4f6c0;
				font-weight: bold;
			}
			
			#content .post .post-info .post-info-comments a {
				color: #e4f6c0;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #e4f6c0;
			font: normal 20px Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #e4f6c0;
			width: 385px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #144630;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #749a3d;
		}
		
		#content .post .comments ol li cite {
			color: #144630;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #144630;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #144630;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px Arial;
			color: #e4f6c0;
			width: 360px;
		}
		
		#content .post #commentform a {
			color: #144630;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px Arial;
		color: #e4f6c0;
		width: 385px;
	}
	
	#content .navigation a {
		color: #e4f6c0;
		margin-bottom: 35px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 200px;
		font: normal 12px/18px Arial;
		color: #007f4b;
		margin-bottom: 15px;
	}
	
	#sidebar a {
		color: #154630;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 200px;
		padding-bottom: 20px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 14px Arial;
			color: #144630;
			padding-bottom: 5px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 14px/20px Arial;
			color: #007f4b;
		}
		
		#sidebar ul li a {
			color: #007f4b;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			padding: 0 0 0 15px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 200px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 170px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-left: 15px;
			width: 140px;
		}
		
		#sidebar #calendar_wrap table {
			width: 140px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}


/* Footer */

#footer {
	width: 470px;
	height: 30px;
	padding: 0 5px;
	color: #cbdbac;
	font: normal 14px/30px Arial;
	text-align: right;
}

#footer a {
	color: #144630;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

