/*
Theme Name: NationalRelocation RM4
Theme URI: www.realgeeks.com
Description: Basic 3 column theme that allows a WordPress blog to look like a fully functional Real Estate Web Site.
Author: Max
Template: thematic
Version: 2.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")
}
@import url("listings.tabs.css");
@import url("listings.css");


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

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

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #8C0000 url(images/bg_body.png) repeat-x;
	font-size: 13px;
	color: #252525;
}
#wrapper {
    border: none;
	padding-top: 120px;
}
a:link, a:visited {
    color:#B60000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
	color: #0A3C7D;
}
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: #214685!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 #fff;
	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: 5px 10px 7px 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: #EEEEF0;
}
#header-search input {
	background: #8B99BC;
	border: 1px solid #A9B7CF;
	font-family: Verdana;
	color: #fff;
	width: 190px;
	line-height: normal;
	padding: 2px;
}
#header-search input#searchsubmit {
	padding: 2px auto;
	width: auto;
	background: #8B99BC;
	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 #CE0000!important;
	border-left: 1px solid #A30000!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 {
    background: #B60000;
    color:#000;
	border-color: none!important;
	border-right: 1px solid #CE0000!important;
	border-left: 1px solid #A30000!important;
}
#menu .current_page_item a {
    background:#B60000;
    color:#000;
	
}
#menu a:focus {
    background: none;
    color:#790102;
    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: #0A3C7D;
}
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: #0A3C7D;
	font-size: 120%!important;
}

#content {
}    
.hentry {
    margin:9px 0 0 0;
    padding:10px 1px 14px 1px;
    border-top:1px solid #e0e0e0;
}
.p1 {
	background:#F1F0ED;
	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;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}

.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;
    color:#2772B3;
}

/* =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: 8px;*/
}
.aside ul ul {
	list-style: none;
}
.aside ul li ul {
	background: url(images/ul_li_divider.gif) 47% 100% no-repeat;
	padding-bottom: 25px;
	margin-bottom: 5px;
}
#primary.aside ul li ul li{
	background: none;
	margin-left: 8px;
	margin-right: 2px;
	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: #EEE5C8;
}
#secondary.aside {
	background: #EEE5C8;
}

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

#secondary.aside {
	padding: 10px;
}

#primary h3, #secondary h3, #primary h2, #secondary h2 {
	text-align: center;
	color:#0F59BD;
}
#primary h3.widgettitle, #primary h2.widgettitle {
	padding-top: 17px;
	margin-left: 8px;
	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 10px;
}
/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img { margin: 0 auto 18px auto; max-width:100%; padding: 8px; border: 1px solid #ddd; 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: #fff;
}
#footer a {
	color: #B0C7EC;
}
#footer a:hover {
	color: inherit;
}
#footer #subsidiary {
	background: #2A5DB1 url(images/bg_footer_top.png) repeat-x;
	padding-top: 35px;
}

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

#footer #siteinfo {
	background: #5888D9;
	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: #B0C7EC;
	border-bottom: 1px solid #3470D3;
}
#footer ul ul li a {
	color: #B0C7EC;	
}
#footer ul ul li a:hover {
	text-decoration:none;
	display: block;
	background: #2859AA;
	color: #fff;
}
/* =Comments
-------------------------------------------------------------- */

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

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

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

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

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

/* =Typography
-------------------------------------------------------------- */
ul, ol {
	margin:0pt 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;
}
.featuredlistings-widget p em {	
	font-style: normal;
	font-weight: normal;
}

#subsidiary .featuredlistings-widget {
	background: #2859AA; /*url(images/bg_body.jpg);*/
	border:3px double #6291DD;
	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:2px solid #6291DD;
}

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

form .cform{
	width: 100%!important;
}
