/*=================================================================================================
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: #24231F;
}
#utility-stripe {
	background-color: #393834;
}
hgroup#bureau-titles {
	xbackground:url(/assets/images/banner-bps.jpg) no-repeat;
}

/*
#pog-bps #main-content .grid_5{
    width: 310px;
}

/* Images */

.tinymce img.content-left {
    margin: 5px 20px 5px 0px;
}
.tinymce img.content-right {
    margin: 5px 0px 5px 20px;
}

/* hr */

article hr {
    margin: 25px auto;
    width: 5%;
}

/* Typography */

/*
.blog .p27 p {
    font-size: 1em;
    padding: 0;
    color: #333;
}
*/

/*
section .full-text {
    margin: 0px 0px 2em;
    padding-left: 10px;
}
*/

article header {
/*
    background: linear-gradient(to left, rgba(225, 225, 225, 0.5) 0%,rgba(0,0,0,0) 200%);
    background: -webkit-linear-gradient(to left, rgba(225, 225, 225, 0.5) 0%,rgba(0,0,0,0) 200%);
    background: -moz-linear-gradient(to left, rgba(225, 225, 225, 0.5) 0%,rgba(0,0,0,0) 200%);
*/
    padding: 10px;
    margin-bottom: 1.4em;
    border-top: 1px solid #eee;
}
article header h1 {
    font-family: Georgia, serif;
    padding: 10px 0 5px 0;
    background: none;
    border: none;
    font-size: 2.6em;
    line-height: 1.2em;
    letter-spacing: .125px;
    word-spacing: .5px;
}
article h1 a:link {
    color: #16A44A;
}
a:visited {
    color: #333;
}
article header h2 {
    margin: 10px 0px;
    padding-left: 0px;
    font-size: 1.1em;
/*    color: #333;*/
}
article header h2 .post-date, .author, .comment-count {
    font-weight: 500;
}
article h1 {
    font-size: 2em;
    line-height: 1.15em;
    font-weight: 500;
/*    color: #333;*/
}
.full-text h1 {
    color: #333;
    background: none;
    padding: 10px 0;
    margin-bottom: 2em;
}
article .full-text p {
    margin: 20px 0px;
/*    color: #333;*/
}
.blog p.summary {
    word-spacing: -.5px;
    letter-spacing: -.125px;
}
.blog p.link {
	font-size: small;
    padding-left: none;
}
article .full-text h2 {
    display: block;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 500;
/*    color: #333;*/
    margin: 25px 0px;
    letter-spacing: .5px;
    word-spacing: 1px;
}
article .full-text h3 {
    display: block;
    font-size: 1.45em;
    font-weight: 600;
    margin: 0px;
}
article .full-text h4 {
    font-size: 1.2em;
    font-weight: 500;
/*    color: #333;*/
}
.tinymce table {
    font-size: .875em;
}
article .full-text ul {
/*    margin: 12px 0px 25px 0px;*/
	font-size: 1.2em;
    line-height: 1.25em;
/*    color: #333;*/
}
article .full-text ul li {
    margin: 10px 0 10px 25px;
    padding-left: 14px;
}
article .full-text ol {
/*  margin: 12px 0px 25px 20px; */
	font-size: 1.2em;
/*    color: #333;*/
}
article .full-text ol li {
    margin: 10px 0 10px 25px;
}


blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 1.25em;
  line-height: 1.2em;
/*  color: #444;*/
  
  /*Borders - (Optional)*/
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;  
}
blockquote::before {
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
/*  color: #666;*/
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 32px;
}
blockquote::after {
  /*Reset to make sure*/
  content: "";
}
blockquote a {
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
}
code {
    display: block;
    font-family: monospace;
    padding: 0px 60px;
/*    color: #666;*/
}
.caption {
    text-align: center;
    color: #666;
}
p.date {
    color: #58ce55 !important;
}

/* Sidebar */

div.widget.promoted article header {
    background: none;
    margin: 25px 0 10px;
    padding: 0px;
    border: none;
}

/* Facebook Details Block (EA) */

.facebook-feed p.fbstats, .facebook-feed .fb-like{display:inline-block; vertical-align: top}
.facebook-feed p.fbstats{width: 170px; padding-top: 4px}
.facebook-feed .fb-like{width: 84px !important; overflow: hidden;}

/* Intranet */

#panel {
	width: auto;
	height: auto;
	display: block;
	position: static;
	text-align: left; 
	margin: 12px 6px 30px; 
	padding: 15px 15px 25px; 
	background: #fff;
	border: 1px solid #ddd; 
	overflow: auto;
	box-shadow: -5px 3px 5px #f7f7f7; 
	-moz-box-shadow: -5px 3px 5px #f7f7f7; 
	-webkit-box-shadow: -5px 3px 5px #f7f7f7; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#panel p { 
	margin: 10px 0px; 
}

#panel div { 
	margin-left: 0px; 
}

A.intranet-link:link {
	background: #fff; 
	margin-left: 10px;
	padding: 2px 3px 4px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: none;
	font-size: 14px;
	line-height: 2.25em;
	color: #09C;
	text-decoration: none;
	overflow: auto;
	max-width: 160px;
	transition-property: color, background;
	transition-duration: .25s, .25s;
	transition-timing-function: linear, ease-in;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: .25s, .25s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property: color, background;
	-moz-transition-duration: .25s, .25s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property: color, background;
	-o-transition-duration: .25s, .25s;
	-o-transition-timing-function: linear, ease-in;
}

A.intranet-link:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: none;
	font-size: 14px;
	padding: 2px 3px 4px; 
	background: #09c; 
	color: #fff;
	text-decoration: none;
}

A.intranet-link:visited {
	background: #09c; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: none;
	font-size: 14px;
	padding: 2px 3px 4px; 
	color: #fff;
	text-decoration: none;
}
.dir_box {
	float: left; 
	width: 130px; 
	height: 275px; 
	margin: -10px 10px 0px 10px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	text-align: center; 
	border-radius: 5px;
}
.dir_box_wide {
	float: left; 
	width: 31.333%; 
	height: auto; 
	overflow: visible;
	background: #eee;
	margin: 2% 2% 0 0; 
	padding-top: 1%; 
	padding-bottom: 1%; 
	text-align: left; 
	border-radius: 5px;
}
.clearfix {
	clear: both;
}

@media only screen and (max-width: 960px) {
    
/*
    article header {
        background: none;
        margin: 2em 0;
        padding: 0;
    }
    article header h1 {
        font-size: 4em;
        padding: 0;
    }
    .blog p.summary {
        padding: none;
    }
*/
}