/*  
Theme Name: Fantasy Wordpress Theme
Theme URI: http://bloggingzone.info
Description: Fantasy Wordpress theme using Matte by Alexandru Popescu called Lost Kingdom. Get <a href="http://bloggingzone.info">Custom Wordpress themes</a> from bloggingzone.info
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/



/* General */

body {
	margin: 0;
	background: url("images/background.gif");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1005px;
}


/* Header */

#header {
	width: 1005px;
	height: 615px;
	background: url("images/header.jpg") no-repeat;
}

#header #header-in {
	width: 1005px;
	height: 615px;
	background: url("images/header-in.jpg") no-repeat left bottom;
	position: relative;
}

#header #header-in h1 {
	color: #542a11;
	font: normal 38px Georgia, Verdana;
	position: absolute;
	top: 15px;
	left: 495px;
}
	
#header #header-in h1 a {
	color: #542a11;
	text-decoration: none;
}

#header #header-in .description {
	color: #542a11;
	font: bold 14px Georgia, Verdana;
	position: absolute;
	top: 60px;
	left: 495px;
}

	/* Header - Menu */
	
	#header #header-in #menu {
		position: absolute;
		top: 515px;
		left: 130px;
		height: 22px;
	}
	
	#header #header-in #menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 22px;
	}
	
	#header #header-in #menu ul li {
		float: left;
		height: 22px;
	}
	
	#header #header-in #menu ul li a {
		float: left;
		color: #542a11;
		margin: 0 50px;
		font: bold 12px/22px Georgia, Verdana;
		text-decoration: none;
	}
	
	#header #header-in #menu ul li a:hover {
		text-decoration: underline;
	}


/* Main */

#main {
	width: 1005px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

	/* Main - Content */
	
	#main #content {
		float: left;
		margin: 65px 0 0 56px;
		width: 600px;
	}
	
	#main #content .post {
		font: normal 14px Georgia, Verdana;
		color: #aea483;
		float: left;
		margin-bottom: 35px;
		width: 600px;
	}
	
	#main #content .post .info {
		background: url("images/date.jpg") no-repeat;
		width: 585px;
		height: 120px;
		float: left;
		padding-right: 15px;
	}
	
	#main #content .post .info .date {
		margin: 3px 23px 0 3px;
		width: 54px;
		height: 63px;
		color: #092627;
		float: left;
		text-align: center;
	}
	
	#main #content .post .info .date .year {
		display: block;
		height: 20px;
		font: bold 11px/20px Tahoma, Verdana;
	}
	
	#main #content .post .info .date .day {
		display: block;
		font: bold 23px Tahoma, Verdana;
	}
	
	#main #content .post .info .date .month {
		display: block;
		font: bold 11px Tahoma, Verdana;
	}
	
	#main #content .post .info h2 {
		margin-bottom: 3px;
		color: #b1ce00;
		font: normal 24px Georgia, Verdana;
	}
	
	#main #content .post .info h2 a {
		color: #b1ce00;
		text-decoration: none;
	}
	
	#main #content .post .info h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .about {
		display: block;
		font: normal 12px Georgia, Verdana;
		color: #a49b7c;
	}
	
	#main #content .post .about .author {
		float: left;
	}
	
	#main #content .post .about .author cite {
		color: #e5d9ad;
		font-style: normal;
	}
	
	#main #content .post .about .categories {
		float: right;
	}
	
	#main #content .post .about .categories a {
		color: #e5d9ad;
		text-decoration: none;
	}
	
	#main #content .post .about .categories a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		line-height: 20px;
		padding-bottom: 15px;
	}
	
	#main #content .post .entry a {
		color: #e5d9ad;
		text-decoration: none;
	}
	
	#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 14px Georgia, Verdana;
		color: #e5d9ad;
		float: right;
		margin-top: 5px;
	}
	
	#main #content .post .entry .more-link a {
		color: #e5d9ad;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments-info {
		font: normal 12px/26px Georgia, Verdana;
		color: #e1d5ab;
		float: right;
		height: 26px;
		background: url("images/comments_info.jpg") no-repeat;
	}
	
	#main #content .post .comments-info a {
		color: #e1d5ab;
		font: normal 12px/26px Georgia, Verdana;
		text-decoration: underline;
	}
	
	#main #content .post .comments-info a:hover {
		color: #e1d5ab;
		text-decoration: none;
	}
	
	#main #content .post .comments-info a span {
		color: #082422;
		font-weight: bold;
		text-decoration: none;
		width: 24px;
		height: 26px;
		margin-right: 1px;
		text-align: center;
		float: left;
	}
	
	#main #content .post h3 {
		color: #b1ce00;
		font: normal 18px Georgia, Verdana;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	#main #content .post .comments {
		margin: 0;
	}
	
	#main #content .post .comments ol {
		margin: 10px 15px 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
		margin-top: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #071e1f;
	}
	
	#main #content .post .comments ol li cite {
		color: #e5d9ad;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #e5d9ad;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #e5d9ad;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		color: #e5d9ad;
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}
	
	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		width: 182px;
		background: url("images/sidebar.jpg") no-repeat;
		color: #a49b7c;
		font: normal 12px Georgia, Verdana;
		padding: 17px 0 0 77px;
	}
	
	#main #sidebar a {
		color: #e5d9ad;
		text-decoration: none;
	}
	
	#main #sidebar a:hover {
		color: #e5d9ad;
		text-decoration: underline;
	}
	
	#main #sidebar table {
		margin: 0 auto;
		margin-bottom: 30px;
		margin-left: 38px;
	}
	
	#main #sidebar table caption {
		text-align: center;
		margin-top: -16px;
	}
	
	#main #sidebar h3 {
		font: normal 18px Georgia, Verdana;
		color: #072021;
		background: url("images/sidebar_title.jpg") no-repeat;
		width: 120px;
		height: 46px;
		padding: 50px 0 0 60px;
	}
	
	#main #sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-bottom: 30px;
		margin-left: 40px;
		width: 125px;
		margin-top: -16px;
	}
	
	#main #sidebar ul li {
		font: normal 12px/23px Georgia, Verdana;
		border-bottom: 1px solid #325358;
		width: 102px;
		background: url("images/sidebar_item.gif") no-repeat;
		padding-left: 23px;
	}
	
	#main #sidebar ul li a {
		font: normal 12px/23px Georgia, Verdana;
		color: #aea483;
		text-decoration: none;
	}
	
	#main #sidebar ul li a:hover {
		color: #e5d9ad;
	}


/* Footer */

#footer {
	width: 1005px;
	height: 34px;
	background: #220e01 url("images/footer.jpg") no-repeat;
	text-align: center;
	font: normal 11px/18px Georgia, Verdana;
	padding-top: 35px;
	color: #896a47;
}

#footer a {
	color: #d7b894;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

