/*
Theme Name: GovFresh Gov 2.0 Theme
Theme URL: http://tools.govfresh.org/
Description: GovFresh Gov 2.0 Theme by <a href="http://lukefretwell.com/">Luke Fretwell</a>.
Version: 1.0
Author: Luke Fretwell
Author URI: http://lukefretwell.com/
Tags: lukefretwell

	Luke Fretwell v1
	http://lukefretwell.com

	This theme was designed and built by Luke Fretwell.

*/

/* Default for IE */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #efefef;
	color: #333;
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 65%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
a:link, a:active, a:visited {  
	color: #6A8743; 
	text-decoration: none;
}	
a:hover, a:active {
	color: #333;
	text-decoration: none;
}
a img {
	border: none;
	}
h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -.03em;
	margin: 0;
	padding: 0 0 .5em 0;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	color: #333;
	padding: 0 0 .25em 0;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #6A8743; 
	text-decoration: none;
}
h2 {
	clear: both;
	color: #333;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -.03em;
	margin: 0 0;
	padding: 0 0 .5em 0;
}
h3 {
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .75em;
	padding-bottom: .25em;
}
h4 {
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: .75em;
	padding-bottom: .25em;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1.75em 0;
}
li {
	background: url(images/li.gif) no-repeat 0 .6em;
	list-style: none;
	margin: 0;
	padding: 0 0 .15em 1em;
}
p, li {
	font-size: 1.3em;
}
p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 0;
}
hr {
	background: transparent;
	border: none;
	clear: both;
	}
blockquote {
	color: #666;
	margin: 1em 2em 0 2em;
	}

/* Content areas */

#body {
	background: #fff;
	border: 1px solid #ccc;
	margin: .5em auto;
	width: 980px;
}
#wrapper {
	background: #fff;
	margin: 2em auto;
	padding: 0 10px;
	text-align: left;
}
#header {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
#logo {
	padding: 1em 2em;
	text-align: center;
	width: 240px;
}
#content {
	float: left;
	width: 470px;
}
#content-single {
	float: left;
	width: 600px;
}
#wrapper, #nav, #footer {
	width: 950px;
}

/* Sidebar ------------------------------------------------------------------------- */

#sidebar-wrapper {
	float: right;
	width: 450px;
}
#sidebar {
	background: #efefef;
	border: 1px solid #ccc;
	float: right;
	padding: 10px;
	width: 300px;
}
.social {
	background: #fff url(images/bg.png) bottom repeat-x;
	border: 1px solid #ccc;
	margin: 0 0 1.25em 0;
	padding: 10px 20px;
}
#social-facebook {
}

/* Flickr photos in sidebar ------------------------------------------------------------------------- */

#photos {
	padding-bottom: 1em;
}
#photos img {
	border: 1px solid #ccc;
	margin: 0 9px 9px 0;
}

/* Help ------------------------------------------------------------------------- */

#help {
	background: #6A8743;
	border-bottom: 1px solid #ccc;
	padding: 0;
	width: 100%;
}
.feedback {
	font-size: 1.3em;
}

/* Search ------------------------------------------------------------------------- */

#search {
	color: #fff;
	margin: 0 auto;
	padding: 0 0;
	text-align: right;
	width: 950px;
}
#search-form {
	padding: .5em 0;
}
#search form {
	margin: 0;
	padding: 0;
}
#search-form input.search-box {
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 1.4em;
	margin-right: 5px;
	padding: .5em;
}
#searchsubmit {
	background: #fff url(images/bg.png) bottom repeat-x;
	color: #666;
	border: 1px solid #ccc;
	font-family: 'Lucida Grande', arial, sans-serif !important;
	font-size: 1.3em;
	padding: .5em;
	width: auto;
}
#search a, #search a:visited {
	color: #fff;
}
#search a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Info ------------------------------------------------------------------------- */

#info-connect {
	text-align: left;
}
#info-connect ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#info-connect li {
	background: none;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
#info-connect li a, #info-connect li a:visited {
	border-bottom: 1px solid #efefef;
	color: #666;
	display: block;
	margin: 0;
	padding: .6em 0 .6em 30px;
}
#info-connect li.feed {
	background: url(images/feed.png) no-repeat 0 50%;
}
#info-connect li.twitter {
	background: url(images/twitter.png) no-repeat 0 50%;
}
#info-connect li.facebook {
	background: url(images/facebook.png) no-repeat 0 50%;
}
#info-connect li.flickr {
	background: url(images/flickr.png) no-repeat 0 50%;
}
#info-connect li.youtube {
	background: url(images/youtube.png) no-repeat 0 50%;
}
#info-connect li.linkedin {
	background: url(images/linkedin.png) no-repeat 0 50%;
}
#info-connect li a:hover {
	color: #6A8743;
}

/* Categories */

#categories {
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	width: 108px;
}
#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#categories li {
	background: none;
	font-size: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0 0 .35em 0;
}
#categories li li {
	font-size: 1em;
}
#categories a, #categories a:visited {
	color: #666;
}
#categories a:hover {
	color: #6A8743;
}

/* Majornav */

#navwrapper {
	background: #fff url(images/bg.png) bottom repeat-x;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 0 2em 0;
	padding: 0;
	width: 100%;
}
#nav {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav li {
	background: none;
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
#nav li a, #nav li a:visited {
	border-right: 1px solid #ccc;
	color: #666;
	display: block;
	float: left;
	margin: 0;
	padding: 1em .75em;
}
#nav li a:hover {
	background: #fff;
	color: #6A8743;
	text-decoration: none;
}

/* Secondary nav ------------------------------------------------------------------------- */

#secondarynav {
	float: left;
	margin: 0 20px 0 0;
	width: 120px;
}
#secondarynav ul {
	background: url(images/bg.png) bottom repeat-x;
	border: 1px solid #ccc;
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 0;
}
#secondarynav li {
	background: none;
	font-size: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondarynav li a, #secondarynav li a:visited {
	border-bottom: 1px solid #efefef;
	color: #666;
	display: block;
	margin: 0;
	padding: .45em .5em;
}
#secondarynav li a:hover {
	color: #6A8743;
}

/* Home */

#home {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
}
#featured {
	background: #6A8743;
}
#welcome {
	color: #fff;
	float: left;
	padding: 30px 0 0 30px;
	width: 280px;
}
#welcome h2 {
	color: #fff;
	font-size: 2em;
	padding: 0 0 .75em 0;
}
#welcome a, #welcome a:visited {
	color: #fff;
}
#welcome a:hover {
	text-decoration: underline;
}
#gallery {
	border-left: 1px solid #ccc;
	float: right;
	width: 603px;
}

/* Author excerpts */

#author-page {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 0 2em 0;
	padding: 1em 20px;
}
#authorpage-avatar {
	float: left;
	width: 110px;
}
#authorpage-avatar img {
	border: 1px solid #ccc;
}
#authorpage-description {
	color: #666;
	float: right;
	font-size: 1.3em;
	width: 450px;
}

/* Posts */

.entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.alignright {
	margin: 0 0 20px 1.5em;
}


/* Post data */

.post-data {
	clear: both;
	color: #666;
}
.post-data a img, .post img.image-feature {
	border: none;
}
.post-data ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0 0 .5em 0;
}
.post-data li {
	background: none;
	font-size: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0 0 .25em 0;
}

/* Author */

.author-info {
	float: left;
	padding: .5em 0 1.5em 0;
}
.author-avatar {
	float: left;
	width: 80px;
}
.author-bio {
	float: left;
	width: 380px;
}
.author-about {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	clear: both;
	color: #333;
	margin: 2em 0;
}
.author-about p {
	margin: 0;
	padding: .5em;
}

/* Read more */

.read-more {
	clear: both;
	display: block;
}
.read-more a:link, .read-more a:visited {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: .5em;
	text-align: right;
	text-decoration: none;
}

/* Tags */

.tags ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tags li {
	background: none;
	color: #333;
	margin: 0;
	padding: .25em 0;
}

/* Previous/Next */

.navigation {
	font-size: 1.3em;
	padding: 1em 0;
}

/* Comments */

.commentlist ol, .commentlist li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	background: none;
	border-top: 1px solid #efefef;
	clear: both;
	list-style: none;
	margin: 0;
	padding: .75em 0;
}
.commentlist h3 {
	clear: both;
}
.commentlist p {
	clear: both;
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em 0;
}
.comment-avatar {
	float: left;
	width: 80px;
}
.comment-info {
	float: left;
	width: 380px;
}
#comments-form {
	padding: 1em 0;
}

/* Footer */

#footer {
	clear: both;
	color: #666;
	margin: 0 auto;
	padding: 0;
}
#footer p {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 1em 0;
	text-align: right;
}
.clear {
	clear: both;
}

/* Links */

#links ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
}
#links li {
	background: none;
	list-style: none;
	margin: 0;
	padding: .25em 0;
}
#links li a {
	display: block;
}
.link-desc {
	color: #666;
	display: block;
	font-size: 1.1em;
}

/* Friendfeed */

.friendfeed.widget,
div.friendfeed.widget div,
div.friendfeed.widget span,
div.friendfeed.widget img,
div.friendfeed.widget table,
div.friendfeed.widget tr,
div.friendfeed.widget td {
	background: none !important;
	background-color: none !important;
	border: 0 !important;
	color: black !important;
	float: none !important;
	line-height: 1.3em !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-align: left !important;
	width: auto !important;
}

.friendfeed.widget {
	border: none !important;
	color: #000 !important;
	font-family: 'Lucida Grande', arial, sans-serif !important;
	font-size: 10pt !important;
	overflow: hidden !important;
	position: relative !important;
}

.friendfeed.widget a {
	background: none !important;
	color: #6A8743 !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}

.friendfeed.widget a:visited {
	color: #6A8743 !important;
	text-decoration: none;
}

.friendfeed.widget div {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.friendfeed.widget img {
	border: 0px !important;
}

.friendfeed.widget .logo {
	background: url("images/widget-top-border.png?v=1") 0px 0px repeat-x !important;
	display: none !important;
}

.friendfeed.widget .logo img {
	margin-left: 5px !important;
}

.friendfeed.widget .feed {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.friendfeed.widget .bottom {
	background: none !important;
	border-top: none !important;
	font-family: 'Lucida Grande', arial, sans-serif !important;
	padding: 0 0 1.5em 0 !important;
}

.friendfeed.widget .bottom a {
	font-weight: normal !important;
	text-decoration: none !important;
}

.friendfeed.widget .bottom a:visited {
	color: #6A8743 !important;
}

.friendfeed.widget .clear {
	clear: both !important;
}

.friendfeed.widget img.icon {
	height: 16px !important;
	width: 16px !important;
}

.friendfeed.widget .feed .cluster {
	background-color: none !important;
	border-bottom: 1px solid #efefef !important;
	margin: 0 0 .5em 0 !important;
	padding: 0 !important;
}

.friendfeed.widget .feed .cluster .icon {
	float: left !important;
}

.friendfeed.widget .feed .cluster .body {
	margin-left: 23px !important;
}

.friendfeed.widget .feed .entry {
	margin-bottom: .5em !important;
}

.friendfeed.widget .feed .entry .info,
.friendfeed.widget .feed .entry .likes,
.friendfeed.widget .feed .entry .comment,
.friendfeed.widget .feed .entry .expandcomment {
	font-family: 'Lucida Grande', arial, sans-serif !important;
	margin-bottom: 6pt !important;
}

.friendfeed.widget .feed .cluster .summary,
.friendfeed.widget .feed .entry .title,
.friendfeed.widget .feed .entry .media {
	margin-bottom: 4pt !important;
}

.friendfeed.widget .feed .entry .likes,
.friendfeed.widget .feed .entry .expandcomment {
	margin-left: 12px !important;
	padding-left: 19px !important;
}

.friendfeed.widget .feed .entry .comment {
	overflow: hidden !important;
	white-space: nowrap !important;
}

.friendfeed.widget .feed .entry .comment .content {
	margin-left: 31px !important;
}

.friendfeed.widget .feed .entry .info .lock {
	height: 10px !important;
	padding-bottom: 3px !important;
	padding-right: 4px !important;
	vertical-align: middle !important;
	width: 8px !important;
}

.friendfeed.widget .feed .entry .info a,
.friendfeed.widget .feed .entry .info a:visited,
.friendfeed.widget .feed .entry .likes a,
.friendfeed.widget .feed .entry .likes a:visited,
.friendfeed.widget .feed .entry .comment a,
.friendfeed.widget .feed .entry .comment a:visited,
.friendfeed.widget .feed .entry .expandcomment a,
.friendfeed.widget .feed .entry .expandcomment a:visited {
	color: #6A8743 !important;
}

.friendfeed.widget .feed .entry .expandcomment {
	font-style: italic !important;
}

.friendfeed.widget .feed .entry .likes {
	background: url("images/smile.png?v=2") left top no-repeat !important;
	display: none;
}

.friendfeed.widget .feed .entry .comment .quote {
	margin-left: 12px !important;
}

.friendfeed.widget .feed .entry .comment .quote {
	background: url("images/comment-lighter.png?v=2") 0px 2px no-repeat !important;
	display: none;
}

.friendfeed.widget .feed .entry .comment.friend .quote {
	background-image: url("images/comment-friend.png?v=2") !important;
	display: none;
}

.friendfeed.widget .feed .entry .comment .author {
	margin-top: 2px !important;
}

.friendfeed.widget .feed .entry .media td {
	padding-right: 8px !important;
}

.friendfeed.widget .feed .entry .media img {
	border: 1px solid #efefef !important;
	padding: 1px !important;
}

.friendfeed.widget .feed .entry .media td.more img {
	border: 0 !important;
}

.friendfeed.widget .feed .entry .hiddencomments {
	display: none !important;
}

.friendfeed.widget .feed .entry .likes span,
.friendfeed.widget .feed .entry .comment .content,
.friendfeed.widget .feed .entry .commentform,
.friendfeed.widget .feed .entry .expandcomment,
.friendfeed.widget .feed .entry .info,
.friendfeed.widget .feed .entry .info span,
.friendfeed.widget .feed .entry a.via,
.friendfeed.widget .feed .entry a.via:visited {
	color: #999 !important;
}

.friendfeed.widget .feed .entry a.via {
	text-decoration: none !important;
}

.friendfeed.widget .feed .entry a.via:hover {
	text-decoration: none !important;
}

.friendfeed.widget .feed .cluster .summary a {
	color: #999 !important;
	font-family: 'Lucida Grande', arial, sans-serif !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.friendfeed.widget .feed .cluster .summary a,
.friendfeed.widget .feed .cluster .summary a:hover {
	border: 0 !important;
}

.friendfeed.widget span.searchbold {
	color: black !important;
	font-weight: normal !important;
}

.friendfeed.widget .feed .entry .title {
	font-family: 'Lucida Grande', arial, sans-serif !important;
	font-size: 1em !important;
}
