/********************************************************************
## RESET
********************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background:transparent;
}

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }  


/********************************************************************
## MOZILLA
********************************************************************/

:focus {
  -moz-outline-style: none;
  outline-style: none;
}

/********************************************************************
## TOP LEVEL
********************************************************************/

body {
  font: 12px/24px Arial, Helvetica, sans-serif;
  color: #443e3b;
  background: #0A0907 url(/images/templates/gsr_main/bg.jpg) no-repeat top center;
  padding-top: 20px;
}

hr {
  display: none;
}

h1 {
  color: #1e1711;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 6px;
  font-family:"Optima LT W01 Demi Bold";
  text-decoration: none;
}

h2, .h2_title, h2 a {
  color: #1e1711;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 6px;
  font-family:"Optima LT W01 Medium";
  text-decoration: none;
}

h3 {
  color: #1e1711;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 6px;
  font-family:"Optima LT W01 Demi Bold";
  text-decoration: none;
}

a {
  color: #0b91cf; 
}

a:hover {
  color: #e06b01; 
}

dl dt {
  text-transform: uppercase;
  font-weight: bold; 
}

dl dd {
  padding: 0 12px 0 12px;
  margin: 4px 0 16px 20px;
  border-left: 1px solid #c0beba;
}

object, embed {
  z-index: 1;	
}


/********************************************************************
## COMMON
********************************************************************/

/************* IDs ************/

div#fancy_outer {
  z-index: 1000001;
}

/************* CLASSES ************/

.graphic {
  text-indent: -90000px;
  display: block;
}

.pagination {
  list-style: none;
  text-align: center;
		padding: 0 0 20px 0 !important;
		margin: 0 !important;
		clear: both;
		position: relative;	
		top: -5px;
}

.pagination li {
  display: inline;
		padding: 0 !important;
		margin: 0 !important;
  margin: 0 10px; 
}

.page-total {
  display: block !important; 
}

.image_float_left {
  margin: 6px 12px 20px 0;
  float: left;
}

.uppercase {
  text-transform: uppercase;
}

.table {
   border: 1px solid #CEB8A1;
  border-collapse: collapse;
}

.table th, .table td {
   border: 1px solid #CEB8A1;
  padding: 4px;
  border-collapse: collapse;
}

.display_none {
   display: none;
}

.hidden {
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

.subpage_body_image {
	 float: right;
}


/********************************************************************
## FORMS
********************************************************************/

.form input.textfield, .form textarea, .form select {
  border: 1px solid #ceb8a1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px;
  background: #fff;
  background: -moz-linear-gradient(100% 30% 90deg, #fff, #f7f3ef);
  background: -webkit-gradient(linear, 0% 0%, 0% 30%, from(#f7f3ef), to(#fff));
}

.form select {
  padding: 7px;   
}

.form input.textfield:hover, .form textarea:hover, .form select:hover {
  border: 1px solid #ad9b88;
  background: #fff;
  background: #fff;
}

.form label {
  text-transform: uppercase;
  font-family:"Optima LT W01 Demi Bold";
}

.form .instructions {
  opacity: .6;    
}
    
.form fieldset {
  margin-bottom: 0;
}

.form table td {
  padding: 0 4px 4px 0;   
}

#form_status_feedback {
  display: none;
  padding: 20px 20px 0 50px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 20px;  
}

.feedback {
  padding: 20px 20px 0 50px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 20px;  
}

#form_status_feedback ul {
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
}

#form_status_feedback ul li {
  margin: 0;
  padding: 0;
}

#form_status_feedback ul ul {
  font-weight: normal;
  list-style: circle;
  margin-left: 30px;
}

#form_status_feedback.error, .error {
  color: #ce0000;
  border: 1px solid #ce0000;
  background: #ffd7d7 url(/uploads/miscellaneous/icons/coquette/1/48x48/warning.png) no-repeat 10px 10px; 
}

#form_status_feedback.success, .success {
  color: #51ad00;
  border: 1px solid #51ad00;
  background: #edffdd url(/uploads/miscellaneous/icons/coquette/5/48x48/green_flag.png) no-repeat 10px 10px; 
}


/********************************************************************
## HEADER
********************************************************************/

#header {
  width: 950px;
  height: 78px;
  margin: 0 auto;
  position: relative;
  clear: both;
}

  /************* LOGO ************/

  #logo {
    position: absolute;
    left: 0;
    top: 3px;
  width: 286px;
  height: 74px;
  }
  
  #logo a {
  background: url(/images/templates/gsr_main/logo.png) no-repeat;
  display: block;
  width: 286px;
  height: 74px;
  }

 
  
  
	/********************************************************************
	## QUICK RES FORM
	********************************************************************/
	
	#ui-datepicker-div {
		z-index: 9999999;
	}
  
  #quick_res {
    width: 500px;
    max-width: 650px;
    height: 88px;
    position: absolute;
    left: 300px;
    top: -6px;
    z-index: 200;
    border: 1px solid #4d3c23;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: url(/images/templates/gsr_main/quickres_bg.jpg) repeat-x;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
  }
	
	#best_rate {
		font-size: 10px;
		position: relative;
		top: 4px;
		left: 5px;
	}
	
	#best_rate_link {
		color: #a88950;
		text-decoration: none;
		margin: 0 1px;
	}
	
	#best_rate_link:hover {
		color: #ffd07a;
	}
	
	#header_extras {
    width: 150px;
    height: 84px;
    position: absolute;
    left: 798px;
    top: -4px;
    z-index: 199;
    border: 1px solid #4d3c23;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: url(/images/templates/gsr_main/quickres_bg.jpg) repeat-x;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
  }
	
	#header_extra_greeting {
		font-family:"Optima LT W01 Demi Bold";
		text-align: center;
		color: #ebc070;
		line-height: 16px;
		padding: 6px 2px 0 2px;
	}
	
	#header_extras a {
		position: relative;
		top: 8px;
		left: 17px;
	}
  
  #quick_res_form br {
    display: none; 
  }
  
  #quickres_title {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ebc070;
    border-bottom: 1px solid #2d2418;
    padding: 2px 0;
  }
  
  #quickres_title_name {
    display: block;
    float: left;
    width: 340px;
    padding-left: 10px;
  }
  
  #quickres_phone {
    display: block;
    float: right;
    width: 140px;
    padding-right: 10px;
    text-align: right;
  }
  
  #quick_res label {
    font-size: 13px;
    color: #ebc070;
		font-family:"Optima LT W01 Demi Bold";
  }
  
  #quick_res .textfield {
    color: #222;
    padding: 7px 8px;
    width: 100%;
    border: 1px solid #ceaa63;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: -6px;
  }
  
  #quick_res #arrival {
    float: left;
    width: 100px;
    padding: 0 10px 0 10px;
    position: relative;
    top: -7px
  }
	
	* html #quick_res #arrival, * html #quick_res #departure, * html #quick_res #offer, * html #quick_res #guests, * html #quick_res #kids, * html #quick_res #aaa {
		padding: 0 0 0 10px;
	}
  
  #quick_res #arrive_date {
    cursor: pointer;
    color: #222;
    background: #fff url(/images/templates/gsr_main/quickres_cal_icon.gif) no-repeat 90px 6px;
    background: url(/images/templates/gsr_main/quickres_cal_icon.gif) no-repeat 90px 6px, -moz-linear-gradient(top, #f1e9d9 0%, #fff 100%);
    background: url(/images/templates/gsr_main/quickres_cal_icon.gif) no-repeat 90px 6px, -webkit-gradient(linear, left top, left bottom, from(#f1e9d9), to(#fff));
  }
  
  #quick_res #departure {
    float: left;
    width: 100px;
    padding: 0 10px 0 20px;
    position: relative;
    top: -7px
  }
  
  #quick_res #depart_date {
    cursor: pointer;
    color: #222;
    background: #fff url(/images/templates/gsr_main/quickres_cal_icon.gif) no-repeat 90px 6px;
    background: url(/images/templates/gsr_main/quickres_cal_icon.gif) no-repeat 90px 6px, -moz-linear-gradient(top, #f1e9d9 0%, #fff 100%);
    background: url(/images/templates/gsr_main/quickres_cal_icon.gif) no-repeat 90px 6px, -webkit-gradient(linear, left top, left bottom, from(#f1e9d9), to(#fff)); 
  }
  
  #quick_res #offer {
    float: left;
    width: 102px;
    padding: 0 10px 0 20px;
    position: relative;
    top: -7px
  }
  
  #quick_res #offer_code {
    color: #222;
    background: #fff;
    background: -moz-linear-gradient(top, #f1e9d9 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e9d9), to(#fff));
  } 
  
  #quick_res #guests {
    float: left;
    width: 20px;
    padding: 0 10px 0 20px;
    position: relative;
    top: -7px
  }
  
  #quick_res #num_adults {
    background: #fff;
    background: -moz-linear-gradient(top, #f1e9d9 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e9d9), to(#fff));
    text-align: center;
  }
  
  #quick_res #kids {
    float: left;
    width: 20px;
    padding: 0 10px 0 20px;
    position: relative;
    top: -7px
  }
  
  #quick_res #num_kids {
    background: #fff;
    background: -moz-linear-gradient(top, #f1e9d9 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e9d9), to(#fff));
    text-align: center;
  }
  
  #quick_res #aaa {
    float: left;
    width: 20px;
    padding: 0 10px 0 20px;
    position: relative;
    top: -7px
  }
  
  #quick_res #aaa_container {
    display: block;
    text-align: center; 
  }
  
  #quick_res #extra_options {
    width: 0px;
    overflow: hidden;
    display: none;
    float: left;
  }
  
  #quick_res #quick_res_submit_btn {
    float: left;
    width: 87px;
    margin: 0 0 0 20px;
    position: relative;
    top: 13px;
  }
	
	* html #quick_res #quick_res_submit_btn {
		margin: 0 0 0 10px;
	}


/********************************************************************
## PAGE TITLE
********************************************************************/

#page_title {
		max-width: 1152px;
		min-width: 950px;
		height: 270px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		top: -4px;
}

* html #page_title {
		max-width: 1152px;
		min-width: auto;   
}

#page_title img {
		position: absolute;
		top: 0;
		height: 270px;
		width: 1152px;
}

#page_image_mask {
		z-index: 2;
}

#page_image {
		z-index: 1;
}

#page_title span {
		display: block;
		position: relative;
		top: 246px;
		width: 950px;
		margin: 0 auto;
		bottom: 0;
		font-size: 28px;
		color: #e7ac68;
		font-weight: bold;
		text-shadow: 1px 1px 7px #000;
		z-index: 3;
}

.text-only {
	height: auto !important;
}

#page_title.text-only span {
		display: block;
		position: relative;
		top: 0;
		width: 950px;
		margin: 25px auto 5px auto;
		font-size: 28px;
		color: #e7ac68;
		font-weight: bold;
}

.subpage_body_container {
  float: right;
  margin: 8px 0 20px 0; 
  width: 247px;
  height: 171px;
  position: relative;
  display: block;
}

.subpage_body_container .mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  width: 247px;
  height: 171px;
  background: url(/images/templates/gsr_main/body_photo_overlay.png) no-repeat;
}

.subpage_body_container .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block !important;
  width: 247px;
  height: 171px;
}

/********************************************************************
## BODY
********************************************************************/

#body_wrapper {
  width: 950px;
  margin: 0 auto 10px auto;
  clear: both;
}

#body {
  width: 950px;
  float: left;
  border: 1px solid #F4CE6A;
  background: #FCF7EF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow:         inset 0px 0px 0px 1px rgba(10, 9, 7, .8);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(10, 9, 7, .8);
  -moz-box-shadow:    inset 0px 0px 0px 1px rgba(10, 9, 7, .8);

  background: -moz-linear-gradient(100% 15% 90deg, #fcf7ef, #fcfbfa);
  background: -webkit-gradient(linear, 0% 0%, 0% 15%, from(#fcfbfa), to(#fcf7ef));
}

  /************* BODY LEFT ************/
  #body_left {
  width: 600px;
  padding: 20px 25px;
  float: left;
  position: relative;
  }
  
  #body_left p {
  margin-bottom: 16px;
  }
  
  #body_left .hr {
    border-bottom: 1px solid #ceb8a1;
    margin: 16px 0 17px 0;
    height: 1px;
    clear: both;
  }
  
  #body_left h1 {
  color: #381f0a;
  font: 20px/30px Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin-bottom: 12px;
  }
  
  #body_left ul, #body_left ol {
    margin-left: 25px;
    margin-bottom: 16px;
  }
  
  #body_left ul ul {
    margin-bottom: 16px !important;
  }
  
  #body_left ul ul ul {
   margin-bottom: inherit;
  }
  
  #body_left strong {
    font-weight: bold;
  }
  
  /************* BODY RIGHT ************/
  #body_right {
  width: 296px;
  float: right;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  right: 1px;
  top: 1px;
  border: 1px solid #76736B;
  border-top: none;
  border-right: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  }
  
  /***** container elements *****/
  
  #nav-sub, #nav-sub ul {
    list-style: none;
    font: 12px "Times New Roman", Times, serif;
    text-transform: uppercase;
  }
  
  #nav-sub ul {
    color: #47413e;
  }
  
  .sub-level-overview {
  
  }
  
  .sub-level-0 a {
    text-decoration: none;
    font-weight: bold;
    color: #0a0807;
    font-size: 13px;
    height: 24px;
    padding: 27px 20px 0 20px;
    display: block;
    border-bottom: 1px solid #c1b7b0;
  }
  
  .sub-level-1 a {
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    height: 27px;
    padding: 15px 20px 0 30px;
    display: block;
  }
  
  .sub-level-1.here a, .sub-level-1.parent-here a {
    background: url(/images/templates/gsr_main/subnav_hover_bg.png) no-repeat;
    color: #050404;
  }
  
  .sub-level-1 a:hover {
    background-color: #f8e4c1;
    color: #050404;
  }
  
  .sub-level-1 .sub-level-2 a {
    text-decoration: none;
    color: #666 !important;
    font-size: 12px;
    font-weight: normal;
    height: 17px;
    padding: 10px 20px 6px 50px;
    display: block;
    background: #faf6f0;
    text-transform: none !important;
  }
  
  .sub-level-1 .sub-level-2 a:hover {
    background-color: #fdf5e6 !important;
  }
  
  .sub-level-1 .sub-level-2.here a {
    background: none;
    background-color: #fef0d7;
    color: #050404;
  }
  
  
  /************* BODY FOOTER ************/
  
  #body_footer {
  margin: 10px 10px 0 10px;
  padding: 0 18px;
  clear: both;
  background: url(/images/templates/gsr_main/body_footer_bg.png) repeat-x;
  height: 38px;
  position: relative;
  top: -10px;
  }


/********************************************************************
## FOOTER
********************************************************************/

#footer {
  width: 950px;
  margin: 0 auto;
  clear: both;
}

#footer_hr {
  width: 926px;
  margin: 0 auto;
}

#footer_hr {
  border-bottom: 1px solid #211f1e;
  border-top: 1px solid #14100f;
  margin: 16px auto 0 auto;
  width: 926px;
  clear: both;
}

  /************* FOOTER NAV ************/
  
  #footer_nav {
  width: 926px;
    margin: 0 12px;
  list-style: none;
  }
  
  #footer_nav li {
  float: left;
  position: relative;
  }
  
  #footer_nav li a {
  text-indent: -90000px;
    display: block;
  background-repeat: no-repeat;
  height: 30px;
  }
  
  /***** nav pieces *****/
  
  #footer_nav_contact a {
  background: url(/images/templates/gsr_main/footer_nav_contact.png);
  width: 125px;
  }
  
  #footer_nav_directions a {
  background: url(/images/templates/gsr_main/footer_nav_directions.png);
  width: 126px;
  }
  
  #footer_nav_employment a {
  background: url(/images/templates/gsr_main/footer_nav_employment.png);
  width: 91px;
  }
  #footer_nav_press a {
  background: url(/images/templates/gsr_main/footer_nav_press.png);
  width: 87px;
  }
  
  #footer_nav_terms a {
  background: url(/images/templates/gsr_main/footer_nav_terms.png);
  width: 94px;
  }
  
  #footer_nav_privacy a {
  background: url(/images/templates/gsr_main/footer_nav_privacy.png);
  width: 105px;
  }
  
  #footer_nav_gaming a {
  background: url(/images/templates/gsr_main/footer_nav_gaming.png);
  width: 135px;
  }
  
  #footer_nav_sitemap a {
  background: url(/images/templates/gsr_main/footer_nav_sitemap.png);
  width: 65px;
  }
  
  #footer_nav_faq a {
  background: url(/images/templates/gsr_main/footer_nav_faq.png);
  width: 42px;
  }
  
  #footer_nav_media a {
  background: url(/images/templates/gsr_main/footer_nav_media.png);
  width: 56px;
  }
  
  
  /************* LOGOS ************/
  
  #footer_logos {
  width: 690px;
    margin: 0 0 0 12px;
  list-style: none;
  float: left;
  }
  
  #footer_logos li {
  float: left;
  position: relative;
  }
  
  #footer_logos li a {
  text-indent: -90000px;
    display: block;
  background-repeat: no-repeat;
  height: 79px;
  }
  
  /***** nav pieces *****/
  
  #footer_logo_xtreme a {
  background: url(/images/templates/gsr_main/footer_logo_xtreme.png);
  width: 90px;
  }
  
  #footer_logo_2500 a {
  background: url(/images/templates/gsr_main/footer_logo_2500.png);
  width: 64px;
  }
  
  #footer_logo_charlie a {
  background: url(/images/templates/gsr_main/footer_logo_charlie.png);
  width: 110px;
  }
  
  #footer_logo_finfish a {
  background: url(/images/templates/gsr_main/footer_logo_finfish.png);
  width: 106px;
  }
  
  #footer_logo_briscola a {
  background: url(/images/templates/gsr_main/footer_logo_briscola.png);
  width: 87px;
  }
  
  #footer_logo_rim a {
  background: url(/images/templates/gsr_main/footer_logo_rim.png);
  width: 80px;
  }
  
  #footer_logo_beach a {
  background: url(/images/templates/gsr_main/footer_logo_thebeach.png);
  width: 86px;
  }
  
  #footer_logo_starbucks a {
  background: url(/images/templates/gsr_main/footer_logo_starbucks.png);
  width: 67px;
  }
  
  
  /************* SOCIAL ************/
  
  #footer_social {
  width: 168px;
    margin: 0 24px 0 0;
  list-style: none;
  float: right;
  }
  
  #footer_social li {
  float: left;
  position: relative;
  }
  
  #footer_social li a {
  text-indent: -90000px;
    display: block;
  background-repeat: no-repeat;
  height: 79px;
  }
  
  /***** nav pieces *****/
  
  #footer_social_facebook a {
  background: url(/images/templates/gsr_main/footer_social_facebook.png);
  width: 42px;
  }
  
  #footer_social_myspace a {
  background: url(/images/templates/gsr_main/footer_social_myspace.png);
  width: 42px;
  }
  
  #footer_social_twitter a {
  background: url(/images/templates/gsr_main/footer_social_twitter.png);
  width: 42px;
  }
  
  #footer_social_rss a {
  background: url(/images/templates/gsr_main/footer_social_rss.png);
  width: 42px;
  }
  
  #copyright {
  text-align: center;
  font: 9px Verdana, Geneva, sans-serif;
  color: #222;
  margin-bottom: 20px;
  clear: both;
	display: block;
  }
  

/********************************************************************
## BLOG
********************************************************************/

.comments_discussion {
  padding: 5px 30px;
}

.comments_discussion.odd {
  background: #fff;
}


/********************************************************************
## SIDEBAR
********************************************************************/

#sidebar_email_form {
  background: url(/images/templates/gsr_main/sidebar_email_bg.jpg) no-repeat;
  width: 261px;
  height: 232px;
  margin: 16px auto;
  position: relative;
}

#sidebar_email_form #sidebar_email_name {
  width: 178px;
  position: absolute;
  top: 70px;
  left: 19px;
  padding: 7px 8px 5px 8px;
}

#sidebar_email_form #sidebar_email_email {
  width: 178px;
  position: absolute;
  top: 128px;
  left: 19px;
  padding: 7px 8px 5px 8px;
}

#sidebar_email_form #sidebar_email_submit {
  position: relative;
  left: 19px;
  top: 176px;
}


/********************************************************************
## SEARCH
********************************************************************/

#search_form {
  height: 24px;
  padding: 10px 0 10px 32px;
  border-top: 1px solid #c1b7b0;
  font: 12px "Times New Roman", Times, serif;
  width: 264px;
  float: left;
}

#search_form label {
  width: 66px;
  display: block;
  float: left;
  text-transform: uppercase;
  position: relative;
  top: 6px;
  color: #47413e;
}

#search_form br {
  display: none; 
}

#search_field {
  background: url(/images/templates/gsr_main/search_field_bg.png) no-repeat;
  width: 120px;
  height: 19px;
  padding: 5px 6px 0 6px;
  border: none;
  color: #47413e;
  float: left;
}

#search_field:focus {
  color: inherit; 
}

#search_btn {
  width: 26px;
  height: 24px;
  float: left;
}

/********************************************************************
## HOMEPAGE
********************************************************************/

#homepage_flash {
  width: 1152px;
  height: 470px;
  margin: 0 auto;
  clear: left;
  position: relative;
  top: -4px;
}

#tabs {
  width: 950px;
  height: 316px;
  margin: 10px auto 20px auto;
  position: relative;
  clear: left;
  color: #aca6a3;
}

#tabs_nav {
  height: 42px;
  list-style: none;
  margin: 0 12px;
  float: left;
  clear: left;
}

#tabs_nav li {
  float: left;
  margin-right: 3px;
}

#tabs_nav li a {
  height: 42px;
  display: block;
  text-indent: -90000px;
  background-repeat: no-repeat;
}

#tabs_nav li a:hover, #tabs_nav li.on a {
  background-position: 0 -42px !important;
}

#tabs_nav #tab_1 a {
  background: url(/images/templates/homepage/home_tab_1.png);
  width: 148px;
}

#tabs_nav #tab_2 a {
  background: url(/images/templates/homepage/home_tab_2.png);
  width: 148px;
}

#tabs_nav #tab_3 a {
  background: url(/images/templates/homepage/home_tab_3.png);
  width: 108px;
}

#tabs_nav #tab_4 a {
  background: url(/images/templates/homepage/home_tab_4.png);
  width: 146px;
}

#tabs_nav #tab_5 a {
  background: url(/images/templates/homepage/home_tab_5.png);
  width: 117px;
}

#tabs_nav #tab_6 a {
  background: url(/images/templates/homepage/home_tab_6.png);
  width: 168px;
}

#tabs_content {
  background: url(/images/templates/homepage/tab_bg.png) no-repeat;
  min-height: 274px;
  clear: left;
}

.tab {
  padding: 0;
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
  width: 950px;
  height: 274px;
}

.tab.on {
  display: block !important; 
}

.tab h1 {
  text-indent: -90000px;
  display: block;
  width: 567px;
  height: 27px;
  position: absolute;
  left: 365px;
  top: 25px;
}

.tab_content {
  position: absolute;
  left: 395px;
  top: 60px;
  width: 530px;
  height: 190px;
  overflow: hidden;
}

.tab_content p {
  margin-bottom: 12px;
}

#tab_1_content {
  background: url(/images/templates/homepage/tab_bg_1.jpg) 2px 2px no-repeat; 
}

#tab_1_content h1 {
  background: url(/images/templates/homepage/tab_title_1.png) no-repeat;
}

#tab_2_content {
  background: url(/images/templates/homepage/tab_bg_2.jpg) 2px 2px no-repeat; 
}

#tab_2_content h1 {
  background: url(/images/templates/homepage/tab_title_2.png) no-repeat;
}

#tab_3_content {
  background: url(/images/templates/homepage/tab_bg_3.jpg) 2px 2px no-repeat; 
}

#tab_3_content h1 {
  background: url(/images/templates/homepage/tab_title_3.png) no-repeat;
}

#tab_4_content {
  background: url(/images/templates/homepage/tab_bg_4.jpg) 2px 2px no-repeat; 
}

#tab_4_content h1 {
  background: url(/images/templates/homepage/tab_title_4.png) no-repeat;
}

#tab_5_content {
  background: url(/images/templates/homepage/tab_bg_5.jpg) 2px 2px no-repeat; 
}

#tab_5_content h1 {
  background: url(/images/templates/homepage/tab_title_5.png) no-repeat;
}

#tab_6_content {
  background: url(/images/templates/homepage/tab_bg_6.jpg) 2px 2px no-repeat; 
}

#tab_6_content h1 {
  background: url(/images/templates/homepage/tab_title_6.png) no-repeat;
}

#tab_7_content {
  background: url(/images/templates/homepage/tab_bg_7.jpg) 2px 2px no-repeat; 
}

#tab_7_content h1 {
  background: url(/images/templates/homepage/tab_title_7.png) no-repeat;
}

#tab_8_content {
  background: url(/images/templates/homepage/tab_bg_8.jpg) 2px 2px no-repeat; 
}

#tab_8_content h1 {
  background: url(/images/templates/homepage/tab_title_8.png) no-repeat;
}

.ui-widget {
  font: 11px/11px "museo-sans-1", "museo-sans-2", Arial, Helvetica, sans-serif; 
}


/********************************************************************
## SHARE
********************************************************************/

#body_footer_share {
  position: absolute;
  top: 10px;
}

#body_footer_share ul {
  list-style: none;
  position: absolute;
  top: 1px;
  left: 111px;
  width: 160px;
}

#body_footer_share ul:hover {
  cursor: pointer;
}

#body_footer_share p {
  font: 12px "Times New Roman", Times, serif;
  text-transform: uppercase;
  position: absolute;
  top: 4px;
  width: 110px;
}

#body_footer_share ul li {
  float: left;
  margin: 0 2px;
}

#body_footer_share ul li a {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  text-indent: -90000px;
  overflow: hidden;
}

#body_footer_share ul li a:hover {
  background-position: 0 -18px;
}

#share_twitter a {
  background: url(/images/templates/gsr_main/share_icon_twitter.png);
}

#share_facebook a {
  background: url(/images/templates/gsr_main/share_icon_facebook.png);
}

#share_myspace a {
  background: url(/images/templates/gsr_main/share_icon_myspace.png);
}

#share_friendfeed a {
  background: url(/images/templates/gsr_main/share_icon_friendfeed.png);
}

#share_newsvine a {
  background: url(/images/templates/gsr_main/share_icon_newsvine.png);
}

#share_netvibes a {
  background: url(/images/templates/gsr_main/share_icon_netvibes.png);
}

#share_blogger a {
  background: url(/images/templates/gsr_main/share_icon_blogger.png);
}

#share_wordpress a {
  background: url(/images/templates/gsr_main/share_icon_wordpress.png);
}


/********************************************************************
## SUBSCRIBE
********************************************************************/

#body_footer_subscribe {
  position: absolute;
  top: 10px;
  left: 330px;
}

#body_footer_subscribe ul {
  list-style: none;
  position: absolute;
  top: 1px;
  left: 74px;
  width: 160px;
}

#body_footer_subscribe ul:hover {
  cursor: pointer;
}

#body_footer_subscribe p {
  font: 12px "Times New Roman", Times, serif;
  text-transform: uppercase;
  position: absolute;
  top: 4px;
  width: 70px;
}

#body_footer_subscribe ul li {
  float: left;
  margin: 0 2px;
}

#body_footer_subscribe ul li a {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  text-indent: -90000px;
  overflow: hidden;
}

#body_footer_subscribe ul li a:hover {
  background-position: 0 -18px;
}

#subscribe_rss a {
  background: url(/images/templates/gsr_main/subscribe_icon_rss.png);
}

#subscribe_bookmark a {
  background: url(/images/templates/gsr_main/subscribe_icon_bookmark.png);
}

#subscribe_email a {
  background: url(/images/templates/gsr_main/subscribe_icon_email.png);
}

#subscribe_phone a {
  background: url(/images/templates/gsr_main/subscribe_icon_phone.png);
}


/********************************************************************
## UPCOMING
********************************************************************/

#body_footer_upcoming {
  position: absolute;
  top: 10px;
  left: 530px;
}

#body_footer_upcoming p {
  font: 12px "Times New Roman", Times, serif;
  text-transform: uppercase;
  position: absolute;
  top: 4px;
  width: 110px; 
}

#body_footer_upcoming ul {
  font: 12px "Times New Roman", Times, serif;
  list-style: none;
  position: relative;
  top: 3px;
  left: 100px;
  width: 400px;
}

#body_footer_upcoming ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#body_footer_upcoming ul li.on {
  display: block !important; 
}


/********************************************************************
## BODY SUBSCRIBE LINKS
********************************************************************/

#body_subscribe_links {
  list-style: none;
  width: 570px;
  height: 40px;
  margin: 0 auto !important;
  padding: 0 !important;
}

#body_subscribe_links li {
  float: left; 
}

#body_subscribe_links li a {
  text-indent: -90000px;
  display: block;
  height: 39px;
  background-repeat: no-repeat;
}

#body_subscribe_links li a:hover {
  background-position: 0 -39px;
}

#body_subscribe_link_facebook a {
   background: url(/images/templates/gsr_main/body_subscribe_facebook.png);
   width: 92px;
}

#body_subscribe_link_myspace a {
   background: url(/images/templates/gsr_main/body_subscribe_myspace.png);
   width: 128px;
}

#body_subscribe_link_twitter a {
   background: url(/images/templates/gsr_main/body_subscribe_twitter.png);
   width: 107px;
}

#body_subscribe_link_sms a {
   background: url(/images/templates/gsr_main/body_subscribe_sms.png);
   width: 76px;
}

#body_subscribe_link_email a {
   background: url(/images/templates/gsr_main/body_subscribe_email.png);
   width: 96px;
}

#body_subscribe_link_rss a {
   background: url(/images/templates/gsr_main/body_subscribe_rss.png);
   width: 71px;
}


#edit_page {
  z-index: 100000;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fdfae4;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 3px 0;
}


/********************************************************************
## PHOTO GALLERY
********************************************************************/

#photo_gallery {
  display: none;
}


/********************************************************************
## ENTERTAINMENT
********************************************************************/

.page_tabs {
  height: 32px; 
  list-style: none;
  float: left;
  width: 580px;
  padding: 0 10px !important;
  margin: 0 0 20px 0 !important;
  border-bottom: 1px solid #7a7774;
}

.page_tabs li {
  float: left;
  margin-right: 4px;
}

.page_tabs li a {
  width: 112px;
  height: 32px;
  text-indent: -90000px;
  display: block;
  background-repeat: no-repeat;
}

.page_tabs li.on a, .page_tabs li.on a:hover {
  background-position: 0 -64px !important;
  border-bottom: 1px solid #FCF7EF;
  cursor: auto;
}

.page_tabs li a:hover {
  background-position: 0 -32px !important; 
}

#entertainment_tab_headliners a {
   width: 112px;
  background: url(/images/templates/gsr_main/entertainment_tab_all.png);
}

#entertainment_tab_bars-lounges a {
   width: 134px;
  background: url(/images/templates/gsr_main/entertainment_tab_bars.png);
}

#entertainment_tab_citywide a {
  width: 102px;
  background: url(/images/templates/gsr_main/entertainment_tab_city.png);
}

#entertainment_tab_casino a {
   width: 90px;
  background: url(/images/templates/gsr_main/entertainment_tab_casino.png);
}

#entertainment_tab_community a {
   width: 120px;
  background: url(/images/templates/gsr_main/entertainment_tab_community.png);
}

#entertainment_tab_conventions a {
   width: 131px;
  background: url(/images/templates/gsr_main/entertainment_tab_conventions.png);
}

.page_tab {
  display: none;
}

.page_tab.on {
  display: block !important; 
}

.entertainment_links {
	 margin: 10px 0 10px -1px;
}

.entertainment_share_links {
	 
}


/********************************************************************
## SMART CITY WI-FI
********************************************************************/

#user_account_link {
   color: #443e3b;
}


/********************************************************************
## ERRORS
********************************************************************/

.error {
  color: #cc0000;
}


/********************************************************************
## PROMOTIONS
********************************************************************/

#promotion_form {
  border: 1px solid #e6c03b;
  background: #fffbe2;
  padding: 10px 20px;
  width: 136px;
  float: left;
}

#promotion_content {
  margin-left: 20px;
  width: 700px;
  float: left;
}



/********************************************************************
## BLOG
********************************************************************/

.pagination {
   width: 456px;
  margin: 20px auto !important;
  position: relative;
}

.pagination a {
  display: block;
  text-indent: -90000px;
  height: 33px;
  position: absolute;
}

.pagination .beginning a {
   width: 124px;
  left: 0;
   background: url(/images/templates/gsr_main/btn_first_page_grey.png) no-repeat;
}

.pagination .end a {
   width: 124px;
  right: 0;
   background: url(/images/templates/gsr_main/btn_last_page_grey.png) no-repeat;
}

.pagination .previous a {
   width: 84px;
  left: 129px;
   background: url(/images/templates/gsr_main/btn_previous_grey.png) no-repeat;
}

.pagination .next a {
   width: 84px;
  right: 129px;
   background: url(/images/templates/gsr_main/btn_next_grey.png) no-repeat;
}

.pagination .page-total {
  text-align: center;
  margin-top: 50px;
}

/********************************************************************
## SUB NAVIGATION
********************************************************************/

#nav_sub * {
          list-style: none;
}

#nav_sub ul ul li.last a  {
  border-bottom: 1px solid #c1b7b0;
}

#nav_sub li a {
  text-decoration: none;
  font-weight: bold;
  color: #050404;
  font-size: 13px;
  height: 24px;
  padding: 18px 20px 14px 20px;
  display: block;
  border-bottom: 1px solid #c1b7b0;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: url(/images/templates/gsr_main/subnav_main_bg.png) no-repeat 1px 1px;
}

#nav_sub ul li {
  background: url(/images/templates/gsr_main/subnav_secondary_bg.png) repeat-x 0 -44px;
  width: 100%;
}

#nav_sub ul li.here {
  background: url(/images/templates/gsr_main/subnav_secondary_bg.png) repeat-x 0 0;
}

/*#nav_sub ul li.parent a {
  background: url(/images/templates/gsr_main/subnav_arrow_bg.png) no-repeat 18px 19px;
}*/

#nav_sub ul li:hover, #nav_sub ul li.parent:hover {
  background-position: 0 0;
}

#nav_sub ul li.parent {
  background-position: 0 -44px;
}

#nav_sub ul li a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
  font-weight: normal;
  height: 27px;
  padding: 11px 20px 3px 30px;
  margin: 0 1px;
  display: block;
  letter-spacing: .05em;
  background: none;
}

#nav_sub ul ul li a {
    text-decoration: none;
    color: #666 !important;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    padding: 5px 20px 9px 30px;
    margin: 0 1px;
    display: block;
    background: #faf6f0;
    text-transform: none !important;
    letter-spacing: normal;
    border-bottom: none;
  }
  
  #nav_sub ul ul li.here a, #nav_sub ul ul li.here a:hover {
    cursor: default;
    color: #363430 !important;
    padding-left: 40px;
    background: #f4f0e8 url(/images/templates/gsr_main/subnav_arrow_bg.png) no-repeat 28px 13px;
  }
  
  #nav_sub ul ul li a:hover {
    background: #f4f0e8;
  }
  
  #nav_sub ul ul ul {
    display: none;
  }
		


/********************************************************************
## PWI
********************************************************************/
		
.pwi_loader{
	height: 60px;
	width: 200;
	border: 1px solid #7F7F7F;
}

.pwi_container {
	 width: 600px;
	 clear: both;
		display: block;
		float: left;
}

.pwi_container a img {
	 border: 1px solid #8F8070;
}

.pwi_container a img:hover {
	 border: 1px solid #CEB8A1;
}

.pwi_container a{
	color: #000000;
}

.pwi_album_description{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	background-color: #7F7F7F;
	padding: 10px;

}
.pwi_album_description .title{
	color: #000000;
	font-size: 12pt;
	margin-top: 10px;

}
.pwi_album_description .details{
	color: #000000;
	font-size: 8pt;
	font-style: italic;
}
.pwi_album_description .description{
	font-size: 10pt;
	padding: 5px;
}
.pwi_album_description .sslink{

}

.pwi_album{
	float: left;
	margin: 1em;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

.pwi_album_backlink{
	text-decoration: underline;
	cursor: pointer;
}

.pwi_album img{
	border: 0px solid #7F7F7F;
}

.pwi_photo{
	float: left;
	margin: 1em;
	text-align: center;
	border: 0px dotted white;
}
.pwi_photo img{
	border: 0px solid #7F7F7F;
}

.pwi_photo a{
	text-decoration: none;	
}

.pwi_pager{
	clear: both;
	width: 120px;
	margin: 0 auto;
}

.pwi_prevpage, .pwi_nextpage {
	width: 60px;
	float: left;
}



.pwi_pager_page, .pwi_pager_current{
  display: none;
}

.link{
	text-decoration: underline;
	cursor: pointer;
}

.pwi_pager_current{
	text-decoration: none;
	font-weight: bold;
}


/********************************************************************
## INLINE ADVERTISING
********************************************************************/

#page_title_ad_wrapper {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: 270px;
	z-index: 100;
}

#page_title_ad_wrapper2 {
	position: relative;
	width: 950px;
	height: 270px;
	margin: 0 auto;
}

#page_title_ad_container {
	position: absolute;
	bottom: 20px;
	right: -2px;
}

#page_title_ad_mask {
	position: relative;
	top: 20px;
	width: 296px;
	height: 60px;
	border: 1px solid #666;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#page_title_ad {
	position: relative;
	width: 2000px;
	list-style: none;
}

#page_title_ad li {
	width: 296px;
	float: left;
}

#page_title_ad_nav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

#page_title_ad_nav:hover {
	cursor: pointer;
}

#page_title_ad_nav li {
	float: left;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

#page_title_ad_nav li a {
	width: 16px;
	height: 16px;
	text-indent: -90000px;
	display: block;
	background: url(/uploads/advertising/page_title_ad_gallery_btn.png) no-repeat 0 -16px;
}

#page_title_ad_nav li.on a, #page_title_ad_nav li.on a:hover {
	background-position: 0 0;
}

#page_title_ad_nav li a:hover {
	background-position: 0 -32px;
}
