/*
Theme Name:     Breaking Gov Child
Theme URI:      http://breakingmedia.com/
Description:    Child theme based on the Breaking Media theme
Author:         Darin Kotter (10up)
Author URI:     http://10up.com/
Template:       breaking-media
Version:        1.0
*/

@import url('../breaking-media/style.css?v=15');


.orange {
	color: #2E5387;
}

/* Top Nav Bar */
.navbar-top {
	background-color: #1b2f4a;
}


/** Masthead **/
#google_ads_div_Gov_Home_640x480_Interstitial_ad_wrapper,
#google_ads_div_Gov_Other_640x480_Interstitial_ad_wrapper,
#google_ads_div_Gov_Test_640x480_Interstitial_ad_wrapper {
	height: 0;
}

#logo a {
	background-image: url(images/logo.svg);
}


/** Document Post Type **/

.type-document .postHeader {
	background: #333;
}
.type-document .postHeader h1 a {
	color: #CDCDCD;
}
.type-document .postAuthor {
	color: #939498;
}


/** Pagination **/
.wp-pagenavi {
	border-bottom-color: #292929;
}
.wp-pagenavi a {
	color: #417AAF;
}
.wp-pagenavi .current {
	border-color: #292929;
}

/** Sidebar **/


#sidebar p {
	font-size: 1em;
}
.sponsored_content {
	background: #F1F1F1;
	padding: 10px;
}
.sponsored_content .postTitle {
	font-size: 22px;
}
.sponsored_content span.large {
	font-size: 13px;
	color: #333;
}
.sponsored-image {
	margin-top: 10px;
}
.sponsored-image img {
	max-width: 300px;
	margin-left: -10px;
}
#sidebar #sponsoredContent .entry {
	width: 100%;
}
a.learn-more {
	background: #0060A5;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.65em;
}
.widget_social_follow {
	margin-top: -20px;
}
.follow {
	background: #939498;
	height: 25px;
	padding: 15px 5px 10px;
	color: #FFF;
	font-size: 16px;
}
.follow li {
	display: block;
	float: left;
	padding: 0 9px;
}
.follow ul li:first-child {
	padding-right: 22px;
}
.follow li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.follow li a:hover {
	opacity: 0.5;
}
.follow li.twitter a {
	background: url(images/social.png) no-repeat 0 0;
}
.follow li.facebook a {
	background: url(images/social.png) no-repeat -40px 0;
}
.follow li.linkedin a {
	background: url(images/social.png) no-repeat -85px 0;
}
.follow li.rss a {
	background: url(images/social.png) no-repeat -131px 0;
}
.follow li.email a {
	background: url(images/social.png) no-repeat -170px 0;
}

/** Single Post View **/
#content {
	border: none;
	margin: 0;
	width: 100%;
}
.single .postAuthor a {
	font-size: 12px;
}
.single .timestamp {
	padding: 0;
	vertical-align: inherit;
	font-size: 13px;
}
.postTags p {
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 14px;
}
.postTags a:hover {
	text-decoration: underline;
}
#comments {
	border: none;
	margin-top: 55px;
}

/** Random **/
.category .pagetitle,
.search .pagetitle {
	border-bottom: 1px solid #323232;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100%;
}



@media only screen and (max-width: 660px) {
	#logo {
		margin-bottom: 20px;
	}
	#logo a {
		background-position: center top;
		background-size: auto 100%;
		width: auto;
	}
}