/*
	Theme Name: News Child Theme
	Theme URI: http://www.studiopress.com/themes/news
	Description: News is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.0.1
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Social Icons
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* News Green
* News Orange
* News Pink
* News Purple
* News Red
* News Teal

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(//fonts.googleapis.com/css?family=Droid+Sans);
@import url(//fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
}

input,
select,
textarea,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0094d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg-light.png);
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	background-color: #fff;
    background: url(images/cntlogo-compact.jpg) no-repeat;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	min-height: 110px;
	margin: 0 auto;
	overflow: hidden;
	width: 1060px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 18px 0 0 20px;
	width: 500px;
}

#title {
	font-family: 'Droid Sans', sans-serif;
	font-size: 54px;
	font-weight: bold;
	line-height: 54px;
	margin: 0;
	text-shadow: 3px 3px #ccc;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .widget-area {
	float: right;
	padding: 3px 15px 0;
	width: 730px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 110px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 1060px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #999;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #0094d2;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #0094d2;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 130px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: url(images/bg-dark.png);
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 1060px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 5px 12px;
	position: relative;
	text-decoration: none;
    word-spacing: 2px;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #0094d2;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: url(images/bg-dark.png);
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #0094d2;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#nav li ul a {
	width: 120px;
}

#nav li ul ul {
	margin: -33px 0 0 139px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 14px;
	padding: 9px 15px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #0094d2;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 7px 0 5px 18px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}

/* Home Secondary Navigation
------------------------------------------------------------ */
#homenav {
	clear: both;	
	background-color: #f5f5f5; 
	font-family: 'Oswald', arial, serif;
	margin: 0 auto;
	overflow: hidden;
	height: 90px;
	width: 1060px;
}

#homenav ul {
	float: left;
	width: 100%;
}

#homenav li {
	float: left;
	list-style-type: none;
}

#homenav li a {
	color: #000000;
	display: block;
	font-size: 14px;
	padding: 15px 12px 10px;
	position: relative;
	text-decoration: none;
}

#homenavv li a:hover,
#homenav li a:active,
#homenav .current_page_item a,
#homenav .current-cat a,
#homenav .current-menu-item a {
	color: #8eddff;
}

#homenav li li a,
#homenav li li a:link,
#homenav li li a:visited {
	background: url(images/bg-light.png);
	border: 1px solid #ccc;
	border-top-width: 0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}

#homenav li li a:hover,
#homenav li li a:active {
	color: #0094d2;
}

#homenav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#homenav li ul a {
	width: 120px;
}

#homenav li ul ul {
	margin: -33px 0 0 139px;
}

#homenav li:hover>ul,
#homenav li.sfHover ul {
	left: auto;
}

#homenav li.social-facebook,
#homenav li.social-rss,
#homenav li.social-googleplus,
#homenav li.social-twitter {
	float: right;
}

#homenav li.social-facebook a {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-facebook.png);
	margin: 9px 5px 9px 5px;

}

#homenav li.social-facebook a:hover {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-facebook-on.png);
	margin: 9px 5px 9px 5px;
}

#homenav li.social-rss a {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-rss.png);
	margin: 9px 10px 9px 5px;

}

#homenav li.social-rss a:hover {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-rss-on.png);
	margin: 9px 10px 9px 5px;
}

#homenav li.social-googleplus a {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-googleplus.png);
	margin: 9px 5px 9px 5px;

}

#homenav li.social-googleplus a:hover {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-googleplus-on.png);
	margin: 9px 5px 9px 5px;
}

#homenav li.social-twitter a {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-twitter.png);
	margin: 9px 5px 9px 5px;

}

#homenav li.social-twitter a:hover {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-twitter-on.png);
	margin: 9px 5px 9px 5px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;	
	background: url(images/nav2-bg.png) no-repeat center left;
	font-family: 'Oswald', arial, serif;
	margin: 0 auto;
	overflow: hidden;
	height: 50px;
	width: 1060px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	padding: 15px 12px 10px;
	position: relative;
	text-decoration: none;
    word-spacing: 2px;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #8eddff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: url(images/bg-light.png);
	border: 1px solid #ccc;
	border-top-width: 0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #0094d2;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#subnav li ul a {
	width: 120px;
}

#subnav li ul ul {
	margin: -33px 0 0 139px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Social Icons
------------------------------------------------------------ */

#subnav li.social-facebook,
#subnav li.social-rss,
#subnav li.social-googleplus,
#subnav li.social-twitter {
	float: right;
}

#subnav li.social-facebook a {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-facebook.png);
	margin: 9px 5px 9px 5px;

}

#subnav li.social-facebook a:hover {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-facebook-on.png);
	margin: 9px 5px 9px 5px;
}

#subnav li.social-rss a {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-rss.png);
	margin: 9px 10px 9px 5px;

}

#subnav li.social-rss a:hover {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-rss-on.png);
	margin: 9px 10px 9px 5px;
}

#subnav li.social-googleplus a {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-googleplus.png);
	margin: 9px 5px 9px 5px;

}

#subnav li.social-googleplus a:hover {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-googleplus-on.png);
	margin: 9px 5px 9px 5px;
}

#subnav li.social-twitter a {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-twitter.png);
	margin: 9px 5px 9px 5px;

}

#subnav li.social-twitter a:hover {
	display: block;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
  background: url(images/menu-twitter-on.png);
	margin: 9px 5px 9px 5px;
}

/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	margin: 0 auto;
	width: 1060px;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content-sidebar #inner {
	background: url(images/inner-cs.png);
}

.sidebar-content #inner {
	background: url(images/inner-sc.png);
}
	
.content-sidebar-sidebar #inner {
	background: url(images/inner-css.png);
}
	
.sidebar-sidebar-content #inner {
	background: url(images/inner-ssc.png);
}
	
.sidebar-content-sidebar #inner {
	background: url(images/inner-scs.png);
}
	
.full-width-content #inner {
	background: #fff;
}


/* Home Top
------------------------------------------------------------ */

#home-top {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}

#home-top .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}

#home-top .wrap {
	overflow: hidden;
	padding: 5px 5px 5px;
}

#home-top .ui-tabs ul.ui-tabs-nav {
	border-bottom: 1px dotted #ddd;
	margin: 10px 0;
	padding: 0 0 13px;
}

#home-top .ui-tabs ul.ui-tabs-nav li a {
	background-color: #f5f5f5;
	font-weight: bold;
}

#home-top .ui-tabs ul.ui-tabs-nav li a:hover,
#home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background-color: #00a7ed;
	color: #fff;
}

#home-top .ui-tabs .post {
	background-color: #fff;
	margin: 0;
	padding: 0;
}


/* Home Middle
------------------------------------------------------------ */

#home-middle {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}

#home-middle .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}

#home-middle .wrap {
	overflow: hidden;
	padding: 5px 5px 5px;
}

.home-middle-left {
	float: left;
	width: 320px;
}

.home-middle-right {
	float: right;
	width: 315px;
}


/* Home Bottom
------------------------------------------------------------ */

#home-bottom {
	overflow: hidden;
}

#home-bottom .wrap {
	overflow: hidden;
	padding: 5px 5px 5px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border: none;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	border: none;
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 870px;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 905px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1060px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 15px 25px 10px;
	width: 500px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.content-sidebar-sidebar #content {
	width: 385px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.home.news.content-sidebar #content {
	padding: 20px;
	width: 670px;
}

.full-width-content #content {
	width: 1010px;
}

blockquote {
	background-color: #f5f5f5;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #666;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
}

.post {
	margin: 0 0 40px;
}

.single .post {
	margin: 0 0 10px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.after-post-ad {
	background-color: #f5f5f5;
	margin: 10px 75px 10px;
	padding: 20px;
	overflow: hidden;
}

.after-content-ad {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: center;
	width: 1060px;
}

.more-from-category {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	padding: 0 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-family: 'Oswald', arial, serif;
	margin: 0 0 10px;
    word-spacing: 3px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: 'Oswald', arial, serif;
	font-size: 24px;
	line-height: 30px;
    word-spacing: 3px;
}

.featuredpost h2,
.featuredpost h2 a {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

#home-bottom h2,
#home-top h2 {
	margin: 5px 0;
}

.home-middle-right .featuredpost h2,
.home-middle-right h2 a,
.sidebar .featuredpost h2,
.sidebar .featuredpost h2 a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0 0;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
	line-height: 24px;
}

h2 a:hover {
	color: #0094d2;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
}

.widget h4,
.widget-area h4 {
	text-transform: uppercase;
}

.widget-area h4 {
	font-size: 14px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 30px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


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

.post-info {
	font-size: 11px;
	margin: 0 0 15px;
}

.featuredpost .post-info,
.ui-tabs .post-info {
	color: #666;
	margin: 2;
}

.ui-tabs .post-info {
	margin: 0 0 5px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 13px;
	line-height: 20px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 3px 0 3px 22px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 20px;
}

.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}

.featuredpost .post-comments,
.featuredpost  .time {
	background: none;
	margin: 0;
	padding: 0;
}


/* Images
------------------------------------------------------------ */

.content-sidebar .entry-content img,
.sidebar-content .entry-content img {
	max-width: 640px;
}

.content-sidebar-sidebar .entry-content img,
.sidebar-content-sidebar .entry-content img,
.sidebar-sidebar-content .entry-content img {
	max-width: 470px;
}

.avatar,
.entry-content img,
.featuredpage img,
.featuredpost img,
.post-image,
.ui-tabs img {
	background: none;
	border: 0px;
	padding: 1px;
    margin-right: 5px;
}

.featuredpost img {
	margin: 0 0 10px;
}

img.ad-left {
	float: left;
	margin: 5px 10px 5px 0;
}

img.ad-right {
	float: left;
	margin: 5px 0;
}

.author-box .avatar {
	background-color: #fff;
	border: 4px solid #ddd;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	width: 72px;
}

.post-image {
	margin: 0 10px 10px 0;
	border: none;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 15px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignleftshort {
	display: inline;
	margin: 0 15px 0 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

#home-top .alignleft {
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background-color: #f5f5f5;
	padding: 10px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #0094d2;
	border: 1px solid #0094d2;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 345px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: left;
}

#sidebar .widget,
#sidebar-alt .widget {
	border-bottom: 1px solid #d5d5d5;
}

.sidebar .widget-wrap {
	border-bottom: 3px solid #eee;
	overflow: hidden;
	padding: 12px 7px 12px;
}

.sidebar .widget ul {
	margin: 5px 0 -5px;
}

.sidebar .widget ul li,
.sidebar .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	margin: 0 0 3px;
	padding: 0 0 3px 20px;
	word-wrap: break-word;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 0 15px;
}

.home.content-sidebar .home-middle-right .featuredpost .post,
.home.content-sidebar #home-bottom .featuredpost .post {
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background-color: #00a7ed;
	border: 1px solid #0094d2;
	color: #fff;
	cursor: pointer;
	font-family: 'Droid Sans', sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #0094d2;
	border: 1px solid #0094d2;
	color: #fff;
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	padding: 25px 20px 0 0;
}

#nav .searchform {
	float: right;
	padding: 2px 0 0;
}

.s {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	margin: 5px -6px 0 0;
	padding: 5px;
	width: 180px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews {
	background: url(images/enews.png) no-repeat top right;
}

.enews #subbox {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	margin: 10px -2px 0 0;
	padding: 5px;
	width: 175px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 auto;
	overflow: hidden;
	width: 1060px;
}

#footer-widgets .wrap {
	border: 4px solid #f5f5f5;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 14px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}

#footer-widgets .widget ul li,
#footer-widgets .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 18px;
	word-wrap: break-word;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 330px;
}

.footer-widgets-2 {
	float: left;
	width: 330px;
}

.footer-widgets-3 {
	float: right;
	width: 330px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: url(images/footer.png) no-repeat top;
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	padding: 30px 0 20px;
	overflow: hidden;
	text-transform: uppercase;
	width: 1060px;
}

#footer p {
	color: #666;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #0094d2;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 735px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 0px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* News Green
------------------------------------------------------------ */

.news-green a,
.news-green a:visited {
	color: #1c9b3d;
	text-decoration: none;
}

.news-green a:hover {
	text-decoration: underline;
}

.news-green #header ul.nav li li a,
.news-green #header ul.nav li li a:link,
.news-green #header ul.nav li li a:visited,
.news-green #header ul.menu li li a,
.news-green #header ul.menu li li a:link,
.news-green #header ul.menu li li a:visited,
.news-green #nav li li a,
.news-green #nav li li a:link,
.news-green #nav li li a:visited {
	color: #fff;
}

.news-green #subnav li li a,
.news-green #subnav li li a:link,
.news-green #subnav li li a:visited,
.news-green h2 a,
.news-green h2 a:visited {
	color: #333;
}

.news-green #header ul.nav li a:hover,
.news-green #header ul.nav li a:active,
.news-green #header ul.nav .current_page_item a,
.news-green #header ul.nav .current-cat a,
.news-green #header ul.nav .current-menu-item a,
.news-green #header ul.menu li a:hover,
.news-green #header ul.menu li a:active,
.news-green #header ul.menu .current_page_item a,
.news-green #header ul.menu .current-cat a,
.news-green #header ul.menu .current-menu-item a,
.news-green #header ul.nav li li a:hover,
.news-green #header ul.nav li li a:active,
.news-green #header ul.menu li li a:hover,
.news-green #header ul.menu li li a:active,
.news-green #nav li a:hover,
.news-green #nav li a:active,
.news-green #nav .current_page_item a,
.news-green #nav .current-cat a,
.news-green #nav .current-menu-item a,
.news-green #nav li li a:hover,
.news-green #nav li li a:active,
.news-green #nav li.right a:hover,
.news-green #subnav li a:hover,
.news-green #subnav li a:active,
.news-green #subnav .current_page_item a,
.news-green #subnav .current-cat a,
.news-green #subnav .current-menu-item a,
.news-green #subnav li li a:hover,
.news-green #subnav li li a:active,
.news-green h2 a:hover,
.news-green #footer a:hover {
	color: #1c9b3d;
}

.news-green #home-top .ui-tabs ul.ui-tabs-nav li a:hover,
.news-green #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
.news-green .navigation li a:hover,
.news-green .navigation li.active a {
	background-color: #1c9b3d;
}

.news-green .navigation li a:hover,
.news-green .navigation li.active a {
	border: 1px solid #1c9b3d;
}

.news-green h2 a:hover {
	text-decoration: none;
}

.news-green input[type="button"],
.news-green input[type="submit"] {
	background-color: #27c753;
	border: 1px solid #1c9b3d;
}

.news-green input:hover[type="button"],
.news-green input:hover[type="submit"] {
	background-color: #1c9b3d;
	border: 1px solid #1c9b3d;
}


/* News Orange
------------------------------------------------------------ */

.news-orange a,
.news-orange a:visited {
	color: #e88e05;
	text-decoration: none;
}

.news-orange a:hover {
	text-decoration: underline;
}

.news-orange #header ul.nav li li a,
.news-orange #header ul.nav li li a:link,
.news-orange #header ul.nav li li a:visited,
.news-orange #header ul.menu li li a,
.news-orange #header ul.menu li li a:link,
.news-orange #header ul.menu li li a:visited,
.news-orange #nav li li a,
.news-orange #nav li li a:link,
.news-orange #nav li li a:visited {
	color: #fff;
}

.news-orange #subnav li li a,
.news-orange #subnav li li a:link,
.news-orange #subnav li li a:visited,
.news-orange h2 a,
.news-orange h2 a:visited {
	color: #333;
}

.news-orange #header ul.nav li a:hover,
.news-orange #header ul.nav li a:active,
.news-orange #header ul.nav .current_page_item a,
.news-orange #header ul.nav .current-cat a,
.news-orange #header ul.nav .current-menu-item a,
.news-orange #header ul.menu li a:hover,
.news-orange #header ul.menu li a:active,
.news-orange #header ul.menu .current_page_item a,
.news-orange #header ul.menu .current-cat a,
.news-orange #header ul.menu .current-menu-item a,
.news-orange #header ul.nav li li a:hover,
.news-orange #header ul.nav li li a:active,
.news-orange #header ul.menu li li a:hover,
.news-orange #header ul.menu li li a:active,
.news-orange #nav li a:hover,
.news-orange #nav li a:active,
.news-orange #nav .current_page_item a,
.news-orange #nav .current-cat a,
.news-orange #nav .current-menu-item a,
.news-orange #nav li li a:hover,
.news-orange #nav li li a:active,
.news-orange #nav li.right a:hover,
.news-orange #subnav li a:hover,
.news-orange #subnav li a:active,
.news-orange #subnav .current_page_item a,
.news-orange #subnav .current-cat a,
.news-orange #subnav .current-menu-item a,
.news-orange #subnav li li a:hover,
.news-orange #subnav li li a:active,
.news-orange h2 a:hover,
.news-orange #footer a:hover {
	color: #e88e05;
}

.news-orange #home-top .ui-tabs ul.ui-tabs-nav li a:hover,
.news-orange #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
.news-orange .navigation li a:hover,
.news-orange .navigation li.active a {
	background-color: #e88e05;
}

.news-orange .navigation li a:hover,
.news-orange .navigation li.active a {
	border: 1px solid #e88e05;
}

.news-orange h2 a:hover {
	text-decoration: none;
}

.news-orange input[type="button"],
.news-orange input[type="submit"] {
	background-color: #f5a506;
	border: 1px solid #e88e05;
}

.news-orange input:hover[type="button"],
.news-orange input:hover[type="submit"] {
	background-color: #e88e05;
	border: 1px solid #e88e05;
}


/* News Pink
------------------------------------------------------------ */

.news-pink a,
.news-pink a:visited {
	color: #c62765;
	text-decoration: none;
}

.news-pink a:hover {
	text-decoration: underline;
}

.news-pink #header ul.nav li li a,
.news-pink #header ul.nav li li a:link,
.news-pink #header ul.nav li li a:visited,
.news-pink #header ul.menu li li a,
.news-pink #header ul.menu li li a:link,
.news-pink #header ul.menu li li a:visited,
.news-pink #nav li li a,
.news-pink #nav li li a:link,
.news-pink #nav li li a:visited {
	color: #fff;
}

.news-pink #subnav li li a,
.news-pink #subnav li li a:link,
.news-pink #subnav li li a:visited,
.news-pink h2 a,
.news-pink h2 a:visited {
	color: #333;
}

.news-pink #header ul.nav li a:hover,
.news-pink #header ul.nav li a:active,
.news-pink #header ul.nav .current_page_item a,
.news-pink #header ul.nav .current-cat a,
.news-pink #header ul.nav .current-menu-item a,
.news-pink #header ul.menu li a:hover,
.news-pink #header ul.menu li a:active,
.news-pink #header ul.menu .current_page_item a,
.news-pink #header ul.menu .current-cat a,
.news-pink #header ul.menu .current-menu-item a,
.news-pink #header ul.nav li li a:hover,
.news-pink #header ul.nav li li a:active,
.news-pink #header ul.menu li li a:hover,
.news-pink #header ul.menu li li a:active,
.news-pink #nav li a:hover,
.news-pink #nav li a:active,
.news-pink #nav .current_page_item a,
.news-pink #nav .current-cat a,
.news-pink #nav .current-menu-item a,
.news-pink #nav li li a:hover,
.news-pink #nav li li a:active,
.news-pink #nav li.right a:hover,
.news-pink #subnav li a:hover,
.news-pink #subnav li a:active,
.news-pink #subnav .current_page_item a,
.news-pink #subnav .current-cat a,
.news-pink #subnav .current-menu-item a,
.news-pink #subnav li li a:hover,
.news-pink #subnav li li a:active,
.news-pink h2 a:hover,
.news-pink #footer a:hover {
	color: #c62765;
}

.news-pink #home-top .ui-tabs ul.ui-tabs-nav li a:hover,
.news-pink #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
.news-pink .navigation li a:hover,
.news-pink .navigation li.active a {
	background-color: #c62765;
}

.news-pink .navigation li a:hover,
.news-pink .navigation li.active a {
	border: 1px solid #c62765;
}

.news-pink h2 a:hover {
	text-decoration: none;
}

.news-pink input[type="button"],
.news-pink input[type="submit"] {
	background-color: #e8358a;
	border: 1px solid #c62765;
}

.news-pink input:hover[type="button"],
.news-pink input:hover[type="submit"] {
	background-color: #c62765;
	border: 1px solid #c62765;
}


/* News Purple
------------------------------------------------------------ */

.news-purple a,
.news-purple a:visited {
	color: #8827c7;
	text-decoration: none;
}

.news-purple a:hover {
	text-decoration: underline;
}

.news-purple #header ul.nav li li a,
.news-purple #header ul.nav li li a:link,
.news-purple #header ul.nav li li a:visited,
.news-purple #header ul.menu li li a,
.news-purple #header ul.menu li li a:link,
.news-purple #header ul.menu li li a:visited,
.news-purple #nav li li a,
.news-purple #nav li li a:link,
.news-purple #nav li li a:visited {
	color: #fff;
}

.news-purple #subnav li li a,
.news-purple #subnav li li a:link,
.news-purple #subnav li li a:visited,
.news-purple h2 a,
.news-purple h2 a:visited {
	color: #333;
}

.news-purple #header ul.nav li a:hover,
.news-purple #header ul.nav li a:active,
.news-purple #header ul.nav .current_page_item a,
.news-purple #header ul.nav .current-cat a,
.news-purple #header ul.nav .current-menu-item a,
.news-purple #header ul.menu li a:hover,
.news-purple #header ul.menu li a:active,
.news-purple #header ul.menu .current_page_item a,
.news-purple #header ul.menu .current-cat a,
.news-purple #header ul.menu .current-menu-item a,
.news-purple #header ul.nav li li a:hover,
.news-purple #header ul.nav li li a:active,
.news-purple #header ul.menu li li a:hover,
.news-purple #header ul.menu li li a:active,
.news-purple #nav li a:hover,
.news-purple #nav li a:active,
.news-purple #nav .current_page_item a,
.news-purple #nav .current-cat a,
.news-purple #nav .current-menu-item a,
.news-purple #nav li li a:hover,
.news-purple #nav li li a:active,
.news-purple #nav li.right a:hover,
.news-purple #subnav li a:hover,
.news-purple #subnav li a:active,
.news-purple #subnav .current_page_item a,
.news-purple #subnav .current-cat a,
.news-purple #subnav .current-menu-item a,
.news-purple #subnav li li a:hover,
.news-purple #subnav li li a:active,
.news-purple h2 a:hover,
.news-purple #footer a:hover {
	color: #8827c7;
}

.news-purple #home-top .ui-tabs ul.ui-tabs-nav li a:hover,
.news-purple #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
.news-purple .navigation li a:hover,
.news-purple .navigation li.active a {
	background-color: #8827c7;
}

.news-purple .navigation li a:hover,
.news-purple .navigation li.active a {
	border: 1px solid #8827c7;
}

.news-purple h2 a:hover {
	text-decoration: none;
}

.news-purple input[type="button"],
.news-purple input[type="submit"] {
	background-color: #9f2ede;
	border: 1px solid #8827c7;
}

.news-purple input:hover[type="button"],
.news-purple input:hover[type="submit"] {
	background-color: #8827c7;
	border: 1px solid #8827c7;
}


/* News Red
------------------------------------------------------------ */

.news-red a,
.news-red a:visited {
	color: #c72730;
	text-decoration: none;
}

.news-red a:hover {
	text-decoration: underline;
}

.news-red #header ul.nav li li a,
.news-red #header ul.nav li li a:link,
.news-red #header ul.nav li li a:visited,
.news-red #header ul.menu li li a,
.news-red #header ul.menu li li a:link,
.news-red #header ul.menu li li a:visited,
.news-red #nav li li a,
.news-red #nav li li a:link,
.news-red #nav li li a:visited {
	color: #fff;
}

.news-red #subnav li li a,
.news-red #subnav li li a:link,
.news-red #subnav li li a:visited,
.news-red h2 a,
.news-red h2 a:visited {
	color: #333;
}

.news-red #header ul.nav li a:hover,
.news-red #header ul.nav li a:active,
.news-red #header ul.nav .current_page_item a,
.news-red #header ul.nav .current-cat a,
.news-red #header ul.nav .current-menu-item a,
.news-red #header ul.menu li a:hover,
.news-red #header ul.menu li a:active,
.news-red #header ul.menu .current_page_item a,
.news-red #header ul.menu .current-cat a,
.news-red #header ul.menu .current-menu-item a,
.news-red #header ul.nav li li a:hover,
.news-red #header ul.nav li li a:active,
.news-red #header ul.menu li li a:hover,
.news-red #header ul.menu li li a:active,
.news-red #nav li a:hover,
.news-red #nav li a:active,
.news-red #nav .current_page_item a,
.news-red #nav .current-cat a,
.news-red #nav .current-menu-item a,
.news-red #nav li li a:hover,
.news-red #nav li li a:active,
.news-red #nav li.right a:hover,
.news-red #subnav li a:hover,
.news-red #subnav li a:active,
.news-red #subnav .current_page_item a,
.news-red #subnav .current-cat a,
.news-red #subnav .current-menu-item a,
.news-red #subnav li li a:hover,
.news-red #subnav li li a:active,
.news-red h2 a:hover,
.news-red #footer a:hover {
	color: #c72730;
}

.news-red #home-top .ui-tabs ul.ui-tabs-nav li a:hover,
.news-red #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
.news-red .navigation li a:hover,
.news-red .navigation li.active a {
	background-color: #c72730;
}

.news-red .navigation li a:hover,
.news-red .navigation li.active a {
	border: 1px solid #c72730;
}

.news-red h2 a:hover {
	text-decoration: none;
}

.news-red input[type="button"],
.news-red input[type="submit"] {
	background-color: #e93542;
	border: 1px solid #c72730;
}

.news-red input:hover[type="button"],
.news-red input:hover[type="submit"] {
	background-color: #c72730;
	border: 1px solid #c72730;
}


/* News Teal
------------------------------------------------------------ */

.news-teal a,
.news-teal a:visited {
	color: #27c3c7;
	text-decoration: none;
}

.news-teal a:hover {
	text-decoration: underline;
}

.news-teal #header ul.nav li li a,
.news-teal #header ul.nav li li a:link,
.news-teal #header ul.nav li li a:visited,
.news-teal #header ul.menu li li a,
.news-teal #header ul.menu li li a:link,
.news-teal #header ul.menu li li a:visited,
.news-teal #nav li li a,
.news-teal #nav li li a:link,
.news-teal #nav li li a:visited {
	color: #fff;
}

.news-teal #subnav li li a,
.news-teal #subnav li li a:link,
.news-teal #subnav li li a:visited,
.news-teal h2 a,
.news-teal h2 a:visited {
	color: #333;
}

.news-teal #header ul.nav li a:hover,
.news-teal #header ul.nav li a:active,
.news-teal #header ul.nav .current_page_item a,
.news-teal #header ul.nav .current-cat a,
.news-teal #header ul.nav .current-menu-item a,
.news-teal #header ul.menu li a:hover,
.news-teal #header ul.menu li a:active,
.news-teal #header ul.menu .current_page_item a,
.news-teal #header ul.menu .current-cat a,
.news-teal #header ul.menu .current-menu-item a,
.news-teal #header ul.nav li li a:hover,
.news-teal #header ul.nav li li a:active,
.news-teal #header ul.menu li li a:hover,
.news-teal #header ul.menu li li a:active,
.news-teal #nav li a:hover,
.news-teal #nav li a:active,
.news-teal #nav .current_page_item a,
.news-teal #nav .current-cat a,
.news-teal #nav .current-menu-item a,
.news-teal #nav li li a:hover,
.news-teal #nav li li a:active,
.news-teal #nav li.right a:hover,
.news-teal #subnav li a:hover,
.news-teal #subnav li a:active,
.news-teal #subnav .current_page_item a,
.news-teal #subnav .current-cat a,
.news-teal #subnav .current-menu-item a,
.news-teal #subnav li li a:hover,
.news-teal #subnav li li a:active,
.news-teal h2 a:hover,
.news-teal #footer a:hover {
	color: #27c3c7;
}

.news-teal #home-top .ui-tabs ul.ui-tabs-nav li a:hover,
.news-teal #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
.news-teal .navigation li a:hover,
.news-teal .navigation li.active a {
	background-color: #27c3c7;
}

.news-teal .navigation li a:hover,
.news-teal .navigation li.active a {
	border: 1px solid #27c3c7;
}

.news-teal h2 a:hover {
	text-decoration: none;
}

.news-teal input[type="button"],
.news-teal input[type="submit"] {
	background-color: #2edade;
	border: 1px solid #27c3c7;
}

.news-teal input:hover[type="button"],
.news-teal input:hover[type="submit"] {
	background-color: #27c3c7;
	border: 1px solid #27c3c7;
}

/******* POSTS ********/

.postsbody {
width:660px;
margin:0 0 0 10px;
background: #fff;
float:left;
}

.featured {
border:1px solid #cccccc;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
margin:0 0 15px 0;
overflow:hidden;
}

.featured h2 {
margin:0;
padding:4px 0 4px 10px;
background:#eaeaea;
color:#000000;
font-size:16px;
border-bottom:1px solid #cccccc;
}

.featured h5 {
margin:0;
padding:4px 0 4px 10px;
background:#E0F2F7;
color:#000000;
font-size:16px;
border-bottom:1px solid #cccccc;
}

.featured2 {
margin:0 0 15px 0;
overflow:hidden;
}

.featured2 h2 {
margin:0;
padding:0px;
color:#000000;
font-size:18px;
}

.videopart {
width:127px;
height:155px;
padding:0 3px 0 3px;
overflow:hidden;
float:left;
margin:0 20px 10px 0;
}

.thumbnail {
/*border:1px solid #999999;*/
padding:1px;
width:122px;
}

.thumbnail img{
border:1px solid #999999;
}

.thumbnail3 {
border:1px solid #999999;
padding:1px;
width:122px;
float:left;
margin:0 3px 5px 0;
}

.thumbnail3 img{
border:1px solid #999999;
}

.videopart h3{
font-size:12px;
margin:2px 0 0 2px;
}

.videopart p{
margin:1px 0 0 2px;
}

.embed {
margin:5px 0 0 0px;
text-align:center;
}

.fpost h1 {
font-size:18px;
margin:0 0 5px 0;
}

.fpost h2 {
font-size:14px;
margin:0 0 4px 0;
background:none;
border:none;
padding:0 0 0 0;
}

.fpost h3 {
font-size:12px;
margin:0 0 3px 0;
}

.fpost h4 {
font-size:10px;
margin:0 0 4px 0;
}

.fpost3 {
margin:0;
width:120px;
float:right;
}

.fpost3 h3 {
margin:0 0 3px 0;
}

.fpost3 p {
margin:3px 0 3px 0;
}

.navigation {
margin:10px 0 0 0;
}

.pviews {
margin:15px 0 -10px 0;
background:#ffffcc;
border:1px solid #ffcc33;
padding:5px;
}

.pratings {
float:left;
width:200px;
}

.pviewss {
float:right;
width:200px;
text-align:right;
}

/******* SIDEBAR RIGHT ********/

.sidebar_right {
width:340px;
margin:0 10px 0 0;
background:#fff;

}

.sidebar_right li {
background:#fff;
border:none;
margin:0 0 15px 0;
list-style:none;
}

.sidebar_right li.video {
background:#eeeeee;
border:1px solid #cccccc;
margin:15px 15px 15px 15px;
list-style:none;
padding-right:10px;
}

.sidebar_right li.rightad {
background:none;
border:none;
margin:0 0 0 0;
list-style:none;
padding-right:0px;
}

.sidebar_right li.video ul{
overflow:hidden;
}

.sidebar_right li.video ul li{
background:none;
}

.sidebar_right h2{
color:#cc6600;
font-size:16px;
padding:5px 0 5px 15px;
}

.sidebar_right ul{
margin:0;
padding:0px 0 5px 15px;
}

.sidebar_right ul li{
margin:0;
padding:0 0 3px 0;
list-style:none;
border:none;
}

.sidebar_right ul li a{
color:#0033cc;
font-size:13px;
}

.sidebar_right ul li a:hover{
text-decoration:underline;
}

.authoravatar {
   width: 53px;
   height: 53px;
   float: left;
   display: block;
margin:0 6px 3px -1px;
}

.authoravatar img{
   border:1px solid #ccc;
}

.videoinfo {
margin:0;
}

.videoinfo p {
margin:0 0 10px 0;
}

.videodescription {
clear:both;
margin:0;
}

.videocat {
clear:both;
margin:5px 0 0 0;
}

.videocat p{
clear:both;
margin:0;
}

.sidebar_right a:hover{
text-decoration:underline;
}

.scroll {
height: 425px;
width: 271px;
overflow: auto;
padding: 0px;
}

.scroll1 {
width: 300px;
overflow: auto;
padding: 0px;
}

/* Pagination In A Post - Style */

.pages {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

.pages a:link,
.pages a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.pages a:active,
.pages a:hover {
	color: #ff4b33;
}

/* FFO Sub Nav Menu */

#subnav li.usd a {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-usd.png);
	margin: 5px 15px 5px 15px;

}

#subnav li.usd a:hover {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-usd-on.png);
	margin: 5px 15px 5px 15px;
}

#subnav li.eur a {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-eur.png);
	margin: 5px 15px 5px 15px;

}

#subnav li.eur a:hover {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-eur-on.png);
	margin: 5px 15px 5px 15px;
}

#subnav li.gbp a {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-gbp.png);
	margin: 5px 15px 5px 15px;

}

#subnav li.gbp a:hover {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-gbp-on.png);
	margin: 5px 15px 5px 15px;
}

#subnav li.chf a {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-chf.png);
	margin: 5px 15px 5px 15px;

}

#subnav li.chf a:hover {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-chf-on.png);
	margin: 5px 15px 5px 15px;
}

#subnav li.cad a {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-cad.png);
	margin: 5px 15px 5px 15px;

}

#subnav li.cad a:hover {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-cad-on.png);
	margin: 5px 15px 5px 15px;
}

#subnav li.aud a {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-aud.png);
	margin: 5px 15px 5px 15px;

}

#subnav li.aud a:hover {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-aud-on.png);
	margin: 5px 15px 5px 15px;
}

#subnav li.jpy a {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-jpy.png);
	margin: 5px 15px 5px 15px;

}

#subnav li.jpy a:hover {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-jpy-on.png);
	margin: 5px 15px 5px 15px;
}

#subnav li.nzd a {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-nzd.png);
	margin: 5px 15px 5px 15px;

}

#subnav li.nzd a:hover {
	display: block;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
  background: url(images/menu-nzd-on.png);
	margin: 5px 15px 5px 15px;
}

#subnav li.news a {
	display: block;
	height: 44px;
	padding: 0;
	text-indent: -9999px;
	width: 60px;
  background: url(images/menu-news.png);
	margin: 3px 15px 3px 25px;

}

#subnav li.news a:hover {
	display: block;
	height: 44px;
	padding: 0;
	text-indent: -9999px;
	width: 60px;
  background: url(images/menu-news-on.png);
	margin: 3px 15px 3px 25px;
}

table.calstat {
	font-family: verdana,arial,sans-serif;
    width: 340px;
	background: url(images/calstat-bg.png);
	border-collapse: collapse;
}
table.calstat th {
	height: 26px;
}
table.calstat td {
	height: 36px;
	font-size: 14px;
    font-weight: bold;
    text-align: center;
}
table.stat {
	font-family: verdana,arial,sans-serif;
	background: url(images/stat-bg.png);
	font-size:11px;
	width: 500px
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.stat th {
	height: 26px;
    color: #ffffff;
}
table.stat td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #f0f9fd;
	font-size:11px;
    font-weight: bold;
    text-align: center;
}
table.stat2 {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	width: 500px
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.stat2 td {
	border-width: 1px;
    height: 30px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #f0f9fd;
	font-size:11px;
    font-weight: bold;
    text-align: center;
}

table.homecal {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	padding: 2px;	
	width: 100%;
	background: #f5f5f5;
	border-color: #000000;
	border-collapse: collapse;
}
table.homecal h5 {
    font-family: 'Oswald', arial, serif;
	margin: 0 0 0px;
}

table.broker {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color: #333333;
    width: 100%;
	border-collapse: collapse;
}
table.broker th {
	height: 26px;
    color: #000;
}
table.broker td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
    background-color: #f5f5ff;
	font-size:11px;
    font-weight: bold;
    text-align: center;
}

table.brokerheader {
    width: 100%;
	background: url(images/brokerheader-bg.png);
}

table.brokerheader th {
	height: 34px;
}

table.trades {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color: #333333;
    width: 100%;
   	background: #f5f5f5;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.trades th {
	height: 26px;
    color: #000;
}
table.trades td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
    background-color: #f5f5ff;
	font-size:11px;
    font-weight: bold;
    text-align: center;
}

table.tradesheader {
    width: 100%;
	background: url(images/brokerstrades-header.png);
}
table.tradesheader th {
	height: 22px;
}

table.brokertitle {
    width: 100%;
	height: 44px;
	background: url(images/brokertitlebg.png);
    font-family: 'Oswald', arial, serif;
    font-size:  24px;
    color: #fff;
}

.rating-static {  
    width: 60px;  
    height: 16px;  
    display: block;  
    background: url('images/star-rating.png') 0 0 no-repeat;
}

.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -12px 0; } 
.rating-30 { background-position: -24px 0; }
.rating-20 { background-position: -36px 0; }
.rating-10 { background-position: -48px 0; }
.rating-0 { background-position: -60px 0; }

.rating-5  { background-position: -48px -16px; }
.rating-15 { background-position: -36px -16px; }
.rating-25 { background-position: -24px -16px; }
.rating-35 { background-position: -12px -16px; }
.rating-45 { background-position: 0 -16px; }

/* footer div */

.featured-related {
border:1px solid #cccccc;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
margin:0 0 20px 0;
overflow:hidden;
}

.featured-related h5 {
margin:0;
padding:4px 0 4px 10px;
background:#E0F2F7;
color:#000000;
font-size:16px;
border-bottom:1px solid #cccccc;
}

.featured-related-slide {
border:1px solid #cccccc;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
margin:0 0 0 0;
overflow:hidden;
float: right;
width:59%;
}

.featured-related-slide h5 {
margin:0;
padding:4px 0 4px 10px;
background:#E0F2F7;
color:#000000;
font-size:16px;
border-bottom:1px solid #cccccc;
}

.featured-related-signup {
border:0px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
margin:0 0 15px 0;
overflow:hidden;
float: left;
width:40%;
}

.ffoscore-page-left {
    margin: 3px;
    overflow: hidden;
    float:left;
    width:49%;
}

.ffoscore-page-right {
    margin: 3px;
    overflow: hidden;
    float:left;
    width:49%;
}

.ffoscore-page-b1 {
    margin-left: 35px;
}

.ffoscore-list li {
    margin-left: 30px;
}

.searchresults-page-left {
    margin: 5px;
    overflow: hidden;
    float:left;
    width:810px;
}

.searchresults-page-right {
    margin: 10px;
    overflow: hidden;
    float:left;
    width:170px;
}

/** bp-like **/

	.bp-like.activity_liked .activity-meta,
	.bp-like.blogpost_liked .activity-meta,
	.users-who-like,
	.mini a.view-likes,
	.mini a.hide-likes {
		display: none;
	}
	
/* To match the default theme */

	#bp-default .users-who-like {
		margin: 10px 0 -10px 0;
		background: #F5F5F5;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 8px 8px 0px 12px;
		color: #8C8A8F;
	}
	#bp-default .users-who-like a {
		color: #777;
		padding: 0;
		background: none;
		border: none;
		text-decoration: underline;
		font-size: 12px;
	}
	#bp-default .users-who-like a:hover { color: #222; }
	#bp-default .mini .users-who-like {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#bp-default .users-who-like img.avatar {
		float: none;
		border: none;
		width: 30px;
		height: 30px;
		padding: 0;
		margin: 0;
	}
	ul#activity-stream li.bp-like .activity-inner {
		border-left: 3px solid #ddd;
		color: #888;
		padding-left: 15px;
		font-style: italic;
	}
	#bp-default div.post div.author-box, div.comment-avatar-box {
	position: relative;
	}
	#bp-default div.like-box {
		background: #f0f0f0;
		width: 90px;
		position: absolute;
		bottom: -40px;
		left: 0;
		font-family: georgia, times, serif;
		font-style: italic;
		text-align: center;
		padding: 5px 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
    
/*** Verified CSS ***/

span#bp-verified {
	margin-left: 10px;
	height: 20px;
	display: inline-block;
}
span.v-text {
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	line-height: 190%;
	margin-bottom: 7px;
	color: #5e5e5e;
}
#bp-verified img {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 5px;
}