/*
	Theme Name: News Child Theme
	Theme URL: http://www.studiopress.com/themes/news
	Description: News is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

GREEN 67ACAC
ORANGE #FF8820

*/

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
/* @font-face {font-family:"Oswald";src:url("/wp-content/font/Oswald.eot?") format("eot"),url("/wp-content/font/Oswald.woff") format("woff"),url("/wp-content/font/Oswald.ttf") format("truetype"),url("/wp-content/font/Oswald.svg#Oswald") format("svg");font-weight:normal;font-style:normal;}
*/
@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
	background: #FFF url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/bgwhite.png) repeat-x;
	color: #444444;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto 0;
	font-weight:300;
	padding: 0;
	line-height: 1.5em;
	}
	
body.home {
	background: #FFF url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/bg.png) repeat-x;
}

p {
	margin: 0;
	padding: 0;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #1E8585;
	text-decoration: none;
	}
	
a:hover {
	color: #FF7710;
	text-decoration: underline;
	}
	
.entry-content a {
font-weight:700;
}

a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background:none;
	width: 100%;
	margin: 0px auto;
	padding: 0;
	position: relative;
	}
	
/***** Header  ********************/

#header {
	background:transparent !important;
	width: 960px; 
	height: 69px !important;
	margin: 0 auto 0;
	position:relative;
	}

#title-area {
	width: 480px;
	position:absolute;
	top:11px;
	left:0;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #444444;
	font-size: 0;
	font-family: Helvetica, Arial;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 42px;
	}
	
#title-area #title a {
	background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat;
	width:200px;
	height:50px;
	color: #444444;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	display:block;
	}
	
#title-area #title a:hover {
	color: #444444;
	text-decoration: none;
	}
	
#title-area #description {
	color: #666666;
	font-size: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 468px;
	float: right;
	margin: 0; 
	padding: 10px 10px 0 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 290px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 200px;
	}

/***** Primary Navigation ********************/

#nav {
	background:none;
	width: 500px;
	color: #FFFFFF;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	position:absolute;
	top:0;
	right:233px;
	text-transform: uppercase;
	overflow: visible;
	clear: both;
	}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #666666;
	}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav ul li:last-child a {
background:url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png") no-repeat scroll 12px -45px transparent;
border-right:1px solid #666666;
font-size:0;
width:23px;
height:20px;
color:transparent !important;
}

#nav ul li:last-child a:hover {
background:#444444 url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png") no-repeat scroll 12px -45px;
}

#nav ul li:last-child  {
border-right:1px solid #000000;
}

#nav ul li li:last-child  {
border-right:none !important;
}

#nav li a {
	color: #FFFFFF;
	display: block;
    margin: 0;
	padding: 24px 10px;
	text-decoration: none;
	position: relative;	
	border-right: 1px solid #666666;
	border-left: 1px solid #000000;
	line-height:20px;
	}

#nav li a:hover, #nav li a:active {
	background: #444444;
	}

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav ul ul li:last-child a {
	background: #111;
	color: #FFFFFF !important;
	font-size: 12px !important;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 7px 10px;
	text-transform: none;
	border-top: 1px solid #666;
	border-right:none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active, #nav ul ul li:last-child a:hover, #nav ul ul li:last-child a:active {
	background: #444;
	}

#nav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul ul {
	margin: -31px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 8px 0;
	}

#nav li.right a {
	background: none;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#nav li.rss a {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 3px 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** Secondary Navigation ********************/

#subnav {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/subnav.png);
	width: 960px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 300;
	margin: 0 auto 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}
	
#subnav li a {
	color: #444444;
	display: block;
    margin: 0;
	padding: 7px 15px 6px 15px;
	text-decoration: none;
	position: relative;	
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	color: #67ACAC;
	}

#subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #444444;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #F2F2F2;
	color: #67ACAC;
	}

#subnav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul ul {
	margin: -31px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 0 auto 0;
	padding: 25px 20px 25px 20px;
	overflow: hidden;
	}

.home #inner {
padding:0 20px; 
}


/***** Tabs ********************/

.ui-tabs {
	clear: both;
	width: 640px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .ui-tabs .post {
	margin: 0;
	padding: 0;
	}

.ui-tabs .ui-tabs-hide {
    display: none;
	}

.ui-tabs .ui-tabs-panel {
	width: 640px;
	}

#content .ui-tabs ul.ui-tabs-nav {
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 15px 0; 
	padding: 10px 0 10px 5px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px dotted #AAAAAA;
	clear: both;
	}
	
#content .ui-tabs ul.ui-tabs-nav li {
	background: none;
	display: inline;
	text-align: center;
	margin: 0 5px 0 0; 
	padding: 0;
	}
	
.ui-tabs ul.ui-tabs-nav li a {
	color: #444444;
	font-weight: bold;
	margin: 0; 
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.ui-tabs ul.ui-tabs-nav li a:hover {
	background: #67ACAC;
	color: #FFFFFF;
	}
	
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #444444;
	color: #FFFFFF;
	}
	
.ui-tabs .image {
	margin: 0 10px 0 0;
	padding: 0;
	}
	
.ui-tabs .more-link {
	background: #444444;
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 0; 
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.ui-tabs .more-link:hover {
	background: #67ACAC;
	}

/***** Homepage ********************/
	
#featured-top, #featured-bottom {
	width: 640px;
	float: left;
	}
	
#featured-bottom {
	font-size: 12px;
	}
	
.featured-bottom-left {
	width: 310px;
	float: left;
	}
	
.featured-bottom-right {
	width: 310px;
	float: right;
	}

#featured-top .widget, #featured-bottom .widget {
	margin: 0 0 20px 0;
	}
	
/***** Featured Post/Page ********************/

.featuredpost, .featuredpage {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.featuredpost .post, .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #AAAAAA;
	overflow: hidden;
	clear: both;
	}
	
.featuredpost img, .featuredpage img, .featuredpost .avatar, .featuredpage .avatar {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
.more-from-category {
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DDDDDD;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F4F4F4;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 480px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
	
.sidebar-content #content, .content-sidebar #content {
	width: 640px;
	}
	
.full-width-content #content {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}

#content blockquote {
	background: url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png") no-repeat scroll -899px -667px transparent;
	margin: 0 30px 15px 30px;
	padding: 10px 30px 0 30px;
	}
	
#content .endblockquote {
	background:url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/endquote.png") no-repeat scroll right bottom transparent;
	padding-bottom:20px;
	padding-right:40px;
}

#content .page {
	margin: 0;
	padding: 0 0 20px 0;
	}

#content .post {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.home #content .post {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content .post p, #content .page p {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .sticky {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 0 20px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #444444;
	font-family: 'Oswald', Helvetica, Arial;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

#content h1 strong,
#content h2 strong,
#content h3 strong,
#content h4 strong,
#content h5 strong,
#content h6 strong,
#content h1 strong a,
#content h2 strong a,
#content h3 strong a,
#content h4 strong a,
#content h5 strong a,
#content h6 strong a {
font-weight:normal;
}



#content h1, #content h2 {
	font-size: 22px;
	line-height:1.2em;
	}

#content h2 a, #content h2 a:visited {
	color: #444444;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #67ACAC;
	text-decoration: none;
	}
	
#featured-top h2, #featured-top h2 a, #featured-bottom h2, #featured-bottom h2 a, #sidebar h2, #sidebar h2 a, #footer-widgets h2, #footer-widgets h2 a {
	color: #444444;
	font-size: 16px;
	font-family: 'Oswald', Helvetica, Arial;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#featured-top h2 a:hover, #featured-bottom h2 a:hover, #sidebar h2 a:hover, #footer-widgets h2 a:hover {
	color: #67ACAC;
	text-decoration: none;
	}
	
#featured-top .ui-tabs h2, #featured-top .ui-tabs h2 a {
	font-size: 20px;
	margin: 0 0 5px 0;
	}
	
#featured-bottom h2, #featured-bottom h2 a, #sidebar h2, #sidebar h2 a, #footer-widgets h2, #footer-widgets h2 a {
	font-size: 14px;
	margin: 0 !important;
	}
	
#content h3 {
	font-size: 18px;
	}
	
#content h4 {
	font-size: 16px;
	}
	
#content #featured-top h4, #content #featured-bottom h4, #sidebar h4, #sidebar-alt h4, #footer-widgets h4 {
	color: #444444;
	font-family: 'Oswald', Helvetica, Arial;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	}
#sidebar h4, #sidebar-alt h4, #sidebar h4 a, #sidebar-alt h4 a {
font-size:18px;
text-transform:none;
color:#444 !important;
margin-bottom:10px !important;
}

#footer-widgets h4 {
	color: #55A2A2;
	font-family: 'Oswald', Helvetica, Arial;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	}

#footer-widgets .footer-widgets-1 h4 {color:#FF8B23;}

#sidebar h4, #sidebar-alt h4 {
	margin: 0 0 5px 0;
	}

#footer-widgets h4 {
	margin: 0 0 5px 0;
	padding: 0;
	border-top: none;
	}
	
#content h5 {
	font-size: 14px;
	}
	
#content h6 {
	font-size: 12px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content ul, #content ol {
	margin: 0 0 0 30px;
	padding: 0 0 15px 0;
	}
	
#footer-widgets ul {
	margin: 0;
	padding: 0 0 15px 0;
	}

#sidebar ul, #sidebar-alt ul, #sidebar ul ul, #sidebar-alt ul ul {
	margin: 0;
	padding: 0;
	}

#content ul li, #footer-widgets ul li {
	list-style-type: none;
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sidebar-list.png) no-repeat top left;
	margin: 0 0 6px 0;
	padding: 0 0 0 13px;
 	word-wrap: break-word;
	line-height:1.3em;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: none;
	background: none;
	margin: 3px 0 3px 0;
	padding: 3px 0 5px 0;
 	word-wrap: break-word;
	line-height:1.2em;
	border-bottom:1px solid #ddd;
}

#sidebar li:last-child, #sidebar-alt li:last-child {
border:none !important;
}

.full-width-content #content ul li, #sidebar .checklist li {
	list-style-type: none;
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/check.png) no-repeat left top transparent;
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
 	word-wrap: break-word;
	line-height:1.3em;
        border:none;
	}

#content .post ol li, #content .page ol li {
	margin: 0 0 0 25px;
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	font-size:10px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
/***** AdSense ********************/
	
.adsense {
	padding: 10px 0 10px 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 10px;
	border-bottom: 1px solid #DDDDDD;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}

.author-box img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Post Icons ********************/
	
.time {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.tags {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #DDDDDD;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	padding:0 !important;
	background:none !important;
	}

.navigation li a, .navigation li.disabled {
	color: #67ACAC;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F4F4F4;
	color: #67ACAC;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 300px;
	float: right;
	display: inline;
	font-size:13px;
	}
	
#sidebar-alt {
	width: 140px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-left {
	width: 145px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-right {
	width: 145px;
	float: right;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin: 0 0 20px;
    padding: 15px;
}

.widget_text {
background:none !important;
border:none !important;
padding:0 !important;
}
	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
	width: 300px; 
	height: 225px;
	margin: 10px 0 0 0; 
	padding: 0;
	}
	
/***** Sidebar(s) Dropdowns ********************/
	
#cat, #sidebar .widget_archive select, #sidebar-alt .widget_archive select {
	background: #F4F4F4;
	width: 100%;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button {
	background: #67ACAC !important;
	height:23px;
	color: #FFFFFF;
	font-size: 11px;
	line-height:11px;
	font-family: Oswald, Arial, sans-serif;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
	border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	margin: 0;
	padding: 1px 6px 3px;
	border: none;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover {
	background: #67ACAC !important;
	text-decoration: none;
	border: none;
	cursor:pointer;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F4F4F4 !important;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	margin: 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #DDDDDD;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 123px;
	border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/enews.png) no-repeat top RIGHT;
	margin: 0;
	padding: 0 0 5px 0;
	}

.enews #subscribe {
	overflow: hidden;
	}
	
.enews #subbox {
	background: #F4F4F4 !important;
	width: 240px;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	padding: 4px 0 4px 5px;
	margin: 5px 8px 0 0;
	border: 1px solid #DDDDDD;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #444444;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #444444;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F4F4F4 !important;
	color: #444444 !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}
	
/***** Footer Widgets ********************/
	
#footer-widgets {
	width: 100%;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	clear: both;
	color:#ddd !important;
	background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/footerbg.png) repeat-x;
	border-bottom:1px solid #000;
	}
	
#footer-widgets .wrap {
	width: 960px;
	margin: 0 auto 0;
	padding:15px 0;
	}
	
#footer-widgets .widget {
	background: none;
	border: none;
	}
	
#footer-widgets p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#footer-widgets li {
background:none !important;
padding:0 !important;
margin:0 !important;
}

#footer-widgets a {
color:#ddd !important;
}

#footer-widgets a:hover {
color:#ddd !important;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
padding:10px 10px 0px;
}

#footer-widgets .xoxo img {
margin-bottom:-5px !important;
margin-right:3px;
}

#footer-widgets li {
margin:0 0 5px 0 !important;
}

.footer-widgets-1 {
    background: none repeat scroll 0 0 #555555;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-right: 25px;
    outline: 1px solid #333333;
    padding: 20px 25px 0;
    width: 250px;
}
	
.footer-widgets-2 {
	width: 130px;
	float: left;
	margin-right:11px;
	}
	

.footer-widgets-3 {
	width: 130px;
	float: left;
	margin-right:11px;
	}

.footer-widgets-4 {
	width: 130px;
	float: left;
	}

.footer-widgets-5 {
	width: 120px;
	float: right;
	}

/***** Footer ********************/

#footernav ul {
text-align:center;
padding-left:0;
}

#footernav li {
list-style:none;
display:inline;
}

#footernav a {
padding:3px 8px;
}

#footer {
	width: 100%;
	background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/copybg.png) repeat-x;
	font-size: 12px;
	border-top:1px solid #FFC476;
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	text-transform: none;
	overflow: hidden;
	clear: both; 
	color:#fff;
	}

#footer .wrap {
	width:960px;
	margin:0 auto;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:700;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}

#footer .gototop {
display:none;
	}

#footer .creds {
	margin: 0;
	padding:5px 0;
	text-align: center;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	}
	
#respond {
	margin: 0 0 20px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 13px;
	padding: 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 13px;
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}

.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF !important;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	font-size: 11px;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	}

.depth-1, .even, .alt  {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

/***** CUSTOM WRAPS FOR WIDGETS ******/
.customwrap {
	padding:10px 20px;
}

.after-first-post-ad .customwrap {
	padding:0 0 20px;
}

.above-footer .customwrap {
	padding:0 20px 20px;
}

.below-footer .customwrap {
	padding:0 20px 5px;
}

/* POST NAV */
.post-nav {
line-height:1.3em;
margin:10px 0;
padding:10px 15px 10px;
background:#f7f7f7;
}

.next-post-nav {
width:300px;
float:right;
text-align:right;
}

.prev-post-nav {
width:300px;
float:left;
text-align:left;
}

.prev, .next {
font-family:'Oswald', sans-serif;
font-size:15px;
font-weight:normal;
text-transform:uppercase;
}

.post-nav a {
text-decoration:none;
font-weight:bold;
}

.post-nav a:hover {
text-decoration:underline;
}

#post-nav-title {
font-size:17px;
font-weight:bold;
margin-bottom:6px;
}


/*** HEADER SEARCH ***/
/*
#header #nav .search {
position:absolute;
top:30px;
right:-13px;
}

#header #nav .searchform {
position:relative;
width:136px;
}

#header #nav .s {
position:absolute;
top:0;
left:0;
padding:8px 0 6px 5px;
}

#header .searchsubmit {
	background: url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/search.png) !important;
	height:23px;
	width:23px;
	color: #FFFFFF;
	font-size: 11px;
	line-height:11px;
	font-family: Oswald, Arial, sans-serif;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 6px 3px;
	border: none;
	position:absolute;
	top:3px;
	right:10px;
}
*/
/*** HEADER LOGIN ***/
#headerlogin #logoutlink {
font-size:10px;
display:inline-block;
text-transform:lowercase;
font-weight:700;
margin-left:12px;
}

#headerlogin {
position:absolute;
top:17px;
left:740px;
}

#headerlogin a {
color:#fff;
font-family:helvetica, arial, sans-serif;
font-weight:300;
font-size:14px;
}

#home-top .orangebutton {
   border-top: 1px solid #e8632e;
   background: #ffae4a;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae4a), to(#e8632e));
   background: -webkit-linear-gradient(top, #ffae4a, #e8632e);
   background: -moz-linear-gradient(top, #ffae4a, #e8632e);
   background: -ms-linear-gradient(top, #ffae4a, #e8632e);
   background: -o-linear-gradient(top, #ffae4a, #e8632e);
   padding: 9px 12px 10px 12px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(6,6,6,1) 0 1px 2px;
   -moz-box-shadow: rgba(6,6,6,1) 0 1px 2px;
   box-shadow: rgba(6,6,6,1) 0 1px 2px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 17px;
   font-family: Oswald, "Arial Narrow", sans-serif;
   text-decoration: none;
   vertical-align: middle;
   display:block;
   text-align:center;
	text-transform:uppercase;
	position:absolute;
	bottom:0;
	left:0;
font-weight:normal;
   }

#home-top .orangebutton:hover {
   border-top-color: #ffae4a;
   background: #e8632e;
   background: -webkit-gradient(linear, left top, left bottom, from(#e8632e), to(#ffae4a));
   background: -webkit-linear-gradient(top, #e8632e, #ffae4a);
   background: -moz-linear-gradient(top, #e8632e, #ffae4a);
   background: -ms-linear-gradient(top, #e8632e, #ffae4a);
   background: -o-linear-gradient(top, #e8632e, #ffae4a);
   color: #ffffff;
   text-decoration:none;
   }
.orangebutton:active {
   border-top-color: #ffae4a;
   background: #e8632e;
   }

#headerlogin .greenbutton {
   white-space:nowrap;
   border-top: 1px solid #017575;
   background: #67ACAC;
   background: -webkit-gradient(linear, left top, left bottom, from(#67ACAC), to(#017575));
   background: -webkit-linear-gradient(top, #67ACAC, #017575);
   background: -moz-linear-gradient(top, #67ACAC, #017575);
   background: -ms-linear-gradient(top, #67ACAC, #017575);
   background: -o-linear-gradient(top, #67ACAC, #017575);
   padding: 7px 12px 7px 12px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 11px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   text-transform:none;
   margin:0;
   line-height:11px;
font-weight:300 !important;
   }

#headerlogin .greenbutton:hover {
   border-top-color: #67ACAC;
   background: #017575;
   background: -webkit-gradient(linear, left top, left bottom, from(#017575), to(#67ACAC));
   background: -webkit-linear-gradient(top, #017575, #67ACAC);
   background: -moz-linear-gradient(top, #017575, #67ACAC);
   background: -ms-linear-gradient(top, #017575, #67ACAC);
   background: -o-linear-gradient(top, #017575, #67ACAC);
   color: #ffffff;
   text-decoration:none;
   }
#headerlogin .greenbutton:active {
   border-top-color: #67ACAC;
   background: #017575;
   }

.greensubbutton {
   border-top: 1px solid #017575;
   background: #67ACAC;
   background: -webkit-gradient(linear, left top, left bottom, from(#67ACAC), to(#017575));
   background: -webkit-linear-gradient(top, #67ACAC, #017575);
   background: -moz-linear-gradient(top, #67ACAC, #017575);
   background: -ms-linear-gradient(top, #67ACAC, #017575);
   background: -o-linear-gradient(top, #67ACAC, #017575);
   padding: 4px 8px 3px;
   text-transform:uppercase;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 11px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   border-width:1px 0 0 0;
font-weight:300 !important;
   }

.greensubbutton:hover {
   border-top-color: #67ACAC;
   background: #017575;
   background: -webkit-gradient(linear, left top, left bottom, from(#017575), to(#67ACAC));
   background: -webkit-linear-gradient(top, #017575, #67ACAC);
   background: -moz-linear-gradient(top, #017575, #67ACAC);
   background: -ms-linear-gradient(top, #017575, #67ACAC);
   background: -o-linear-gradient(top, #017575, #67ACAC);
   color: #ffffff;
   text-decoration:none;
   border-width:1px 0 0 0;
   }

.greensubbutton:active {
   border-top-color: #67ACAC;
   background: #017575;
   border-width:1px 0 0 0;
   }

.orangesubbutton {
  border-top: 1px solid #e8632e;
   background: #ffae4a;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae4a), to(#e8632e));
   background: -webkit-linear-gradient(top, #ffae4a, #e8632e);
   background: -moz-linear-gradient(top, #ffae4a, #e8632e);
   background: -ms-linear-gradient(top, #ffae4a, #e8632e);
   background: -o-linear-gradient(top, #ffae4a, #e8632e);
   padding: 4px 8px 3px;
   text-transform:uppercase;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 11px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   border-width:1px 0 0 0;
font-weight:300 !important;
 }

.orangesubbutton:hover {
   border-top-color: #ffae4a;
   background: #e8632e;
   background: -webkit-gradient(linear, left top, left bottom, from(#e8632e), to(#ffae4a));
   background: -webkit-linear-gradient(top, #e8632e, #ffae4a);
   background: -moz-linear-gradient(top, #e8632e, #ffae4a);
   background: -ms-linear-gradient(top, #e8632e, #ffae4a);
   background: -o-linear-gradient(top, #e8632e, #ffae4a);
   color: #ffffff;
   text-decoration:none;
   border-width:1px 0 0 0;
   }
.orangesubbutton:active {
   border-top-color: #ffae4a;
   background: #e8632e;
   }

.subinput {
margin-bottom:5px;
padding:3px 5px;
border:1px solid #ddd;
width:140px;
border-radius:2px 2px 2px 2px;
-moz-border-radius:2px 2px 2px 2px;
-webkit-border-radius:2px 2px 2px 2px;
}

/*** GENERIC ORANGE BUTTON ***/

.orangebutton {
   border-top: 1px solid #e8632e;
   background: #ffae4a;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae4a), to(#e8632e));
   background: -webkit-linear-gradient(top, #ffae4a, #e8632e);
   background: -moz-linear-gradient(top, #ffae4a, #e8632e);
   background: -ms-linear-gradient(top, #ffae4a, #e8632e);
   background: -o-linear-gradient(top, #ffae4a, #e8632e);
   padding: 9px 12px 10px 12px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: 0 1px 3px #AAAAAA;
   -moz-box-shadow: 0 1px 3px #AAAAAA;
   box-shadow: 0 1px 3px #AAAAAA;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 17px;
   font-family: Oswald, "Arial Narrow", sans-serif;
   text-decoration: none;
   vertical-align: middle;
   display:inline-block;
   text-align:center;
   text-transform:uppercase;
   margin:20px 0;	
   font-weight:normal !important;
   }

.orangebutton:hover {
   border-top-color: #ffae4a;
   background: #e8632e;
   background: -webkit-gradient(linear, left top, left bottom, from(#e8632e), to(#ffae4a));
   background: -webkit-linear-gradient(top, #e8632e, #ffae4a);
   background: -moz-linear-gradient(top, #e8632e, #ffae4a);
   background: -ms-linear-gradient(top, #e8632e, #ffae4a);
   background: -o-linear-gradient(top, #e8632e, #ffae4a);
   color: #ffffff;
   text-decoration:none;
   }

/*** GOOGLE SEARCH BUTTON ***/
input.gsc-search-button {
   border-top: 1px solid #e8632e !important;
   background: #ffae4a !important;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae4a), to(#e8632e)) !important;
   background: -webkit-linear-gradient(top, #ffae4a, #e8632e) !important;
   background: -moz-linear-gradient(top, #ffae4a, #e8632e) !important;
   background: -ms-linear-gradient(top, #ffae4a, #e8632e) !important;
   background: -o-linear-gradient(top, #ffae4a, #e8632e) !important;
   padding: 0px 8px 2px !important;
   -webkit-border-radius: 2px !important;
   -moz-border-radius: 2px !important;
   border-radius: 2px 0 0 0  !important;
   border-right:none  !important;
 border-bottom:none  !important;
border-left:none  !important;
   -webkit-box-shadow: 0 1px 3px #AAAAAA  !important;
   -moz-box-shadow: 0 1px 3px #AAAAAA !important;
   box-shadow: 0 1px 3px #AAAAAA !important;
   text-shadow: rgba(0,0,0,.4) 0 1px 0  !important;
   color: #ffffff !important;
   font-size: 17px !important;
   font-family: Oswald, "Arial Narrow", sans-serif  !important;
   text-decoration: none !important;
   vertical-align: middle !important;
   display:inline-block !important;
   text-align:center !important;
   text-transform:uppercase !important;
   margin:20px 0 !important;	
   font-weight:normal !important;
}

input.gsc-search-button:hover {
   border-top-color: #ffae4a  !important;
   background: #e8632e  !important;
   background: -webkit-gradient(linear, left top, left bottom, from(#e8632e), to(#ffae4a))  !important;
   background: -webkit-linear-gradient(top, #e8632e, #ffae4a) !important;
   background: -moz-linear-gradient(top, #e8632e, #ffae4a) !important;
   background: -ms-linear-gradient(top, #e8632e, #ffae4a) !important;
   background: -o-linear-gradient(top, #e8632e, #ffae4a) !important;
   color: #ffffff !important;
   text-decoration:none !important;
   }

/*** GENERIC GREEN BUTTON ***/

.greenbutton {
   border-top: 1px solid #017575;
   background: #67ACAC;
   background: -webkit-gradient(linear, left top, left bottom, from(#67ACAC), to(#017575));
   background: -webkit-linear-gradient(top, #67ACAC, #017575);
   background: -moz-linear-gradient(top, #67ACAC, #017575);
   background: -ms-linear-gradient(top, #67ACAC, #017575);
   background: -o-linear-gradient(top, #67ACAC, #017575);
   padding: 9px 12px 10px 12px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: 0 1px 3px #AAAAAA;
   -moz-box-shadow: 0 1px 3px #AAAAAA;
   box-shadow: 0 1px 3px #AAAAAA;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 17px;
   font-family: Oswald, "Arial Narrow", sans-serif;
   text-decoration: none;
   vertical-align: middle;
   display:inline-block;
   text-align:center;
   text-transform:uppercase;
   margin:20px 0;	
   font-weight:normal !important;
   }

.greenbutton:hover {
   border-top-color: #67ACAC;
   background: #017575;
   background: -webkit-gradient(linear, left top, left bottom, from(#017575), to(#67ACAC));
   background: -webkit-linear-gradient(top, #017575, #67ACAC);
   background: -moz-linear-gradient(top, #017575, #67ACAC);
   background: -ms-linear-gradient(top, #017575, #67ACAC);
   background: -o-linear-gradient(top, #017575, #67ACAC);
   color: #ffffff;
   text-decoration:none;
   }

#fourbuttons .greenbutton {
font-size:12px;
line-height:14px;
margin:12px 5px 0;
color:#444444 !important;
padding:10px 15px 11px;
border-top: 1px solid #ccc;
background: #dddddd;
text-shadow:none;
}

#fourbuttons #blogbutton {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat -16px -743px;
}

#fourbuttons #blogbutton:hover {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat -16px -803px;
}

#fourbuttons #feedburnerbutton {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat -221px -743px;
}

#fourbuttons #feedburnerbutton:hover {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat -221px -803px;
}

#fourbuttons #emailmarketingbutton {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat -428px -743px;
}

#fourbuttons #emailmarketingbutton:hover {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat -428px -803px;
}

#fourbuttons #internetmarketingbutton {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat -595px -743px;
}

#fourbuttons #internetmarketingbutton:hover {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) no-repeat -595px -803px;
}

#fourbuttons {
height:60px;
}

#fourbuttons .greenbutton:hover {
   border-top-color: #eee;
   background: #dddddd;
   background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
   background: -webkit-linear-gradient(top, #eeeeee, #dddddd);
   background: -moz-linear-gradient(top, #eeeeee, #dddddd);
   background: -ms-linear-gradient(top, #eeeeee, #dddddd);
   background: -o-linear-gradient(top, #eeeeee, #dddddd);
   color: #444444;
   text-decoration:none;
   text-shadow:none;
   }
#fourbuttonfullwidth {
background: #FFF url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/bg.png) 0 -70px repeat-x;
width:100%;
border-bottom:1px solid #ddd;
}

#fourbuttonwrap {
width:960px;
margin:0 auto;
padding:0;
height:60px;
}

#fourbuttonsarrow {
background: transparent url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) -240px -551px no-repeat;
height:60px;
width:175px;
float:left;
}

/*** FREE TRIAL LEFT ***/
#freetrial {
position:fixed;
top:0;
right:-1px;
width:141px;
height:140px;
display:block;
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) 0 -429px no-repeat;
z-index:1000;
}

#freetrial:hover {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) 0 -579px no-repeat;
cursor:pointer;
}

/*** FREE TRIAL BUTTON ***/

.orangefreetrial {
   border-top: 1px solid #e8632e;
   background: #ffae4a;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffae4a), to(#e8632e));
   background: -webkit-linear-gradient(top, #ffae4a, #e8632e);
   background: -moz-linear-gradient(top, #ffae4a, #e8632e);
   background: -ms-linear-gradient(top, #ffae4a, #e8632e);
   background: -o-linear-gradient(top, #ffae4a, #e8632e);
   padding: 9px 12px 10px 12px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(9,9,9,1) 0 1px 2px;
   -moz-box-shadow: rgba(9,9,9,1) 0 1px 2px;
   box-shadow: rgba(9,9,9,1) 0 1px 2px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 17px;
   font-family: Oswald, "Arial Narrow", sans-serif;
   text-decoration: none;
   vertical-align: middle;
   display:inline-block;
   margin:20px 0;
   text-align:center;
   text-transform:uppercase;
	font-weight:normal !important;
   }

.orangefreetrial:hover {
   border-top-color: #ffae4a;
   background: #e8632e;
   background: -webkit-gradient(linear, left top, left bottom, from(#e8632e), to(#ffae4a));
   background: -webkit-linear-gradient(top, #e8632e, #ffae4a);
   background: -moz-linear-gradient(top, #e8632e, #ffae4a);
   background: -ms-linear-gradient(top, #e8632e, #ffae4a);
   background: -o-linear-gradient(top, #e8632e, #ffae4a);
   color: #ffffff;
   text-decoration:none;
   }

.orangefreetrial:active {
   border-top-color: #ffae4a;
   background: #e8632e;
   }

/*** HOME PAGE WIDGET AREAS ***/
.home #content {
width:960px;
}

#home-top {
height:362px;
padding-bottom:30px;
}


.home-box-1,
.home-box-2,
.home-box-3,
.home-box-4 {
width:163px;
float:left;
height:260px;
padding-bottom:25px;
border-right:1px solid #ccc;
border-left:1px solid #fff;
padding:85px 13px 0;
margin:20px 0 0px;
}

.home-box-4 {
border-right:none;
padding-right:0;
}

.home-box-1 {
border-left:none;
padding-left:0;
background:url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png") no-repeat scroll -425px -18px transparent;
}

.home-box-2 {
background:url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png") no-repeat scroll -560px -18px transparent;
}

.home-box-3 {
background:url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png") no-repeat scroll -708px -18px transparent;
}

.home-box-4 {
background:url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png") no-repeat scroll -863px -18px transparent;
}

.home-top-arrow {
    float: left;
    height: 345px;
    padding: 20px 30px 42px 0;
    width: 175px;
margin-right:15px;	
}

#home-top {
font-size:16px;
}

#home-top p strong {
font-weight:700;
}

strong {font-weight:700;}

#home-middle,
#home-bottom {
clear:both;
}

#home-middle {
margin-bottom:20px;
border-bottom:1px solid #f7f7f7;
}

#home-middle h4 {
    border-bottom: 1px solid #f7f7f7;
    font-size: 19px;
    padding-bottom: 17px;
    text-align: center;
}

#home-bottom {
margin-bottom:30px;
}

.home-bottom-left {
width:560px;
padding:15px 34px 0;
border-right:1px solid #f7f7f7;
float:left;
font-size:20px;
line-height:1.5em;
background:url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png") no-repeat scroll -899px -630px transparent;
}

.home-bottom-left img {
border:none !important;
background:transparent !important;
}

.home-bottom-left h4 {
font-size:20px !important;
}

.testimonialauthor {
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    text-align: right;
}

.home-bottom-right {
width:300px;
float:left;
padding-top:23px;
font-size:14px !important;
}

.home-bottom-right li {
background:none !important;
padding:0 !important;
}

.home-bottom-right h4 a {
color:#444 !important;
font-size:20px;
}

.home-bottom-right h4 {
margin-bottom:15px !important;
}

.home-bottom-middle {
display:none;
}

.home-bottom-left,
.home-bottom-middle {
margin-right:30px;
}

.home-top-arrow {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/sprite.png) -200px -129px no-repeat;
}

#home-top .home-top-arrow .textwidget {
font-family:oswald, "arial narrow", sans-serif;
font-size:33px !important;
line-height:1.1em !important;
letter-spacing:-1px !important;
}

#home-top .textwidget {
position:relative;
height:260px;
font-size:14px;
line-height:1.25em;
}


#home-top h2, #home-top h2 a {
color:#999 !important;
font-size:20px;
font-family:"Oswald", "Arial Narrow", sans-serif;
}

#home-top ul {
margin:0 0 0 -12px;
}

#home-top li {
margin-bottom:6px !important;
}

.black {color:#000;}

/**** SPAN STYLES ****/
.orange {color:#FF8820;}

/*** SLIDEDECK ***/
#slidedeck_widget-2 img {padding:15px !important;}
.skin-default dl.slidedeck > dd {background:#fff !important;border:none !important;}

/*** RSS WIDGET ****/
.rsswidget img {display:none;}

/*** MAIN SUBSCRIBE FORM IN SIDEBAR ***/
#mainsubform {
padding:15px 15px 130px;
background: url("https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/free-LBB.png") no-repeat scroll center bottom #555555;
border:1px solid #333;
text-align:center;
border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
-moz-border-radius:3px 3px 3px 3px;
}

#text-2 h4 {
    background: #FF8820;
    color: #FFFFFF;
    font-size: 22px;
    margin: 0 !important;
    padding: 7px 10px;
    text-align: center;
border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
}

#mainsubform .subinput {
width:150px;
border:1px solid #444;
}

#mainsubform p {
color:#eee;
font-size:16px;
margin-bottom:10px;
line-height:18px;
}

/*** LANDING PAGES ****/
.smallauthor {
font-size:.8em;
float:right;
display:inline-block;
font-weight:700;
}

.line {
border-top:1px solid #ddd;
width:60%;
margin:30px auto 30px;
clear:both;
}

.full-width-content #content blockquote {
margin-bottom:30px;
}

.full-width-content #content h2 {
margin:10px 0 15px;
}

.full-width-content #content .entry-title {
text-align:center;
font-size:33px;
color:#FF8820;
}

#content .entry-title {
font-size:33px;
color:#FF8820;
margin-bottom:0 !important;
}

.full-width-content #content ul {
width:88%;
margin:0 auto 0px;
}

.full-width-content #inner {
width:800px;
}

/*** LBB AD ***/
#LBBad {
background:url(https://s3.amazonaws.com/assets.feedblitz.com/wp-content/themes/news/images/lbb-ad.jpg) no-repeat;
margin-top:-10px;
}

#LBBbenefits {
margin-left:120px;
padding-top:7px;
}

#LBBbenefits ul {
font-size:15px;
}

#LBBad a {
margin-right:17px;
}

#sidebar #LBBtitle {
font-size:28px !important;
color:#FE7600 !important;
margin-bottom:15px !important;
}

/**** TESTIMONIALS ****/
.testimonials .post-info,
.testimonials .entry-title,
.testimonials .categories {
display:none;
}

.testimonials .post-meta {
font-size:0;
color:#fff;
border:none;
padding:0;
margin:0;
clear:both;
}

.testimonials {
padding:20px 35px 15px;
border-top:1px solid #ddd;
margin:0;
clear:both;
}

.testimonials:last-child {
border-bottom:1px solid #ddd;
}

.home .testimonials {
padding:0;
border:none;
}

.home .testimonials:last-child {
border:none;
}
/*
added by psh for use in tables
*/
.odd {
	background-color: #f7f7f7;
	padding: 4px;
}

.even {
	background-color: #FFFFFF;
	padding: 4px;
}
