/* General */

body {
	margin: 0;
	background: #f26522;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}


/* Container */

#container {
	margin: 0 auto;
	width: 900px;
	background: url("images/background.gif") repeat-y;
}

#container-in {
	width: 900px;
	background: url("images/background_in.jpg") no-repeat right bottom;
}

.clear {
	clear: both;
}


/* Left Part */

#left-part {
	float: left;
	width: 149px;
	height: 561px;
	background: url("images/left_part.jpg") no-repeat 0 111px;
}


/* Right Part */

#right-part {
	float: left;
	width: 186px;
	height: 300px;
	background: url("images/right_part.jpg") no-repeat;
}


/* Page */

#page {
	float: left;
	width: 565px;
	position: relative;
	min-height: 590px;
}


/* Header */

#header {
	width: 565px;
	height: 210px;
	background: #f7941d url("images/header.gif") repeat-x;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 92px;
	left: 50px;
	color: #f7941d;
	font: bold 40px Verdana;
}

#header h1 a {
	color: #f7941d;
	text-decoration: none;
}

#header .description {
	position: absolute;
	top: 142px;
	left: 50px;
	color: #FFFFFF;
	font: normal 12px Verdana;
}

#header .search {
	position: absolute;
	top: 11px;
	left: 21px;
	height: 25px;
	width: 190px;
}

#header .search #searchform {
	float: left;
	margin: 0;
}

#header .search #s {
	width: 110px;
	height: 16px;
	border: 0;
	padding: 5px 5px 4px 5px;
	background: url("images/search_input.gif") no-repeat;
	font: normal 12px/17px Verdana;
	float: left;
}

#header .search #searchsubmit {
	width: 70px;
	height: 25px;
	border: 0;
	padding: 0;
	background: url("images/search_button.gif") no-repeat;
	float: left;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 30px;
	right: 1px;
	width: 175px;
}

#header ul.menu li {
	margin-bottom: 9px;
}

#header ul.menu li a {
	font: normal 15px/21px Verdana;
	display: block;
	color: #ffffff;
	padding-right: 42px;
	height: 21px;
	width: 133px;
	text-align: right;
	text-decoration: none;
	background: url("images/item.png") no-repeat;
}

#header ul.menu li a:hover {
	color: #FFFFFF;
	background: url("images/item_hover.png") no-repeat;
}


/* Main */

#main {
	float: left;
	width: 565px;
	margin-bottom: 25px;
}

	/* Main - Post */
	
	#main .post {
		float: left;
		margin-left: 30px;
		margin-bottom: 30px;
		width: 508px;
	}
	
	#main .post h2 {
		color: #f26522;
		font: bold 24px Verdana;
	}
	
	#main .post h2 a {
		color: #f26522;
		text-decoration: none;
	}
	
	#main .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main .post .post-info {
		margin-top: 2px;
		color: #ffffff;
		font: normal 10px Verdana;
	}
	
	#main .post .post-info span {
		color: #ffe400;
	}
	
	#main .post .post-info a {
		color: #ffe400;
		text-decoration: none;
	}
	
	#main .post .post-info a:hover {
		color: #ffe400;
		text-decoration: underline;
	}
	
	#main .post .entry {
		margin: 12px 10px 0 6px;
		font: normal 13.28px Arial;
		line-height: 18px;
		text-align: justify;
		color: #ffffff;
	}
	
	#main .post .entry a {
		color: #ffe400;
		text-decoration: none;
	}
	
	#main .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main .post .entry img {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main .post .entry a.more-link {
		float: right;
	}
	
	#main .post .comms {
		font: normal 12px Verdana;
		color: #ffe400;
		clear: both;
		float: right;
		margin-top: 10px;
	}
	
	#main .post .comms a {
		color: #ffe400;
		text-decoration: none;
	}
	
	#main .post .comms a:hover {
		text-decoration: underline;
	}
	
	#main .post h3 {
		color: #ffe400;
		font: bold 18px Verdana;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	#main .post .comments {
		color: #ffffff;
		font: normal 13.28px Arial;
		line-height: 18px;
	}
	
	#main .post .comments ol {
		margin: 0 0 10px 0;
		padding-left: 20px;
	}
	
	#main .post .comments ol li {
		padding: 5px;
	}
	
	#main .post .comments ol li.alt {
		background: #f7941d;
	}
	
	#main .post .comments ol li cite {
		color: #ffe400;
		font-style: normal;
		font-weight: bold;
	}
	
	#main .post .comments ol li cite a {
		color: #ffe400;
		text-decoration: none;
	}
	
	#main .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main .post .comments ol li .commentmetadata a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#main .post .comments ol li .commentmetadata a:hover {
		text-decoration: underline;
	}
	
	#main .post #commentform {
		margin: 0 5px;
		color: #ffffff;
		font: normal 13.28px Arial;
	}


/* Footer */

#footer {
	float: left;
	margin-bottom: 5px;
	margin-left: 36px;
	width: 490px;
	font: normal 9px/14px Verdana;
	text-align: right;
	color: #ffffff;
	position: absolute;
	bottom: 0;
}

#footer a {
	color: #ffe400;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	margin-left: 1px;
	margin-top: 262px;
}

#sidebar .box {
	float: right;
	width: 180px;
	margin-bottom: 30px;
}

#sidebar .box h3 {
	font: bold 18px Verdana;
	color: #f7941d;
	margin-left: 35px;
	margin-bottom: 12px;
}

#sidebar .box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar .box ul li a {
	font: normal 10px/21px Arial;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 21px;
	background: url("images/sidebar_item.gif") no-repeat;
	padding-left: 10px;
	margin-bottom: 1px;
}

#sidebar .box ul li a:hover {
	text-decoration: none;
	color: #f7941d;
	background: url("images/sidebar_item_hover.gif") no-repeat;
}

