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

	Version: 2.0.2
	
	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.2

	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
* Inner
* Homepage
* Genesis Slider
* 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
* Magazine Blue
* Magazine Green
* Magazine Orange
* Magazine Purple
* Magazine Red
* Magazine Teal
* Responsive Design
* Google Ads
* Resources Page
* Page Specific CSS
* Submit Ad Page
* Solution Center Pages
* Event Espresso Form

*/


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

@import url(https://fonts.googleapis.com/css?family=Play);




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

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

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, 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: #ffc425;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffc425;
}

a img {
	border: none;
}


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

body {
	background: #e9e9e9;
}


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

#wrap {
	background: url(images/wrap.png) repeat-x;
	margin: 0 auto;
}

.magazine-landing #wrap {
	background: none;
}


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

#header {
	min-height: 90px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}

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

#title {
	font-family: 'Play', arial, serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	margin: 0;
	text-shadow: 2px 2px #000;
	text-transform: uppercase;
}

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

#description {
	color: #999;
	font-size: 13px;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
}

#header .widget-area {
	float: right;
	padding: 25px 0 0;
	width: 468px;
}


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

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

.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: 1000px;
}


/* 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: #d64b1e;
}

#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: #d64b1e;
}

#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-color: #111;
	clear: both;
	overflow: hidden;
}

#nav .wrap {
	color: #999;
	margin: 0 auto;
	text-transform: uppercase;
	width: 1000px;
}

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

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

#nav li a {
	color: #999;
	display: block;
	font-size: 11px;
	padding: 7px 15px 6px;
	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: #ffc425;
}

#nav li li a,
#nav li li a:link,
#nav 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;
}

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

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 550px;
	z-index: 9999;
}

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

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

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


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

#nav li.right {
	float: right;
	font-size: 11px;
	padding: 7px 15px 6px;
}

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

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

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

#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;
}


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

#subnav {
	background: url(images/subnav.png);
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
	clear: both;
	overflow: hidden;
	height: 30px;
}

#subnav .wrap {
	color: #fff;
	font-family: 'Play', arial, serif;
	margin: 0 auto;
	width: 1000px;
}
#subnav ul {
	float: left;
	width: 100%;
}

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

#subnav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px 5px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px #000;
}

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

/* This is the dropdown for the subnav */

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	left: 25px;
	text-transform: none;
	width: 180px;
	font-weight: normal;
}

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

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

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

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

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


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

#inner {
	background: url(images/inner.png) repeat-x;
	overflow: hidden;
}

#inner .wrap {
	-moz-box-shadow: 0 1px 2px #666; 
	-webkit-box-shadow: 0 1px 2px #666;
	background-color: #fff;
	box-shadow: 0 1px 1px #666;
	margin: 20px auto;
	overflow: hidden;
	width: 1000px;
}

.magazine-landing #inner .wrap {
	margin: 20px auto;
	width: 700px;
}


/* Homepage
------------------------------------------------------------ */

.home-bottom {
	clear: both;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0;
	overflow: hidden;
	width: 610px;
}
.home-middle {
	clear: both;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 0;
	overflow: hidden;
	width: 610px;
}

.home-top {
	clear: both;
	font-size: 13px;
	line-height: 20px;
	margin: 10px 0 20px;
	overflow: hidden;
	width: 610px;
}

.home-bottom {
	margin: 0;
}

.home-left {
	float: left;
	width: 295px;
}

.home-right {
	float: right;
	width: 295px;
}


/* Genesis Slider
------------------------------------------------------------ */

#content #genesis-responsive-slider,
#content #genesis-slider {
	background-color: #fff;
	border: 4px solid #f5f5f5;
	padding: 1px;
}

#genesis-responsive-slider a,
#genesis-responsive-slider a:visited,
#genesis-slider a,
#genesis-slider a:visited {
	color: #fff;
	text-decoration: underline;
}

#genesis-responsive-slider a:hover,
#genesis-slider a:hover {
	text-decoration: none;
}

#genesis-responsive-slider p,
#genesis-slider p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

#content .slide-excerpt {
	background-color: #222;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	filter: alpha(opacity=100);
	margin: 0;
	padding: 10px;
	opacity: 1.0;
}

html > body .slide-excerpt-border {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}


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

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


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

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


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

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

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

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

.magazine-landing #content-sidebar-wrap {
	width: 700px;
}


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

#content {
	float: left;
	padding: 10px 5px 20px 5px;
	width: 425px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 610px;
	padding: 10px 5px 20px 25px;
}

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

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

.full-width-content.magazine-landing #content {
	width: 650px;
}

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 10px;
}

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

.entry-content {
	overflow: hidden;
}

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

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

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

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

.more-from-category {
	background: url(images/list.png) no-repeat top left;
	margin: -5px 0 0;
	padding: 1px 0 0 18px;
}

.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 {
	font-family: 'Play', arial, serif;
	margin: 0 0 5px;
}

h2{
	font-family: 'Play', arial, serif;
	margin: 0 0 5px;
}
h3{
	font-family: 'Play', arial, serif;
	margin: 0 0 10px;
}
h4,
h5 {
	font-family: 'Play', arial, serif;
	margin: 0 0 0px;
}

h6 {
	font-family: 'Play', arial, serif;
	margin: 0 0 15px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: 'Play', arial, serif;
	font-size: 18px;
	line-height: 22px;
}

#genesis-responsive-slider h2 a,
#genesis-responsive-slider h2 a:visited,
#genesis-slider h2 a,
#genesis-slider h2 a:visited {
	color: #ccc;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

#genesis-responsive-slider h2 a:hover,
#genesis-slider h2 a:hover {
	color: #d64b1e;
}

.home h2 a {
	font-size: 20px;
	line-height: 24px;
	color: #3b5998;
}

.home h2 a:visited {
	font-size: 20px;
	line-height: 24px;
	color: #3b5998;
}

.home-middle h2 a {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #3b5998;
}

.home-middle h2 a:visited {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #3b5998;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 16px;
	line-height: 22px;
	color: #3b5998;
}

.page h1 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	background: #fff;
	text-transform: uppercase;
	color: #ffc425;
	display: inline-block;
	padding: 20px 5px 2px 0;
	position: relative;
	top: -11px;
	z-index: 3;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

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

h3 {
	font-size: 16px;
}

h4 {
	font-size: 20px;
}

.home-bottom h4 {
	font-size: 15px;
	margin: 0 0 15px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #9a9a9a;
}

.home-middle h4 {
	font-size: 15px;
	margin: 0 0 15px;
	font-weight: bold;
}

.widget-area h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-moz-linear-gradient(center top , #000000, #7a7a7a) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#7a7a7a));
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjN0E3QTdBIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNzE3KSIgLz4KPC9zdmc+);
	border-radius: 5px 5px 5px 5px; /* Future Proofing */
    	-moz-border-radius:5px 5px 5px 5px; /* Firefox */	
	-webkit-border-radius: 5px 5px 5px 5px; /* Safari and Chrome */
	color: #ffc425;
	margin-bottom: 15px;
}

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

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

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
}


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

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

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	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: 9px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


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

.post-meta {
	background-color: none;
	clear: both;
	font-size: 10px;
	padding: 3px 0px 3px;
	text-transform: uppercase;
}


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

.author-box {
	border: 1px solid #ddd !important;
	margin: 0 0 40px;
	overflow: hidden;
}

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

.author-box div {
	background-color: #fff;
	border: 4px solid #f5f5f5;
	padding: 10px;
}


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

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


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

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


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

.categories {
	background: none;
	padding: 3px 0 3px 0px;
}
	
.post-comments {
	background: none;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: none;
	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;
}


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

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.entry-content img,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #fff;
	border: none;
	padding: 1px;
}

.home-middle .featuredpost img {
	margin: 0 0 12px;
}

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

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

.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.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

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

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

.wp-caption {
	padding: 2px;
	text-align: right;
}

p.wp-caption-text {
	font-size: 9px;
	line-height: 12px;
	padding: 3px 0;
	font-style: italic;
}

.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: 345px;
}

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

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

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

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

#sidebar .widget,
#sidebar-alt .widget {
	border-bottom: 1px dotted #000;
	align: center;
}

.content-sidebar #sidebar .widget,
.sidebar-content-sidebar #sidebar .widget,
.content-sidebar-sidebar #sidebar .widget,
.content-sidebar-sidebar #sidebar-alt .widget {
	border-left: none;
}

.sidebar-content #sidebar .widget,
.sidebar-content-sidebar #sidebar-alt .widget,
.sidebar-sidebar-content #sidebar .widget,
.sidebar-sidebar-content #sidebar-alt .widget {
	border-right: none;
}

.sidebar .widget-wrap {
	padding: 20px 20px 20px 20px;
}

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

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


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

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


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

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 20px 0 10px;
	overflow: hidden;
	padding: 0 0 0;
}

.home .featuredpost p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 0;
}

/* Customization for Read More Link... */
.more-link {
 	font-size: 11px;
	font-weight: bold;
 	text-decoration: none;
 	text-transform: none;
 }



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

.user-profile {
	overflow: hidden;
}


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

input[type="button"],
input[type="submit"] {
	background: url(images/button.png) 0 0;
	border: 1px solid #3b5998;
	color: #3b5998;
	cursor: pointer;
	font-family: 'Play', arial, serif !important;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/button.png) 0 -25px;
	border: 1px solid #3b5998;
	color: #000;
	text-decoration: none;
}

.ageesform {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ce8e28;
	
}.ageesform:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
	
}.ageesform:active {
	position:relative;
	top:1px;
}


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

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

#nav .searchform {
	float: right;
}

.s {
	font-family: 'Play', arial, serif;
	font-size: 11px;
	margin: 8px 0 0 0;
	width: 120px;
}

.searchsubmit {
  	width: 50px;
	height: 20px;
	font-family: 'Play', arial, serif;
	font-size: 11px;
	padding: 0 0 0 0;
}

input[type="button"], input[type="submit"] {
	color: #3B5998;
	cursor: pointer;
	font-family: 'Play', arial, serif !important;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 0;
}


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

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

.enews #subbox {
	font-family: 'Play', arial, 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 {
	-moz-box-shadow: 0 1px 2px #666; 
	-webkit-box-shadow: 0 1px 2px #666;
	background-color: #fff;
	box-shadow: 0 1px 1px #666;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 1000px;
}

#footer-widgets .wrap {
	border: 4px solid #f5f5f5;
	font-size: 13px;
	line-height: 16px;
	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: 1000px;
}

.footer-widgets-2 {
	float: none;
}

.footer-widgets-3 {
	float: right;
}

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

#footer {
	background: url(http://inbusinessmag.com/wp-content/uploads/2012/09/footer-new.png); 
	clear: both;
	overflow: hidden;
}

#footer .wrap {
	font-size: 11px;
	color: #ffffff;
	margin: 0 auto;
	padding: 16px 10px 15px 20px;
	overflow: hidden;
	width: 1000px;
}

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

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

#footer a:hover {
	color: #ffc425;
	text-decoration: underline;
}

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

#footer .gototop a {
	background: url(images/footer-top.png) 
	no-repeat center left;
	padding: 6px 0 4px 35px;
}

#footer .creds {
	display: none;
	float: right;
	text-align: right;
	width: 755px;
}

/* New Footer Content */

#column1 {
	float: left;
	width: 190px;
}
#column2 {
	float: left;
	width: 190px;
}
#column3 {
	float: left;
	margin-left: 50px;
	width: 180px;
}
#column4 {
	float: left;
	width: 190px;
} 
#column5 {
	float: left;
	width: 190px;
} 

#footer ul {
	list-style: none;
	padding: 0; 
	margin: 0;
}
.footerhead {
	font-family: 'Play', arial, serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #ffc425;
}

.footerhead li a {
	color: #ffc425;
}

.footerlist a {
	font-size: 12px;
	color: #fff;
}


/* 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: 1px solid #ddd;
}


/* Custom Widget Area
------------------------------------------------------------ */

#article_info_area {
 	width: 600px;
 	margin: 0;
 	padding-top: 8px;
 	height: 100px;
 	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #00ccff;
}

#article-info-area {
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	font-family: 'Cuprum', arial, sans-serif;
	margin: 0 0 15px;
	-moz-box-shadow: 0 0 4px #fff;
	-webkit-box-shadow: 0 0 4px #fff;
	box-shadow: 0 0 4px #fff;
	font-size: 18px;
	font-weight: normal;
	color: #00ccff;
}

#article-info-area a {
	color: #00ccff;
	font-size: 18px;
	font-weight: normal;
}

#article-info-area a:hover {
	color: #28b5f0;
}

/* 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;
}


/* Magazine Blue
------------------------------------------------------------ */

.magazine-blue a,
.magazine-blue a:visited {
	color: #2780c7;
	text-decoration: none;
}

.magazine-blue a:hover {
	text-decoration: underline;
}

.magazine-blue #header ul.nav li li a,
.magazine-blue #header ul.nav li li a:link,
.magazine-blue #header ul.nav li li a:visited,
.magazine-blue #header ul.menu li li a,
.magazine-blue #header ul.menu li li a:link,
.magazine-blue #header ul.menu li li a:visited,
.magazine-blue #nav li li a,
.magazine-blue #nav li li a:link,
.magazine-blue #nav li li a:visited {
	color: #999;
}

.magazine-blue #subnav li li a,
.magazine-blue #subnav li li a:link,
.magazine-blue #subnav li li a:visited {
	color: #fff;
}

.magazine-blue h2 a,
.magazine-blue h2 a:visited {
	color: #333;
}

.magazine-blue #header ul.nav li a:hover,
.magazine-blue #header ul.nav li a:active,
.magazine-blue #header ul.nav .current_page_item a,
.magazine-blue #header ul.nav .current-cat a,
.magazine-blue #header ul.nav .current-menu-item a,
.magazine-blue #header ul.menu li a:hover,
.magazine-blue #header ul.menu li a:active,
.magazine-blue #header ul.menu .current_page_item a,
.magazine-blue #header ul.menu .current-cat a,
.magazine-blue #header ul.menu .current-menu-item a,
.magazine-blue #header ul.nav li li a:hover,
.magazine-blue #header ul.nav li li a:active,
.magazine-blue #header ul.menu li li a:hover,
.magazine-blue #header ul.menu li li a:active,
.magazine-blue #nav li a:hover,
.magazine-blue #nav li a:active,
.magazine-blue #nav .current_page_item a,
.magazine-blue #nav .current-cat a,
.magazine-blue #nav .current-menu-item a,
.magazine-blue #nav li li a:hover,
.magazine-blue #nav li li a:active,
.magazine-blue #nav li.right a:hover,
.magazine-blue #subnav li a:hover,
.magazine-blue #subnav li a:active,
.magazine-blue #subnav .current_page_item a,
.magazine-blue #subnav .current-cat a,
.magazine-blue #subnav .current-menu-item a,
.magazine-blue #subnav li li a:hover,
.magazine-blue #subnav li li a:active,
.magazine-blue #genesis-responsive-slider h2 a:hover,
.magazine-blue #genesis-slider h2 a:hover,
.magazine-blue h2 a:hover,
.magazine-blue #footer a:hover {
	color: #2780c7;
}

.magazine-blue h2 a:hover {
	text-decoration: none;
}

.magazine-blue input[type="button"],
.magazine-blue input[type="submit"] {
	background: url(images/blue/button.png) 0 0;
	border: 1px solid #2780c7;
}

.magazine-blue input:hover[type="button"],
.magazine-blue input:hover[type="submit"] {
	background: url(images/blue/button.png) 0 -25px;
	border: 1px solid #2780c7;
}

.magazine-blue #footer .gototop a {
	background: url(images/blue/footer-top.png) no-repeat center left;
}


/* Magazine Green
------------------------------------------------------------ */

.magazine-green a,
.magazine-green a:visited {
	color: #27c753;
	text-decoration: none;
}

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

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

.magazine-green #subnav li li a,
.magazine-green #subnav li li a:link,
.magazine-green #subnav li li a:visited {
	color: #fff;
}

.magazine-green h2 a,
.magazine-green h2 a:visited {
	color: #333;
}

.magazine-green #header ul.nav li a:hover,
.magazine-green #header ul.nav li a:active,
.magazine-green #header ul.nav .current_page_item a,
.magazine-green #header ul.nav .current-cat a,
.magazine-green #header ul.nav .current-menu-item a,
.magazine-green #header ul.menu li a:hover,
.magazine-green #header ul.menu li a:active,
.magazine-green #header ul.menu .current_page_item a,
.magazine-green #header ul.menu .current-cat a,
.magazine-green #header ul.menu .current-menu-item a,
.magazine-green #header ul.nav li li a:hover,
.magazine-green #header ul.nav li li a:active,
.magazine-green #header ul.menu li li a:hover,
.magazine-green #header ul.menu li li a:active,
.magazine-green #nav li a:hover,
.magazine-green #nav li a:active,
.magazine-green #nav .current_page_item a,
.magazine-green #nav .current-cat a,
.magazine-green #nav .current-menu-item a,
.magazine-green #nav li li a:hover,
.magazine-green #nav li li a:active,
.magazine-green #nav li.right a:hover,
.magazine-green #subnav li a:hover,
.magazine-green #subnav li a:active,
.magazine-green #subnav .current_page_item a,
.magazine-green #subnav .current-cat a,
.magazine-green #subnav .current-menu-item a,
.magazine-green #subnav li li a:hover,
.magazine-green #subnav li li a:active,
.magazine-green #genesis-responsive-slider h2 a:hover,
.magazine-green #genesis-slider h2 a:hover,
.magazine-green h2 a:hover,
.magazine-green #footer a:hover {
	color: #27c753;
}

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

.magazine-green input[type="button"],
.magazine-green input[type="submit"] {
	background: url(images/green/button.png) 0 0;
	border: 1px solid #27c753;
}

.magazine-green input:hover[type="button"],
.magazine-green input:hover[type="submit"] {
	background: url(images/green/button.png) 0 -25px;
	border: 1px solid #27c753;
}

.magazine-green #footer .gototop a {
	background: url(images/green/footer-top.png) no-repeat center left;
}


/* Magazine Orange
------------------------------------------------------------ */

.magazine-orange a {
	color: #3b5998;
	text-decoration: none;
}

.magazine-orange a:visited {
	color: #57106f;
	text-decoration: none;
}

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

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

.magazine-orange #subnav li li a,
.magazine-orange #subnav li li a:link,
.magazine-orange #subnav li li a:visited {
	color: #fff;
}

.magazine-orange h2 a,
.magazine-orange h2 a:visited {
	color: #333;
}

.magazine-orange #header ul.nav li a:hover,
.magazine-orange #header ul.nav li a:active,
.magazine-orange #header ul.nav .current_page_item a,
.magazine-orange #header ul.nav .current-cat a,
.magazine-orange #header ul.nav .current-menu-item a,
.magazine-orange #header ul.menu li a:hover,
.magazine-orange #header ul.menu li a:active,
.magazine-orange #header ul.menu .current_page_item a,
.magazine-orange #header ul.menu .current-cat a,
.magazine-orange #header ul.menu .current-menu-item a,
.magazine-orange #header ul.nav li li a:hover,
.magazine-orange #header ul.nav li li a:active,
.magazine-orange #header ul.menu li li a:hover,
.magazine-orange #header ul.menu li li a:active,
.magazine-orange #nav li a:hover,
.magazine-orange #nav li a:active,
.magazine-orange #nav .current_page_item a,
.magazine-orange #nav .current-cat a,
.magazine-orange #nav .current-menu-item a,
.magazine-orange #nav li li a:hover,
.magazine-orange #nav li li a:active,
.magazine-orange #nav li.right a:hover,
.magazine-orange #subnav li a:hover,
.magazine-orange #subnav li a:active,
.magazine-orange #subnav .current_page_item a,
.magazine-orange #subnav .current-cat a,
.magazine-orange #subnav .current-menu-item a,
.magazine-orange #subnav li li a:hover,
.magazine-orange #subnav li li a:active,
.magazine-orange #genesis-responsive-slider h2 a:hover,
.magazine-orange #genesis-slider h2 a:hover,
.magazine-orange h2 a:hover,
.magazine-orange #footer a:hover {
	color: #ffc425;
}

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

.magazine-orange input[type="button"],
.magazine-orange input[type="submit"] {
	background: url(images/orange/button.png) 0 0;
	border: 1px solid #3b5998;
}

.magazine-orange input:hover[type="button"],
.magazine-orange input:hover[type="submit"] {
	background: url(images/orange/button.png) 0 -25px;
	border: 1px solid #3b5998;
}

.magazine-orange #footer .gototop a {
	background: url(images/orange/footer-top.png) no-repeat center left;
}


/* Magazine Purple
------------------------------------------------------------ */

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

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

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

.magazine-purple #subnav li li a,
.magazine-purple #subnav li li a:link,
.magazine-purple #subnav li li a:visited {
	color: #fff;
}

.magazine-purple h2 a,
.magazine-purple h2 a:visited {
	color: #333;
}

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

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

.magazine-purple input[type="button"],
.magazine-purple input[type="submit"] {
	background: url(images/purple/button.png) 0 0;
	border: 1px solid #8827c7;
}

.magazine-purple input:hover[type="button"],
.magazine-purple input:hover[type="submit"] {
	background: url(images/purple/button.png) 0 -25px;
	border: 1px solid #8827c7;
}

.magazine-purple #footer .gototop a {
	background: url(images/purple/footer-top.png) no-repeat center left;
}


/* Magazine Red
------------------------------------------------------------ */

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

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

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

.magazine-red #subnav li li a,
.magazine-red #subnav li li a:link,
.magazine-red #subnav li li a:visited {
	color: #fff;
}

.magazine-red h2 a,
.magazine-red h2 a:visited {
	color: #333;
}

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

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

.magazine-red input[type="button"],
.magazine-red input[type="submit"] {
	background: url(images/red/button.png) 0 0;
	border: 1px solid #c72730;
}

.magazine-red input:hover[type="button"],
.magazine-red input:hover[type="submit"] {
	background: url(images/red/button.png) 0 -25px;
	border: 1px solid #c72730;
}

.magazine-red #footer .gototop a {
	background: url(images/red/footer-top.png) no-repeat center left;
}


/* Magazine Teal
------------------------------------------------------------ */

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

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

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

.magazine-teal #subnav li li a,
.magazine-teal #subnav li li a:link,
.magazine-teal #subnav li li a:visited {
	color: #fff;
}

.magazine-teal h2 a,
.magazine-teal h2 a:visited {
	color: #333;
}

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

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

.magazine-teal input[type="button"],
.magazine-teal input[type="submit"] {
	background: url(images/teal/button.png) 0 0;
	border: 1px solid #27c3c7;
}

.magazine-teal input:hover[type="button"],
.magazine-teal input:hover[type="submit"] {
	background: url(images/teal/button.png) 0 -25px;
	border: 1px solid #27c3c7;
}

.magazine-teal #footer .gototop a {
	background: url(images/teal/footer-top.png) no-repeat center left;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1000px) {

	body,
	.magazine-landing #inner .wrap,
	#inner .wrap {
		width: 100%;
		margin: 0 auto;
	}
	
	#header {
		background-color: #252525;
	}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar #content-sidebar-wrap,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content.magazine-landing #content,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap,
	.home-bottom,
	.home-left,
	.home-middle,
	.home-right,
	.home-top,
	.magazine-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content #content-sidebar-wrap,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .wrap,
	#header,
	#sidebar-alt {
		box-sizing: border-box;
		width: 100%;
	}

	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .widget-area,
	#nav .wrap,
	#subnav .wrap,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#header .widget-area {
		padding: 10px 0;
	}

	#header ul.menu {
		float: none;
	}

	#header li,
	#nav li,
	#subnav li {
		display: inline-block;
		float: none;
	}

	#header li li,
	#nav li li,
	#subnav li li {
		text-align: left;
	 }

	#nav li.right {
		display: none;
	}

	.entry-content img,
	.featuredpage img,
	.featuredpost img,
	.post-image {
		border: none;
		padding: 0;
	}

	#footer {
		background: none;
		background-color: #252525;
	}

	#footer p {
		padding: 0 20px;
	}

}

@media only screen and (max-width: 600px) {

	#title {
		font-size: 36px;
		line-height: 36px;
	}
	
	#nav li a,
	#subnav li a {
		padding: 7px 10px 6px;
	}
	
	#subnav {
		background: none;
		background-color: #111;
		border: none;
	}

	#content .slide-excerpt {
		display: none;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 20px;
	}

	h3,
	h4 {
		font-size: 24px;
	}

	.home-bottom h4,
	.home-middle h4 {
		font-size: 18px;
	}

	.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 {
		padding: 0;
		width: 100%;
	}

}

/* Welcome Text
------------------------------------------------------------ */

.article-info-area {
    	border-bottom: 0px solid #ddd;
    	border-top: 0px solid #ddd;
    	font-family: 'Play', arial, serif;
    	font-size: 12px;
    	line-height: 1.0;
    	overflow: hidden;
    	padding: 5px 0;
    	text-align: left;
	text-transform: uppercase;
}

.article-info-area p {
    font-size: inherit;
    line-height: 1.0;
    margin: 0;
}

.nextprev {
    height: 1.5em;
}
.nextprev .prev {
    float: left;
}
.nextprev .next {
    float: right;
}


/* Footer Custom Widget Area
------------------------------------------------------------ */

#image-Footer-TW{
	background: url(http://inbusinessmag.com/wp-content/uploads/2012/09/MainSprite.png) no-repeat;
	background-position: 0 0;
	width: 150px;
	height: 40px;
}

#image-Footer-LI{
	background: url(http://inbusinessmag.com/wp-content/uploads/2012/09/MainSprite.png) no-repeat;
	background-position: 0 -40px;
	width: 150px;
	height: 40px;
}

#image-Footer-YT{
	background: url(http://inbusinessmag.com/wp-content/uploads/2012/09/MainSprite.png) no-repeat;
	background-position: 0 -80px;
	width: 150px;
	height: 40px;
}

#image-Footer-FB{
	background: url(http://inbusinessmag.com/wp-content/uploads/2012/09/MainSprite.png) no-repeat;
	background-position: 0 -120px;
	width: 150px;
	height: 40px;
}

.just-in-widget{
	font-size: 18px;
	font-color: #ffc425;
	font-weight: bold;
}

body #gform_wrapper_1 .gform_heading .gform_title {
	color: #ffc425;
	font-size: 16px;
	font-style: normal;
}


/* Removal of Bylines
------------------------------------------------------------ */
body.page-id-2 .post-byline {
	display: none;
}

.articleTools {
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: solid 1px #a6a6a6;
	border-bottom: solid 1px #a6a6a6;
	padding: 3px 0;
	width: 98%;
	position: relative;
	height: 22px;
}

.post-45 hr {
  border-top: 1px dotted  #ffc425; 
  color:  #fff; 
  background-color:  #fff; 
  height: 1px;
  width:100%;
}

.BlackBorder {
border: 1px solid #000000; 
}

.entry-content img.alignleft {
	width: 120px;
	height: 120px;
}

.box  
{  
    position: relative;  
    width: 500px;  
    padding: 50px;  
    margin: 0 auto;
background-color: ;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
}

.box:before, .box:after  
{  
    position: absolute;  
    width: 40%;  
    height: 10px;  
    content: ' ';  
    left: 12px;  
    bottom: 12px;  
    background: transparent;  
    -webkit-transform: skew(-5deg) rotate(-5deg);  
    -moz-transform: skew(-5deg) rotate(-5deg);  
    -ms-transform: skew(-5deg) rotate(-5deg);  
    -o-transform: skew(-5deg) rotate(-5deg);  
    transform: skew(-5deg) rotate(-5deg);  
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
    z-index: -1;  
}  

.box:after  
{  
    left: auto;  
    right: 12px;  
    -webkit-transform: skew(5deg) rotate(5deg);  
    -moz-transform: skew(5deg) rotate(5deg);  
    -ms-transform: skew(5deg) rotate(5deg);  
    -o-transform: skew(5deg) rotate(5deg);  
    transform: skew(5deg) rotate(5deg);  
}

/* Modules */

.module .title {
	text-align:center;
}

.promo {
	display:block;
	margin-bottom: 20px;
}
.module ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.promoColumn .module {
	overflow:visible;
	margin: 0 0 25px 0;
	padding: 0 15px 15px 15px;
	border: solid 1px #d8d8d8;
}

.promoColumn .module .title {
	margin: -20px 0px 10px 0px;

/*
	position:relative;
	top:-10px;
*/

}

.module {
	overflow: visible;
	margin: 0 0 25px 0;
	padding: 0 15px 15px 3px;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	display: block;
	font-size: 11px;
	height: 500px;
	line-height: 12px;
	width: 305px;
}

.module h6 {
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	line-height: 25px;
}

/* Back Issues */
#backIssues p {
	line-height: 15px;
	margin: 0px 0px 20px 0px;
}
.module .backIssue {
	display: block;
	float: left;
	width: 93px;
	height: 145px;
	font-size: 11px;
	margin: 0px 10px 0px 0px;
}
#backIssue3, #backIssue6, #backIssue9 {
	margin:0 !important;
}
.module .backIssue .cover {
	display: block;
	width: 85px;
	margin: 2px 0 0;
}
#backIssues .more {
	clear: both;
	display: block;
	padding: 0 10px 0 10px;
	text-align: right;
	font-size: 10px;
	font-style:normal;
}

#latestcontainer {
	width: 600px;
	float:left;
	display: block;
}

.rightContent {
	float: right;
	width: 200px;
	margin: 0 0px 10px 0px;
	display: block;
}

.rightContent .module {
	padding: 0px 10px 10px 5px;
}

.leftContent {
	float: left;
	width: 395px;
	margin: 0 0 10px 0px;
	display: block;
}

.widgets_on_page ul, .widgets_on_page ul li {
	list-style: none;
	background: none;
	margin: 0 10px 0 0;
}

.latestissuepost {
	font-size: 11px;
	line-height: 15px;
	padding: 10px 0;
	clear: left;
	overflow: hidden;
	position: relative;
}

.container {
	border: solid 1px #D8D8D8;
	height: 1300px;
}

#CurrentTR {
	float:left;
	width: 200px;
	height: 100px;
	border: solid 1px #d8d8d8;
	display:block;
}

#CurrentTop {
	float:left;
	width: 400px;
	height: 85px;
	margin: 0 0 20px;
}

.specialtitle {
	margin: 20px 0 20px;
	height: 3px;
	background-color: #000;
}

.specialtitle h1 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	background: #fff;
	text-transform: uppercase;
	color: #ffc425;
	display: inline-block;
	padding: 1px 5px 2px 0;
	position: relative;
	top: -11px;
	z-index: 3;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.gfwa-odd img.alignleft {
	width: 90px;
	height: 90px;
	margin: 0 5px 7px 0;
}

.gfwa-even img.alignleft {
	width: 90px;
	height: 90px;
	margin: 0 5px 7px 0;
}

#Current_Issue_Top-Left .widgets_on_page .entry-content ul li {
	margin: 0;
}

/*************************
 * THE WIDGET SECTION
 ************************/
/** The li background */
.wp-cpl-theme-theme_id li {
 
}
 
/** The thumbnail */
.wp-cpl-theme-theme_id li span.wp-thumb-overlay {
 
}
.wp-cpl-theme-theme_id li.wp-cpl-sticky span.wp-thumb-overlay {
 
}
/** The even and odd */
.wp-cpl-theme-theme-0 li.wp-cpl-even {
	background: #000; !important;
}
.wp-cpl-theme-theme_id li.wp-cpl-odd {
	background: #fff;
}
/** The sticky post */
.wp-cpl-theme-theme_id li.wp-cpl-sticky {
 
}
.wp-cpl-theme-theme_id li.wp-cpl-sticky a {
 
}

/* Resources Page */

.resources1 {
 	float:left;
 	width: 300px;
}
.resources2 {
 	float:left;
 	width: 280px;
	margin-left: 20px;
}

.post-51 .entry-content ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.resourceshead {
	font-family: 'Play', arial, serif;
	font-size: 15px;
	font-weight: bold; 
	color: #000;
}

.resourceslist a {
	font-size: 13px;
	color: #3b5998;
}

hr {
	margin-top: 10px; 
	margin-bottom: 20px; 
	width: 85%; 
	border: none; 
	border-top: #ffc425 2px solid;
}

.widgettitle a {
	color: #ffc425;
}

h2.widgettitle {
	color: #ffc425;
	border-bottom: 1px solid #9a9a9a;
	margin-bottom: 7px;
}

#wp_category_post_list_itg-2 .widgettitle a:visited {
	color: #3b5998;
	text-decoration: none;
}

.widgettitle a:hover {
	text-decoration: none;
	color: #ffc425;
}

.column-subheading p {
	font-size: 24px;
}

/* Page Specific CSS */

td.post-title {
	font-size: 24px;
}

.post-73 entry-content p {
	padding: 0 0 5px;
}

.post-97.page h1 {
	padding: 20px 0 0 20px;
}

.post-96.page h1 {
	padding: 20px 0 0 20px;
}

.post-98.page h1 {
	padding: 20px 0 0 20px;
}

.post-43 h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.post-560 h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

/* Submit Ad Page */

#submitad-container {
	margin: 30px 0 0 0;
	width: 600px;
	border-top0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	background-color: white;
	display: block;
}

#submitad-container submitad-#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}

#submitad-container #submitad-header #submitad-header_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}

#submitad-container #submitad-header #submitad-header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#submitad-container #submitad-header #submitad-header_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}

#submitad-container #submitad-content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
/* Solution Center Index */

#ic-container {
	width: 915px;
	min-height: 200px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ic-container h1 {
	font-size: 24px;
	color:#3b5998;
	font-weight:normal;
}
.ic-row {
	width: 100%;
	padding-left:20px;
}
.ic-left {
	width: 600px;
	float: left;
}

.ic-left h2 {
	font-size: 18px;
	color:#ffc425;
	font-weight:bold;
	width: 100%;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#3b5998;
	margin-top: 0px;
	padding-top: 0px;
}
.ic-left p {
	margin:0px;
	padding:0px;
	line-height:normal;
}
.ic-left a {
	color: #000;
	text-decoration:none;
}
.ic-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ce8e28;
	margin-bottom: 48px;
	
}.ic-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
	
}.ic-button:active {
	position:relative;
	top:1px;
}
.ic-right {
	width: 200px;
	float: left;
	margin-left: 40px;
	border:solid 1px #999;
	text-align: center;
	vertical-align: middle;
	padding:10px;
}

/* Legal Guide Page */

#lg-container {
	width: 690px;
	min-height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lg-row {
	align: left
	width: 100%;
	padding-left:20px;
}

.lg-left {
	width: 400px;
	float: left;
}
.lg-right {
	width: 200px;
	float: right;
	margin-left: 40px;
	border:solid 1px #999;
	text-align: center;
	vertical-align: middle;
	padding:10px;
}

.lg-left h2 {
	font-size: 18px;
	color:#ffc425;
	font-weight:bold;
	width: 100%;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#3b5998;
	margin-top: 0px;
	padding-top: 0px;
}
.lg-left p {
	margin:0px;
	padding:0px;
	line-height:normal;
}
.lg-left a {
	color: #000;
	text-decoration:none;
}
.lg-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ce8e28;
	margin-bottom: 48px;
	
}.lg-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
	
}.lg-button:active {
	position:relative;
	top:1px;
}

/* Solution Center Pages */

#num3-container {
	width: 960px;
	height: 100%;
	display: block;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	background-color: #e5e5e5;
}
#num3-container a {
	font-size: 11px;
	font-weight: bold;
	color: #007DF2;
	margin: 0;
	white-space: normal;
	text-decoration: none;
}
#num3-container a strong {
	font-family: 'Play';
	font-size: 11px;
	font-weight: bold;
	color: #007DF2;
	margin: 0;
	white-space: normal;
	text-decoration: none;
    text-transform: uppercase;
}
#num3-container h2 {
	color: #ffc425;
	font-size: 24px;
	text-transform: uppercase;
	display: block;
}

#num3-full {
	background-color: #fff;
	border-right: 1px solid #ccc;
	float: left;
	padding: 20px;
	width: 700px;
}

#num3-left {
	width: 350px;
	float: left;
	background-color: #fff;
	margin: 0 0px 0 0;
}
#num3-center {
	width: 300px;
	float:left;	
	background-color:#fff;
	border-right: 1px solid #ccc;
}
.num3-left-content {
	padding: 0 0 20px 0;
}
.num3-full-special-reports {
	background: none repeat scroll 0 0 #ffffea;
	width: 700px !important;
	border: 1px solid #C9C9C9 !important;
	float: left;
	/* [disabled]margin: 0 20px 20px 20px; */
}
.num3-full-special-reports h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.num3-full-special-reports h3 a {
	font-size: 13px !important;
	font-weight: bold !important;
	border: 1px solid #cfcfcf !important;
	height: 22px !important;
	color: #000000 !important;
	margin: 3px !important;
	display: inline-block !important;
	padding: 8px 0 0 5px !important;
	background: url(http://inbusinessmag.com/wp-content/uploads/2013/08/orangegradient.png) repeat-x scroll 0 0 transparent !important;
	width: 687px !important;
	cursor: default;
	text-decoration: none;
}
.num3-special-reports {
	background: none repeat scroll 0 0 #ffffea;
	width: 340px !important;
	border: 1px solid #C9C9C9 !important;
	float: left;
	margin: 0 0 20px 0;
}
.num3-right-special-reports h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.num3-right-special-reports h3 a {
	font-size: 13px !important;
	font-weight: bold !important;
	border: 1px solid #cfcfcf !important;
	height: 22px !important;
	color: #000000 !important;
	margin: 3px !important;
	display: inline-block !important;
	padding: 8px 0 0 5px !important;
	background: url(http://inbusinessmag.com/wp-content/uploads/2013/08/orangegradient.png) repeat-x scroll 0 0 transparent !important;
	width: 327px !important;
	cursor: default;
	text-decoration: none;
}
.num3-right-special-reports {
	background: none repeat scroll 0 0 #ffffea;
	width: 340px !important;
	border: 1px solid #C9C9C9 !important;
	float: right;
	margin: 0 0 20px 0;
}
.num3-special-reports h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.num3-special-reports h3 a {
	font-size: 13px !important;
	font-weight: bold !important;
	border: 1px solid #cfcfcf !important;
	height: 22px !important;
	color: #000000 !important;
	margin: 3px !important;
	display: inline-block !important;
	padding: 8px 0 0 5px !important;
	background: url(http://inbusinessmag.com/wp-content/uploads/2013/08/orangegradient.png) repeat-x scroll 0 0 transparent !important;
	width: 327px !important;
	cursor: default;
	text-decoration: none;
}
.num3-special-reports-left-special {
	float: left;
	height: 110px;
	width: 90px;
	padding-left:10px;
	padding-right:0px;
}
.num3-special-reports-left-media {
	float: left;
	width: 140px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.num3-special-reports-right-special {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 215px;
	margin-bottom: 20px;
}
.num3-special-reports-right-special p {
	color: #434343;
	font-size: 11px;
	margin: 0;
	vertical-align: middle;
}
.num3-special-reports-full-special {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 680px;
}
.num3-special-reports-full-special p {
	color: #434343;
	font-size: 11px;
	margin: 0;
	vertical-align: middle;
}

#num3-right {
	width: 218px;
	height: 100%;
	float: right;
	background-color: none;
}
.num3-right-content {
	padding: 20px;
	font-size: 11px;
	line-height: 100%
}
.num3-right-content h3 {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #434343;
	text-align:center
}
.clr {
	clear:both;
}
.num3-special-reports-left {
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:0px;
}
.num3-right-content-logo {
	background-color: #fff;
	width: 140px;
	padding: 20px;
	border: 1px solid #a8a8a8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin-bottom: 10px;
	text-align: center;
}
.num3-right-content-image {
	background-color: #fff;
	width: 140px;
	padding: 20px;
	border: 1px solid #a8a8a8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}
.num3-resource-center {
	display: block !important;
	float: none !important;
	height: 200px !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	width: 100%;
}

/* Event Espresso Form */

.event_questions label {
width: 125px;
text-align: right;
float: left;
margin-right: 5px;
font-weight: bold;
}
 
.event_questions label em {
color: red;
font-weight: bold;
}
 
.coupon_code label {
font-weight: bold !important;
}
 
input[type="text"] {
margin-right: 5px;
display: inline;
}
 
.error {
color: red;
font-weight: normal !important;
}