/* HTML TAG OVERRIDES */
body {
	color:#392c07;
	font-size:12px;
	background-image:url(/assets/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#f9f4e8;
}

h1 {
	color:#af9560;
}

div.hr {
	height:2px;
	background-image:url(/assets/images/hr.png);
	background-repeat:repeat-x;
}

/*--------------------*/

/* LINKS */
a.reg {
	color:#a19880;
}

a.reg:hover {
	color:#837d6e;
}

a.blue {
	color:#114161;
}

a.red {
	color:#cb171e;
}

#content-container a, a.brown {
	color:#382b07;
	font-weight:bold;
}

#content-container a.red, a.red {
	color:#cb171e;
}

#rancho-mirage-buzz-article #content-container a{
	color:#382b07;
	font-weight:bold;
}

#rancho-mirage-buzz-article #content-container a:hover {
	color:#837d6e;
}

#footer-links a {
	font-size:11px;
	font-weight:normal;
	color:#b9aa80;
	text-decoration:none;	
}

#footer-links a:hover {
	text-decoration:underline;	
}

.top-nav a {
	color: #d6c7a1;
	font-size: 12px;
}
/*-------*/

/* CONTAINER DEFINITIONS */
#home {
	background-image:url(/assets/images/home-bg.jpg);
	background-repeat:repeat-x;
	background-color:#f9f4e8;
}
#top-container {
	background-image:url(/assets/images/top-bg.jpg);
	background-repeat:repeat-x;
}
.foot p {
	color:#d6c7a1;
	font-size:10px;
	line-height:11px;
}
/*-----------------------*/

/* CUSTOM DEFINITIONS */
.fb_edge_widget_with_comment fb_iframe_widget {
	margin-bottom:15px;
}
.menu-seperator {
	width:3px;
	float: left;
	padding-top:13px;
	color:#e8dec5;
}
.menu-item, .current {
	float: left;
	font-size:16px;
	padding-top:22px;
	padding-left:10px;
	padding-right:10px;
	line-height: 28px;
	display:inline;
}
.menu-item a {
	color: #362906;	
}
.current a {
	color: #0b4e79;	
}
.menu-item a, .current a {
	text-decoration: none;	
}
.menu {
	background-color: #f9f4e8;
	display: none;
	font-size: 11px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 7px;
	line-height:13px;
}
.menu-item {
	text-align:center;
}
.menu ul {
	list-style-type: none;
}
.menu a{
	color:#000000;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;
}
/*--------------------*/

/* SIFR STYLES */
.sIFR-active .menu-item,.sIFR-active .current {
	visibility: hidden;
	color: #362906;
	font-size: 24px;
}
.sIFR-active .top-nav{
	visibility: hidden;
	color: #d6c7a1;
	font-size: 16px;
}
/*-------------------*/

/* RECAPTCHA STYLES */
#recaptcha-container {
	border: 1px solid #dfdfdf;
	padding: 4px;
}
#recaptcha-container #recaptcha-image {
	border: 1px solid #dfdfdf;
}
/*------------------------*/

/* PRINT MEDIA DEFINITIONS */
@media print {
}
/*-------------------------*/

