

/* 

HOMEPAGE STYLESHEET
=============================================

Created by Chelsea Otakan for Inn of the Mountain Gods.

URI: http://www.livelylabs.com


COLORS
---------------------------------------------
	Dark Tan					#5b5643
	Medium Tan				#91886d
	Light Tan					#a3997b
	Extra Light Tan		#d5d1c7
	Light Blue 				#bbbfe2
	Orange						#fa9134
---------------------------------------------

*/


/* GLOBALS 
=========================================== */


/* TYPOGRAPHY
------------------------------------------------------------------------------------------ */




/* ELEMENTS
------------------------------------------------------------------------------------------ */

#main-nav li ul { 
	background: #5b5643;
	display: none; position: absolute; z-index: 10;
	padding: 11px 0 5px 0;
	margin: 0 0 0 -10px; 
	width: 180px }
#main-nav li ul li { padding: 0; margin: 0; border: 0; display: block; float: none; }
#main-nav li ul li a { 
	color: #d5d1c7; display: block; padding: 5px 9px; margin: 0;letter-spacing: 0; text-transform: none; line-height: 140%}
#main-nav li ul li a:hover {color: #ffffff; background: #91886d}
#main-nav li ul li ul { display: none }



/* SLIDESHOW */

#homepage-slideshow {
	background: #d5d1c7 url('http://imgdevserver.com/wp-content/themes/IMG_Stripped/images/wood-panel.jpg') no-repeat bottom left ;
	height: 405px; width: 960px; overflow: hidden; padding: 0 0 28px 0; position: relative; z-index: 0	}


/* APACHE SPIRIT CLUB LOGIN */
#spirit-club { position: relative}
#spirit-club h3 {
	background: url('http://imgdevserver.com/wp-content/themes/IMG_Stripped/images/title_apachelogin.gif') no-repeat;
	display: block;
	text-indent: -9999px; }
#spirit-club a.learn-more {
	background: url('http://imgdevserver.com/wp-content/themes/IMG_Stripped/images/spirit-club-card.png') no-repeat top right;
	color: #f68c26;
	font-size: 14px;
	padding: 150px 20px 0 0;
	position: absolute;
	display: block;
	right: 0;
	letter-spacing: 1px;
	margin: -115px 10px 0 0;
	text-align: right;
	width: 400px;
	z-index: 2 }
#spirit-club a.learn-more:hover { color: #ffffff }


/* EVENTS SLIDER */

#events-promotions {
	background: url('http://imgdevserver.com/wp-content/themes/IMG_Stripped/images/events_border.gif') repeat-x bottom;
	display: block;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 15px;
	position: relative;
	width: 960px }
#events-promotions h3 {
	background: url('http://imgdevserver.com/wp-content/themes/IMG_Stripped/images/title_events.gif') no-repeat;
	text-indent: -9999px;
	margin: 22px 0 30px 30px;
	height: 30px;}
#events-promotions ul {
	display: block; position: relative; left: -360px; height: 92px; width: 1680px  }
#events-promotions ul li {
	display: block;
	float: left;
	width: 230px; height: 92px;
	margin: 0 5px;
	overflow: hidden;
	position: relative; }
#events-promotions ul li img {
	background: #cccccc; position: relative; z-index: 2 }
#events-promotions ul li a { 
	color: #de8b3d; 
	display: block; 
	font-size: 10px;
	position: relative;
	text-transform: uppercase; }
#events-promotions ul li a span {
	background: #000000;
	background: rgba(0,0,0,.8);
	display: block;
	padding: 1px 5px 0 5px;
	width: 96%;
	position: absolute;
	bottom: 0; 
	z-index: 3 }
#events-promotions ul li a:hover span { color: #ffffff }
#events-promotions a#prev, #events-promotions a#next  {
	display: block;
	width: 18px;
	height: 95px;
	position: absolute;
	text-indent: -9999px;
	bottom: 12px;
	z-index: 5 }
#events-promotions a#prev { left: 0; 	background: url('http://imgdevserver.com/wp-content/themes/IMG_Stripped/images/slider-arrows-prev.png') no-repeat 0 35px; }
#events-promotions a#next { right: 0;	background: url('http://imgdevserver.com/wp-content/themes/IMG_Stripped/images/slider-arrows-next.png') no-repeat 0 35px; }