/* Hartford */

h1, h2, h3, .h3, h6, #wrap_news_widget a.active {
	
	
	color: #DCA600;
}

.color_override 
{
	color: #DCA600;
}

h1#logo {
	
	background: url(../img_site/logo_hartford.png) 0 0 no-repeat;
	background-size: 311px 74px;
}

/*h1#logo a {

    height: 90px;
}*/

.city_bg_tile 
{
background-image: url(../img_site/city_bg_tile_hartford.gif);
background-size: cover;
background-position: top;
/*
background-size: cover;
background-position: center bottom;
background-repeat: repeat-x;
background-repeat: no-repeat;
*/
}


.headerStrong {
font-size: 18px;
line-height: 1.2em;
font-weight: 300;
}


a.register section small {
	
	background-color: #DCA600;
}

#live_feed_bar
{
    background: #DCA600;
}



#status_blurb 
{
    background: #DCA600;
}
#status_blurb:before
{
    border-color: transparent transparent #DCA600 #DCA600;    
}


.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: #DCA600;
	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;
    */
    }
}


