/* General */

body {
	margin: 0;
	background: #a59273 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: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	min-height: 540px;
	background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 335px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 80px;
		left: 30px;
	}
	
	#header #header-info h1 {
		color: #523111;
		font: normal 40px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #523111;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #bdac8e;
		font: normal 20px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 20px;
		left: 27px;
		width: 700px;
		height: 17px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 700px;
		height: 17px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 17px;
		font: normal 13px/17px Arial, Verdana;
		color: #e2dbd1;
		margin-right: 20px;
	}
	
	#header #header-menu ul li a {
		color: #e2dbd1;
		text-decoration: none;
		padding: 0 2px 1px 2px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: none;
		border-bottom: 3px solid #d3c8b8;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 18px;
		left: 757px;
		width: 224px;
		height: 25px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 224px;
		height: 25px;
	}
	
	#header #header-search #s {
		width: 170px;
		height: 15px;
		padding: 5px 11px;
		border: 0;
		font: normal 12px Arial, Verdana;
		color: #492c0f;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 29px;
		height: 25px;
		padding: 0;
		float: right;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 332px;
		left: 774px;
		width: 190px;
		height: 145px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 729px;
		padding: 0 11px 0 21px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 3px;
		width: 729px;
		background: url("images/post.gif") repeat-y;
	}
	
	#content .post-top {
		width: 729px;
		background: url("images/post_top.png") no-repeat;
	}
	
	#content .post-bottom {
		width: 705px;
		padding: 12px;
		background: url("images/post_bottom.gif") no-repeat left bottom;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 705px;
			color: #41270e;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #41270e;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			width: 63px;
			height: 67px;
			background: url("images/post_date.gif") no-repeat;
			color: #dbd5c7;
			font: normal 45px/48px Arial, Verdana;
			text-align: center;
			margin-right: 9px;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			font-size: 12px;
			line-height: 18px;
		}
		
		#content .post .post-title h2 {
			float: left;
			color: #76664b;
			font: normal 33px Arial, Verdana;
			padding-bottom: 4px;
		}
		
		#content .post .post-title h2 a {
			color: #76664b;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			padding: 0 8px;
			width: 614px;
			height: 24px;
			line-height: 24px;
			background: url("images/post_title_info.gif") no-repeat;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Arial, Verdana;
			color: #41270e;
			width: 705px;
		}
		
		#content .post .post-entry a {
			color: #76664b;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #a59273;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #76664b;
			font: normal 18px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Arial, Verdana;
			color: #41270e;
			width: 705px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #76664b;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #b7a484;
		}
		
		#content .post .comments ol li cite {
			color: #41270e;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #41270e;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #76664b;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Arial, Verdana;
			color: #41270e;
			width: 680px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #76664b;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px Arial, Verdana;
		color: #41270e;
		padding: 0 4px;
		float: left;
		width: 721px;
	}
	
	#content .navigation a {
		color: #41270e;
		text-decoration: none;
		margin-bottom: 9px;
	}
	
	#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: 222px;
		font: normal 12px/18px Arial, Verdana;
		color: #41270e;

	}
	
	#sidebar a {
		color: #76664b;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 222px;
		margin-bottom: 8px;
		background: url("images/sidebar_box.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 222px;
		background: url("images/sidebar_box_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 222px;
		background: url("images/sidebar_box_bottom.gif") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 200px;
			height: 40px;
			padding: 4px 11px 6px 11px;
			font: normal 18px/40px Arial, Verdana;
			color: #563e2a;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 10px 12px 9px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #dad3c3;
			font: normal 13px/26px Arial, Verdana;
		}
		
		#sidebar ul li a {
			height: 26px;
			padding-bottom: 2px;
			color: #dad3c3;
			text-decoration: none;
			background: url("images/sidebar_menu.gif") repeat-x;
			padding-left: 7px;
			display: block;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: url("images/sidebar_menu_hover.gif") repeat-x;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 17px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 222px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 182px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-bottom: 10px;
			margin: 0 auto;
			width: 150px;
		}
		
		#sidebar #calendar_wrap table {
			width: 150px;
		}
		
		#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 12px 11px 13px;
		}

body #content h3 {
	font-weight:bold;
	padding-left:30px;
}
#content table,
#content th,
#content td {
	border:1px solid #422013;
}
#content table {
	margin:20px auto;

}
#content td,
#content th {
	padding:10px;
}
#content th {
	background-color:#CABFAA;
	font-size:110%;
	font-weight:bold;
}

/* Footer */

#footer {
	width: 950px;
	height: 33px;
	padding: 5px 27px 19px 27px;
	color: #dbd5c7;
	font: normal 13px/33px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #dbd5c7;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

