/* LAS VEGAS, NV */

h1, h2, h3, .h3, h6, #wrap_news_widget a.active {
	
	color: #FE0017
}

.color_override 
{
	color: #FE0017
}

h1#logo {
	
	background-image: url(../img_site/logo_lasvegas.png);
	background-size: 311px 74px;
}

.city_bg_tile 
{
background-image: url(../img_site/city_bg_tile.jpg);
background-size: contain;
background-position: top;
/*
background-size: cover;
background-position: center bottom;
background-repeat: repeat-x;
background-repeat: no-repeat;
*/
}

#wrap_news_widget > section ,
#wrap_news_widget > .section 
{
    background: white;
    background-color: rgba(255,255,255,.85) !important;
}



a.register section small {
	
	background-color: #FE0017;
}

#live_feed_bar
{
    background: #FE0017;
}



#status_blurb 
{
    background: #FE0017;
}
#status_blurb:before
{
    border-color: transparent transparent #FE0017 #FE0017;    
}



.SaveSubmission {
	width: 160px;
	height: 35px;
	right: 10px;
	top: 100px;
	text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, serif;    
    text-transform: uppercase;
	float: right;
	position: absolute;
	display: block;
	z-index: 888;
    color: #000000 !important;
	background-color: #FE0017;
	padding-top: 3px;
	}


.LastSave
{
    width: 160px;
    height: 35px;
    right: 10px;
    top: 62px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, serif;
    text-transform: uppercase;
    float: right;
    position: absolute;
    display: block;
    z-index: 888;
    color: #ffffff !important;
    background-color: #0087BF;
    padding-top: 3px;
}

.SaveError
{
    width: 160px;
    height: 35px;
    right: 10px;
    top: 136px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, serif;
    text-transform: uppercase;
    float: right;
    position: absolute;
    display: block;
    z-index: 888;
    color: #ffffff !important;
    background-color: #CC0000;
    padding-top: 3px;
}





/* FOR HI-RES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) { 

	
/*	
    h1#logo {
	background-size: 231px 55px;
	    background-image: url(../img_site/logo_hartford2x.png);
    }
*/
}

/* from 0 to 800px */
@media only screen and (max-width: 800px) {

    #home_intro 
    {
    width: 100%;
    }

}


/* from 0 to 500px */
@media only screen and (max-width: 500px){

/*hide rubric on about page*/
#go_help_a_city .hori 
{
    display: none;
}

    h1#logo {
	
	    background-size: 231px 55px;
    /*
        outline: 1px solid red;
	    width: 85%;
	    margin: 0 0 0;
 	    background-position: -6px center; 
	    background-size: cover;
	    background-size: 231px 55px;
    */
    }
}


