



/* General */

body {
	margin: 0;
	background: #230000;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 980px;
	background: url("/wp-content/themes/default/images/page.jpg") repeat-y;
}

#page-top {
	width: 980px;
	background: url("/wp-content/themes/default/images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 980px;
	min-height: 990px;
	background: url("/themes/default/images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 980px;
	height: 237px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 50px;
		left: 145px;
		width: 500px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 45px Georgia, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		padding-left: 30px;
		font: normal 20px Georgia, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 170px;
		left: 100px;
		width: 770px;
		height: 36px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 36px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 36px;
		font: bold 15px/36px Georgia, Verdana;
		color: #000000;
		padding: 0 25px;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 62px;
		left: 765px;
		width: 125px;
		height: 50px;
	}


/* Main */

#main {
	width: 980px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 225px;
		padding: 0 18px 0 88px;
		font: normal 11px/18px Georgia, Verdana;
		color: #000000;
	}
	
	#sidebar a {
		color: #990000;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 225px;
		margin-bottom: 20px;
	}
	
		#sidebar .sidebar-box-blank {
			width: 225px;
			margin-bottom: 20px;
			text-align: center;
		}
	
	#sidebar .sidebar-box-in {
		width: 205px;
		background: url("/wp-content/themes/default/images/sidebar_box_in.png") repeat-y;
		padding-left: 20px;
	}
	
	#sidebar .sidebar-box-top {
		width: 225px;
		height: 53px;
		background: url("/wp-content/themes/default/images/sidebar_box_top.png") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 225px;
		height: 30px;
		background: url("/wp-content/themes/default/images/sidebar_box_bottom.png") no-repeat;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 12px Georgia, Verdana;
			color: #333333;
			padding-bottom: 10px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 5px 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			padding-left: 22px;
			background: url("/wp-content/themes/default/images/sidebar_menu.gif") no-repeat;
			font: normal 11px/26px Georgia, Verdana;
			color: #200b02;
		}
		
		#sidebar ul li a {
			color: #200b02;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0 20px 20px 0;
			width: 185px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 155px;
		}
		
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			margin: 10px auto;
			width: 207px;
		}
		
		#sidebar #sidebar-search .search-input {
			width: 176px;
			height: 17px;
			font: bold 13px Georgia, Verdana;
			float: left;
			background: url("/wp-content/themes/default/images/search.jpg") no-repeat;
			border: none;
			padding: 4px 15px;
		}
		
		#sidebar #sidebar-search .search-button {
			width: 0;
			height: 17px;
			float: right;
			display: none;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 142px;
			margin: 0 auto;
			padding: 0 20px 5px 0;
		}
		
		#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 20px 5px 0;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 580px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 580px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 540px;
			padding: 0 20px;
			height: 72px;
			font: normal 11px Georgia, Verdana;
			color: #000000;
			background: url("/wp-content/themes/default/images/post_title.png") no-repeat;
		}
		
		#content .post .post-title a {
			color: #5a2508;
			text-decoration: none;
			font-weight: bold;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .author {
			color: #5a2508;
			font-weight: bold;
		}
		
		#content .post .post-title h2 {
			color: #333333;
			font: bold 18px Georgia, Verdana;
			padding: 15px 0 5px 0;
		}
		
		#content .post .post-title h2 a {
			color: #333333;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: right;
			font: bold 15px Georgia, Verdana;
			color: #200900;
			text-align: center;
			background: url("/wp-content/themes/default/images/post_date.png") no-repeat;
			width: 60px;
			height: 72px;
			text-transform: lowercase;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 14px;
			display: block;
			font: bold 20px Georgia, Verdana;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Georgia, Verdana;
			color: #333333;
			width: 560px;
			padding: 0 10px;
			clear: both;
		}
		
		#content .post .post-entry a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .post-entry  a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0px 0px 0 65px;
			width: 515px;
			height: 28px;
			clear: both;
			background: url("/wp-content/themes/default/images/post_info.png") no-repeat;
			font: normal 11px/28px Georgia, Verdana;
			color: #000000;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #333333;
			font: bold 15px Georgia, Verdana;
			margin: 20px 0 10px 0;
		}
		
		#content .post .comments {
			font: normal 11px/18px Georgia, Verdana;
			color: #333333;
			width: 560px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #d5b478;
		}
		
		#content .post .comments ol li cite {
			color: #990000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 11px/18px Georgia, Verdana;
			color: #333333;
			width: 535px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px Georgia, Verdana;
		color: #990000;
		width: 560px;
		margin-bottom: 30px;
		float: left;
		padding: 0 10px;
	}
	
	#content .navigation a {
		color: #990000;
		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: 800px;
	height: 150px;
	color: #4f3b22;
	font: normal 9.5px/120px Georgia, Verdana;
	text-align: right;
	padding: 10px 90px 0 90px;
}

#footer a {
	color: #990000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

