﻿/*Editable List -- Simply Search for One of the Below and Edit!

Change Home Page Site Background
Change Home Page Font
Change Secondary Page Site Background
Change Secondary Page Font
Change Home Heading Font
Change Home Subheading Font
Change Secondary Page Heading Font
Change Secondary Page Subheading Font
Change Menu Font
Change Menu Mouseover Color
Change Menu Dropdown Font
Change Home Page Link Font 
Change Home Page Mouseover Link Font
Change Secondary Page Link Font
Change Secondary Page Mouseover Link Font
Change Home Page Inner Background
Change Secondary Page Inner Background
Change Quick Search Font Color
Change Quick Search Top Bar Font
Change Quick Search Open Houses Font
Change Quick Search Address Bar Font
Change Quick Search Beds/Baths/Min Price/Max Price Font
Change Quick Search Button Font
Change Featured Listings Font
Change Featured Listings Link("CLICK HERE TO VIEW LISTING") Font
Change Featured Listings Mouseover Color
Change Footer Font
Change Footer Link Font
Change Footer Hover Link Color
Change Cevado Tag Font
Change Cevado Tag Hover Link Color
*/
/*-------------------------------------------------------------------------------------------------------------
	---------------------------------- Universal and Body Formatting ------------------------------
--------------------------------------------------------------------------------------------------------------*/
body.home
{
	/*Change Home Page Site Background*/
	background-image: url(../images/background_site.png);
	/*Change Home Page Font*/
	color: #f2efe9;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

body
{
	/*Change Secondary Page Site Background*/
	background-image: url(../images/background_site.png);
	/*Change Secondary Page Font*/
	color: #02070e;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
/*Change Home Heading Font*/
.home .heading
{
	font-size: 32px;
	color: #ececcc;
}
/*Change Home Subheading Font*/
.home .subheading
{
	font-size: 24px;
	color: #ececcc;
}
/*Change Secondary Page Heading Font*/
.heading
{
	font-size: 32px;
	color: #544e49;
}
/*Change Secondary Page Subheading Font*/
.subheading
{
	font-size: 24px;
	color: #544e49;
}

/*-------------------------------------------------------------------------------------------------------------
	-------------------------------- Menu Formatting --------------------------------
--------------------------------------------------------------------------------------------------------------*/
#menu a
{
	/*Change Menu Font*/
	color: #FFFFFF;
}

/*Change Menu Mouseover Color*/
#menu a:hover
{
	color: #FFFFFF;
}

@media screen and (min-width: 980px)
{
	#menu li ul li a
	{
		/*Change Menu Dropdown Font*/
		color: #FFFFFF;
	}
}

/*-------------------------------------------------------------------------------------------------------------
	------------------------------------ Content Formatting --------------------------------
--------------------------------------------------------------------------------------------------------------*/

/*Change Home Page Link Font*/
.home .cvdo-content a
{
	color: #976b26;
	text-decoration: none;
}

/*Change Home Page Mouseover Link Font*/
.home .cvdo-content a:hover
{
	color: #514949;
}

/*Change Secondary Page Link Font*/
.cvdo-content a
{
	color: #a66015;
	text-decoration: none;
}

/*Change Secondary Page Mouseover Link Font*/
.cvdo-content a:hover
{
	color: #514949;
}

/*Change Home Page Inner Background*/
.home #body-content
{
	background: url(../images/background_body_home.png);
}

/*Change Secondary Page Inner Background*/
 #body-content
{
	background: url(../images/background_body_second_pg.gif);
}

/*-------------------------------------------------------------------------------------------------------------
	------------------------------------ Quick Search Formatting --------------------------------
--------------------------------------------------------------------------------------------------------------*/
#quick-search
{
	/*Change Quick Search Font Color*/
	color: #FFFFFF;
}

#quicksearch-top-bar p
{
	/*Change Quick Search Top Bar Font*/
	font-size: 20px;
}

#open-houses input, #open-houses p
{
	/*Change Quick Search Open Houses Font*/
	font-size: 11px;
}

#address-bar
{
	/*Change Quick Search Address Bar Font*/
	font-size: 12px;
}

.search-select-container p
{
	/*Change Quick Search Beds/Baths/Min Price/Max Price Font*/
	font-size: 14px;
}

#search-button p
{
	/*Change Quick Search Button Font*/
	font-size: 14px;
}

/*-------------------------------------------------------------------------------------------------------------
	------------------------------------ Featured Rotator Formatting --------------------------------
--------------------------------------------------------------------------------------------------------------*/
.home .featured-results-info p
{
	/*Change Featured Listings Font*/
}


.home .featured-results-info a
{
	/*Change Featured Listings Link("CLICK HERE TO VIEW LISTING") Font */
	text-decoration: none;
	color: #DE9230;
}

.home .featured-results-info a:hover
{
	/*Change Featured Listings Mouseover Color*/
	color: #DE9230;
}
/*-------------------------------------------------------------------------------------------------------------
	------------------------------------ Footer Formatting --------------------------------
--------------------------------------------------------------------------------------------------------------*/

#footer
{
	/*Change Footer Font*/
	color: #e1dacd;	
}

#footer a
{
	/*Change Footer Link Font*/
	color: #f2efe9;
	text-decoration: none;
}

#footer a:hover
{
	/*Change Footer Hover Link Color*/
	color: #f2efe9;
}

#cevado-tag a
{
	/*Change Cevado Tag Font*/
	color: #f2efe9;
	text-decoration: none;
}

#cevado-tag a:hover
{
	/*Change Cevado Tag Hover Link Color*/
	color: #f2efe9;
}

/*IGNORE BELOW*/
#tinymce, #tinymce .heading, #tinymce .subheading
{
	color: #000000;
}

/*-------------------------------------------------------------------------------------------------------------
	------------------------------------ Custom Formatting --------------------------------
--------------------------------------------------------------------------------------------------------------*/

