/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 * Book NavigationSee line 74of Zen's drupal6-reference.css file
 * ForumSee line 197 of Zen's drupal6-reference.css file
 * MenusSee line 667 of Zen's drupal6-reference.css file
 * News AggregatorSee line 20of Zen's drupal6-reference.css file
 * PollsSee line 287 of Zen's drupal6-reference.css file
 * Search See line 320 of Zen's drupal6-reference.css file
 * User ProfilesSee line 945 of Zen's drupal6-reference.css file
 */


/** body **/
body,
html {
	background-color:#193660;
	font-size:15px;
	text-align:center;
	padding:0px;
	margin: 0 auto;
	min-width:950px;
	height:100%;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#000;
	}
	
body {
    min-width:950px;
    }
	
.not-logged-in .status {
	display:none;
	}
	
#black-wrap {
	background-color:#4e76b1;
	width:950px;
	margin:25px auto 0px auto;
	
	}
	
#black-wrap-bottom {
	
	}

#page {
	width:900px;
	padding:0px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	}

/** header **/
#header {
	width:900px;
	margin:25px auto 0 auto;
	padding:0;
	height:222cpx;
	background-color: #FFF;
	overflow:hidden;
    color: #000;
	}
	
#logo {
	width:336px;
	float:left;
	display:inline;
	margin:40px 20px 0px 30px;
	border:none;
	}
	
#logo img {
	width:336px;
    height: auto;
	}
	
#header-blocks /* Wrapper for any blocks placed in the header region */ {
	float:right;
	display:inline;
	width:415px;
	margin:40px 30px 30px 0px;
    font-size: 16px;
	}

	
	
#header-blocks .content {
	overflow:hidden;
	width:415px;
    line-height: 130%;
	}
#block-block-1 a {
	color: #000;
    text-decoration: none;
	}
#navbar {
   background-color: #2b4979; 
    height: 60px !important;
}
	
#navbar-inner {
    padding: 17px 0px 0 10px !important;
	font-size:16px !important;
}

ul.nice-menu-down li li {
    background-color: #2b4979 !important;
}


#block-block-1 img {
	width:140px;
	height:160px;
	}
	
form#subForm {
	float:right;
	display:inline;
	width:250px;
	margin:75px 0px 0px 0px;
	color:#fff;
	}
	
.subscribe-form-title {
	font-weight:bold;
	padding:0px 0px 5px 0px;
	font-size:13px;
	-moz-text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
	}

form#subForm .subscribe-btn {
	margin:10px 0px 0px 120px;
	}



/** main (container for everything else) **/
#main {
	width:900px;
	margin:0px auto;
	overflow:hidden;
	background-color:#FFF;
	}
	

/** content **/
#content-top {
	width:900px;
	height:250px;
	margin:0px auto;
	}


#content {

	}
	
#content-content {
	max-width: 820px !important;
	height:100%;
	overflow:visible;
	}
	
#content-background {
	width:900px;
	margin:0 auto;
	}
		
#content-inner {
	width:820px;
	
	margin:0px auto 15px auto;
	overflow:hidden;
	}
	

	
#content .node-inner {
	margin:0px;
	}


	
#content-bottom {
	
	}
	
#block-views-3dc2ed51e42f63d67e4c6d9f2ca0b003 {
	width:820px;
	margin:0px auto;
	padding-bottom:15px;
	}
	
/** sidebar-right **/
#sidebar-right {
	width:340px;
	float:right;
	display:block;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#sidebar-right-inner {
	width:340px;
	margin:8px 0px 0px 15px;
	padding:0px;
	}

#block-views-content_img-block_1 .views-row {
	margin:10px auto 15px auto;
	width:270px;
	padding:15px;
	border-width:5px;
   -moz-border-image:url(assets/border.png) 10 10 10 10  stretch;
   -webkit-border-image:url(assets/border.png) 10 10 10 10  stretch;
   background-color:#2b4979;
   border:#193660 solid 5px;
	}
	
#block-views-content_img-block_1 .field-content img {
	width:270px;
	margin:0px auto 8px auto;
	
	}
	
.views-field-field-content-img-fid {
	text-align:right;
	}
	
.views-field-field-content-img-fid .field-content {
	font-weight:normal;
	text-align:right;
	font-size:20px;
	text-transform:uppercase;
	width:270px;
    color: #FFF;
	}
	

	
.view-id-box_nav_images .view-content {
	float:right;
	display:inline;
	width:206px;
	}
	
.view-id-box_nav_images td {
	padding:0px 10px 8px 0px;
	}
	
.views-field-field-subpage-img-fid {
	width:225px;
	float:right;
	display:inline;
	}
	
.section-node-edit #sidebar-right {
	display:none;
	}
	
/* *****************current listings*****************  */

.view-id-listings .attachment-before {
	}


#listings table.views-table { 
	width: 820px;
	}
	
#listings table.views-table tbody {
	border-top:none;
	}
	
#listings table.views-table thead {
	display:none;
	}
	
#listings table.views-table tr {
	border-bottom:1px solid #000;
	background:none;
	}
	
#listings table.views-table td {
	padding:10px 15px 10px 15px;
	border-right:solid #888 1px;
	}
	
#listings table.views-table .views-field-field-listing-img-fid {
	width:160px;
	}
	
#listings table.views-table .views-field-field-listing-img-fid .imagecache-listing_tb {
	margin:5px 0px 0px 0px;
	clear:both;
	display:block;
	border:#92A2AD solid 3px;
	}
	
#listings table.views-table .views-field-title {
	width:145px;
	font-weight:bold;
	font-size:13px;
	}
	
#listings table.views-table td.views-field-title img.special {
	margin-top:3px;
	clear:both;
	display:block;
	}
	
#listings table.views-table td.views-field-field-listing-sqfoot-value {
	width:40px;
	}
	
#listings table.views-table td.views-field-field-listing-price-value {
	width:50px;
	}
	
#listings table.views-table .views-field-body p {
	margin-top:0px;
	padding-top:0px;
	}
	
#listings table.views-table .views-field-body a {
	display:block;
	}
	
#listings table.views-table td.views-field-body {
	border-right:none;
	}	
	
#listings h2.title {
	color:#fff;
	font-size:18px;
	margin-top:30px;
	background-color:#e73323;
	padding:5px;
	width:820px;
	}
	

	
h1, h2, h3, h4, h5 {
	padding-bottom:0px;
	}
	
h1, h1.title {
	color:#2b4979;
	font-size:45px;
	font-weight:normal;
	margin:24px 0px 0px 0px;
	text-transform:uppercase;
	}
	
h2 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	}
	
h2 a {
	color:#4e76b1;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
	}
	
h3 {
	color:#000;
	font-size:18px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:20px;
	text-transform:uppercase;
	}
	
.profile h3 {
	margin-bottom:7px;
	}
	
h5 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:-8px;
	margin-top:20px;
}


h6 {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
	}
	


a {
	color:#4e76b1;
	}
	
#content-header {
	padding:15px 0px 0 0;
	}
	

.small {
	font-size:12px;
	}

.image-right {
	margin:0px 0px 10px 20px;
	float:right;
	display:inline;
	}
	
.image-left {
	margin:0px 20px 10px 0px;
	float:left;
	display:inline;
	}
	
.caption-right {
	width:225px;
	float:right;
	display:inline;
	font-weight:bold;
	font-size:11px;
	color:#555;
	clear:both;
	text-align:right;
	margin:0px 0px 10px 20px;
	}
	
embed {
	width:225px;
	height:169px;
	float:right;
	display:inline;
	margin:0px 0px 10px 20px;
	}
		


.help /* Help text on a page */
{
margin: 1em 0;
}

.more-help-link /* Link to more help */
{
text-align: right;
}



ul.links /* List of links */
{
margin: 1em 0;
padding: 0;
}

ul.links.inline
{
margin: 0;
display: inline;
}

ul.links li
{
display: inline;
list-style-type: none;
padding: 0 0.5em;
}

.calendar-calendar ul.links {
	display:none;
	}
	
.calendar-calendar div.date-nav {
	padding:10px;
	}
	
.calendar-calendar div.date-nav h3 {
	color:#444;
	}

.pager /* A list of page numbers when more than 1 page of content is available */
{
clear: both;
margin: 1em 0;
text-align: center;
}

.pager a, .pager strong.pager-current
{
padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */
{
margin: 1em 0;
}

thead {
	background-color:#DDD;
	}





#search-box /* Wrapper for the search form */
{
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
{
display: none;
}



#secondary /* Secondary links */
{
}




	


/** footer **/
#footer	{
	width:900px;
	margin:0px auto 20px 0;
	clear:both;
	background-color:#2b4979;
    padding: 20px;
	}
	


.footer-text {
	width:900px;
	margin:0px auto;
	color:#fff;
	font-size:15px;
	text-align:left;
	}
	
.footer-text table {
	width:100%;
	margin:0px auto;
	}
	
.footer-text table td {
	border-left:#FFF solid 1px;
	padding-left:20px;
	}
	
.footer-text table th {
	border-left:none;
	font-weight:normal;
	padding-left:0px;
	text-align:left;
	}
	
.footer-text a{
	color:#fff;
	text-decoration:none;
	}
	
.footer-text a:hover{
	color:#EEE;
	text-decoration:none;
	}
	
.smallpond {
	width:820px;
	margin:0px auto;
	font-size:11px;
	text-align:right;
	}
	
.view-rcm-contact-footer .views-field-edit-node {
	width:820px;
	padding-top:10px;
	margin:0px auto;
	}
	
#closure-blocks {
	width:900px;
	margin:0 auto;
    overflow: hidden;
	padding-bottom: 22px;
	padding-top: 7px;
	}
	
#closure-blocks img {
	border:none;
	}
	
#closure-blocks p {
	margin:0px;
	padding:0px;
	}

.button {
background-color: #e73323;
    color: #FFF;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.node-inner img /* Additional wrapper for node */
{

}

.sticky /* A sticky node (displayed before others in a list) */
{
}

.node-unpublished /* Unpublished nodes */
{
/* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
{
height: 0;
overflow: visible;
color: #d8d8d8;
font-size: 75px;
line-height: 1;
font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
text-align: center;
word-wrap: break-word; /* A very nice CSS3 property */
}


.marker /* "New" or "Updated" marker for content that is new or updated for the current user */
{
color: #c00;
}

.node .picture /* The picture of the node author */
{
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture
{
position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */
{
}

.node .submitted /* The "posted by" information */
{
display:none;
}



/** Drupal comments **/
#comments /* Wrapper for the list of comments and its title */
{
margin: 1em 0;
}


.new /* "New" marker for comments that are new for the current user */
{
color: #c00;
}



.comment ul.links /* Comment links. See also the ul.links declaration above. */
{
margin: 1em 0;
}



.more-link /* Aggregator, blog, and forum more link */
{
text-align: right;
}

#user-login-form /* Drupal's default login form */
{
text-align: left;
}



/** Drupal forms **/
.webform-client-form .form-text, .webform-client-form .form-textarea {
	background-color:#EEE;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	}


.form-item, /* Wrapper for a form element (or group of form elements) and its label */
.form-checkboxes,
.form-radios
{
margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
.form-item textarea.error,
.form-item select.error
{
border: 2px solid #c00;
}

.form-item label /* The label for a form element */
{
display: block;
font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */
{
display: inline;
font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */
{
color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */
{
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
.form-radios .form-item
{
margin: 0.4em 0;
}

.form-submit /* The submit button */
{
}

.container-inline div, .container-inline label /* Inline labels and form divs */
{
display: inline;
}

.tips /* Tips for Drupal's input formats */
{
margin: 0;
padding: 0;
font-size: 0.9em;
}

/** OpenID **/
/* The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
#user-login-form ul /* OpenID creates a new ul above the login form's links. */
{
margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link /* The "Log in using OpenID" links. */
{
margin-top: 1em;
margin-left: -20px; /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" links. */
{
margin-top: 1em;
}

#user-login ul
{
margin: 1em 0;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
#user-login li.user-link
{
margin-left: -2em; /* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/
/* We overrode these styles in html-elements.css, but restore them for the
 * forms on the site.
 */
form tbody
{
border-top: 1px solid #ccc;
}

form th
{
text-align: left;
padding-right: 1em;
border-bottom: 3px solid #ccc;
}

form tbody th
{
border-bottom: 1px solid #ccc;
}

form thead th
{
text-align: left;
padding-right: 1em;
border-bottom: 3px solid #ccc;
}
