/*  
Theme Name: Real Collage
Theme URI: http://bloggingzone.info
Description: Real Estate theme for wordpress
Version: 1.0
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/



/* General */

body {
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
}


/* Header */

#header {
	width: 1000px;
	height: 140px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
width:500px;
		top: 20px;
		left: 35px;
		}
	
	#header #header-info h1 {
		color: #0066FF;
		font: normal 40px Century Gothic, Helvetica, Arial, sans-serif;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #0066FF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #0066FF;
		font: normal 17px Century Gothic, Helvetica, Arial, sans-serif;
	}
	

	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 95px;
		left: 10px;
		width: 980px;
		
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: right;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 35px;
		font: normal 16px/22px Century Gothic, Helvetica, Arial, sans-serif;
		color: #0066FF;
		padding: 0 17px 0 12px;
		background: url("images/header_menu.gif") no-repeat right top;
	}
	
	#header #header-menu ul li a {
		color: #0066FF;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 1000px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 420px;
		font: normal 11px/18px Century Gothic, Helvetica, Arial, sans-serif;
		color: #000000;
		background: url("images/sidebar.gif") repeat-y;
	}
	
		#sidebar-top {
			float: left;
			width: 420px;
			background: url("images/sidebar_top.jpg") no-repeat;
			padding-top: 405px;
		}
		
		#sidebar-bottom {
			float: left;
			width: 319px;
			min-height: 325px;
			padding: 0 52px 0 49px;
			background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		}
	
	#sidebar a {
		color: #0066FF;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 161px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 158px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box-left {
		width: 161px;
		padding-bottom: 10px;
	}
	
	#sidebar .sidebar-box-right {
		width: 158px;
		padding-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			height: 30px;
			padding-left: 10px;
			font: bold 14px/30px Century Gothic, Helvetica, Arial, sans-serif;
			color: #ffffff;
		}
		
		#sidebar h3.left {
			width: 151px;
			background: url("images/sidebar_title_left.gif") repeat-y;
		}
		
		#sidebar h3.right {
			width: 148px;
			background: url("images/sidebar_title_right.gif") repeat-y;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 10px 0 10px 20px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #000000;
			padding-left: 8px;
			font: bold 11px/22px Century Gothic, Helvetica, Arial, sans-serif;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			padding: 10px 0;
			width: 100%;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 115px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 0 0;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 5px 0 5px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 550px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 550px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 550px;
			color: #000000;
			font: bold 11px Century Gothic, Helvetica, Arial, sans-serif;
			padding-bottom: 15px;
		}
		
		#content .post .post-title a {
			color: #0066FF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #0066FF;
			font: normal 19px Century Gothic, Helvetica, Arial, sans-serif;
			padding-bottom: 5px;
		}
		
		#content .post .post-title h2 a {
			color: #0066FF;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			float: left;
			background: url("images/post_entry.gif") no-repeat top right;
			font: normal 11px/18px Verdana;
			color: #000000;
			padding: 0 5px;
			width: 540px;
		}
		
		#content .post .post-entry a {
			color: #0066FF;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
			float: right;
			margin-bottom: 5px;
			color: #0066FF;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 550px;
			font: bold 11px Verdana;
			color: #0066FF;
		}
		
		#content .post .post-info a {
			color: #0066FF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 25px 0 5px 0;
			color: #0066FF;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 540px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #0066FF;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #e4e4e4;
		}
		
		#content .post .comments ol li cite {
			color: #0066FF;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #0066FF;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #0066FF;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 515px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #e90000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px Verdana;
		color: #0066FF;
		margin-bottom: 60px;
		float: left;
		width: 550px;
	}
	
	#content .navigation a {
		color: #0066FF;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 1000px;
	height: 80px;
	color: #000000;
	font: bold 11px/80px Verdana;
	text-align: center;
}

#footer a {
	color: #0066FF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
