/*
	Theme Name: Lumosity
	Author: Bill Erickson
	Author URI: http://www.billerickson.net
	Template: genesis

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Fonts
------------------------------------------------------------ */

@font-face {
    font-family: 'LucidaGrandeRegular';
    src: url('lib/fonts/lucida_grande-webfont.eot');
    src: url('lib/fonts/lucida_grande-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/lucida_grande-webfont.woff') format('woff'),
         url('lib/fonts/lucida_grande-webfont.ttf') format('truetype'),
         url('lib/fonts/lucida_grande-webfont.svg#LucidaGrandeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'LucidaGrandeRegular', Arial, Helvetica, Sans-serif; 
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.left, .alignleft { float:left; display:inline; }
.right, .alignright { float:right; display:inline; }
.cl { font-size:0; line-height:0; clear:both; display:block; height:0; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #B4E0F4;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: url(images/wrap-bg.png) repeat-y 0 0;
	margin: 0 auto;
	padding: 0 6px;
	width: 988px;
}


/* Top Bar
------------------------------------------------------------ */

.top-bar {
	height: 40px;
	background: #F9F9F9;
}

.top-bar span.label { 
	float:left; 
	display: inline; 
	font-size: 13px; 
	color: #535658; 
	font-family: "Trebuchet MS", Arial, Sans-serif; 
	padding: 7px 10px 0 0; 
}

.top-bar a { 
	float:left; 
	display:inline; 
}

.top-bar a:hover {text-decoration: none;}

.top-bar .social { 
	width: 18px; 
	height: 17px; 
	background-repeat:no-repeat; 
	background-position: center center;
	margin: 10px 5px 0 0;  
}

.top-bar .facebook { background-image:url(images/ico-facebook.png); }
.top-bar .twitter { background-image:url(images/ico-twitter.png); }
.top-bar .youtube { background-image:url(images/ico-youtube.png); }
.top-bar .rss { background-image:url(images/ico-rss.png); }
.top-bar .google { background-image:url("https://ssl.gstatic.com/images/icons/gplus-16.png"); height: 15px; margin-top: 11px; border: 0px solid; border-radius: 2px;}


.top-bar .button { 
	height: 22px; 
	color: #fff; 
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Sans-serif; 
	background: url(images/top-btns.png) no-repeat ; 
	font-size: 12px; 
	line-height: 21px; 
	margin-top: 7px; 
}

.top-bar .green-button { 
	width: 101px; 
	background-position: 0 0; 
	margin-right: 20px; 
}

.top-bar .gray-button { 
	width: 120px;  
	background-position: 0 -22px; 
}

.top-bar .divider { 
	float:left; 
	display:inline; 
	height: 22px; 
	width: 0; 
	border-right: 1px dotted #d7d7d7; 
	margin: 7px 4px 0; 
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 80px;
	overflow: hidden;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 234px;
	height: 58px;
	margin: 26px 0 0 13px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	background: url(images/logo.png) no-repeat;
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 234px;
	height: 58px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}



/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/nav-dd-arrow.png) no-repeat;
	height: 6px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 7px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/nav-dd-arrow.png) no-repeat;
	top: 10px;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	color: #fff;
	float: right;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 17px 0 0;
	width: 660px;
} 

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	/* border: 1px solid #fff; */
	color: #535658;
	display: block;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0 15px 0;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #fff;
	/* border: 1px solid #b3b3b3; */
	text-decoration: none;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	border: none;
	background: transparent;
	color: #2181a9;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 87px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#nav li li a:hover,
#nav li li a:active {
	text-decoration: underline;
	cursor: pointer;
}

#nav li ul {
	border: 1px solid #b3b3b3;
	background: #fff;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 107px;
	z-index: 9999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav li ul a {
	width: 87px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}

#nav li.right {
	float: right;
}


/* Inner
------------------------------------------------------------ */

#inner {
	padding: 0 18px 0 37px;
	width: 943px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	overflow: hidden;
	padding-top: 20px;
	width: 933px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 590px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 943px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidde
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #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 {
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 30px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
}

h3.intro {
	padding-bottom: 10px;
}

h3.intro span {
	font-weight: bold;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* 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 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}



.single .post-info {
	font-size: 10px;
	text-transform: none;
	color: #545759;
	margin: 10px 0;
	line-height: 20px;
}

.post-info .divider {
	margin: 0 5px;
}

.single .post-info .post-comments {
	background: url(images/ico-comments-02.png) no-repeat 0 0;
	padding: 0 0 0 15px;
	margin: 0;
}

.single .post-info .social {
	float: right;
        margin-top: -7px;
}

/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Standard Post Listing 
------------------------------------------------------------ */


.posts-list .post { 
	border-bottom: 1px solid #cdd0cf; 
	padding-bottom: 20px; 
	margin-bottom: 20px; 
	overflow: hidden;
}

.posts-list .post .image { 
	background: #fff; 
	float: left;
	width: 220px; 
	height: 130px; 
	border: 1px solid #b3b3b3; 
	padding: 5px; 
}

.posts-list .post .image img {
	width: 220px;
	height: 130px;
}



.posts-list .post .entry-title,
.posts-list .post .post-info,
.posts-list .post .entry-content { 
	float: left;
	width: 340px; 
	font-size: 13px; 
	padding: 0 0 0 18px; 
	margin-bottom: 0;
}

.posts-list .post .entry-content p { 
	font-size: 13px; 
	line-height: 18px; 
}

.posts-list .post .entry-title { 
	font-size: 20px; 
	font-family:"Trebuchet MS", Arial, Sans-serif; 
	line-height: 1.2; 
}

.posts-list .post .entry-title a { 
	color:#2181a9; 
	font-size: 20px; 
	line-height: 1.2; 
}

.posts-list .post .entry-title a:hover { 
	text-decoration:underline; 
}

.posts-list .post .post-info { 
	margin-bottom: 15px; 
	font-size: 11px; 
}

.posts-list .post .post-info .date { 
	text-transform: none; 
}

.posts-list .post .post-info .post-comments { 
	background:url(images/ico-comments-02.png) no-repeat left center;
	padding-left: 15px; 
}

.posts-list .post .post-info .post-comments a { 	
	color: #000; 
}

.posts-list .post .post-info .post-comments a:hover {
	text-decoration: underline;
}

.posts-list .post .entry-content .more-link { 
	color: #2181a9; 
	font-weight:bold; 
}

.load-more { 
	height: 35px; 
	background: #fbfbfb; 
	font-family:"Trebuchet MS", Arial, Sans-serif; 
	font-size: 15px; 
	text-align:center; 
	line-height: 35px; 
	border-bottom: 2px solid #e5e5e5; 
}

.load-more a { 
	color: #2181a9; 
	background: url(images/ico-load-more.png) no-repeat right 9px; 
	padding-right: 13px; 
}


/* Single Post
------------------------------------------------------------ */

.single .featured-image {
	margin-bottom: 30px;
}

.single #content h3 {
	font-size: 15px;
	font-family: 'LucidaGrandeRegular',Arial,Helvetica,Sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}

#content .dropquote {
	float: right;
	font-family: Georgia;
	font-style: italic;
	color: #888;
	font-size: 18px;
	width: 200px;
	border-left: 2px solid #C7C7C7;
	background: url(images/quotes.png) no-repeat 10px 0;
	padding-left: 40px;
	margin-left: 15px;
}

#content blockquote {
	border: 0;
	background: none;
	font-style: italic;
	margin: 5px 30px 20px;
}

/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

// James L. added this to force the rotator image to widen -- 9/20/11
img.wp-post-image {
	width: 536px;
}

.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 {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
}

.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: right;
}

.sidebar .widget {
	// background: #F1F1F1;
	text-align: center;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 15px;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .s {
	margin: 0;
	float: left;
	display: inline;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 12px;
	color: #545759;
	border: 1px solid #B3B3B3;
	background: #FCF9F9;
	height: 15px;
	width: 254px;
	padding: 3px 11px;
	line-height: 15px;
}

#header .searchsubmit {
	border: 0;
	cursor: pointer;
	float: left;
	display: inline;
	width: 15px;
	height: 20px;
	background: url(images/search-btn.png) no-repeat 0 0;
	margin: 1px 0 0 8px;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* 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;
}

/* Custom Widgets
------------------------------------------------------------ */

.sidebar .widget_subscribe h3 { 
	font-family:Georgia;  
	color: #666; 
	font-weight:normal; 
	text-align:center; 
	font-size: 22px; 
	line-height: 1.2; 
	margin-bottom: 21px; 
}

.sidebar .widget_subscribe .note { 
	font-style:italic; 
	font-family:Georgia; 
	color:#666; 
	font-size:16px; 
	padding: 26px 0 17px; 
}

.sidebar .widget_subscribe .link a { 
	font-family:"Trebuchet MS", Arial, Sans-serif; 
	color:#2181a9; 
	font-size: 22px; 
	background:url(images/subscribe-arrow.png) no-repeat right 6px; 
	padding-right: 16px;  
}

.sidebar .widget_join h3 { 
	font-family:"Trebuchet MS", Arial, Sans-serif; 
	color:#888; 
	font-weight:normal; 
	font-size: 36px; 
	line-height: 1.2; 
}

.sidebar .widget_join p { 
	font-style:italic; 
	font-family:Georgia; color:#666; 
	font-size:18px; 
	padding: 4px 0 0; 
}

.sidebar .widget_join .btn { 
	display:block; 
	width:154px; 
	height:34px; 
	background:url(images/green-btn.png) no-repeat 0 0; 
	color:#fff; 
	font-family:"Trebuchet MS", Arial, Sans-serif; 
	line-height: 32px; 
	font-size:17px; 
	margin:12px auto 0; 
}

.sidebar .widget#text-8,
.sidebar .widget#text-10 {
	background: transparent;
}

.sidebar .widget#text-8 .textwidget,
.sidebar .widget#text-10 .textwidget {
	padding: 0;
}

.sidebar .widget_unlock {
	text-align: left;
}

.sidebar .widget_unlock h3 { 
	font-family: "Trebuchet MS"; 
	color: #666; 
	font-weight:normal; 
	font-size: 30px; 
	line-height: 1.2; 
	padding: 0 0 0 20px; 
	margin: 0; 
}

.sidebar .widget_unlock h4 { 
	font-family: "Trebuchet MS"; 
	color: #666; 
	font-weight:normal; 
	font-size: 18px; 
	line-height: 1.2; 
	text-transform: none; 
	background: none; 
	padding: 0 0 0 20px; 
	margin: 0; 
	border: 0; 
}

.sidebar .widget_unlock ul { 
	margin: 3px 0 0 0; 
	list-style: none outside none; 
}

.sidebar .widget_unlock ul li { 
	list-style: none outside none; 
	font-family: "Trebuchet MS"; 
	padding: 0 0 15px 20px; 
}

.sidebar .widget_unlock ul li h5 { 
	font-size: 14px; 
	font-family: "Trebuchet MS"; 
	font-weight:bold; 
	color: #666; 
	margin-bottom: 2px; 
}

.sidebar .widget_unlock ul li p { 
	font-size: 11px; 
	line-height: 1.2; 
	color: #666; 
}

.sidebar .widget_unlock ul li.training { background: url(images/ico-training.png) no-repeat 0 6px; }
.sidebar .widget_unlock ul li.access { background: url(images/ico-access.png) no-repeat 0 4px; }
.sidebar .widget_unlock ul li.tracking { background: url(images/ico-tracking.png) no-repeat 0 6px; }

.sidebar .widget_unlock .link a { 
	font-family:"Trebuchet MS", Arial, Sans-serif; 
	color:#2181a9; 
	font-size: 22px; 
	background:url(images/subscribe-arrow.png) no-repeat right 6px; 
	padding-right: 16px;  
}

.sidebar .widget_unlock .link { 
	text-align:right; 
	padding-right: 10px; 
}

/* Inner Footer
------------------------------------------------------------ */

.bottom-widgets { 
	background: #fbfbfb; 
	width: 988px; 
	position:relative; 
	margin:37px -18px 0 -37px; 
	font-size: 11px; 
	line-height: 17px; 
	padding-bottom: 30px; 
}

.bottom-widgets .back-top { 
	position:absolute; 
	top: -65px; 
	right: 20px; 
	width: 90px; 
	height: 27px; 
	background: url(images/back-to-top.png) no-repeat 0 0; 
	color: #535658; 
	font-size: 12px; 
	font-family: "Trebuchet MS"; 
	padding: 10px 0 0 12px; 
}

.bottom-widgets .logo { 
	width: 223px; 
	height: 49px; 
	margin: 0 auto; 
	padding: 23px 0 15px; 
}

.bottom-widgets .logo a { 
	display:block; 
	height: 49px; 
	background: url(images/bottom-logo.png) no-repeat 0 0; 
}

.bottom-widgets .widgettitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	color: #000; 
	margin-bottom: 0; 
	line-height: 17px; 
}

.bottom-widgets ul { 
	list-style: none outside none; 
}

.bottom-widgets ul a { 
	color: #2181a9;  
}

.bottom-widgets .widget { 
	float:left; 
	display:inline; 
        margin-left: 30px;
}

.bottom-widgets .widget_nav_menu { 
	width: 157px; 
	margin-left: 30px; 
}

.bottom-widgets .widget_text { 
	width: 310px; 
}

.bottom-widgets .widget_recent_comments { 
	width: 305px; 
}

.widget_connect a { 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	padding-left: 24px; 
	display:block; 
}

.widget_connect .contact a { background-image:url(images/ico-email.png); background-position: 0 2px; }
.widget_connect .facebook a { background-image:url(images/ico-facebook.png); }
.widget_connect .twitter a { background-image:url(images/ico-twitter.png); }
.widget_connect .youtube a { background-image:url(images/ico-youtube.png); }
.widget_connect .rss a { background-image:url(images/ico-rss.png); }


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets { 
	border: 0; 
	background: transparent url(images/footer-widgets-bg.png) no-repeat 0 0; 
	width: 988px; 
	margin: 0 auto; 
	overflow: hidden; 
	padding: 25px 6px 0; 
	font-size: 11px; 
}

#footer-widgets .wrap { 
	padding: 0; 
	width: auto; 
}

#footer-widgets .widget-area { 
	float:left; 
	display:inline; 
	background: url(images/double-side-border.png) repeat-y right 0; 
	margin-left: 40px; 
	width: 165px; 
}

#footer-widgets .widgettitle { 
	text-transform: none; 
	color: #127faa; 
	font-family: 'LucidaGrandeRegular', "Trebuchet MS", Arial, Sans-serif; 
	font-size: 15px; 
	margin-bottom: 10px; 
	line-height: 17px; 
}

#footer-widgets a {
	color: #fff;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets ul { 
	list-style: none outside none; 
	margin: 0 0 10px;
}

#footer-widgets ul li { 
	margin: 0; 
	list-style-type: none; 
	line-height: 1.4;
}


#footer-widgets ul li a { 
	color: #127faa !important; 
	text-decoration:none; 
	line-height: 17px; 
}

#footer-widgets ul li a:hover { 
	text-decoration:underline; 
}

#footer-widgets .widget_connect li a { 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
	width: 16px; 
	height: 15px; 
	padding: 0; 
}

#footer-widgets .widget_connect {
	overflow: hidden;
	margin-top: -10px;
}

#footer-widgets .widget_connect li { 
	float:left; 
	display:inline; 
	margin-right: 10px; 
}

#footer-widgets .footer-widgets-1 { 
	margin-left: 0; 
	padding-right: 0; 
}

#footer-widgets .footer-widgets-5 { 
	background: none; 
}

#footer-widgets .green-button { 
	display:block; 
	width:102px; 
	height:33px; 
	background: url(images/green-btn-2.png) no-repeat -2px 0; 
	display:block; 
	font-family:"Trebuchet MS", Arial, Sans-serif; 
	line-height: 29px; 
	font-size:15px; 
	margin-top: 20px; 
	text-decoration:none; 
	padding-left: 30px; 
}

#footer-widgets .green-button:hover { text-decoration:underline; }



/* Footer
------------------------------------------------------------ */

#footer { 
	width: 988px; 
	margin: 0 auto;
	background: none; 
	text-transform: none; 
	padding: 15px 0; 
}

#footer p { 
	color: #666; 
	font-size: 11px; 
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#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 {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, 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;
}

/* Home Slider
------------------------------------------------------------ */


#slider { 
	width:583px; 
	height:422px; 
	background:url(images/slider-bg.png) no-repeat 0 0; 
	margin:0 auto 34px 13px; 
	position:relative; 
	z-index: 1; 
}

#slider h3 { 
	padding: 25px 0 0 24px; 
}

#slider .dots { 
	height: 13px; 
	margin:30px 28px 0 0; 
}

#slider .dots a { 
	width: 14px; 
	height: 13px; 
	background:url(images/slider-dots.png) no-repeat 0 0; 
	float:left; 
	display:inline; 
	margin-left:2px; 
}

#slider .dots a:hover,
#slider .dots a.active { 
	background-position:0 bottom; 
}

#slider .content { 
	height:355px; 
	width:536px; 
	position:relative; 
	overflow:hidden; 
	margin:6px auto 0; 
}

#slider .content .jcarousel-clip { 
	width:536px; 
	height:355px; 
	position:relative; 
	overflow:hidden; 
}

#slider .content ul { 
	list-style: none outside none; 
	position:relative; 
	overflow:hidden; 
}

#slider .content ul li { 
	position:relative; 
	width:536px; 
	height:355px; 
}

#slider .content ul li h2 { 
	font-size: 25px; 
	font-family:"Trebuchet MS", Arial, Sans-serif; 
	line-height: 1.2; 
	padding-top: 5px;
}

#slider .content ul li h2 a { 
	color:#2181a9; 
}

#slider .content ul li h2 a:hover { 
	text-decoration:underline; 
}

#slider .content ul li h2 .comments { 
	font-size:15px; 
	color: #545759; 
	font-family: 'LucidaGrandeRegular'; 
	background:url(images/ico-comments-01.png) no-repeat 0 0; 
	padding-left:23px; 
	position:relative; 
	top:-1px; 
}

#slider .arrow { 
	position:absolute; 
	top:175px; 
	width:31px; 
	height:31px; 
	background-repeat:no-repeat; 
	background-position:0 0; 
}

#slider .arrow-prev { 
	background-image:url(images/carousel-prev.png); 
	left:-11px; 
}

#slider .arrow-next { 
	background-image:url(images/carousel-next.png); 
	right:-11px; 
}

img#wpstats {
        position: absolute;
	left: -20px;
}

