/*  
Theme Name: Old Armchair
Theme URI: wptemplates.org	
Description: Very nice theme with an old armchair
Version: 1.0
Author: miko	
Author URI: wptemplates.org/wordpress.php
*/



/* General */

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

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

img {
	border: 0;
}


/* Page */

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

#page-in {
	margin: 0 auto;
	background: url("images/page.jpg") no-repeat;
			margin-left: 110px;
	width: 1100px;
}

/* Header */

#header {
	width: 900px;
	height: 460px;
	position: relative;
}

#header h1 {
	color: #ffffff;
	font: normal 45px Arial;
	position: absolute;
	top: 485px;
	left: 215px;
}
	
#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header .description {
	color: #ffffff;
	font: bold 15px Verdana;
	position: absolute;
	top: 150px;
	left: 60px;
	text-transform: lowercase;
	width:120px;
}

	/* Header - Search */
	
	#header #search {
		width: 145px;
		height: 31px;
		position: absolute;
		top: 0;
		left: 595px;
	}
	
	#header #search #searchform {
		margin: 0;
		padding: 0;
		width: 145px;
		height: 31px;
	}
	
	#header #search #s {
		width: 145px;
		height: 31px;
		border: none;
		padding: 5px 0;
		background: transparent;
		font: normal 16px Arial;
		color: #1d604f;
	}
	
	#header #search #searchsubmit {
		background: transparent;
		visibility: hidden;
		width: 0;
	}
	
	/* Header - Menu */
	
	#header #menu {
		position: absolute;
		right: 0;
		top: 140px;
		width: 140px;
	}
	
	#header #menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 140px;
	}
	
	#header #menu ul li {
		float: left;
		width: 140px;
		height: 24px;
		font: normal 17px/24px Arial;
		text-decoration: bold;
	}
	
	#header #menu ul li a {
		float: left;
		width: 135px;
		height: 24px;
		padding-left: 5px;
		color: #2f5034;
		display: block;
		font: normal 17px/24px Arial;
		text-decoration: bold;
	}
	
	#header #menu ul li a:hover {
		text-decoration: bold;
		background: url("images/menu_hover.png") no-repeat;
	}
	
	/* Header - Feed */
	
	#header #feed {
		position: absolute;
		right: 13px;
		top: 373px;
		width: 100px;
		height: 100px;
	}


/* Main */

#main {
	width: 1200px;
}

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

	/* Main - Content */
	
	#main #content {
		float: left;
		margin-left: -82px;
		width: 681px;
		margin-top: 110px;
		background: #aed3c0 url("images/content.gif") no-repeat;
	}
	
	#main #content .post {
		font: normal 14px Arial;
		color: #000000;
		float: left;
		margin-bottom: 30px;
		margin-top: 3px;
		width: 571px;
		margin-left: 55px;
	}
	
	#main #content .post .date {
		margin-bottom: 15px;
		width: 595px;
		height: 90px;
		margin-right: 1114px;
		background: url("images/date.gif") no-repeat;
		position: relative;
	}
	
	#main #content .post .date .month {
		color: #ffffff;
		font: normal 15px Arial;
		text-transform: lowercase;
		width: 67px;
		position: absolute;
		top: 26px;
		left: 15px;
		text-align: center;
	}
	
	#main #content .post .date .day {
		color: #000000;
		font: normal 36px Arial;
		width: 45px;
		position: absolute;
		top: 45px;
		left: 18px;
		text-align: center;
	}
	
	#main #content .post h2 {
		color: #000000;
		font: bold 28px Arial;
	}
	
	#main #content .post h2 a {
		color: #efefef;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		line-height: 19px;
		border-bottom: 1px dotted #000000;
		padding-bottom: 12px;
	}
	
	#main #content .post .entry a {
		color: #efefef;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry img {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main #content .post .entry .more-link {
		font: bold 13px/20px Arial;
		color: #3a8174;
		float: right;
		margin-top: 5px;
	}
	
	#main #content .post .entry .more-link a {
		color: #3a8174;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info {
		font: normal 14px Arial;
		color: #000000;
		padding-top: 20px;
	}
	
	#main #content .post .info a {
		color: #efefef;
		text-decoration: none;
	}
	
	#main #content .post .info a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info .comms-links {
		font-weight: bold;
	}
	
	#main #content .post .info .comms-links a {
		font-weight: bold;
	}
	
	#main #content .post h3 {
		color: #000000;
		font: normal 22px Arial;
		margin-top: 20px;
		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: #89b8a7;
	}
	
	#main #content .post .comments ol li cite {
		color: #3a8174;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #efefef;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #efefef;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		color: #3a8174;
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}
	
	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		width: 270px;
		margin-left: 28px;
		background: #8bbaa9 url("images/sidebar_bottom.gif") no-repeat right bottom;
		margin-top: 110px;
		padding-bottom: 25px;
	}

	#main #sidebar h2 {
		font: bold 16px Arial;
		color: #3a8174;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-left: 3px;
	}
	


	#main #sidebar h3 {
		font: bold 16px Arial;
		color: #000000;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-left: 3px;
	}
	
	#main #sidebar ul {
		margin: 2;
		padding: 0;
		list-style-type: none;
		padding-bottom: 20px;
		width: 250px;
		background: url("images/sidebar_separator.gif") no-repeat left bottom;
	}
	
	#main #sidebar ul li {
		font: normal 13px Arial;
	}
	
	#main #sidebar ul li a {
		color: #efefef;
		text-decoration: none;
		display: block;
		padding-left: 6px;
		width: 240px;
		line-height: 17px;
	}
	
	#main #sidebar ul li a:hover {
		background: #3a8174;
	}
	
	#main #sidebar div {
		font: normal 13px Arial;
		margin-left: 15px;		
		width: 240px;
	}

/* Footer */

#footer {
	margin-left: 20px;
	width: 670px;
	height: 31px;
	background: #aed3c0;
	margin-top: 20px;
	padding-left: 11px;
	font: normal 12px/31px Arial;
	color: #799988;
}

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

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

