/*Theme Name: EarthStyleTheme 
URI: ??????
Description: A customized wordpress theme for Earth & Style
Author: John Paul D. LeanoAuthor 
URI: http://toystash.multiply.com/Version: 1.0Tags: .Your theme can be your copyrighted work.Like WordPress, this work is released under GNU General Public License, version 2 (GPL). http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .*//** * Generic elements *//* Import a basic layout */@import url('styles/2c-r.css');/* Reset default browser styles */
@import url('styles/reset.css');/* Rebuild default browser styles */
@import url('styles/rebuild.css');/* Basic WordPress Styles */
@import url('styles/wp.css');/* subnavigation widget Styles */
@import url('http://earthandstyle.com/wp-content/themes/EarthStyle/styles/subpages-navigation.css');

body
{
	margin: 0;
	padding: 0;
	background: #1b8ce1 url(images/bg_body.jpg) repeat-x;
	font: 76%/170% Verdana, sans-serif;
	color: #494949;
}

a
{
	outline: none;
}

input
{
	font: 1em/100% Verdana, sans-serif;
	color: #494949;
}

textarea, select
{
	font: 0.9em/140% Verdana, sans-serif;
	color: #494949;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

h1
{
	font-size: 150%;
	line-height: 200%;
}

h2, #center h1
{
	font-size: 130%;
	line-height: 130%;
}

h3
{
	font-size: 140%;
}

h4
{
	font-size: 130%;
}

h5
{
	font-size: 120%;
}

h6
{
	font-size: 110%;
}

quote, code
{
	margin: .5em 0;
}

code, pre
{
	font-size: 115%;
}

p
{	/**margin: 0.6em 0 1.2em;**/
	padding: 0;
}

a:link, a:visited
{
	color: #027AC6;
	text-decoration: none;
}

a:hover
{
	color: #0062A0;
	text-decoration: underline;
}

a:active, a.active
{
	color: #5895be;
}

hr
{
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #5294c1;
}

ul, ol
{
	margin: 0.5em 0 1em;
	padding: 0 0 0 1.5em; /* LTR */
}

a img
{
	border: none;
}/*** Tools - adapted from Magento by Hiyas :P ***/

.hidden
{
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
}

.nobr
{
	white-space:nowrap !important;
}

.wrap
{
	white-space:normal !important;
}

.a-left
{
	text-align:left !important;
}

.a-center
{
	text-align:center !important;
}

.a-right
{
	text-align:right !important;
}

.v-top
{
	vertical-align:top;
}

.v-middle
{
	vertical-align:middle;
}

.no-display
{
	display:none;
}

.no-margin
{
	margin:0 !important;
}

.no-padding
{
	padding:0 !important;
}

.no-bg
{
	background:none !important;
}

.no-border
{
	border:none !important;
}

.clear
{
	clear:both;
}

.aligncenter
{
	display: block;
	margin:0 auto;
	text-align:center;
}

.f-left
{
	float: left;
}

.f-right
{
	float: right;
}/*** End Tools ***//** * Layout * */

#wrapper
{
	width: 990px;
	height: auto;
	margin: 0 auto;
	border: 6px solid #9dd2f9;
	background-color: #FFFFFF;
}

#wrapper #header
{
	background-color: #ffe512;
	position: relative;
	overflow: visible;/*	height: 101px; *//*	border-bottom: solid #ffe312 25px; */
}

#header-container
{
	height: 112px;
	overflow: visible;
}

#home-nav
{
	height: 117px;
	margin: 0 0 0 209px;
	width: 769px;
}

#header #logo
{
	position: absolute;
	left: 20px;
	width: 173px;
	text-align: center;
	padding-top: 12px;
}

#home-nav #nav-bu
{
	float: right;
	margin: 20px 20px 0px 0px;/*	width: 483px; */
	padding:0 !important;
}

#home-nav #nav-bu li, #home-nav #nav-bu li a
{
	display: inline-block;
	height: 32px;
}

#home-nav #bu-style
{
	background: url(images/bg_bu-style.png) no-repeat;
	text-indent: -9999px;
	width: 141px;
}

#home-nav #bu-prosper
{
	background: url(images/bg_bu-prosper.png) no-repeat;
	text-indent: -9999px;
	width: 167px;
}

#home-nav #bu-aspire
{
	background: url(images/bg_bu-aspire.png) no-repeat;
	text-indent: -9999px;
	width: 148px;
}

#home-nav #left-nav
{
	float: right;
	height: 19px;/*	width: 632px; */
	list-style:none;
	margin:20px 20px 0 0;
	padding:0 !important;
}

#home-nav #left-nav li
{
	display: inline-block;
	float: left;
}

#home-nav #left-nav li a
{
	display: block;
}

#header #search
{
	position: absolute;
	right: 20px;
	background: #003e95 url(images/bg_home-search.png) no-repeat;
	width: 279px;
	height: 90px;
	padding-top: 22px;
	padding-left: 16px;
}

#header #search input.search
{
	position: absolute;
	right: 15px;
	bottom: 26px;
}

#header #search select
{
	width: 200px;
	margin-top: 4px;
}

#wrapper #home-center
{
	background-color: #FFF;
	border-top: 1px solid #FFFFFF;
	width: 978px;
}

#home-news
{
	background: #ffe313;
	bottom: 130px;
	float: right;
	height: 129px;
	position: relative;
	width: 261px;
}

#home-news h2
{
	background: url(images/h2_latest_news.png) no-repeat;
	height: 11px;
	text-indent: -9999px;
	width: 85px;
	margin: 0px 0px 5px 0px;
}

#home-news-content-wrap
{
	height: 84px;
}

#home-news #home-news-img
{
	float: right;
	height: 84px;
	width: 162px;
}

#home-news #home-news-title
{
	float: left;
	height: 84px;
	width: 92px;
}

#home-news #home-news-title a
{
	color: #002d62;
	font-size: 9px;
	line-height: 12px;
}

#home-news-paging
{
	clear: both;
	height: 17px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 99px;
}

#home-news-paging ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#home-news-paging ul li
{
	background: #002d62;
	display: inline-block;
	height: 17px;
	width: 17px;
}

#home-news-paging ul li a
{
	background: #002d62;
	color: #ffe313;
	display: block;
	font-size: 10px;
	text-align: center;
	height: 17px;
	width: 17px;
}/** Nav BU**/

#nav-bu
{
	float: left;
	margin: 76px 0 0 175px;
	width: 480px;
}

#nav-bu li, #nav-bu li a
{
	display: inline-block;
	height: 32px;
}

#bu-style
{
	background: url(images/bg_bu-style.png) no-repeat;
	text-indent: -9999px;
	width: 141px;
}

#bu-prosper
{
	background: url(images/bg_bu-prosper.png) no-repeat;
	text-indent: -9999px;
	width: 167px;
}

#bu-aspire
{
	background: url(images/bg_bu-aspire.png) no-repeat;
	text-indent: -9999px;
	width: 148px;
}/** End of Nav VU**//** Main Navigation **/

#navigation
{
	background-color: #ffe512;
	height: 38px;
	padding: 6px 20px 0px;
	border-top: 1px solid #FFFFFF;
	clear:both;
	overflow:visible;
}

#left-nav
{
	float: left;
	height: 19px;/*	width: 701px; */
	list-style:none;
	padding-left: 0;
}

#left-nav li
{
	position:relative;
	display: inline-block;
	float: left;
	padding:0 10px;
	background:url(images/bg_divider.png) no-repeat right top;
}

#left-nav li.last
{
	background: none !important;
}

#left-nav li a
{
	display: block;
}

#left-nav li a#nav-company
{
	background: url(images/bg_company.png) no-repeat;
	width: 117px;
	text-indent: -9999px;
}

#left-nav li a#nav-company2
{
	background: url(images/bg_company2.png) no-repeat;
	width: 117px;
	text-indent: -9999px;
}

#left-nav li a#nav-endeavors
{
	background: url(images/bg_endeavors.png) no-repeat;
	width: 128px;
	text-indent: -9999px;
}

#left-nav li a#nav-endeavors2
{
	background: url(images/bg_endeavors2.png) no-repeat;
	width: 128px;
	text-indent: -9999px;
}

#left-nav li a#nav-sales
{
	background: url(images/bg_sales.png) no-repeat;
	width: 107px;
	text-indent: -9999px;
	position:relative;
}

#left-nav li a#nav-sales2
{
	background: url(images/bg_sales2.png) no-repeat;
	width: 107px;
	text-indent: -9999px;
}

#left-nav li a#nav-new
{
	background: url(images/bg_new.png) no-repeat;
	width: 101px;
	text-indent: -9999px;
}

#left-nav li a#nav-new2
{
	background: url(images/bg_new2.png) no-repeat;
	width: 101px;
	text-indent: -9999px;
}

#left-nav li a#nav-contact
{
	background: url(images/bg_contact.png) no-repeat;
	width: 101px;
	text-indent: -9999px;
}

#left-nav li a#nav-contact2
{
	background: url(images/bg_contact2.png) no-repeat;
	width: 101px;
	text-indent: -9999px;
}

#left-nav li.divider
{
	background: url(images/bg_divider.png) no-repeat;
	margin: 0px 3px;
	width: 3px;
}/** global sales dropdown **/

#left-nav ul.global-sales-subpages
{
	margin: 0 0 0 5px;
	padding: 0;
	display:list-item;
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
	-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
}

#left-nav li:hover ul.global-sales-subpages
{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	opacity:1; /* Fade to opaque */
}

#left-nav ul.global-sales-subpages li
{
	display:list-item !important;
	margin: 0;
	padding: 3px;
	background-image:none !important;
	background-color:#ffe512;
	float:none;
	width: 100%;
}

#left-nav ul.global-sales-subpages a
{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
	padding:2px 5px;
	margin:0;
	color:#002e62;
	font-size: 12px;
}

#left-nav ul.global-sales-subpages li a:hover
{ /* Set styles for dropdown when items are hovered */
	background:#feca14;
	text-decoration:none;
}

#right-nav
{
	float: right;/*	height: 19px; *//*	width: 240px; */
	list-style: none;
}

#right-nav li a
{
	color: #667742;
	font-size: 11px;
}

#right-nav li
{
	display: inline;
	margin: 0px 2px;
	border-right: #667742 1px solid;
	padding-right: 7px;
}

#right-nav li.last
{
	padding-right:0 !important;
	border-right:0 !important;
}/** End of Main Navigation **//** **/

#main
{
	color: #474747;
	font-size: 11px;
	overflow: auto;
	padding: 23px 45px 23px 29px;
	clear:both;
}/** About **/

#wrap-about
{
	color: #474747;
	font-size: 11px;
	padding: 23px 45px 23px 29px;
	overflow: auto;
}

#left-content
{	/**float: left;**/
	width: 651px;
}

#left-content h3
{
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 17px 0px;
}

#left-content p
{
	line-height: 14px;
}

#left-content #endeavor-list li
{
	list-style: none;
	overflow: auto;
	margin: 0px 0px 48px 0px;
}/** Endeavor **/

#endeavor-list .endeavor-logo
{
	float: left;
	width: 213px;
}

#endeavor-list .endeavor-content
{
	float: right;
	width: 410px;
	height: auto;
}/** End of Endeavor **//** What's New **/

#new-content
{
}

#new-content p a
{
	color: #80af00;
}

#new-content .news-title
{
	font-size: 12px;
	font-weight: bold;
}

#new-content .news-title-inside
{
	font-size: 16px;
	font-weight: bold;
}

#new-content .news-date
{
	color: #989898;
	font-size: 10px;
}/** End of What's New **//** Global Sales **/

#sales-content
{
}

#sales-content table td
{
	padding: 0;
}

#sales-content ul
{
	margin: 0px 0px 0px 10px;
}

#sales-content #sales-nav li span
{
	color: #002d62;
	font-weight: bold;
}

#sales-content #sales-nav li
{
	display: inline-block;
}/** End of Global Sales **//** Contact Us**/

#contact-content
{
}

#contact-content #contact-forms
{
	float: left;
	width: 374px;
}

#contact-content #contact-forms .btn-submit
{
	text-align: right;
}

#contact-content #contact-forms .btn-submit input
{
	width: 70px;
}

#contact-content #contact-forms td
{
	padding: 0px 0px 5px 10px;
}

#contact-content #contact-forms td input
{
	width: 207px;
}

#contact-content #contact-forms td.form-label
{
	text-align: right;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

#contact-content #contact-address
{
	float: right;
	width: 260px;
}/** End of Contact Us**/

#right-content
{
	float: right;
	width: 242px;
	margin: 12px 0 0 0;
}

#right-content .widget
{
	margin: 0px 0px 25px 0px;
}

#right-content #widget-news-header, #right-content #widget-projects-header, #right-content #widget-commercial-projects-header
{
	background: url(images/bg_widget-news-header.png) no-repeat;
	height: 41px;
	text-indent: -9999px;
}

#right-content #widget-projects-header
{
	background: url(images/bg_widget-projects-header.png) no-repeat;
}

#right-content #widget-commercial-projects-header
{
	background: url(images/bg_widget-commercial-projects-header.png) no-repeat;
}

#right-content .widget-content
{
	padding: 0px 10px 0px 5px;	/**margin-top: -15px;	margin-bottom: 25px;**/
}

#right-content .widget-content ul
{
	list-style: none;
}

#right-content .widget-content li.widget-container li
{
	border-bottom: 1px dashed;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	width: 215px;
}

#right-content .aspire-project li
{
	border-bottom: none;
	margin: 0px 0px 0px 0px;
}

#right-content .widget-content li #projects-submenu
{
	padding: 0px;
}

#right-content .widget-content li #projects-submenu li
{
	border-bottom: 1px solid;
	padding: 0px 0px 0px 20px;
}

#right-content .widget-content li a
{
	color: #474747;
}/** End of About**//** Aspire **/

#aspire-content
{
	text-align: center;
}

#aspire-content h3
{
	color: #0066b3;
}

#aspire-content p.landing
{
	font-size: 13px;
}

#aspire-content-inside
{
}

#project-logo
{
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#project-header
{
	background: url(images/bg_project-header.png) no-repeat;
	height: 159px;
	margin: -112px 0px 0px 0px;
	padding: 5px;
}

#project-header ul
{
	list-style: inside;
	margin: 0px;
	padding: 0px;
}

#project-header ul li
{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#aspire-content-inside #mayflower-left
{
	float: left;
	width: 458px;
}

#aspire-content-inside #mayflower-left ul
{
	list-style-type: disc;
}

#aspire-content-inside #mayflower-left span
{
	color: #0066b3;
	font-size: 12px;
	font-weight: bold;
}

#aspire-content-inside #mayflower-right
{
	float: right;
	width: 182px;
}

#aspire-content-inside #mayflower-right a img
{
	margin: 0px;
}

#mayflower-right p, #mayflower-right p img
{
	margin: 0px 0px 0px 0px;
}

#aspire-content-inside #mayflower-left-inside
{
	float: left;
	width: 297px;
}

#aspire-content-inside #mayflower-left-inside ul
{
	list-style: none;
	padding: 0px;
}

#aspire-content-inside #mayflower-left-inside ul li
{
	display: inline-block;
	margin: 0px 2px 0px 0px;
}

#aspire-content-inside #mayflower-right-inside
{
	float: right;
	width: 339px;
}

#aspire-content-inside #mayflower-right-inside ul
{
	list-style-type: disc;
}

#aspire-content-inside #mayflower-right-inside .housetype-title
{
	color: #002b4b;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}

#aspire-content-inside #mayflower-right-inside .housetype-title2
{
	color: #002b4b;
	display: block;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}

#aspire-content-inside #mayflower-right-inside table
{
	margin: 10px 0px 0px 0px;
}

#aspire-content-inside #mayflower-right-inside table td
{
	vertical-align: text-top;
}

#aspire-content-inside #mayflower-content-gallery h3
{
	color: #002b4b;
	font-size: 20px;
}

#aspire-content-inside #mayflower-content-gallery ul
{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#aspire-content-inside #mayflower-content-gallery ul li
{
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

#aspire-content-inside #mayflower-content-gallery ul li img
{
	height: 81px;
	width: 93px;
}/** End of Aspire **//** Footer **/

#footer
{
	background: url(images/bg_footer.png) no-repeat;
	clear: both;
	height: 40px;
	padding: 44px 18px 0px 0px;
}

#footer a
{
	color: #667742;
	font-size: 11px;
}

#footer-left-nav
{
	float: left;
	width: 701px;
}

#footer-left-nav ul, #footer-right-nav ul
{
	list-style: none;
}

#footer-left-nav ul li, #footer-right-nav ul li
{
	display: inline-block;
	margin: 0px 2px 0px 0px;
}

#footer-right-nav
{
	float: right;
	width: 250px;
}/** End of Footer **//** Contact Form **/

.focus
{
	background: #FEF1C1;
}

.class123-label
{
	font-family: Verdana;
	color: #474747;
}

.class123-sidebyside
{
	float:left;
	margin:0 5px 0 0;
}

.class123-twocol
{
	float:left;
	width:45%;
	margin:0 5px 0 0;
}

.class123-threecol
{
	float:left;
	width:30%;
	margin:0 5px 0 0;
}

.class123-likert_style_li
{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	top:0px;
	padding:2px;
	width:64px;
	height:50px;
	margin:0px;
	margin-right:1px;
	margin-bottom:1px;
	font:11px/18px verdana;
	background:#ddd;
	zoom:1;
*display:inline;
}

.class123-likert_style_li2
{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	top:0px;
	padding:2px;
	width:64px;
	height:50px;
	margin:0px;
	margin-right:1px;
	margin-bottom:0px;
	font:12px/18px verdana;
	background:#fff;
	zoom:1;
*display:inline;
	border-top:1px solid #ddd;
}

.fontbold
{
	font-weight: bold;
}

.fontitalic
{
	font-style: italic;
}

.requiredspan
{
	font-family: Verdana;
	font-size:10px;
	color:#f00;
} /** Contact Form End **//**   Advanced Recent Post Widget   **/

ul.advanced-recent-posts span.date
{
	font-weight: bold;
	color: #474747;
} /**   END Advanced Recent Post Widget   **//**   Flexi Pages   **/

li.flexipages_widget h3
{
	display:none;
}

/**   House Types   **/



div.housetypes
{
	width:auto;
	height:100%;
}

div.housetypes ul
{
	list-style:none;
	margin:0;
	padding:2em 0;
	width:100%;
}

div.housetypes ul li
{
	width:50%;
	padding:0 0 1em;
	display: block;
	float: left;
	text-align:center;
}

/**
* Added by Marvs
* Search Results Page
*/

#search-results
{
	background: url(images/img-search-results.jpg) no-repeat;
	min-height: 200px;
	padding-top: 210px;
}

#search-results .project
{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 15px;
}

#search-results .project h4
{
	margin-bottom: 6px;
	font-size: 1.2em;
}
;

#search-results ol.wp-paginate
{
}

#search-results ol.wp-paginate li span.title
{
	font-weight: bold;
}

#search-results ol.wp-paginate li a
{
	text-decoration: none;
	padding: 2px 5px;
	background-color: #F0F0F0;
	border: 1px solid #D0D0D0;
}

#violatorsoldOut
{
	background: url(images/violatorsoldOut.png) no-repeat;
	height: 112px;
	left: 530px;
	position: relative;
	top: -13px;
	width: 136px;
}

#blank {

	height: 112px;
	left: 530px;
	position: relative;
	top: -13px;
	width: 136px;

}