/*
Theme Name: Caracol Main Theme
Theme URI: http://www.mmihouston.com/
Description: The default Caracol Theme
Version: 2.0
Author: Marion, Montgomery, Inc.
Author URI: http://www.mmihouston.com/

	Caracol v 2.0
	 http://www.caracolcoastal.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end CSS Reset */

/* General */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../javascript/x.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	background: #1e4164 url(images/caracol_bg_header.jpg) repeat-x top left;
	margin: 0 auto;
	padding: 0;
	font: normal 62.5% Garamond, Georgia, "Times New Roman", Times, serif;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	text-align: left;
	}

h1 {
	margin: 0;
	padding-top: 70px;
	font-size: 4.00em;
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
	line-height: 1.6em;
	}

h3 {
	margin: 30px 0 10px;
	padding: 0;
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;

	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

p {
	margin: 0 0 10px;
}

a:link, a:visited {
	color: #B15C11;
}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

a img {
	border: none;
	}

hr {
	display: none;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

select {
	width: 130px;
	}

blockquote {
	background-color: #dcd9cc;
	border-left: 5px solid #1e4065;
	margin: 25px 30px 0 10px;
	padding: 5px 10px 5px 20px;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	text-align: right;
	}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}

/* end General */


/* Structure */
#page {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	}

#content {
	background-color: #efede3;
	margin: 0 auto;
	padding: 0;
	float: left;
	text-align: center;
	width: 100%;
	}

#contentBody {
	margin: 0 auto;
	padding: 10px 0;
	width: 935px; /*960px;*/
}

#contentNav {
	margin: 0 auto;
	padding: 5px 10px 0 0;
	clear: both;
	font-size: 22px;
	width: 920px;
	height: 30px;
	overflow:hidden;
	text-align: right;
}

#contentNav ul {
	margin: 0;
	float: right;
}

#contentNav ul li {
	display: inline;
	float: right;
}

#contentNav ul li a {
	margin: 0 0 10px 30px;
	font-weight: bold;
}

#contentNav ul li a:link, #contentNav ul a:visited {
	color: #147;
}

#contentNav ul li a:hover, #contentNav ul a:active {
	color: #B15C11;
}

#contentNav ul li ul {
	display: none;
	visibility: hidden;
}


#narrowcolumn, #widecolumn {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1.75em;
	color: #1e4164;
}

#narrowcolumn {
	margin-top: 20px;
	width: 700px;
	}

#narrowcolumn .postmetadata {
	padding-top: 5px;
	}

#narrowcolumn h2, #widecolumn h2 {
	margin: 0 0 15px;
}

#widecolumn {
	margin-top: 20px;
	width: 940px;
	}

#narrowcolumn .entry p, #widecolumn .entry p {

	}

#widecolumn .post {
	margin: 0;
	}

#widecolumn .postmetadata {
	margin: 30px 0;
	}

#widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#narrowcolumn .entry {
	line-height: 1.4em;
	width: 700px;
	}

#widecolumn .entry {
	line-height: 1.4em;
}

#widecolumn .entry ul, #narrowcolumn .entry ul {
	margin: 0 0 10px 30px;
	list-style-type: disc;
}

.column280 {
	float: right;
	width: 280px;
}

.navReg a span {
	display: none;
	visibility: hidden;
}

.navReg {

}

.navReg a {
	float: left;
	width: 220px;
	height: 52px;
}

.navReg a:link, .navReg a:visited {
	background: url(images/caracol_sidebar_nav_info_norm.png) no-repeat top left;
}

.navReg a:hover, .navReg a:active {
	background: url(images/caracol_sidebar_nav_info_over.png) no-repeat top left;
}

.highlight {
	background-color: #b15c11;
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	color: #fff;
}

.highlight h3 {
	margin-top: 0;
}

.bgAbout, .bgAmenities, .bgHomes, .bgLocation, .bgNews, .bgContact, .bgRealtors, .bgHomeOwners {
	min-height: 400px;
}

.bgAbout {
	background: url(images/backgrounds/caracol_bg_about.jpg) no-repeat top right;
}

.bgAmenities {
	background: url(images/backgrounds/caracol_bg_amenities.jpg) no-repeat top right;
}

.bgHomes {
	background: url(images/backgrounds/caracol_bg_homes.jpg) no-repeat top right;
}

.bgLocation {
	background: url(images/backgrounds/caracol_bg_location.jpg) no-repeat top right;
}

.bgNews {
	background: url(images/backgrounds/caracol_bg_news.jpg) no-repeat top right;
}

.bgContact {
	background: url(images/backgrounds/caracol_bg_contact.jpg) no-repeat top right;
}

.bgRealtors {
	background:url(images/backgrounds/caracol_bg_realtor.jpg) no-repeat top right;
}

.bgHomeOwners {
	background: url(images/backgrounds/caracol_bg_home_owners.jpg) no-repeat top right;
}
/* end Structure */


/* Header */
#header {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 144px;
	}

#headerimg 	{
	display: none;
	visibility: none;
	}

#headerLogo {
	display: inline;
	float: left;
	width: 220px;
	height: 144px;
}

#headerNav {
	background: url(images/caracol_header_main_nav.jpg) no-repeat bottom left;
	padding: 0;
	display: inline;
	float: left;
	width: 720px;
	height: 135px;
}

#headerNav ul {
	margin: 114px 0 0;
}

#headerNav ul li {
	display: inline;
	float: left;
}

#headerNav ul li a span {
	display: none;
	visibility: hidden;
}

#headerNav ul li a {
	margin: 0 15px;
	float: left;
	height: 14px;
}

.navAbout a {
	width: 53px;
}

.navAbout a:link, .navAbout a:visited {
	background: url(images/navigation/caracol_nav_about_norm.png) no-repeat top left;
}

.navAbout a:hover, .navAbout a:active {
	background: url(images/navigation/caracol_nav_about_over.png) no-repeat top left;
}

.navAmenities a {
	width: 80px;
}

.navAmenities a:link, .navAmenities a:visited {
	background: url(images/navigation/caracol_nav_amenities_norm.png) no-repeat top left;
}

.navAmenities a:hover, .navAmenities a:active {
	background: url(images/navigation/caracol_nav_amenities_over.png) no-repeat top left;
}

.navHomes a {
	width: 53px;
}

.navHomes a:link, .navHomes a:visited {
	background: url(images/navigation/caracol_nav_homes_norm.png) no-repeat top left;
}

.navHomes a:hover, .navHomes a:active {
	background: url(images/navigation/caracol_nav_homes_over.png) no-repeat top left;
}

.navLocation a {
	width: 75px;
}

.navLocation a:link, .navLocation a:visited {
	background: url(images/navigation/caracol_nav_location_norm.png) no-repeat top left;
}

.navLocation a:hover, .navLocation a:active {
	background: url(images/navigation/caracol_nav_location_over.png) no-repeat top left;
}

.navYacht a {
	width: 89px;
}

.navYacht a:link, .navYacht a:visited {
	background: url(images/navigation/caracol_nav_yacht_norm.png) no-repeat top left;
}

.navYacht a:hover, .navYacht a:active {
	background: url(images/navigation/caracol_nav_yacht_over.png) no-repeat top left;
}

.navClub a {
	width: 115px;
}

.navClub a:link, .navClub a:visited {
	background: url(images/navigation/caracol_nav_club_norm.png) no-repeat top left;
}

.navClub a:hover, .navClub a:active {
	background: url(images/navigation/caracol_nav_club_over.png) no-repeat top left;
}

.navPhotos a {
	width: 64px;
}

.navPhotos a:link, .navPhotos a:visited {
	background: url(images/navigation/caracol_nav_photos_norm.png) no-repeat top left;
}

.navPhotos a:hover, .navPhotos a:active {
	background: url(images/navigation/caracol_nav_photos_over.png) no-repeat top left;
}

.navNews a {
	width: 42px;
}

.navNews a:link, .navNews a:visited {
	background: url(images/navigation/caracol_nav_news_norm.png) no-repeat top left;
}

.navNews a:hover, .navNews a:active {
	background: url(images/navigation/caracol_nav_news_over.png) no-repeat top left;
}

.navPricing a {
	width: 132px;
}

.navPricing a:link, .navPricing a:visited {
	background: url(images/navigation/caracol_nav_pricing_norm.png) no-repeat top left;
}

.navPricing a:hover, .navPricing a:active {
	background: url(images/navigation/caracol_nav_pricing_over.png) no-repeat top left;
}

.navContact a {
	width: 93px;
}

.navContact a:link, .navContact a:visited {
	background: url(images/navigation/caracol_nav_contact_norm.png) no-repeat top left;
}

.navContact a:hover, .navContact a:active {
	background: url(images/navigation/caracol_nav_contact_over.png) no-repeat top left;
}
/* end Header */


/* Begin Sidebar */
#sidebar {
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
	width: 220px;
	font: normal 1.50em Trebuchet MS, Tahoma, san-serif;
	text-align: left;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font: 1.5em 'Garamond', Georgia, serif;
	margin: 5px 0 0 20px;
	padding: 0;
	color: #B15C11;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 20px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebarTop, #sidebarBtm {
	margin: 0;
	float: left;
	width: 220px;
	height: 85px;
}

#sidebarTop {
	background: url(images/caracol_sidebar_top.png) no-repeat top center;
}

#sidebarBody {
	background: url(images/caracol_sidebar_bg.jpg) repeat-y top center;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	width: 200px;
}

#sidebarBody a {
	font-weight: bold;
}

#sidebarBody a:link, #sidebarBody a:visited {
	color: #1E4065;
}

#sidebarBody a:hover, #sidebarBody a:active {
	color: #B15C11;
}

#sidebarBody ul li a span {
	display: none;
	visibility: hidden;
}

#sidebarBody ul ul li {
	background: url(images/caracol_sidebar_sec_nav_bg.jpg) no-repeat bottom center;
	padding: 10px 0;
	display: block;
	width: 100%;
}

.sidebarNavRealtor a, .sidebarNavHome a {
	float: left;
	width: 220px;
	height: 52px;
}

.sidebarNavRealtor a {

}

.sidebarNavRealtor a:link, .sidebarNavRealtor a:visited {
	background: url(images/caracol_sidebar_nav_realtor_norm.png) no-repeat top left;
}

.sidebarNavRealtor a:hover, .sidebarNavRealtor a:active {
	background: url(images/caracol_sidebar_nav_realtor_over.png) no-repeat top left;
}

.sidebarNavHome a:link, .sidebarNavHome a:visited {
	background: url(images/caracol_sidebar_nav_home_norm.png) no-repeat top left;
}

.sidebarNavHome a:hover, .sidebarNavHome a:active {
	background: url(images/caracol_sidebar_nav_home_over.png) no-repeat top left;
}

.sidebarNavHome a {
	margin: 0 0 10px;
}

#sidebarBtm {
	background: url(images/caracol_sidebar_btm.png) no-repeat top center;
}
/* End Sidebar */


/* Footer */
#footer {
	background: url(images/caracol_footer_bg.jpg) repeat-x top left;
	margin: 0 auto;
	padding: 25px 0 0;
	float: left;
	width: 100%;
	color: #fff;
	}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #ff9900;
}

#footerBody {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: center;
}

#footerLeft, #footerRight {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#footerLeft {
	margin: 0 20px 0 0;
	width: 760px;
	text-align: left;
}

#footerRight {
	width: 160px;
	text-align: right;
}
/* end Footer */


/*	Header Tags */
h2.pagetitle {
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.pageHeader {
	margin: 0;
	padding: 0;
	float: left;
	width: 940px;
	height: 60px;
}

.pageHeader span {
	display: none;
	visibility: hidden;
}

.about {
	background: url(images/header/caracol_header_about.jpg) no-repeat top left;
}

.amenities {
	background: url(images/header/caracol_header_amenities.jpg) no-repeat top left;
}

.homes {
	background: url(images/header/caracol_header_homes.jpg) no-repeat top left;
}

.location {
	background: url(images/header/caracol_header_location.jpg) no-repeat top left;
}

.news {
	background: url(images/header/caracol_header_news.jpg) no-repeat top left;
}

.contact {
	background: url(images/header/caracol_header_contact.jpg) no-repeat top left;
}

.realtors {
	background: url(images/header/caracol_header_realtors.jpg) no-repeat top left;
}

.homeOwners {
	background: url(images/header/caracol_header_home_owners.jpg) no-repeat top left;
}

.designGuidelines {
	background: url(images/header/caracol_header_design_guidelines.jpg) no-repeat top left;
}

.register {
	background: url(images/header/caracol_header_register.jpg) no-repeat top left;
}

.privacy {
	background: url(images/header/caracol_header_privacy.jpg) no-repeat top left;
}

.photos {
	background: url(images/header/caracol_header_photos.jpg) no-repeat top left;
}

.promo {
	background: url(images/header/caracol_header_promo.jpg) no-repeat top left;
}

.error {
	background: url(images/header/caracol_header_error.jpg) no-repeat top left;
}

.yacht {
	background: url(images/header/caracol_header_yacht.jpg) no-repeat top left;
}

.club {
	background: url(images/header/caracol_header_club.jpg) no-repeat top left;
}

.pricing {
	background: url(images/header/caracol_header_pricing.jpg) no-repeat top left;
}

.sitemap {
	background: url(images/header/caracol_header_sitemap.jpg) no-repeat top left;
}
/* end Header Tags */


/* Post */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.entry p a:visited {
	color: #b85b5a;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.clear {
	clear: both;
}

#flashAd {
	margin: -15px 0 20px;
	height: 420px;
	/*background-image: url(../../../flash/images/caracol_flash_photo_03.jpg);*/
	background-repeat: no-repeat;
	background-position: left center;
}

/* end Post */


/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* end Images */


/* Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

*/
/* end Lists */


/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* end Form Elements */


/* Comments */
ol.commentlist {
	margin: 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist li {
	list-style: none;
	font-weight: bold;
}

.commentlist li .avatar {
	background: #fff;
	border: 1px solid #eee;
	padding: 2px;
	float: right;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	border-left: solid 3px #ddd;
	margin: 0;
	padding: 10px;
	}

.children {
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.thread-alt, .thread-even {

}

.thread-alt {
	background-color: #dddcbe;
}

.thread-even {
	background-color: #dfddc6;
}
/* end Comments */


/* Contact Forms */
.post form {
	text-align: left;
	/*width: 400px;*/
}

.fieldLine {
	margin: 0 0 5px;
	float: left;
	width: 100%;
}

.wpcf7-text, .wpcf7-select, .wpcf7-textarea, .fieldInput, .fieldZip, .fieldTextArea {
	border: solid 1px #b25c11;
	padding: 8px;
}

.wpcf7-text {
	font-size: 17px;
	width: 400px;
	height: 30px;
}
.wpcf7-select {
	font-size: 17px;
	width: 418px;
	height: 48px;
}
.wpcf7-textarea {
	font-size: 17px;
	width: 822px;
}
.wpcf7-form div.wpcf7-validation-errors {
	border: none;
	color: #f00;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
	border: none;
}
span.wpcf7-list-item { display: block; }

.fieldInput {
	width: 152px;
}

.fieldTextArea {
	width: 192px;
}

.fieldMonth {
	width: 92px;
}

.fieldDay {
	width: 42px;
}

.fieldYear {
	width: 67px;
}

.fieldState {
	width: 67px;
}

.fieldZip {
	width: 42px;
}

.fieldLabel, .fieldInputArea {
	margin: 0 0 10px;
	float: left;
}

.fieldLabel {
	margin-right: 20px;
	text-align: right;
	/*width: 160px;*/
	vertical-align: middle;
}

.fieldInputArea {
	text-align: left;
	/*width: 220px;*/
}

.button-default, .wpcf7-submit {
    color: #fff;
    background-color: #1e4164;
    border-color: #1e4164;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 0;
    line-height: 1.42857143;
    touch-action: manipulation;
}
/* end Contact Form */


/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* end Calendar */


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* end Captions */


/* Various Tags & Classes */
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.depth-1 {
	border: 1px solid #ddd;
}
/* end Various Tags & Classes*/

/* Pricing Table */
.pricing-table table {
	border-collapse: collapse;
	text-align: left;
	font-weight: bold;
	width: 100%;
}

.pricing-table {
	/*font: normal 12px/150% Arial, Helvetica, sans-serif;*/
	background: #ffffff;
	overflow: hidden;
	border: 1px solid #006699;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pricing-table table td, .pricing-table table th {
	padding: 3px 10px;
}

.pricing-table table thead th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));
	background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color: #006699;
	color: #FFFFFF;
	/*font-size: 15px;*/
	font-weight: bold;
	border-left: 1px solid #0070A8;
}

.pricing-table table thead th:first-child {
	border: none;
}

.pricing-table table tbody tr:nth-child(odd) {
	color: #1e4164;
}

.pricing-table table tbody tr:nth-child(even) {
	background: #dfddc6;
	color: #1e4164;
}

.pricing-table table tbody td:nth-child(odd) {
	border-left: 1px solid #E1EEF4;
}

.pricing-table table tbody td:first-child {
	border-left: none;
}

.pricing-table table tbody tr:last-child td {
	border-bottom: none;
}

.pricing-table table tfoot td div {
	border-top: 1px solid #006699;
	background: #E1EEF4;
}

.pricing-table table tfoot td {
	padding: 0;
	/*font-size: 12px*/
}

.pricing-table table tfoot td div {
	padding: 2px;
}

.pricing-table table tfoot td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.pricing-table table tfoot li {
	display: inline;
}

.pricing-table table tfoot li a {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #006699;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));
	background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color: #006699;
}

.pricing-table table tfoot ul.active, .pricing-table table tfoot ul a:hover {
	text-decoration: none;
	border-color: #006699;
	color: #FFFFFF;
	background: none;
	background-color: #00557F;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
	position: fixed !important;
}
/* End Pricing Table */
