/*  
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");
	color:#AEA483;
	font-family:Georgia,Verdana;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align: center;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

a
{
	color: #E5D9AD;
	text-decoration: none;
}

a:hover
{
	color:#E5D9AD;
	text-decoration:underline;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1005px;
	text-align: justify;
}


/* 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;
}


/* Main */

#main {
	width: 1005px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

	/* Main - Content */
	
	#main #content {
		float: left;
		/*margin: 65px 0 0 56px;*/
		width: 660px;
	}
	
  
	
	#main #content h2 {
		margin-bottom: 3px;
		color: #b1ce00;
		font: normal 18px Georgia, Verdana;
	}
	
	#main #content h2 a {
		color: #b1ce00;
		text-decoration: none;
	}
	
	#main #content h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content a {
		color: #e1d5ab;
		text-decoration: none;
	}
	
	#main #content a:hover {
		color: #e1d5ab;
		text-decoration: underline;
	}
	
	
	/* 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;
	}
	