/*
Theme Name: Simple Realty C21
Theme URI: www.ibsTeam.net
Description: Basic 3 column theme that allows a WordPress blog to look like a fully functional Real Estate Web Site.
Author: Max Chirkov
Author URI: www.ibsteam.net
Template: thematic
Version: 1.0
*/
@import url('thematic_style.css');
@font-face {
  font-family: "Agency FB";
  src: url("fonts/AGENCYR.TTF")
}
@font-face {
  font-family: "Rage Italic";
  src: url("fonts/RAGE.TTF")
}


/* =Global Elements
-------------------------------------------------------------- */

#container {
float:left;
margin:0 0 0 10px;
width: 525px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #656565 url(images/bg_body.jpg) repeat-x;
	font-size: 13px;
	color: #252525;
}
#wrapper {
    border: none;
	padding-top: 120px;
}
a:link, a:visited {
    color:#663300;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
	color: #663300;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:inherit;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

table {
	margin: 10px auto;
}
img {
	margin: auto;
}

.rss-icon {
	background: url(images/rss_Icon_128x128.png) no-repeat;
	width: 128px;
	height: 128px;
	display: block;
}
.rss-icon abbr {
	display: none;
}
.rss-icon {
	margin: auto;
}
/* =Header
-------------------------------------------------------------- */

#header {
	background: url(images/bg_header.png) no-repeat;
	width: 980px;
	margin: 0 auto 0px auto;
}
#branding {
    background: url(images/banner.jpg) 0px 14px no-repeat;
	width: 956px;
	height: 202px; /*Was 207px for FF */
	/*margin-top: 100px;*/
	position: relative;
}

#blog-title {
    display: block;
	border: none;
	margin: auto auto 0 auto;
	font-family: "Agency FB";
	font-size: 50px;
	font-weight: normal;
}
#blog-title span {
	position: absolute;
	left: 0px;
	top: -90px;
}
#blog-title a {
    color: #FFF;
    text-decoration:none;
}
#blog-description {
    /*display: none;*/
	font-family: "Rage Italic";
	font-variant:normal;
	font-weight: normal;
	position: absolute;
	font-size: 32px;
	top: -40px;
	padding-left: 80px;
	color: #FFB51A!important;
}

#branding #company {
	position: absolute;
	top: -90px;
	margin-left: 770px;
	background: url("images/bg_brand_company.png") no-repeat;
	color: #fff;
	font-family: "Century Gothic";
	font-size: 16px;
	text-align: center;
	width: 162px;
	padding: 4px 0px;
}

#branding #company img{
	background: #fff;
	border: 1px solid #464646;
	padding: 6px;
}
#branding #company #agent-contact {
}

#branding #company #agent-contact span {
	font-weight: bold;
}
#header-search {
	position: absolute;
	top: -40px;
	left: 440px;
	background: url(images/bg_search_header.png) no-repeat;
	width: 279px;
	padding: 6px 10px 6px 10px;
	border-bottom: 2px solid #fff;
	height: 40px;
}
#header-search h3 label {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	color: #FFB51A;
}
#header-search input {
	background: #2E2E2E;
	border: 1px solid #464646;
	font-family: Verdana;
	color: #EEEEF0;
	width: 190px;
	line-height: normal;
	padding: 2px;
}
#header-search input#searchsubmit {
	padding: 2px auto;
	width: auto;
	background: #2E2E2E;
	width: 75px;
	color: #EEEEF0;
}
/* =Menu
-------------------------------------------------------------- */

#access {
    font-family: "Trebuchet MS";
	font-size:14px;
    background:none;
    border-top: none;
    position: relative;
	margin-top:-38px;
	height: 38px;
}

.skip-link {
    display:none;
}
#menu {
    padding:7px 0 8px 0;
    overflow:hidden; /* clears the inner float  */
    margin-top: 5px;
    margin-left: 12px;
}
#menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
    margin:0;
    padding:1px 10px 5px;
    background:none;
    color:#fff;
    border-top: none;
    text-decoration:none;
	border-right: 1px solid #666!important;
	border-left: 1px solid #000!important;
}

#menu #first a, #menu #first a:hover {
	border-left: none!important;
}
#menu #last a, #menu #last a:hover {
	border-right: none!important;
}
#menu a:hover, #menu .current_page_item a {
    background: #606060;
    color:#fff;
	border-color: none!important;
	border-right: 1px solid #666!important;
	border-left: 1px solid #000!important;
}

#menu a:focus {
    background: none;
    color:#663300;
    border-color: none;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding: 5px 0px;
	background:url(images/bg_main.png) repeat-y;
	width: 968px; /* adding 8px to compensate shadow of the header */
}

h1, h2, h3, h4, h5, h6{
	font-family: "Century Gothic";
	font-variant:small-caps;
	font-weight: normal!important;
	font-size: 240%!important;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #663300;
}
h2 {
	/*text-transform:uppercase!important;*/
	font-size: 22px!important;
}
h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	font-variant:small-caps;
	font-weight: bold!important;
	color: #8B6A2E;
	font-size: 120%!important;
}

#content {
}    
.hentry {
    margin:9px 0 0 0;
    padding:10px 1px 14px 1px;
    border-top:1px solid #e0e0e0;
}
.p1 {
	background:#F8F4ED;
	border:1px dotted #CCCCCC;
	margin:0;
	padding:0 5px 36px;
}
.page.p1 {
	background:none;
	border:none;
	margin:0;
	padding:0;
}

.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    font-size:24px;
    line-height:26px;
    padding:8px 0 2px 0;
    font-weight:bold;
    color:#000;
}
.entry-title a {
    text-decoration:none;
    color:#000;
}
.entry-meta {
    font-size:11px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-meta a:hover {
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin:18px 0 0 0;
    overflow:hidden;
}
#content h2, .entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}

#content h2, .entry-content h2 {
	background: url(images/bg_h2.gif) 0% 100% no-repeat;
	padding-left: 32px;
	padding-bottom: 4px;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.content-column, .entry-content .linkcat {
	list-style:none;
	float:left;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    color:#787878;
}
.entry-utility a {
    font-style:italic;
    color:#787878;
}
.entry-utility a:hover {
}
.comments-link a {
    font-weight:bold;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */
.aside h2, .aside h3, .aside h4, .aside h5, .aside h6 {
	font-family: "Trebuchet MS";
	font-size: 120%!important;
	font-variant:small-caps;
	font-weight:bold !important;
	letter-spacing: 1.5px;
}
#primary {
	margin: 5px 10px 0px 8px;
}
#primary.aside ul li {
	background: #FFF url(images/bg_primary_ul_li.png) 0 0 no-repeat;
	padding-left: 15px;
}
.aside ul ul {
	/*list-style-image: url(images/li.gif);*/
	list-style: none;
}
.aside ul li ul {
	background: url(images/ul_li_divider.gif) 47% 100% no-repeat;
	padding-bottom: 25px;
	margin-bottom: 0px;
}
.aside ul li ul li a{
	display: block;
}
#primary.aside ul li ul li{
	background: none;
	margin-left: 5px;
	margin-right: 0px;
	line-height: 24px;
	border-bottom: 1px dotted #fff;
	background:url(images/li.gif) 0 0.6em no-repeat;
	padding-left: 14px;
}

#primary.aside ul li ul li a:hover{
	display: block;
	text-decoration:none;
	background: #E0D1B2;
}
#secondary.aside {
	background: #E0D1B2;
}

#secondary {
	width: 160px;
	margin-top: 12px;
}

#secondary.aside {
	padding: 10px;
}

#primary h3, #secondary h3, #primary h2, #secondary h2 {
	text-align: center;
	color:#8B6A2E;
}
#primary h3.widgettitle, #primary h2.widgettitle {
	padding-top: 17px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#secondary h3, #secondary h2 {
	padding-top: 1px!important; line-height: 18px;
}
#secondary ul li{
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#subsidiary .aside {
	margin-top: 10px;
}

.main-aside ul ul {
	margin:0 0 18px 00px;
}

#primary .widgetcontainer {
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 10px;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img { margin: 0 auto 18px auto; max-width:100%; padding: 8px; border: 1px solid #999; background: #fff;}

/* =Footer
-------------------------------------------------------------- */

#footer {
	background: none;
	border:none;
	background: url(images/bg_main.png) repeat-y;
	width: 968px; /* the same as #main */
	margin: 0 auto;
	padding-bottom: 0px;
	color: #666;
}
#footer a {
	color: #996633;
}
#footer a:hover {
	color: #996633;
}
#footer #subsidiary {
	background: #333 url(images/bg_footer_top.png) repeat-x;
	padding-top: 35px;
}

#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #8B6A2E;
}

#footer #siteinfo {
	background: #444;
	width: auto;
	margin: 0px 4px;
	padding: 18px;
}
#footer ul ul {
	background: none;
	list-style: none;
	margin: 0!important;
}
#footer ul ul li {
	line-height: 20px;
	color: #ccc;
	border-bottom: 1px solid #444;
}
#footer ul ul li a {
	color: #ccc;	
}
#footer ul ul li a:hover {
	text-decoration:none;
	display: block;
	background: #2e2e2e;
	color: #996633;
}
/* =Comments
-------------------------------------------------------------- */

#comments {
    background:#fff;
    color:inherit;
}

#comments li {
    background:#F5EDDF;
    border-top:1px solid #B4B5C1;
}

#comments-list .comment-meta a, #comments .fn a {
    color:#663300;
}

#respond {
    background:#DBCAA4;
    border-top:none;
}

/* =Navigation
-------------------------------------------------------------- */
#nav-above {
    margin:18px 0 10px 0;
}

/* =Typography
-------------------------------------------------------------- */
ul, ol {
	margin:0pt 0pt 18px 1.6em;
}

.entry-content ul, .entry-content ol {
	margin: 1em 0pt 18px 1.6em;
}

/* =Custom Widgets
-------------------------------------------------------------- */
/*------------------------------------------------------------ */

/* =Featured Listings
-------------------------------------------------------------- */
.featuredlistings-widget {
	background: #fff;
}
.featuredlistings-widget .prop-thumb {
	text-align: center;
	border: 2px solid #fff;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	float: none;
}
.featuredlistings-widget h3 {
	font-family: Verdana;
	font-size: 10px!important;
	letter-spacing: 1px;
	/*font-weight: normal!important;*/
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: 14px;
}
.featuredlistings-widget p {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 8px 0;
	margin: 0;
	color: #666;
}
.featuredlistings-widget p em {	
	font-style: normal;
	font-weight: normal;
}

#subsidiary .featuredlistings-widget {
	background: #2E2E2E; /*url(images/bg_body.jpg);*/
	border:3px double #464646;
	margin:10px 0pt;
	padding:5px;
	text-align:center;
}
#footer #subsidiary .featuredlistings-widget {
	margin-top: 2px;
}

#subsidiary .featuredlistings-widget .prop-thumb {
	border: none;
}
#subsidiary .featuredlistings-widget .prop-thumb img {
	margin: 8px;
	padding: 3px;
	border:1px solid #464646;
}

#listing-container h2 { line-height: 30px; }
#listing-container .ngg-gallery-thumbnail { margin-right: 1px; }
/* =cforms
-------------------------------------------------------------- */

form .cform{
	width: 100%!important;
}
/**Suckerfish Menu**/
/*
background: #606060;
hover: #404040;
border: #333;
color: #fff;
*/
#header {
	position: relative;
	z-index: 2;
	}
#access {
	height: 34px;
	overflow: visible;
	z-index: 4;
	}
#menu ul ul { display: block; }
#main {
	position: relative;
	z-index: 1;
	}

#suckerfishnav .sf {
    width:100%;
    }
#suckerfishnav .sf, #suckerfishnav .sf ul {
    float:left;
    list-style:none;
    padding:0;
    border:none;
    margin:0;
    width:100%;
    }
#suckerfishnav .sf a {
    display:block;
    }
#suckerfishnav .sf li {
    float:left;
    }
#suckerfishnav .sf ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:171px;
    margin: 24px 0 0 0;
    line-height:1;
    border:0;
    border-top:1px solid #606060;
	z-index: 999;
    }
#suckerfishnav .sf li li {
    width:172px;
	margin: 0x;
    border-top:1px solid #333;
	border-bottom:1px solid #606060;
    }
#suckerfishnav .sf li li a {
    width:150px;
	margin: 0;
	padding: 4px 10px;
	border: none;
    }
#suckerfishnav .sf li ul ul {
    margin:-2px 0 0 172px;
    }
#suckerfishnav .sf li li:hover, #suckerfishnav .sf li li a:hover {
    background:#404040;
    }
#suckerfishnav .sf li ul li:hover a, #suckerfishnav .sf li ul li li:hover a, #suckerfishnav .sf li ul li li li:hover a, #suckerfishnav .sf li ul li li li:hover a {
    }
#suckerfishnav .sf li:hover a, #suckerfishnav .sf li.sfhover a {

    }
#suckerfishnav .sf li:hover li a, #suckerfishnav .sf li li:hover li a, #suckerfishnav .sf li li li:hover li a, #suckerfishnav .sf li li li li:hover li a {

    }
#suckerfishnav .sf li:hover ul ul, #suckerfishnav .sf li:hover ul ul ul, #suckerfishnav .sf li:hover ul ul ul ul, #suckerfishnav .sf li.sfhover ul ul, #suckerfishnav .sf li.sfhover ul ul ul, #suckerfishnav .sf li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav .sf li:hover ul, #suckerfishnav .sf li li:hover ul, #suckerfishnav .sf li li li:hover ul, #suckerfishnav .sf li li li li:hover ul, #suckerfishnav .sf li.sfhover ul, #suckerfishnav .sf li li.sfhover ul, #suckerfishnav .sf li li li.sfhover ul, #suckerfishnav .sf li li li li.sfhover ul {
    left:auto;
    background:#606060;
    }
#suckerfishnav .sf li:hover, #suckerfishnav .sf li.sfhover {
    background:#606060;
    }

/*IE7*/
*:first-child+html #suckerfishnav .sf ul {
    margin-top: 0;
    }
*:first-child+html #suckerfishnav .sf li ul ul {
    margin: -24px 0 0 172px!important;
    }
