/*
Theme Name: Colonial Commercial Realty
Theme URI: 
Description: 
Author: 
Author 

Tags: 
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#D9CFBB;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:0;
	padding:0;
overflow-x: hidden;
overflow-y: auto;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;

	}

a:hover{

}

#pretty {
	height: 140px;
	width: 100%;
	background: #b2a386 url(images/building-sm.jpg) no-repeat;
	border-top: #433e30 solid 1px;
	border-bottom: #433e30 solid 1px;
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: -10;
}

#homemenu a {
	text-decoration: none;
}

#homemenu a:hover {
	text-decoration: underline;
}

#homemenu {
	background: #B2A386 url(images/bg-fade.png) repeat-x bottom;
	width: 300px;
	float: right;
	font-weight: lighter;
}

#homemenu h1 {
	margin: 15px;
	display: inline-table;
	font-weight: lighter;
	font-size: 26pt;
	line-height: 22pt;
	text-align: center;
	}
#homemenu img {
	float: left;	
}
	
#homemenu hr {
	width: 80%;
	margin: auto;
}

/* container */


#container {
	width: 900px;
	margin-left: 90px;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	border-left: 1px dashed #5D6577;
	border-right: 1px dashed #5D6577;
	}
	
/* header */

#header {
	background: url(images/header.jpg) no-repeat;
  	width: 900px; 
  	height: 140px;
	color: #fff; 
	margin-top: 40px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	}
	
#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#menu {
	width: 900px;
	height: 40px;
}

#menu a {
	text-transform: lowercase;
	color: #D9CBB0;
	text-decoration: none;
}


ul.dropdown {
	background: #745B2C;
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	width: 100%;
}
	

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 background: #745B2C;

}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 15px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 background: #1E2D4D;

}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}



/* content */


.odd {
	border: #1E2D4D dashed 1px;	
}

.even {
	background: #D9CBB0;
}


#content {
	width:850px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:5px;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:0;}
.alignright a{float:right; margin:0;}







/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}




/* footer */

#footer {
	background:#4A4F59;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #A4ABBB;text-decoration: none;}
#footer a:hover{color: #D9CFBB;text-decoration: underline;}

