/*
Theme Name: Two Colors Lane
Theme URI:
Description:nice theme with a lane
Version: 1.0
Author:miko 
Author URI:
*/



/* General */

body {
	margin: 0;
	background: #e8f0f5 url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Wrapper */

#wrapper {
	background: url("images/background_bottom.gif") repeat-x left bottom;
}


/* Page */

#page {
	margin: 0 auto;
	width: 820px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 820px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 820px;
	min-height: 460px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

#header {
	width: 820px;
	height: 305px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 170px;
		left: 265px;
		width: 450px;
	}
	
	#header #header-info h1 {
		color: #495711;
		font: normal 28px Arial;
		padding-bottom: 10px;
	}
	
	#header #header-info h1 a {
		color: #495711;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #495711;
		font: normal 18px Arial;
		text-align: right;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 342px;
		left: 24px;
		width: 518px;
		height: 26px;
		background: #647717;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 26px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 26px;
		font: normal 18px/26px Arial;
		color: #ffffff;
		text-transform: lowercase;
		background: url("images/header_menu.gif") no-repeat right top;
		padding-right: 2px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		padding: 0 20px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: #495711;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		background: #495711;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 1px;
		left: 633px;
		width: 175px;
		height: 22px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 175px;
		height: 22px;
	}
	
	#header #header-search #s {
		width: 170px;
		height: 22px;
		border: 0;
		font: normal 17px Arial;
		color: #f5f0ea;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 22px;
		padding: 0;
		float: right;
	}


/* Main */

#main {
	width: 820px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 450px;
		padding: 125px 39px 0 54px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 450px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 450px;
			color: #000000;
			font: normal 14px Arial;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			padding-bottom: 15px;
			width: 450px;
			height: 43px;
			position: relative;
			color: #ffffff;
			text-transform: lowercase;
		}
		
		#content .post .post-title .post-date .post-date-day {
			position: absolute;
			width: 72px;
			height: 43px;
			text-align: center;
			background: #647717;
			font: normal 35px/43px Arial;
			left: 17px;
			top: 0;
		}
		
		#content .post .post-title .post-date .post-date-month {
			position: absolute;
			height: 29px;
			background: #4a5811;
			left: 85px;
			top: 0;
			padding: 0 10px;
			font: normal 18px/29px Arial;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 25px Arial;
			padding-bottom: 10px;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			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: #000000;
			width: 450px;
		}
		
		#content .post .post-entry a {
			color: #647717;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 14px/20px Arial;
			color: #647717;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #647717;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #cfe4fd;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			margin-top: 20px;
			padding-top: 15px;
			width: 450px;
			clear: both;
			font: normal 14px Arial;
			color: #000000;
			border-top: 2px dotted #000000;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				color: #000000;
				font-weight: bold;
			}
			
			#content .post .post-info .post-info-comments a {
				color: #000000;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #000000;
			font: normal 20px Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #000000;
			width: 450px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #647717;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #cfe4fd;
		}
		
		#content .post .comments ol li cite {
			color: #647717;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #647717;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #647717;
			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: #000000;
			width: 425px;
		}
		
		#content .post #commentform a {
			color: #647717;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		margin-bottom: 20px;
		font: bold 14px Arial;
		color: #647717;
		width: 450px;
	}
	
	#content .navigation a {
		color: #647717;
		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: 277px;
		font: normal 12px/18px Arial;
		color: #000000;
		background: url("images/sidebar.gif") repeat-y;
		margin-bottom: 35px;
	}
	
		#sidebar #sidebar-in {
			width: 210px;
			padding: 0 17px 0 50px;
			background: url("images/sidebar_in.gif") no-repeat left bottom;
		}
	
	#sidebar a {
		color: #4a5811;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 175px;
		padding-bottom: 20px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: normal 22px Arial;
			color: #4a5811;
			margin-bottom: 10px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 13px/20px Arial;
			color: #000000;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			padding: 0 0 0 10px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 173px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 173px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-left: 5px;
			width: 128px;
		}
		
		#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 5px;
		}


/* Footer */

#footer {
	width: 740px;
	height: 40px;
	padding: 0 40px;
	color: #000000;
	font: normal 12px/30px Arial;
}

#footer a {
	color: #647717;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.float-left {margin:10px;float:left;}
.float-right {margin:10px;float:right;}

