/*
Theme Name: GovContracts Theme
Theme URL: http://www.lukefretwell.com/
Description: Theme by <a href="http://lukefretwell.com/">Luke Fretwell</a>.
Version: 1.1
Author: Luke Fretwell
Author URI: http://lukefretwell.com/
Tags: lukefretwell

	Luke Fretwell
	http://lukefretwell.com

	This theme was designed and built by Luke Fretwell.

*/

/* Default for IE */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #333;
	font-family: arial, sans-serif;
	font-size: 65%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
a:link, a:active, a:visited {  
	color: #0000FF; 
	text-decoration: none;
}	
a:hover, a:active {
	color: #333;
	text-decoration: none;
}
a img {
	border: none;
	}
h1, h2, h3, h4 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
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: #000;
	padding: 0 0 .25em 0;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #131A74; 
	text-decoration: none;
}
h2 {
	clear: both;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -.03em;
	margin: 0 0;
	padding: 0 0 .5em 0;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .75em;
	padding-bottom: .25em;
}
h4 {
	clear: both;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	margin-bottom: .75em;
	padding-bottom: .25em;
}
ol, ul {
	margin: 0;
	padding: 0 0 1.75em 0;
}
li {
	line-height: 1.5em;
	list-style-position: inside;
	padding: 0 0 .15em .5em;
}
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 {
	background: #efefef;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0 1.5em 1.5em 1.5em;
	padding: 1.75em 1.5em .5em 1.5em;
}

/* Home page ------------------------------------------------------------------------- */

#home-search {
	background: #FFFFCC;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}
#home-search a img {
	display: block;
	text-align: center;
	padding: 1em 1.5em;
}

/* Content areas */

#body {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 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 {
	border-right: 1px solid #ccc;
	float: left;
	margin: 2em 20px 2em 0;
	padding: 0 3em;
	width: 580px;
}
#logo-channel {
	background: url(images/govcontracts.png) no-repeat;
    display:block;
	height: 69px;
    text-indent:-9999px;
	width: 450px;
}
#content {
	float: left;
	width: 480px;
}
#content-single {
	float: left;
	width: 600px;
}
#wrapper, #nav, #footer {
	width: 950px;
}

/* Sidebar ------------------------------------------------------------------------- */

#sidebar-wrapper {
	float: right;
	width: 450px;
}
#sidebar {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 20px;
	width: 300px;
}
#sidebar h3 {
	margin: 0;
	padding: 0 0 .75em 0;
}
.social {
	background: #efefef;
	border: 1px solid #ccc;
	margin: 0 0 1.25em 0;
	padding: 20px;
}
#social-facebook {
	padding-bottom: 1.5em;
}

/* Connect ------------------------------------------------------------------------- */

#connect img {
	margin: 0 10px 0 0;
}

/* Register ------------------------------------------------------------------------- */

#register ul {
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 0;
}
#register li {
	background: none;
	font-size: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#register li a, #register li a:visited {
	background: #131A74;
	border: 3px solid #ccc;
	color: #fff;
	display: block;
	padding: .75em .5em;
}
#register li a:hover {
}

/* Recent */

#recent h3 {
	margin: 0;
	padding: 0 0 .25em 0;
}
#recent ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#recent li {
	background: none;
	margin: 0;
	padding: 0
}
#recent li a, #recent li a:visited {
	border-bottom: 1px dotted #ccc;
	display: block;
	padding: .25em 0
}

/* Advert */

.advert-square {
	padding-bottom: 1.5em;
}
#advert-leaderboard {
	padding: 1.5em 0;
}
#advert-leaderboardtop {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding: 1.5em 0;
}
#advert-leaderboardbottom {
	background: #131A74;
	padding: 2em 0;
    overflow: hidden;
	text-align: center;
	width: 100%;
}

/* Channels ------------------------------------------------------------------------- */

#channels {
	background: #000;
	border-bottom: 1px solid #ccc;
	color: #fff;
	margin-bottom: .5em;
	text-align: center;
	width: 100%;
}
#channels-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
#channels-wrapper p {
	font-size: 1.2em;
	margin: 0;
	padding: .5em 0;
}
#channels a:link, #channels a:visited {
	color: #fff;
	text-decoration: none;
}
#channels a:hover {
	text-decoration: underline;
}

/* Search ------------------------------------------------------------------------- */

#search {
	float: right;
	padding: 2em 0 0 0;
	width: 310px;
}
#search a, #search a:visited {
	color: #131A74;
}
#search a:hover {
	color: #000;
}
#search ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
#search li {
	background: none;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
#search-form {
	padding: .5em 0;
}
#search form {
	margin: 0;
	padding: 0 0 .5em 0;
}
#search-form input.search-box {
	background: #fff;
	border: 1px solid #ccc;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	margin-right: 5px;
	padding: .5em;
}
#searchsubmit {
	background: #d7d7d7;
	border: 1px solid #ccc;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	margin-right: 1em;
	padding: .5em;
	width: auto;
}
.search-excerpt {
	background: #ccc;
	font-weight: bold;
}

/* Alert */

#alert-form {
	border-top: 1px solid #ccc;
	padding: 1em 0 0 0;
}
#alert-form h3 {
	margin: 0 0 .5em 0;
	padding: 0;
}
#alert-form input.alert-box {
	background: #fff;
	border: 1px solid #ccc;
	font-family: arial, sans-serif !important;
	font-size: 1.3em;
	margin-right: 5px;
	padding: .25em;
	width: 125px;
}
#alertsubmit {
	background: #d7d7d7;
	border: 1px solid #ccc;
	color: #666;
	font-family: arial, sans-serif !important;
	font-size: 1.2em;
	padding: .35em;
}
#alert-form p {
	color: #333;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 .25em 0;
}

/* Categories */

#categories {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 108px;
}
#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#categories ul li {
	background: none;
	border-bottom: 1px dotted #999;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
	margin: 0 0 .25em 0;
	padding: 0 0 .25em 0;
}
#categories ul li ul li {
	border-bottom: none;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#categories a, #categories a:visited {
	color: #333;
	display: block;
}
#categories a:hover {
	color: #131A74;
}

/* RSS categories ------------------------------------------------------------------------- */

.rss a:link, .rss a:visited {
	background: url(images/rss-subscribe.png) no-repeat 0 50%;
	color: #000;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	margin-bottom: 1em;
	padding: .25em 30px;
}
.rss a:hover {
	color: #333;
	text-decoration: none;
}


/* Category pages */

#category-description, #video-description {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 1.5em;
}
#category-description p, #video-description p {
	margin: 0;
	padding: 1em 1em 1em 0;
}
#agilent {
	background: #fff url(images/agilent.png) no-repeat left 50%;
	padding: 0 0 0 300px;
}
#video-description {
	margin-bottom: 1em;
}
#video-description p {
	padding: 1em 1em 1em 0;
	padding: 1em;
}

/* Video */

#video-excerpt {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-size: 1em;
	padding: 1em 40px;
}
#video-excerpt ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#video-excerpt li {
	background: none;
	color: #333;
	font-size: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#video-excerpt li a:link, #video-excerpt li a:visited {
	color: #0072BC;
	margin: 0;
	padding: 0;
}
#video-excerpt li a:hover {
	color: #333;
	text-decoration: underline;
}
.video-embed {
	padding-bottom: 1.5em;
}

/* Majornav */

#navwrapper {
	background: #131A74;
	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.3em;
	list-style-position: inherit;
	margin: 0;
	padding: 0;
}
#nav li a, #nav li a:visited {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: .85em .5em;
}
#nav li a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	padding: .85em .5em;
}

/* Secondary nav ------------------------------------------------------------------------- */

#secondarynav {
	float: left;
	margin: 0 20px 0 0;
	width: 108px;
}
#secondarynav ul {
	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 0;
}
#secondarynav li a:hover {
	color: #131A74;
}

/* Tertiary */

#tertiary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tertiary li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#tertiary li a, #tertiary li a:visited {
	border-bottom: 1px dotted #ccc;
	color: #666;
	display: block;
	padding: .25em 0;
}
#tertiary li a:hover {
	color: #131A74;
}

/* Products ------------------------------------------------------------------------- */

#products {
	padding: 0 0 1em 0;
}
#products a, #products a:visited {
	color: #666;
}
#products a:hover {
	text-decoration: underline;
}
#products-powered {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.75em;
	padding: 0 0 .5em 0;
}
#products ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 1.5em 0;
	width: 100%;
}
#products li {
	border-bottom: 1px dotted #999;
	float: left;
	font-size: 1.1em;
	margin: 0 3% .25em 0;
	overflow: hidden;
	padding: 0 0 .25em 0;
	width: 30%;
}

/* Research ------------------------------------------------------------------------- */

#research {
	padding: 0 0 1em 0;
}
#research a, #research a:visited {
	color: #666;
}
#research a:hover {
	text-decoration: underline;
}
#research-powered {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.75em;
	padding: 0 0 .5em 0;
}
#research ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 1.5em 0;
	width: 100%;
}
#research li {
	border-bottom: 1px dotted #999;
	float: left;
	font-size: 1.1em;
	margin: 0 3% .25em 0;
	overflow: hidden;
	padding: 0 0 .25em 0;
	width: 47%;
}


/* Feeds ------------------------------------------------------------------------- */

#feed-description {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
}
#feed-description p {
	margin: 0;
	padding: 0;
}

/* Author excerpts */

#author-page {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 1em 20px;
}
#authorpage-avatar {
	float: left;
	width: 120px;
}
#authorpage-avatar img {
	border: 1px solid #ccc;
}
#authorpage-description {
	color: #666;
	float: right;
	font-size: 1.3em;
	width: 440px;
}

/* Posts */

.thumbnail {
	float: left;
}
.thumbnail img {
	border: 1px solid #efefef;
	margin: 0 2em 1em 0;
}
.entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.alignright {
	float: right;
	margin: 0 0 1em 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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	list-style: none;
	margin: 0;
	padding: 0 0 .15em 0;
}
.post-data a, .post-data a:visited {
	color: #000;
}

/* Author */

.author-info {
	float: left;
	padding: .5em 0 .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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	margin: 2em 0 0 0;
}
.author-about p {
	margin: 0;
	padding: .5em;
}

/* Read more */

.read-more {
	clear: both;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.read-more a:link, .read-more a:visited {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: .25em 0;
	text-align: right;
	text-decoration: none;
}
.read-more p {
	margin: 0;
	padding: 0;
}

/* Tags */

.tags ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tags li {
	background: none;
	color: #333;
	margin: 0;
	padding: 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;
	width: 980px;
}
#footer p {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 1em 0;
}
#footer-channels {
	border-top: 10px solid #000;
	padding: 2em 0;
}
#footer a, #footer a:visited {
	color: #131A74;
}
#footer a:hover {
	color: #000;
}
#footer-channels img {
	margin: 0 .5em;
}
.clear {
	clear: both;
}

/* Document links such as pdf/doc/xls */

a[href$='.pdf'] { padding:0 25px 0 0; background:transparent url(images/pdf.png) no-repeat center right;
}
a[href$='.doc'] { padding:0 25px 0 0; background:transparent url(images/doc.png) no-repeat center right;
}
a[href$='.xls'] { padding:0 25px 0 0; background:transparent url(images/xls.png) no-repeat center right;
}
a[href$='.ppt'] { padding:0 25px 0 0; background:transparent url(images/ppt.png) no-repeat center right;
}
a[href^="mailto"] { padding:0 25px 0 0; background:transparent url(images/email.png) no-repeat center right;
}

/* Links */

#links h3 {
	margin: 0;
	padding: 0 0 .25em 0;
}
#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, #links li a:visited {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
.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 {
	position: relative !important;
	background-color: white !important;
	color: black !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	text-align: left !important;
	line-height: 1.3em !important;
	width: auto !important;
	float: none !important;
}
.friendfeed.widget {
	color: #333 !important;
	font-family: arial, sans-serif !important;
	font-size: 10pt !important;
	position: relative !important;
	border: 1px solid #fff !important;
	overflow: hidden !important;
}
.friendfeed.widget a {
	background: none !important;
	color: #0000FF !important;
	font-weight: normal !important;
	text-decoration: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.friendfeed.widget a:visited {
	color: #0000FF !important;
	text-decoration: none;
}
.friendfeed.widget a:hover {
	text-decoration: underline !important;
}
.friendfeed.widget div {
	margin: 0 !important;
	padding: 0 !important;
	border: 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 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.friendfeed.widget .bottom {
	background: none !important;
	border-top: none !important;
	display: none;
	font-family: 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: #0000FF !important;
}
.friendfeed.widget .clear {
	clear: both !important;
}
.friendfeed.widget img.icon {
	width: 16px !important;
	height: 16px !important;
}
.friendfeed.widget .feed .cluster {
	background-color: #fff !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: 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 {
	width: 8px !important;
	height: 10px !important;
	vertical-align: middle !important;
	padding-right: 4px !important;
	padding-bottom: 3px !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 {
}
.friendfeed.widget .feed .entry .info a,
.friendfeed.widget .feed .entry .info a:visited {
	display: none;
}
.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: arial, sans-serif !important;
	text-decoration: none !important;
	font-weight: normal !important;
}
.friendfeed.widget .feed .cluster .summary a:hover {
	text-decoration: underline !important;
}
.friendfeed.widget .feed .cluster .summary a,
.friendfeed.widget .feed .cluster .summary a:hover {
	border: 0 !important;
}
.friendfeed.widget span.searchbold {
	font-weight: normal !important;
	color: black !important;
}
.friendfeed.widget .feed .entry .title {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.5em !important;
}
.friendfeed.widget .feed .entry .title a {
	color: #000 !important;
	font-weight: bold !important;
}