/**
 * Theme Name: Critical
 * Theme URI: http://themehybrid.com/themes/critical
 * Description: An image-based WordPress theme ideal for movie, TV, and book reviews.
 * Version: 0.1
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, translation-ready, sticky-post, microformats, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
light-blue #CDD7D6    #E5F1EE
beige - #F3EBC8    #F8F6EE
olive - #BDC197   #E6E7D8
dark-blue - #bab2d9  #c5b8f6
brown - #987349    #BCA68E
orange - #CA5E13    #EEA978
tan - #CBB9A4   #E3DACE


 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-r-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/* Body */
body {
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(images/home-water-background-1.jpg);
}
#body-container {
	width: 960px;
	margin: 10px auto 10px auto;
	background: white;
	border: solid thin black;
	padding: 10px 10px 0px 10px;
	}

/* Links */
a {
	color: #660000;
	text-decoration: none;
	}
a:visited {
	color: #660000;
	}
a:hover, a:active {
	color: red;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	}
	
h1{
	color:#CC6600;
	font-family:"Times New Roman",Times,serif;
	font-size:24px;
	font-weight:bold;
}

h2{
	color: #A83C0F;
	font-size:18px;
}

h3{
	color: #663300;
	font-size:14px;
	font-weight:bold;
}
h6{
	color: #555;
	font-size:12px;
	font-style: italic;
	margin:0;
}



/* Blockquotes */
blockquote {
	font-style: italic;
	color: #444;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
/* 	border-top: 1px solid #ccc; */
/* 	border-left: 1px solid #ccc; */
	}
caption {
	font-size: .9em;
	font-style: italic;
/* 	text-align: right; */
	}
td, th {
	padding: 3px 6px;
	text-align: left;
/* 	border-bottom: 1px solid #ccc; */
/* 	border-right: 1px solid #ccc; */
	}
	
td, th {
	padding: 3px 6px;
	text-align: left;
/* 	border-bottom: 1px solid #ccc; */
/* 	border-right: 1px solid #ccc; */
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 6px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Thumbnails */
.blog .thumbnail, .archive .thumbnail, .search .thumbnail {
	width: 175px;
	height: 132px;
	margin: 8px auto 2px auto;
	padding: 3px;
	border: 1px solid #ddd;
	display: block;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header {
	margin: 60px 0 40px 0;
	display: none;
	}
#site-title {
	margin: 0 0 20px 0;
	font: normal normal bold 30px/30px Arial, Verdana, sans-serif;
	}
#site-title a {
	color: #000;
	}
#site-description {
	font: italic normal normal 15px/20px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	}

/* Utility: Header */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}

/* Navigation */
#navigation {
	display:none;
	overflow: visible;
	height: 34px;
	margin: 0 0 60px 0;
	z-index: 100;
	}
#page-nav li {
	margin-right: 15px;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #111;
	background: #fff;
	border: 1px solid #ddd;
	}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ddd;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul ul {
	margin-left: -1px;
	}

/* Container */
#container {
	overflow: hidden;
	margin: 0px 0 30px 0;
	}

/* Breadcrumb trail */
.breadcrumb {
	display: none;
	margin: 0 0 20px 0;
	font-style: italic;
	font-size: 14px;
	color: #666;
	}

/* Content */
.content {
	width: 775px;
/* 	border: 1px solid #ddd !important; */
	}

/* Make content area wider when showing thumbnails. */
.blog .content, .archive .content, .search .content {
	width: 760px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin-bottom: 25px;
	}

/* Archive-type posts. */
.blog .post, .archive .post, .search .post {
	float: left;
	width: 200px;
	height: 190px;
	margin: 0 40px 25px 0;
	border: 1px solid #ddd;
	}

/* Link category archives. */
.link_category .post {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 25px 0;
	border: none;
	}

/* Post ratings */
.post-ratings {
	margin: 0 0 21px 0;
	}
.post-ratings-loading {
	display: none !important;
	}
.blog .post .post-ratings, .archive .post .post-ratings, .search .post .post-ratings {
	width: 60px !important;
	float: right;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	}
.blog, .post-ratings img, .archive .post-ratings img, .search .post-ratings img {
	margin: 0 !important;
	padding: 0 !important;
	}

/* Comments link */
.blog .comments-link, .archive .comments-link, .search .comments-link {
	float: left;
	width: 90px;
	margin: 3px 0 0 10px;
	font: italic normal normal 11px/15px Georgia, Times, 'Times New Roman', serif;
	color: #777;
	display: none;
	}

/* Post titles. */
.entry-title a {
	color: #660000;
	font: normal normal normal 14px/15px Georgia, Times, 'Times New Roman', serif;
	padding: 0px 0 3px 10px;
	}
.entry-title a:hover {
	color: red;
	font: normal normal normal 14px/15px Georgia, Times, 'Times New Roman', serif;
	padding: 0px 0 3px 10px;
	}
.entry-title a:active {
	color: #660000;
	font: normal normal normal 14px/15px Georgia, Times, 'Times New Roman', serif;
	padding: 0px 0 3px 10px;
	}
	
.page .entry-title a {
	display:none;
}

.singular-post .entry-title a {
	display:none;
}

/* Byline */
.byline {
	display: none;
	font-style: italic;
	color: #666;
	}
.byline a {
	color: #333;
	}

/* Entry meta */
.entry-meta {
	display: none;
	clear: both;
	font-style: italic;
	color: #666;
	}
.entry-meta a {
	color: #333;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Series */
.series {
	overflow: hidden;
	margin-bottom: 25px;
	}

/* Navigation links */
.navigation-links {
	clear: left;
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi */
.wp-pagenavi {
	display: block;
	clear: left;
	margin: 20px 0;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px !important;
	padding: 3px 9px 3px 9px !important;
	border: 1px solid #ddd !important;
	}

/* Primary */
#primary {
	position: static;
	width: 170px;
	}
#primary ul {
	margin-left: 0;
	list-style-type: none;
}
#primary li {
	padding: 0px 0px 15px;
}

#primary a{
color:#660000;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:normal;
text-decoration:none;
}

#primary a:hover, a:active{
color: red;
font-family:Arial,Helvetica,sans-serif;
/* font-size:16px; */
font-weight:normal;
text-decoration:none;
}

/* Secondary */
#secondary {
	position: static;
	width: 150px;
	border: 1px solid #ddd !important;
	}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
display: none;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
ol.comment-list, ol.ping-list, ol.comment-list ol, ol.ping-list ol {
	list-style: none;
	margin: 0 0 21px 0;
	}

/* Comments, pingbacks, and trackbacks. */
li.comment, li.pingback, li.trackback {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}

/* Comments by the post author. */
li.entry-author {
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 0 0 21px 0;
	color: #666;
	}
.comment-meta-data a {
	font-style: italic;
	color: #333;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 60%;
	}
input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
padding:3px;
}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
	margin: 0 0 0 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #444;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}
.copyright {
	font-size: 9px;
	text-align: center;
}
	
/* Colored Nav */
#newheader{
	margin: 0;
	padding: 0;
	height: 110px;
/* 	border: thin solid #00CC00; */
	width: 960px;
	position: relative;
}

#logo{
	position: absolute;
	float: left;
	margin: 0;
/* 	border: thin solid #0099FF; */
	height: 105px;
	width: 196px;
	z-index: 20;
}
.color-nav {
	font: 15px/22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 800px;
	margin: 55px 0px 0px 165px;
	height:50px;
	float:left;
	display:block;
	background-color:#FFFFFF;
/* 	border: thin solid #999999; */
	position: absolute;
	z-index: 10;
}

.color-nav a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
a.mls-listings {
	width:12%;
	float:left;
	background-color:#CDD7D6;
	height:30px;
	padding:20px 0px 0px 0px;
}
a.mls-listings:hover {
	background-color:#E5F1EE;
}
a.mls-listings:active {
	background-color:#E5F1EE;
}
a.why-live-here {
	width:14.2%;
	float:left;
	background-color:#F3EBC8;
	height:30px;
	padding:20px 0px 0px 0px;
}
a.why-live-here:hover {
	background-color:#F8F6EE;
}
a.why-live-here:active {
	background-color:#F8F6EE;
}
a.pinon-listings {
	width:14.2%;
	float:left;
	background-color:#BDC197;
	height:30px;
	padding:20px 0px 0px 0px;
}
a.pinon-listings:hover {
	background-color:#E6E7D8;
}
a.pinon-listings:active {
	background-color:#E6E7D8;
}
a.recreational-listings {
	width:20%;
	float:left;
	background-color:#5E6D6A;
	height:30px;
	padding:20px 0px 0px 0px;
}
a.recreational-listings:hover {
	background-color:#697A77;
}
a.recreational-listings:active {
	background-color:#697A77;
}
a.featured-listings {
	width:15%;
	float:left;
	background-color:#987349;
	height:30px;
	padding:20px 0px 0px 0px;
}
a.featured-listings:hover {
	background-color:#BCA68E;
}
a.featured-listings:active {
	background-color:#BCA68E;
}
a.fishing {
	width:14.2%;
	float:left;
	background-color:#CA5E13;
	height:30px;
	padding:20px 0px 0px 0px;
}
a.fishing:hover {
	background-color:#EEA978;
}
a.fishing:active {
	background-color:#EEA978;
}
a.contact-us {
	width:10%;
	float:left;
	background-color:#CBB9A4;
	height:30px;
	padding:20px 0px 0px 0px;
}
a.contact-us:hover {
	background-color:#E3DACE;
}
a.contact-us:active {
	background-color:#E3DACE;
}

/* Mark Extras */
.right-side{
text-align: right;
font-weight: bold;
}

.clear-float {
clear: both;
}

address{
	clear: both;
	font-style: normal;
	font-size: 12px;
	padding: 6px;
	text-align: center;
}
.salidabest {
	overflow: hidden;
}
.nav-menu {
	margin:15px 0 10px 5px;
}