/*
	Theme Name: Healthcare Business & Technology v1.0.3
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/go/genesis">StudioPress</a>.
	Author: Bill Erickson
	Author URI: http://www.billerickson.net
	Version: 1.0.3
	
	Template: genesis
*/


/* Defaults
------------------------------------------------------------ */

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.sharing *,
.post-meta .right * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #0d0d0d;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #0d0d0d;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
		font-size: 14px;
	line-height: 24px;

}

blockquote,
input,
select,
textarea,
.sticky {
	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: #006aa7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #f3f3f3;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: #fff;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	margin: 0 auto;
	max-width: 1140px;
}

/* Before Header
------------------------------------------------------------ */

.before-header {
	padding: 8px 25px;
	overflow: hidden;
	width: 100%;
}

.before-header .left {
	width: 40%;
	float: left;
}

.before-header .right {
	width: 60%;
	float: right;
}

.before-header .left p {
	color: #676767;
	font-weight: 600;
	text-transform: uppercase;
}

#nav {
	clear: both;
	overflow: hidden;
	width: auto;
	float: right;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #676767;
	display: block;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #ea4700;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}

#nav li.right {
	width: auto;
	padding-left: 20px;
}


/* Header
------------------------------------------------------------ */

#header {
	/* background: #0c0c0c; */
	overflow: hidden;
	padding: 16px 32px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}

#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: 730px;
}

#header .widget-area img {margin-bottom: 0;}

/* Image Header - Partial Width
 * /// ONLY USED IF add_theme_support( 'custom-header' ) is removed
------------------------------------------------------------ */
/*
.header-image #title-area {
	background: url(images/logo.png) no-repeat;
}
*/
.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 294px;
	height: 73px;
}

.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 {
	
}

li a .sf-sub-indicator {
	display: none;
}



/* Secondary Navigation
------------------------------------------------------------ */

.menu-secondary-mobile-container {
	text-align: center;
}

.mobile-menu {
	display: none;
	padding: 20px 0;
}

#subnav {
	border-bottom: 1px solid #ababab;
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: auto;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-left: 1px solid #e8e8e8;
	border-top: 5px solid #ccc;
	color: #676767;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 18px;
	position: relative;
	text-decoration: none;
}

#subnav li.first-menu-item a {
	border-left: 0;
/*	padding-left: 30px; */
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current-cat a {
	background-color: #ccc;
	color: #fff;
}

#subnav li li {
	width: 100%;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: #fff;
	border: 1px solid #ababab;
	border-top-width: 0;
	color: #676767;
	display: block;
	position: relative;
	width: 100%;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #fff;
}

#subnav li ul {
	padding-top: 1px;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
	width: 100%;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 15px 35px 35px;
	width: 66.666%; /* 760/1140 */
}

.full-width-content #content {
	width: 100%;
	padding: 75px;
}

.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}

.breadcrumb {
	color: #676767;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.breadcrumb .sponsor {
	float: right;
	text-transform: none;
}

.breadcrumb .sponsor a,
.breadcrumb .sponsor a:visited {
	color: #111111;
}

#content div.sharedaddy div.sd-block {
	border: none;
	margin-bottom: 20px;
}

/* 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-left: 3%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25em;
	margin: 0 0 5px;
}

h1 {
	color: #676767;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.single h1 {
	color: #0d0d0d;
	font-size: 30px;
	line-height: 42px;
	text-transform: none;
	padding-bottom: 5px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
}

h2.subtitle {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0px;
}

h3,
.after-post h4 {
	color: #0d0d0d;
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
}

h4 {
	color: #676767;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
	font-weight: 600;
}

.category-title-wrapper {
	background: url(images/featured-image-bg.png) no-repeat center bottom;
	padding-bottom: 18px;
	margin-bottom: 5px;
}
.category-title {
	background: #ccc;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	padding: 7px 15px;
	margin-bottom: 0;
	text-transform: uppercase;
}

h2.category-title a,
h2.category-title a:visited {
	color: #fff;
	line-height: 18px;
	padding-bottom: 0;
	font-weight: 600;
	font-size: 18px;
}

/* 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 {
	color: #006aa7;
	font-size: 12px;
	overflow: hidden;
	padding: 7px 0;	
	width: 100%;
}
.post-meta {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	overflow: hidden;
	padding: 7px 0;	
	width: 100%;
}

.post-info a,
.post-info a:visited,
.post-meta a,
.post-meta a:visited {
	color: #006aa7;
}

.post-info a:hover,
.post-meta a:hover {
	text-decoration: underline;
}

.post-info .author {
	background: url(images/icon-author.png) no-repeat left center;
	padding: 0 10px 0 25px;
}

.post-info .date {
	background: url(images/icon-date.png) no-repeat left center;
	padding: 0 10px 0 25px;
}

.post-info .post-comments {
	background: url(images/icon-comments.png) no-repeat left center;
	padding: 0 10px 0 25px;
}

.post-meta .categories {
	background: url(images/icon-categories.png) no-repeat left center;
	padding: 0 10px 0 25px;
}

.post-meta .tags {
	background: url(images/icon-tag.png) no-repeat left center;
	padding: 0 10px 0 25px;
}

.post-meta .left {
	width: 48%;
	float: left;
}

.post-meta .right {
	width: 52%;
	float: left;
}

.post-info .sharing {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	display: block;
	padding: 7px 0;
	margin: 10px 0 20px;
}

.after-post {
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}

.after-post h3,
.after-post h4 {
	padding-bottom: 20px;
}

.after-post-ad {
	padding: 50px 0;
	text-align: center;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	padding-bottom: 15px;
}

.author-box div {
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.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;
}

.wp-caption.alignright {
	text-align: right;
}

.wp-caption.alignleft {
	text-align: left;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

.featured-image img {
	background: url(images/featured-image-bg.png) no-repeat center bottom;
	padding-bottom: 18px;
}

/* 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: block;
	float: right;
	width: 33.3333%;
}

.content-sidebar .sidebar {
	border-left: 1px solid #ababab;
}

.sidebar-content .sidebar {
	float: left;
	border-right: 1px solid #ababab;
}

.sidebar-top {
	background: url(images/sidebar-top-bg.jpg);
	border-bottom: 1px solid #ababab;
}

.sidebar .sidebar-top .widget {
	border: none;
}

.sidebar .widget {
	border-bottom: 1px solid #ababab;
	margin: 0;
	padding: 35px 35px 0;
}

.sidebar h4 {
	padding-bottom: 20px;
}

.sidebar .sidebar-top h4 {
	padding-bottom: 0;
}

.sidebar .widget p,
.sidebar .widget_text ul {
	padding-bottom: 35px;
}

/* Newsletter Signup
------------------------------------------------------------ */

#signupform { 
	background: #fff;
	border: 1px solid #bcbcbc; 
	position: relative;
	padding: 0;
	margin: 20px 0 0;
}

#signupform #EmailAddress {
	background: transparent;
	border: none;
	color: #676767;
	outline: none;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	padding: 8px 95px 7px 14px;
	margin: 0;
	width: 100%;
}

#signupform .sbmt {
	background: #f67200;
	border: none;
	border-left: 1px solid #bcbcbc;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	padding: 9px 14px;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}

#signupform .sbmt:hover {
	background: #bb2c00;
}

/* Social Widget
------------------------------------------------------------ */

.widget_socials .social-icon {
	display: inline-block;
	text-indent: -9999em;
	width: 25px;
	height: 25px;
	margin: 0 6px;
}

.widget_socials .twitter {
	background: url(images/social.png) no-repeat;
}

.widget_socials .facebook {
	background: url(images/social.png) no-repeat -38px 0;
}

.widget_socials .linkedin {
	background: url(images/social.png) no-repeat -75px 0;
}

.widget_socials .sharethis {
	background: url(images/social.png) no-repeat -111px 0;
}

.widget_socials .stumbleupon {
	background: url(images/social.png) no-repeat -148px 0;
}

.widget_socials .rss {
	background: url(images/social.png) no-repeat -185px 0;
}

.widget_socials .gplus {
	background: url(images/social.png) no-repeat -222px 0;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
	background: #f97700;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	padding: 12px 25px;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div.gform_footer input.button:hover,
.button:hover {
	background: #bb2c00;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.square-button,
.square-button:visited {
	background: #f67200;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	padding: 5px 20px;
	text-transform: uppercase;
}

.square-button:hover {
	background: #bb2c00;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* Search Form
------------------------------------------------------------ */

.searchform {
	background: #fff;
	border: 1px solid #bcbcbc;
	max-width: 175px;
	padding: 0 37px 0 10px;
	margin: 0;
	position: relative;
}

.searchform .s {
	background: transparent;
	border: none;
	color: #676767;
	outline: none;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.searchform .searchsubmit {
	background: #f97b00;
	border-left: 1px solid #bcbcbc;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 37px;
}

/* Contributor Widget
------------------------------------------------------------ */

.sidebar .widget.widget_contributors {
	padding-bottom: 35px;
}

.widget_contributors .contributors {
	overflow: hidden;
	width: 100%;
}

.widget_contributors .contributor {
	position: relative;
	padding-left: 90px;
	min-height: 75px;
}

.widget_contributors img {
	position: absolute;
	left: 0;
	top: 0;
}

.widget_contributors h6 a {
	color: #0d0d0d;
	text-transform: uppercase;
}

.widget_contributors p {
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
}

/* Call to Action
------------------------------------------------------------ */

.cta-content {
	background: #282828;
	padding: 8px;
	margin: 20px auto 0;
	max-width: 685px;
	
}

.cta-content .wrap {
	border: 1px solid #494949;
	padding: 10px 25px;
	overflow: hidden;
	width: 100%;
}

.cta-content .left {
	background: url(images/cta-content-divider.jpg) repeat-y right top;
	width: 70%;
	padding: 10px 20px 10px 0;
	float: left;
}

.cta-content .right {
	width: 30%;
	float: left;
	padding-top: 40px;
}

.cta-content .right p {
	text-align: right;
}

.cta-content h4 {
	color: #f5aa1e;
	font-size: 24px;
	font-weight: 600;
}

.cta-content p {
	color: #fff;
}

.cta-footer {
	background: #efefef;
	border-top: 1px solid #ababab;
	overflow: hidden;
	padding: 30px 50px;
	width: 100%;
}

.cta-footer .left {
	width: 70%;
	float: left;
}

.cta-footer .right {
	width: 30%;
	float: left;
	padding-top: 30px;
	text-align: right;
}

.cta-footer h4 {
	color: #060606;
	font-size: 24px;
}

.cta-footer .button,
.cta-footer .button:visited {
	padding: 12px 50px;
	background: #f47c00; /* Old browsers */
	background: -moz-linear-gradient(top,  #f47c00 0%, #ef4000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47c00), color-stop(100%,#ef4000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f47c00 0%,#ef4000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f47c00 0%,#ef4000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f47c00 0%,#ef4000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f47c00 0%,#ef4000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47c00', endColorstr='#ef4000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:  1px 1px 2px 1px rgba(100, 100, 100, .5);
	        box-shadow:  1px 1px 2px 1px rgba(100, 100, 100, .5);
}

.cta-footer .button:hover {
	background: #ef4000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef4000 0%, #f47c00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef4000), color-stop(100%,#f47c00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef4000 0%,#f47c00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef4000 0%,#f47c00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef4000 0%,#f47c00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef4000 0%,#f47c00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4000', endColorstr='#f47c00',GradientType=0 ); /* IE6-9 */
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	/* background: #0d0d0d; */
	overflow: hidden;
	width: 100%;
}

#footer-widgets .widget-area {
	float: left;
	padding: 20px;
	width: 33.33%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-widgets h4 {
	color: #fff;
	font-size: 14px;
}

#footer-widgets p,
#footer-widgets li,
#footer-widgets li a,
#footer-widgets li a:visited {
	color: #e5e5e5;
}

#footer-widgets li a:hover {
	color: #fff;
	text-decoration: none;
}

#footer-widgets ul {
	border-top: 1px solid #585858;
}

#footer-widgets li {
	list-style-type: none;
	border-bottom: 1px solid #585858;
}

/* Footer
------------------------------------------------------------ */

#footer {
	border-bottom: 1px solid #ababab;
	overflow: hidden;
	padding: 30px;
	width: 100%;
}

#footer .gototop {
	width: 50%;
	float: left;
}

#footer .creds {
	width: 50%;
	float: left;
	text-align: right;
}

#footer p,
#footer a,
#footer a:visited {
	color: #676767;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

#fotoer a:hover {
	text-decoration: underline;
}

#footer .creds a {
	background: url(images/gototop.png) no-repeat left center;
	padding-left: 15px;
}

/* 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;
}

/* Archive
------------------------------------------------------------ */

.archive .hentry {
	border-left: 6px solid #ccc;
	padding-left: 18px;
}

.archive .entry-content .more {
	color: #fd7d00;
	font-weight: 600;
}

/* Category Landing and Home
------------------------------------------------------------ */

.home #content {
	padding: 10px 35px 0;
}

.category-intro {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;
}

.recent-post-listing {
	border-bottom: 1px solid #e1e1e1;
	padding: 18px 0;
	overflow: hidden;
	width: 100%;
}

.home .recent-post-listing {
	padding-bottom: 0;
}

.recent-post-listing .post {
	margin-bottom: 0;
}

.recent-post-listing .left img {
	border: 9px solid #f6f6f6;
}

.recent-post-listing .left h2 {
	padding: 10px 0;
}

.recent-post-listing .right .post {
	border-top: 1px solid #e1e1e1;
	padding: 15px 0 15px 80px;
	position: relative;
	min-height: 95px;
}

.recent-post-listing .right .post.no-image {
	padding-left: 0;
}

.recent-post-listing .right .post:first-child {
	border-top: 0;
	padding-top: 0;
	min-height: 80px;
}

.recent-post-listing .right .post img {
	position: absolute;
	left: 0;
	border: 5px solid #f6f6f6;
}

.recent-post-listing .right .post h2,
.recent-post-listing .right .post h2 a {
	padding: 0;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 18px;
}

.recent-post-listing .right .post p {
	font-size: 12px;
	line-height: 18px;
}

.recent-post-listing .bottom {
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
	width: 100%;
}

.recent-post-listing .bottom .one-third {
	border-right: 1px solid #e1e1e1;
	padding: 15px 0;
}

.recent-post-listing .bottom .one-third.first {
	padding-left: 15px;
}

.recent-post-listing .bottom .one-third.last {
	border-right: 0;
}

.recent-post-listing .one-third h2 {
	padding-bottom: 0;
}

.recent-post-listing .one-third h2 a {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	padding-bottom: 0;
}

.recent-post-listing .one-third p {
	font-size: 12px;
	line-height: 18px;
}

.recent-post-listing .more,
.popular-posts-listing .more {
	text-align: right;
	padding-top: 10px;
}

.recent-post-listing .more-link {
	font-weight: 600;
}


.popular-posts-listing {
	padding: 30px 0 0;
}

.recent-post-listing h4,
.popular-posts-listing h4,
h4.with-arrow {
	background: url(images/arrow.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 30px;
}

.popular-posts-listing .post {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	padding: 0 0 25px 185px;
	margin-bottom: 25px;
	min-height: 197px;
}

.popular-posts-listing .post.no-image {
	padding-left: 0;
	min-height: 0;
}

.popular-posts-listing .post:first-child {
	min-height: 172px;
}

.popular-posts-listing .post img {
	border: 7px solid #f6f6f6;
	position: absolute;
	top: 0;
	left: 0;
}

.popular-posts-listing h2 {
	padding-bottom: 10px;
}

.category-posts-listing {
	background: url(images/grey-pixel.jpg) repeat-y center top;
	overflow: hidden;
	width: 100%;
}

.category-posts-listing .cat-listing {
	padding-bottom: 35px;
	width: 50%;
	float: left;
}

.category-posts-listing .bottom {
	padding-top: 20px;
}

.category-posts-listing .left {
	padding-right: 35px;
}

.category-posts-listing .right {
	padding-left: 35px;
}

.category-posts-listing h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 2px;
	padding: 0 13px;
}

.category-posts-listing h5 a,
.category-posts-listing h5 a:visited {
	color: #fff;
	text-decoration: none;
}

.category-posts-listing h5 a:hover {
	text-decoration: underline;
}

.category-posts-listing .image {
	padding-bottom: 10px;
}

.category-posts-listing h2 {
	padding-bottom: 0;
}

.category-posts-listing h2 a,
.category-posts-listing h2 a:visited {
	font-size: 16px;
}

.category-posts-listing li {
	color: #838383;
	list-style-type: square;
	margin-left: 20px;
}

/* Industry Spotlight
------------------------------------------------------------ */

.page-template-industry-spotlight-php .sidebar .widget li {
	list-style-type: none;
	background: url(images/blue-arrow.png) no-repeat left 6px;
	padding: 0 0 5px 20px;
}

.page-template-industry-spotlight-php .sidebar .widget li a {
	font-weight: 600;
}

.page-template-industry-spotlight-php #footer {
	border-top: 1px solid #ababab;
}

.page-template-industry-spotlight-php .sidebar .widget:last-child {
	border-bottom: 0;
}

/* Landing
------------------------------------------------------------ */

.page-template-landing-php #wrap {
	max-width: 955px;
}

.page-template-landing-php .before-header .left {
	width: 60%;
}

.page-template-landing-php .before-header .right {
	width: 40%;
}

.page-template-landing-php h1 {
	text-align: center;
	padding-bottom: 75px;
}

.page-template-landing-php .cta-content {
	margin-top: 75px;
}

.page-template-landing-php 	#footer {
	border: 0;
	border-top: 1px solid #ababab;
	overflow: hidden;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 955px;
	width: 100%;
}

/* Home
------------------------------------------------------------ */

.content-ticker {
	position: relative;
	margin: 35px 0;
}

.content-ticker li {
	list-style-type: none;
	display: none;
	width: 100%;
}

.content-ticker li.first {
	display: block;
}


/* Smaller Screens
------------------------------------------------------------ */

@media only screen and (max-width: 1140px ) {
	#header #title-area {
		float: none;
		margin: 0 auto 30px;
	}
	
	#header .widget-area {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.post-meta .left,
	.post-meta .right {
		float: none;
		width: 100%;
	}
	
}

@media only screen and (max-width: 980px ) {
	.before-header .left,
	.before-header .right {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.before-header #nav {
		width: 100%;
		margin-top: 20px;
	}
	
	.before-header #nav li {
		display: inline-block;
		float: none;
	}
	
	.cta-content .left,
	.cta-content .right {
		background: transparent;
		width: 100%;
		float: none;
		padding-top: 15px;
	}
	
	.cta-content .right p { text-align: center; }
}

@media only screen and (max-width: 780px ) {
	.sidebar-content #content,
	.content-sidebar #content,
	#footer-widgets .widget-area,
	.cta-footer .left,
	.cta-footer .right,
	#footer .gototop,
	#footer .creds {
		width: 100%;
		float: none;
	}
	
	.sidebar {
		max-width: 380px;
		margin: 30px auto;
		float: none;
		width: 100%;
		border-right: 1px solid #ababab;
		border-top: 1px solid #ababab;
	}
	
	.cta-footer .right,
	#footer .gototop,
	#footer .creds { text-align: center;}
	
	.breadcrumb .sponsor {
		float: none;
		text-align: left;
		display: block;
	}
}

@media only screen and (max-width: 480px) { 
	
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#header .widget-area { display: none; }
	
	#subnav { display: none; }
	.mobile-menu { display: inline-block; }
	
	.recent-post-listing .left { padding-bottom: 30px; }
	.recent-post-listing .bottom .one-third { border: none; }
	.recent-post-listing .bottom .one-third.first { padding-left: 0; }
	.popular-posts-listing .post { padding-left: 0;}
	.popular-posts-listing .post img { display: none; }
	.category-posts-listing { background: transparent; }
	.category-posts-listing .cat-listing { width: 100%; float: none; padding: 0 0 20px !important; max-width: 309px; margin: 0 auto;}
	.category-posts-listing hr { display: none; }
	.after-post .first { padding-bottom: 20px; }
} 
