/*
Theme Name: GF
Theme URL: http://www.govfresh.com/
Description: Theme by <a href="http://govfresh.com/">GovFresh</a>.
Author: GovFresh
Author URI: http://www.govfresh.com/
Tags: government

	This theme was designed and built by GovFresh.

*/

html {
	margin: 0;
	padding: 0;	
}
body {
	background: #fff;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
hr {
	border: none;
	clear: both;	
	color: #fff;	
	margin: 1em 0;	
}
a, a:link, a:visited {
	color: #0072BC;
	text-decoration: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0.05s;
	-moz-transition: all 0.3s ease 0.05s;
	-o-transition: all 0.3s ease 0.05s;
	transition: all 0.3s ease 0.05s;
}
a:hover {
	color: #777;
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.4em;
}
h1, h2, h3, h4 {
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: normal;
	margin: 0;
	padding: 0 0 .75em 0;
}
h1 {
	border-bottom: 1px solid #ddd;
	color: #222;
	letter-spacing: -.04em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
}
h1 a:link, h1 a:visited {
	color: #222;
}
h1 a:hover {
}
h2 a:link, h2 a:visited {
	color: #222;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	color: #0072BC;
}
h2, h3 {
	padding: 0 0 .5em 0;
}
p {
	padding: 0;
	margin: 0;	
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
img, embed, object, video {
}

/*Containers*/

.container {
	clear: both;
    margin: 0 auto;
	padding: 0 0 1em 0;
    text-align: left;
	width: 960px;	
	}

/*Header*/

#header-wrapper {
	margin-bottom: 1.5em;
	width: 100%;
}
#header {
	background: #0072BC;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	clear: both;
}
#header-container {
	clear: both;
    margin: 0 auto;
    text-align: left;
	width: 960px;	
}
#logo {
	padding: .75em 0;
}

/*Top navigation*/

#topmenu-wrapper {
	background: #222;
	text-align: center;
	width: 100%;
}
#topmenu {
	margin: 0 auto;
	text-align: left;
	width: 960px;	
}
#topmenu ul {
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
}
#topmenu li {
	float: left;
	font-size: .8em;
}
#topmenu li a:link, #topmenu li a:visited {
	color: #999;
	display: block;
	float: left;
	margin: 0 1em 0 0;
	padding: 1em 1em 1em 0;
	text-decoration: none;
}
#topmenu ul li.current-menu-item a {
	color: #ccc;
}
#topmenu ul li.current-menu-item a:hover, #topmenu li a:hover {
	color: #fff;
}

/*Primary navigation*/

#menu-container {
	background: #efefef;
	border-bottom: 1px solid #ddd;
	clear: both;
	margin-bottom: .25em;
    text-align: left;
    width: 100%;
}
#menu {
	clear: both;
    margin: 0 auto;
	width: 960px;	
}
#menu ul, #menu li {
	float: left;
}
#menu a:link, #menu a:visited  {
	color: #222;
	display: block;
	float: left;
	margin: 0;
	padding: .75em .75em .75em;
	text-decoration: none;
}
#menu a:hover { 
	background: #fff;
	color: #0072BC;
}
#menu ul li.current-menu-item a {
}
#menu ul {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

/*Content*/

#main {
	float: left;
	width: 62%;
}
#main img {
}

/*Sidebar*/

#sidebar {
	float: right;
	overflow: hidden;
	width: 300px;
}
#sidebar h3 {
	border-bottom: 1px solid #d8d8d8;
	clear: both;
	font-size: 1.2em;
	margin: 0 0 .5em 0;
	padding: 0 0 .25em 0;
	text-transform: uppercase;
}
#sidebar h3 a, #sidebar h3 a:visited {
}
#sidebar p, #sidebar li {
}

/*Category*/

#description {
	border-bottom: 1px solid #ccc;
	color: #777;
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 1em;	
	padding-bottom: 1.5em;	
}

/*Widgets*/

.widget {
	background: #fff;
	clear: both;
	margin: 0 0 1em 0;
	overflow: hidden;
}
.widget ul  {
	margin: 0;
	padding: 0;
}
.widget li  {
}
.widget ul li a:link, .widget ul li a:visited {
	padding: .25em 0;
}
.widget ul li a:hover {
	background: #fff;
}
.widget_text {
}
.textwidget {
	display: block;
}
.textwidget p {
	line-height: 1.4em;
	padding: 0 0 1em 0;
}
.rsswidget img {
	display: none;
}

/*Widgets Recent Entries*/

.widget_recent_entries {
}
.widget_recent_entries ul {
}
.widget_recent_entries ul li {
}
.widget_recent_entries ul li a, .widget_recent_entries ul li a:link, .widget_recent_entries ul li a:visited {
}

#searchform {
	padding: 0;
}
.widget_search {}
.screen-reader-text {}

.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {
	}

.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {}
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {
}
.widget_tag_cloud a {
	color: #777;
	font-size: 2em;
}
.tagcloud {
	padding: 1em .75em;
}
.widget_tag_cloud a:hover {
	color: #0072BC;
}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

.widget_calendar {}
#calendar_wrap {
	padding: .75em;
	}
#calendar_wrap th {
	background: #fff;
	font-size: .8em;
	padding: .25em;
	}
#calendar_wrap td {
	background: #fff;
	}
#wp-calendar {
	width: 100%;
}
#wp-calendar tr td {
	font-size: .8em;
	padding: .25em;
}
#wp-calendar caption {
	background: #fff;
	font-size: 1.4em;
	padding: .5em .25em;
	text-align: left;
	}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {}
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

.textwidget {}
.widget_text {}
.textwidget p {}

/*Posts*/

.post {
	overflow: hidden;
}
.entry {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.entry h2 {
	font-size: 1.5em;
}
.entry p, .entry ul {
	margin: 0 0 .5em 0;
	padding-bottom: .5em;
}
.entry blockquote  {
	color: #777;
	margin: 0;
	padding: 1em 2em 1em 2em;
}
.entry ul {
	padding: 0 0 .35em 3em;
}
.entry ul li {
	list-style-type: disc;
	padding: 0 0 .2em 0;
}
.entry img.alignleft  {
	float: left;
	margin: 0 15px 15px 0;
	width: auto;
}
.entry img.alignright  {
	float: right;
	width: auto;
	margin: 0 0 10px 15px;
}
.entry img.aligncenter  {
	text-align: center;
}

.entry .wp-caption {
	text-align: left;
	padding: 0;
}
.entry .wp-caption img { 
	border: 0;
	margin: 0;
	padding: 0;
}
.entry .wp-caption-text {
	background: #222;
	color: #fff;
	font-size: .8em;
	margin: 0 0 1.5em 0;
	padding: .75em;
}
.entry .wp-caption-text a {
	color: #0072BC;
}

.sticky .entry {
	background: #FFC;
    border: 2px solid #efefef;
	margin: 0;
	padding: 2em 2em 1em 2em;	
}
.date, .excerpt .date {
	color: #777;
}
.date ul, .excerpt .date ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.date li, .excerpt .date li {
	font-size: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em 0;
}

/*Banners*/

#post-banner {
	background: #efefef;
	border: 1px solid #ddd;	
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 2em;
	padding: 1em 0;
	text-align: center;
}

.wp-caption {

}
.wp-caption img {
	padding: 0;
}
.wp-caption p.wp-caption-text {

}

.post-meta, .container-social {
	clear: both;	
}
.post-meta ul, .container-social ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 2em 0;
}
.post-meta ul li, .container-social ul li {
	color: #777;
	float: left;
	font-size: .9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post-meta li a, .post-meta li a:visited, .container-social li a.subscribe, .container-social li a.subscribe:visited, .container-social li a.like, .container-social li a.like:visited, .container-social li a.follow, .container-social li a.follow:visited, .container-social li a.instagram, .container-social li a.instagram:visited {
	background: #efefef;
	border-radius: 3px 3px 3px 3px;
	color: #777;
	float: left;
	list-style: none;
	margin: 0 .25em .5em 0;
	padding: .75em;
}
.post-meta li a:hover, .container-social li a:hover {
	background: #ddd;
	color: #222;
}
.container-social li a.subscribe, .container-social li a.subscribe:visited, .container-social li a.like, .container-social li a.like:visited, .container-social li a.follow, .container-social li a.follow:visited, .container-social li a.instagram, .container-social li a.instagram:visited {
	color: #fff;
	float: left;
	font-size: 1.1em;
	padding: .5em;
}
.container-social li a.subscribe:hover, .container-social li a.like:hover, .container-social li a.follow:hover, .container-social li a.instagram:hover {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.container-social li a.subscribe, .container-social li a.subscribe:visited {
	background: #F8BC2E;
}
.container-social li a.like, .container-social li a.like:visited {
	background: #39599F;
}
.container-social li a.follow, .container-social li a.follow:visited {
	background: #45B0E3;
}
.container-social li a.instagram, .container-social li a.instagram:visited {
	background: #AA765E;
}
.container-social ul {
	padding: 0;
}

/*Gallery*/

.gallery {
	clear: both;
	margin: auto;
	text-align: center;
}
.gallery .gallery-item {
	display: inline;
	padding: 0;
	vertical-align: top;
}
.gallery img {
	border: 1px solid #ccc;
}

/*Author Description on Single*/

.author-description {
	border-top: 1px solid #ddd;
	padding: 1em 0 2em 0;
}
.author-description p {
	color: #777;
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em 0;
}
.author-description h4 a, .author-description h4 a:visited {
	color: #222;
	font-size: 1em;
}
.post-author {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1em 0;	
	padding: 0 0 .5em 0;	
}
.post-author a, .post-author a:visited {
	color: #222;
}
.post-author ul {
	padding: 0;	
}
.post-author li {
	color: #777;
	font-size: 1em;
	padding-bottom: .25em;	
}

.author-avatar img {
	float: left;
	margin: 0 1em .5em 0;
}
.author-avatar img {
	border: 1px solid #ccc;
}
.author-name {
	width: 100%;
}
.excerpt-avatar {
	float: left;
	padding-bottom: 1em;
	width: 50px;
}

.author-name li.name a {
	list-style: none;
}
.author-name li a:hover {
	color: #0072BC;
}
.author-name li {
	color: #777;
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.author-name ul {
	list-style: none;
	margin: 0;
	padding: 0 0 .5em 0;	
}
.author-name li.single-date {
	color: #777;
	list-style: none;
}
a.bio, a.rss {
	color: #777;
}

/*Author Page*/

#authorpage-about {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}
#authorpage-avatar {
	float: left;
	margin: 0 15px 15px 0;
}
#authorpage-bio {
	color: #777;
	font-size: 1.6em;
	line-height: 1.5em;
}

/*Next-Previous*/

.next-prev {
	clear: both;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	padding: 1em 0;
}
.next-prev a, .next-prev a:visited {
	background: #efefef;
	border: 1px solid #ddd;
	color: #777;
	display: block;
	float: left;
	font-weight: bold;
	font-size: .8em;
	margin: 0 1em 0 0;
	padding: 1em;
	width: auto;
}
.next-prev a:hover {
	background: #fff;
	color: #222;
}

.next-prev .wp-pagenavi {
	margin: 0;
	text-align: center;
}
.next-prev .wp-pagenavi a:link,
.next-prev .wp-pagenavi a:visited {
	display: inline;
	text-decoration: none !important;
	padding: 4px 6px!important;
}
.next-prev .wp-pagenavi .current, 
.next-prev .wp-pagenavi .on,
.next-prev .wp-pagenavi a:hover {
	font-weight: bold;
	padding: 4px 7px;
}
.next-prev .wp-pagenavi .extend { 
}

/*Search Form*/

#searchform {
	padding: 0;
}
#searchform label {
	display: none;
	font-size: 11px;
}
#searchform input {
	border: 1px solid #d8d8d8;
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: .8em;
	padding: 5px;
}
#searchform input#s {
	height: 28px;
	width: 158px;
}
#searchform input#searchsubmit {
	background: #efefef;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: linear-gradient(top, #ffffff 0%, #efefef 100%);
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	color: #888;
	cursor: pointer;
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	margin-left: 2px;
	padding: .75em;
}

/*Index*/

.thumbnail img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 1em 1em 0;
}
.excerpt {
}

/*Footer*/

#footer {
	background: #efefef;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	clear: both;
	padding: 1.5em 0;
	width: 100%;
}
#footer a, #footer a:visited {
	color: #777;
}
#footer a:hover {
	color: #0072BC;
}
#copyright {
	margin: 0 auto;
	width: 960px;	
}
#copyright p {
	color: #777;
	font-size: .8em;
	margin: 0;
	padding: 0 0 1em 0;
}

/*General*/

.clear {
	clear: both;	
}
.more {
}
.more ul, .entry .more ul {
	float: right;
	list-style: none;
	margin: 0;
}
.more li, .entry .more li {
	color: #777;
	font-size: .8em;
	list-style: none;
	margin: 0;
	padding: 0;
}
.more li a, .more li a:visited, .entry .more li a, .entry .more li a:visited {
	background: #efefef;
	border-radius: 3px 3px 3px 3px;
	color: #777;
	float: right;
	list-style: none;
	margin: .5em 0;
	padding: .5em;
}
.more li a:hover, .entry .more li a:hover {
	background: #ddd;
}

.socialmedia-buttons {
	padding: 0 .75em 0 0;
}

#links h2 {
	font-size: 1.5em;
}
#links ul li {
	font-size: 1em;
}

#recent-posts {
	clear: both;	
	padding: .5em 0;
}

.addthis {
	border-bottom: 1px solid #d8d8d8;
	clear: both;
	margin: 0 0 1em 0;
	padding: 0 0 .25em 0;
}
.clearfix {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.related-posts {
	border-bottom: 1px solid #ddd;
    list-style: none;
	padding-bottom: 1em;
	margin-bottom: 2em;
 }
.related-posts .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.related_thumbnail {
	background: #fff;
	border: 1px solid #d8d8d8;
	margin: 0 10px 1em 0;
	overflow: hidden;	
	float: left;
	position: relative;
	padding: 0;
 	width: 455px;
	height: 300px;
}
.related_thumbnail img
{ 
	border: 1px solid #ddd;
	margin-bottom: 1em;
	position: relative;
}
.related_thumbnail h2 a:link, .related_thumbnail h2 a:visited {
	font-size: .6em;
	font-weight: normal;
	background: #222;
	color: white;
	left: 0;
	padding: .75em;
	display: block;
	position: absolute;
	bottom: 0px;
	zoom: 1;
}
.related_thumbnail h2 a:hover {
	background: #444;
}

#follow-twitter, #follow-facebook {
	float: left;
	padding-bottom: .75em;
}
#follow-twitter {
}

/*General*/

.entry p.audioplayer_container {
	background: #222 url(img/listen.png) no-repeat 50px 50%;
	border: 1px solid #ddd;
	border-radius: 5px 5px 5px 5px;
	clear: both;
	margin-bottom: 1em;
	padding: 2em 2em 1.5em 140px;
}

#sidebar .popular-posts li {
	border-bottom: 1px solid #ddd;
	clear: both;
	display: block;
	float: left;
	font-size: 1.1em;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
	width: 100%;
}
#sidebar .popular-posts img {
	border: 1px solid #ddd;
	float: left;
	margin: 0 .5em 0 0;
}
#sidebar .popular-posts a {
	color: #222;
}
#sidebar .popular-posts a:hover {
	background: none;
	color: #0072BC;
}
#sidebar .popular-posts {
	clear: both;
	float: left;
}

/*-------------------------------- [ Page Navigation ] --------------------------------*/

.wp-pagenavi {
  clear:both;
  font-size: .9em;
  margin: 1em 0;
  padding-top: .5em;
}
 .wp-pagenavi span.pages {
  color: #666;
  background: #efefef;
  border: none;
  margin-right: 5px;
  padding: .25em;
  border: 1px solid #efefef;
  text-decoration: none;
}
.wp-pagenavi a.page,
.wp-pagenavi .page-numbers,
.wp-pagenavi span.extend,
.wp-pagenavi a.first,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.last {
  background: #efefef;
  border:none;
  border: 1px solid efefef;
  color: #666;
  margin-right: 0px;
  padding: .25em;
  text-decoration: none;
}
 .wp-pagenavi span.current,
.wp-pagenavi a:hover {
  background: #333;
  border:none;
  color: #fff;
  margin-right:0;
  padding: .25em;
  text-decoration: none;
}
 .navigation {
  padding-top: .5em;
}
.navigation a {
  background: #efefef;
  color: #333;
  padding: .25em;
  text-decoration: none;
}
.navigation a:hover {
  background: #333;
  color: #fff;
  padding: .25em;
  text-decoration: none;
}
#header-social {
}
.container-social {
	border-bottom: 1px solid #d8d8d8;
	margin: 0 auto;
	padding: .75em 0;
	width: 960px;	
}
.facbook-social, .twitter-social {
	float: left;
	padding-right: 1.5em;
}
.social-box {
	margin-bottom: 1em;
	padding-bottom: .5em;
}