/*
Theme Name: Dream Home
*/

body {
	margin:0;
	background:#fff;
	color:#242526;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a { 
	color:#667f00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline; 
}
h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#0960b2;
	text-align:left;
}
h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}
img {
	border:0;
}
input {
	font-size:1.2em;
}
input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}
textarea {
	font-size:12px;
}
pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}




/* Layout */
#page {
	width:1024px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	background:url(images/body-bg-01.jpg) repeat-x left top;
	width:1000px;
	float:left;
	margin:0 12px;
}
#content{
	float:left;
	width:730px;
	padding:0 20px;
}
#sidebar{
	float:right;
	width:190px;
	padding:20px;
	background:#ededed;
}
#footer {
	clear:both;
}




/* Header */
#header {
	width:1024px;
	float:left;
}
.left-grad{	
	background-image:url(images/left-grad.png);
	background-repeat:repeat-y;
	background-position: right top;
	behavior: url("iepngfix.htc");
}
.right-grad{	
	background-image:url(images/right-grad.png);
	background-repeat:repeat-y;
	background-position: left top;
	behavior: url("iepngfix.htc");
}
.top-header-bg{	
	background-image:url(images/top-header-bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:1000px;
}
ul.top-nav{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
ul.top-nav li{ 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8cd6f7;
	background-image:url(images/nav-bg.png);
	background-repeat:no-repeat;
	background-position: left top;
	width:117px;
	height:45px;
	text-align:center;
	padding:0 2px 0 0;
	behavior: url("iepngfix.htc");
}
ul.top-nav li a{ 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8cd6f7;
	text-decoration:none;
	text-align:center;
	display:block;
	width:117px;
	line-height:45px;
	behavior: url("iepngfix.htc");
}
ul.top-nav li a:hover{ 
	background-image:url(images/nav-bg-h.png);
	background-repeat:no-repeat;
	background-position: left top;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	display:block;
	width:117px;
	behavior: url("iepngfix.htc");
}
.img-lft-grad{	
	background-image:url(images/img-lft-grad.png);
	background-repeat:repeat-y;
	background-position: right top;
	behavior: url("iepngfix.htc");
}
.img-rgt-grad{	
	background-image:url(images/img-rgt-grad.png);
	background-repeat:repeat-y;
	background-position: left top;
	behavior: url("iepngfix.htc");
}
.info-bg{	
	background-image:url(images/info-bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	height:39px;
}
.info-bg h1{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#fffffe;
	padding:0px;
	margin:0px;
}




/* Sidebar */
#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}
#sidebar ul li {
	margin:0 0 2em 0;
}
#sidebar ul ul {
	margin:0;
	padding:0;
}
#sidebar li li {
	margin:0.1em 0;
}
#sidebar li li li {
	padding-left:10px;
}
#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#0960b2;
	font-size:1.2em;
	text-transform:uppercase;
}




/* Footer */
#footer p {
	padding:0;
	margin:0;
}
.footer-bg{	
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	background-color:#2a2a2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999990;
	height:39px;
	padding:25px 0 10px 42px;
}
ul.footer-nav{
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.footer-nav li{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999990;
	display:inline;
	border-right:1px solid #999990;
	padding:0 6px 0px 6px;
}
ul.footer-nav li a{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999990;
	text-decoration:none;
	display:inline;

}
ul.footer-nav li a:hover{ 
	color:#ffffff;

}
a.development{	
	font-size:11px;
	font-weight:normal;
	color:#999990;
	padding:5px 0 0 0;
	display:block;
}
a.development:hover{
	text-decoration:underline;
}




/* Post */
.post {
	margin:0 0 3em 0;
	clear:both;
}
.post p, .post ol li, .post ul li{
	margin-top:0;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}
.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}
.postmetadata {
	clear:both;
	margin:1em 0;
	color:#0960b2;
	text-align:justify;
}
div.navigation {
	font-size:1.1em;
}
.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}
.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}




/* Comments */
#comments {
	font-size:1.2em;
}
.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}
.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}
li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}
li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}
.commentlist li.even {
	background-color:#fafafa;
}
.commentlist li.odd {
	background-color:#f6f6f6;
}
ul.children li {
	list-style:none;
}
img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}
.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}
.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}
textarea#comment {
	width:100%;

}
#comments div.navigation {
	font-size:0.9em;
}
/* Comment ends */




/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */




abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}
.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

