/*  
Theme Name: Dreams
Theme URI: http://bloggingzone.info
Description: Dream Wordpress Theme 
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/



/* General */

body {
	margin: 0;
	background: #303033;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}


/* Page */

#page {
	margin: 0 auto;
	width: 700px;
}


/* Header */

#header {
	width: 700px;
	height: 560px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

#header h1 {
	color: #9ba8cc;
	font: bold 30px Verdana;
	position: absolute;
	top: 48px;
	left: 102px;
}
	
#header h1 a {
	color: #9ba8cc;
	text-decoration: none;
}

#header .description {
	color: #9ba8cc;
	font: bold 13px Verdana;
	position: absolute;
	top: 85px;
	left: 130px;
}

#header #menu {
	position: absolute;
	top: 114px;
	left: 497px;
	width: 181px;
	text-align: center;
}

#header #menu h3 {
	font: normal 25px Verdana;
	color: #ffffff;
	margin-bottom: 15px;
}

#header #menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #menu ul li {
	margin-bottom: 15px;
}

#header #menu ul li a {
	color: #161619;
	font: normal 18px Verdana;
	text-decoration: none;
}

#header #menu ul li a:hover {
	text-decoration: underline;
}


/* Main */

#main {
	width: 700px;
	background: #303033 url("images/main.gif") repeat-x;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		margin-top: 75px;
		margin-left: 17px;
		width: 207px;
		height: 398px;
		background: url("images/sidebar.jpg") no-repeat;
		text-align: center;
		color: #ffffff;
		font: normal 14px Arial;
		padding-top: 400px;
	}
	
	
	
	
	
	
	#main #sidebar a {
		color: #9ba8cc;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #sidebar a:hover {
		color: #9ba8cc;
		text-decoration: underline;
	}
	
	#main #sidebar table {
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	#main #sidebar table caption {
		text-align: center;
		margin: 0 auto;
	}
	
	#main #sidebar h3 {
		font: normal 25px Arial;
		color: #ffffff;
		margin-bottom: 15px;
	}
	
	#main #sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-bottom: 25px;
	}
	
	#main #sidebar ul li {
		font: normal 14px Arial;
		margin-bottom: 15px;
	}
	
	#main #sidebar ul li a {
		color: #9ba8cc;
		text-decoration: none;
	}
	
	#main #sidebar ul li a:hover {
		color: #9ba8cc;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* Main - Content */
	
	#main #content {
		float: left;
		margin-left: 17px;
		margin-bottom: 40px;
		width: 445px;
	}
	
	#main #content .post {
		font: normal 12px Verdana;
		color: #ffffff;
		float: left;
		margin-bottom: 30px;
		width: 445px;
	}
	
	#main #content .post h2 {
		color: #ffffff;
		font: normal 49px Verdana;
	}
	
	#main #content .post h2 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		line-height: 19px;
		padding-bottom: 10px;
	}
	
	#main #content .post .entry a {
		color: #9ba8cc;
		text-decoration: none;
		font-weight: bold;
	}
	
	#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 12px/20px Arial;
		color: #9ba8cc;
		float: right;
		margin-top: 5px;
		margin-bottom: -50px;
		padding-bottom: 0;
	}
	
	#main #content .post .entry .more-link a {
		color: #9ba8cc;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post h3 {
		color: #ffffff;
		font: normal 22px Verdana;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	#main #content .post .comments {
		margin: 0;
	}
	
	#main #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
		margin-top: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #3e404c;
	}
	
	#main #content .post .comments ol li cite {
		color: #9ba8cc;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #9ba8cc;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #9ba8cc;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		color: #9ba8cc;
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}
	
	/* Main - Footer */
	
	#main #footer {
		width: 700px;
		font: normal 12px Verdana;
		color: #ffffff;
	}
	
	#main #footer a {
		font-weight: bold;
		color: #9ba8cc;
		text-decoration: none;
	}
	
	#main #footer a:hover {
		text-decoration: underline;
	}
	
	#main #footer #recent {
		margin-left: 16px;
		width: 668px;
		height: 220px;
		background: url("images/footer_recent.gif") no-repeat;
		margin-bottom: 25px;
		padding-left: 38px;
		padding-top: 11px;
	}
	
	#main #footer #recent .box {
		float: left;
		width: 195px;
		height: 197px;
		margin-right: 17px;
	}
	
	#main #footer #recent .box span.recent-date {
		width: 195px;
		height: 24px;
		font: normal 17px/24px Verdana;
		color: #000000;
		text-align: center;
		display: block;
		float: left;
	}
	
	#main #footer #recent .box span.recent-post {
		padding: 0 8px;
		width: 179px;
		height: 163px;
		overflow: auto;
		float: left;
	}
	
	#main #footer #copyright {
		margin: 0 auto;
		width: 440px;
		height: 20px;
		line-height: 20px;
		background: url("images/footer_copyright.gif") no-repeat;
		text-align: center;
	}
