/*=================================================================================================
This file is blank by default, and each micro/macro site gets one unlike main.css which is shared.
Use this file to override anything you can't change dynamically with main.css
===================================================================================================*/


/* Set up bureau custom colors:

   Primary */

#under-stripe, #section-nav li.current a {
	background-color: #666;
}
#utility-stripe {
	background-color: #FF8226;
}
#bureau-titles h1 {
	margin-top: 22px;
}

.disclaimer{
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    border: 1px solid #BABABA;
    padding: 9px;
    width: 620px;
    margin:0 0 0 7px
}

.disclaimer p{margin: 0;}

p.date{color: #FF8226 !important}

.home .blog li div.content{
    width: 290px;
    margin-left: 0px;
}

.widget.blog img.source-icon{
    display:none;
}

@media only screen and (max-width : 960px){
	#pog-transportation #bureau-titles h1 {
		margin-top: 16px;
	}
}
