/* General */

body {
	margin: 0;
	background: #ffffff 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: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height: 388px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 35px;
		left: 40px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 40px Georgia, "Trebuchet MS", Verdana;
		margin-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		font: normal 20px Georgia, "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 356px;
		left: 0;
		height: 27px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 27px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 27px;
		font: normal 18px/27px Georgia, Verdana;
		color: #e1e2e9;
		background: url("images/header_menu_left.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #e1e2e9;
		text-decoration: none;
		background: url("images/header_menu_right.gif") no-repeat right top;
		padding: 0 20px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #e7863a;
		background: url("images/header_menu_hover_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("images/header_menu_hover_left.gif") no-repeat;
		}
		
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item {
			background: url("images/header_menu_hover_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #e7863a;
			background: url("images/header_menu_hover_right.gif") no-repeat right top;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 1004px;
	background: url("images/main.gif") repeat-y;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 735px;
		padding: 20px 30px 0 20px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 735px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			background: url("images/post_title.jpg") no-repeat;
			width: 735px;
			height: 68px;
			color: #000000;
			font: normal 14px Georgia, Verdana;
		}
		
		#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 {
			float: left;
			color: #000000;
			text-align: center;
			text-transform: lowercase;
			width: 69px;
			height: 68px;
			margin-right: 10px;
			font: normal 20px Georgia, Verdana;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			margin: 5px 0 2px 0;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 9px;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: normal 24px Georgia, Verdana;
			padding-top: 5px;
		}
		
			#content .post .post-title h2.title {
				padding-top: 31px;
			}
		
		#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 {
			float: left;
			background: url("images/post_entry.gif") repeat-y;
			padding: 0 10px 0 45px;
			width: 680px;
			font: normal 14px/20px Georgia, Verdana;
			color: #000000;
		}
		
		#content .post .post-entry a {
			color: #e7863a;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 14px/20px Georgia, Verdana;
			color: #e7863a;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #e7863a;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding-right: 10px;
			width: 725px;
			height: 40px;
			clear: both;
			background: url("images/post_info.gif") no-repeat;
			font: normal 14px/40px Georgia, Verdana;
			color: #e7863a;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #e7863a;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #000000;
			font: normal 20px Georgia, Verdana;
			margin: 20px 0 10px 0;
			width: 680px;
		}
		
		#content .post .comments {
			font: normal 14px/20px Georgia, Verdana;
			color: #000000;
			width: 680px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #e7863a;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #f0f0f4;
		}
		
		#content .post .comments ol li cite {
			color: #e7863a;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #e7863a;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #e7863a;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 14px/20px Georgia, Verdana;
			color: #000000;
			width: 655px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #e7863a;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px/20px Georgia, Verdana;
		color: #e7863a;
		width: 735px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #e7863a;
		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: 186px;
		font: normal 14px/20px Georgia, Verdana;
		color: #000000;
		margin: 17px 0 10px 0;
	}
	
	#sidebar a {
		color: #e7863a;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 186px;
		background: url("images/sidebar_box.gif") repeat-y;
		margin-bottom: 15px;
	}
	
	#sidebar .sidebar-box-top {
		width: 186px;
		background: url("images/sidebar_box_top.png") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 186px;
		min-height: 80px;
		background: url("images/sidebar_box_bottom.png") no-repeat left bottom;
		min-height: 90px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: normal 22px/34px Georgia, Verdana;
			color: #f0f0f4;
			width: 186px;
			height: 57px;
			text-align: center;
			background: url("images/sidebar_title.png") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: -15px 0 0 0;
			padding: 0 3px 10px 3px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 14px/20px Georgia, Verdana;
			color: #000000;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
			padding-left: 30px;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: url("images/sidebar_menu_hover.png") no-repeat;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 186px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: -15px auto 0 auto;
			padding-bottom: 10px;
			width: 145px;
		}
		
		#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 {
			margin-top: -15px;
			padding: 0 5px 5px 5px;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 47px;
	font: normal 14px/47px Georgia, Verdana;
	color: #000000;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
