/*  
Theme Name: Our Dream Home
Theme URI: http://bloggingzone.info
Description: Dream home wordpress theme for wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #7abefd;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1006px;
	background: url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 1006px;
	height: 435px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 40px;
		left: 490px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: bold 35px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 18px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 167px;
		left: 491px;
		width: 150px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 150px;
	}
	
	#header #header-menu ul li {
		height: 44px;
		font: bold 10px/44px Verdana;
		color: #000000;
		background: url("images/header_menu.png") no-repeat;
		text-transform: uppercase;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	/* Header - Text */
	
	#header #header-text {
		position: absolute;
		top: 177px;
		left: 680px;
		width: 265px;
		height: 120px;
		color: #ffffff;
		font: normal 10px Arial, Verdana;
	}
	
	#header #header-text a {
		color: #454545;
		text-decoration: none;
	}
	
	#header #header-text a:hover {
		text-decoration: underline;
	}
	
	#header #header-text h3 {
		color: #ffffff;
		font: bold 16px Arial, Verdana;
	}

	/* Header - Text - Menu*/
	
	#header #header-text-menu {
		position: absolute;
		top: 395px;
		left: 240px;
		width: 290px;
		height: 30px;
		color: #ffffff;
		font: bold 14px Arial, Verdana;
	}
	
	#header #header-text-menu a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-text-menu a:hover {
		text-decoration: underline;
	}
	
	#header #header-text-menu h3 {
		color: #ffffff;
		font: bold 16px Arial, Verdana;
	}
	/* Header - Banner*/
	
	#header #header-banner {
		position: absolute;
		top: 318px;
		left: 491px;
		width: 468px;
		height: 60px;
		color: #ffffff;
		font: bold 14px Arial, Verdana;
	}
	
	#header #header-banner a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-banner a:hover {
		text-decoration: underline;
	}
	
	#header #header-banner h3 {
		color: #ffffff;
		font: bold 16px Arial, Verdana;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 641px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #9c9c9c;
		float: left;
		margin-bottom: 50px;
		width: 641px;
		background: url("images/post.gif") repeat-y;
	}
	
	#content .post-in {
		background: url("images/post_bottom.gif") no-repeat left bottom;
		width: 641px;
	}
	
	#content .post-in-404 {
		height: 250px;
		width: 641px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 611px;
			height: 63px;
			padding: 14px 15px 0 15px;
			background: url("images/post_title.png") no-repeat;
			color: #ffffff;
			font: normal 11px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			width: 48px;
			height: 48px;
			margin-right: 17px;
			text-align: center;
			color: #005ab7;
			font: bold 15px Arial, Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin: 4px 0 2px 0;
			display: block;
			font: bold 16px Arial, Verdana;
		}
		
		#content .post .post-title h2 {
			padding: 8px 0 11px 0;
			color: #ffffff;
			font: bold 17px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Arial, Verdana;
			color: #000000;
			padding: 0 20px;
			width: 601px;
		}
		
		#content .post .post-entry a {
			color: #4f80b1;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/18px Arial, Verdana;
			color: #4f80b1;
			float: right;
			margin-bottom: 7px;
		}
		
		#content .post .post-entry .more-link a {
			color: #4f80b1;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #005ab7;
			font: bold 15px Arial, Verdana;
			margin: 20px 0 10px 0;
			padding: 0 20px;
			width: 601px;
		}
		
		#content .post .comments {
			font: normal 12px/18px Arial, Verdana;
			color: #9c9c9c;
			padding: 0 20px;
			width: 601px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #4f80b1;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #f5f5f5;
		}
		
		#content .post .comments ol li cite {
			color: #4f80b1;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #4f80b1;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #4f80b1;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px Arial, Verdana;
			color: #9c9c9c;
			padding: 0 20px;
			width: 601px;
		}
		
		#content .post #commentform a {
			color: #4f80b1;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 363px;
		font: normal 12px/18px Arial, Verdana;
		color: #9c9c9c;
		background: url("images/sidebar.gif") repeat-y;
	}
	
	#sidebar a {
		color: #4f80b1;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 177px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 177px;
	}
	
	#sidebar .sidebar-box {
		width: 177px;
		background: url("images/sidebar_box.gif") repeat-y;
		margin-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 145px;
			height: 46px;
			padding: 0 12px 0 20px;
			background: url("images/sidebar_title.gif") no-repeat;
			font: bold 13px/46px Arial, Verdana;
			color: #ffffff;
			text-transform: uppercase; 
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 auto;
			padding: 0 0 10px 0;
			list-style-type: none;
			width: 152px;
		}
		
		#sidebar ul li {
			color: #4f80b1;
			padding-left: 15px;
			font: normal 13px/30px Arial, Verdana;
			border-bottom: 1px dashed #d8e3ee;
		}
		
		#sidebar ul li a {
			color: #4f80b1;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			width: 145px;
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 20px auto 0 auto;
			padding: 20px 0;
			width: 130px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 130px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 0 0 5px 0;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 15px 5px 15px;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 70px;
	color: #5183b5;
	font: normal 12px/70px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #5183b5;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
