/* @override 
	http://www.ram-charan.com/wp-content/themes/ram-charan/style.css?ver=3.5
	http://www.ram-charan.com/wp-content/themes/ram-charan/style.css?ver=3.5.1 */

/*   
Theme Name: Ram-Charan.com
Theme URI: http://sheltoninteractive.com/
Description: Thematic child theme built for Ram Charan
Author: <a href="http://scohoe.com/">Scott Hoenes</a> &amp; <a href="http://sheltoninteractive.com/">Shelton Interactive</a>
Author URI: http://scohoe.com/
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Apply default theme styles and colors */

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
#blog-description { color: #000 }

/* Apply basic typography styles */
/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.red {
	color: #cb1919;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*


/* Apply a basic layout */
/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

body {
    min-width:950px;
	background: url('images/bg.jpg') no-repeat center 660px;
	font: 18px 'Dosis', sans-serif;
}
#header {
    position:relative;
	top: 35px;
}
#branding {
    width: 350px;
    margin:0 auto;
	float: left;
}

#header div.headerbar {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#access {
    position:relative;
    overflow:hidden;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.menu {
    width: 868px;
    margin:0 auto;
	position: absolute;
	padding-top: 22px;
	padding-bottom: 21px;
	padding-left: 1px;
	background-color: #000;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	text-transform: uppercase;
	top: 19px;
	left: 277px;
}
#main {
    width:950px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
.blog #container {
    width: 640px;
    float: left;
    margin: 0;
}
#content {
	overflow:hidden;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.hentry {
    width: auto;
}
.main-aside {
    width:300px;
    float:left;
    position:relative;
}
#primary {
	float: left;
	right: 0;
	position: relative;
}
#secondary {
    clear:left;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:950px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:950px;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width: 950px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0;
}

.page-template-template-page-fullwidth-php #comments {
    width:540px;
}



/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
font-family: 'Dosis', sans-serif;
font-weight: 500;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
p {
	font-size: 18px;
	line-height: 24px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {

}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    height:1px;
    margin-bottom:22px;
}
.ie7 hr {
	background-color:transparent;
	color:#ccc;
}
a:link {
    color: #000;
}
a:visited {
    color:#000;
}
a:active,
a:hover {
    color: #cf131f;
}

a.readmore {
	display: block;
}/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
	padding-right: 0;
	padding-left: 0;
}
#blog-title {
	width: 303px;
	float: left;
	font: 600 48px 'Dosis', sans-serif;
	position: absolute;
	left: 8px;
	top: 24px;
	text-transform: uppercase;
}
#blog-title a {
    color: #000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #cf131f;
}
#blog-description {
    color:#666;
    display: none;
    font-size:13px;
    font-style:italic;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height: 102px;
    font-size: 13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:0;
	padding: 0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
    /* added this to make up space after removing Leadership Outlook in favor of Tools */
    margin-right: 18px;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	margin-left:1px;
}
.sf-menu a {
	padding: 9px 12px;
	text-decoration:none;
	margin-left:-1px;
	font-size: 18px;
}
.ie7 .sf-menu a {
	width:100%;
}
.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    color: #cf131f;
}

#access .current_page_item a{
	color: #cf131f;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
    border-bottom-color:#cf131f;
    color: #cf131f;
}
.sf-menu ul {

}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

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

#main {
    clear:both;
    padding: 46px 0 22px;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding: 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
	padding:0 0 7px 0;
	font: normal 36px/36px 'Dosis', sans-serif;
	text-transform: uppercase;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
    display: none;
}
.entry-meta .author {
}
.entry-meta .n, .entry-meta .nickname {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.blog .entry-content, .single-post .entry-content {
	padding-top: 0;
}
.entry-content h1,
.entry-content h2 {
        font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
        font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
    display: none;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page .edit-link {
	clear:both;
	display:block;
}
.page-link {
	clear:both;
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size: 14px;
    line-height: 18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#000;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}
.single-books #comments  {
	display: none;
}

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

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
        font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px;
}
#comments-list h3 {
	padding-bottom: 0;
}
#comments-list,
#comments-list ul {
    list-style:none;
}
#comments-list ul,
#comments-list ol {
    padding-bottom: 18px;
}
#comments-list ul ul,
#comments-list ol ol,
#comments-list ul ul ul,
#comments-list ol ol ol {
    padding-bottom:0;
}
#comments-list .comment {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul .comment {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
	padding: 18px 0 24px;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
	color: #000;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current-menu-item a,
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current-menu-item .menu-item a,
.aside .current_page_item .menu-item a {
    color:#666;
}
.aside .current-menu-item .menu-item a:hover,
.aside .current-menu-item .menu-item a:active,
.aside .current_page_item .menu-item a:hover,
.aside .current_page_item .menu-item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size: 15px;
    line-height: 22px;
	text-transform: uppercase;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
        font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding: 0;
}
.main-aside h3 {
	color: #000;
	font-size: 25px;
	line-height: 24px;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    margin:0 0 22px 0;
    padding: 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight: normal;
    font-size: 30px;
    padding:0 0 7px 0;
    text-transform: uppercase;
	font-style: normal;
	color: #000;
	margin-bottom: 20px;
}

#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


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

#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
}
#siteinfo {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding:22px 0 44px 0;
} 
#siteinfo a {
    color: #000;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}

/* =Recent Post Library
-------------------------------------------------------------- */

#page-bottom ul.xoxo {
	padding-left: 0;
	padding-right: 0;
}

.list_carousel {
    height: 190px;
	overflow: hidden;
    width: 930px;
	border-top: 1px solid #000;		
	border-bottom: 1px solid #000;
	padding-top: 45px;
	padding-bottom: 30px;
	position: relative;
	top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.home .list_carousel {
	width: 1150px;
	height: 160px;
}

.home .caroufredsel_wrapper {
	height: 155px;
	display: block;
}

div.nav {
	position: relative;
}

li.widget_execphp {
	position: relative;
	padding-top: 30px;
}

.execphpwidget h2 {
	background-color: #fff;
	display: block;
	font-size: 25px;
	line-height: 30px;
	padding-right: 10px;
	color: #000;
	z-index: 30;
	left: 40px;
	padding-left: 10px;
	position: absolute;
	top: 15px;
}



.list_carousel ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
    display: block;
	position: relative;
}
.list_carousel li {
    font-size: 14px;
    color: #333;
    width: 151px;
	margin: 2px;
    display: block;
    float: left;
	padding: 0;
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.list_carousel .clearfix {
    float: none;
    clear: both;
}
.list_carousel a.prev {
    display: block;
	position: absolute;
	top: 61px;
}
.list_carousel a.next {
    display: block;
top: 80px;
position: absolute;
right: 0;
}
.list_carousel a.prev {
	right: 0;
	position: relative;
}
.list_carousel a.next {
}

div#page-bottom.aside, div#index-bottom.aside {
	width: 950px;
	border: none;
	float: left;
	position: relative;
}

.home div#page-bottom.aside {
	width: 1150px;
}

#content ul#foo2 {
	padding-left: 30px;
}

.single-books #content ul#foo2, .page #content ul#foo2 {
	padding-left: 6px;
}

.single ul#foo2 {
	padding-left: 7px;
}

.list_carousel a.prev.disabled, a.next.disabled {
    cursor: default;
}
.list_carousel a.prev span, a.next span {
	position: relative;
	top: -170px;
	display: block;
	
	
}

#next2 span {
	background-image: url(images/next-arrow-right.png);
	width: 26px;
	height: 26px;
	text-indent: -10000px;
}

#prev2 span {
	background-image: url(images/next-arrow-left.png);
	width: 26px;
	height: 26px;
	text-indent: -10000px;
}

#foo2 {
    margin: 0 2px;
    position: relative;
}

#foo2 li a img.sliderimg {
	width: auto;
	height: 160px;
}



/*
Book page*/

div.entry-content.books {

}

div.books.type-books{
		width: 280px;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
div.books.type-books:hover {
	background-color: #fcfcfc;
}	
div.entry-content.books a  {
	color: #000;
	text-decoration: none;
}

div.entry-content.books a h2.entry-title {
	line-height: 23px;
	text-align: center;
	min-height: 50px;
}

ul.retail.inline.books {
	margin-left: auto;
	margin-right: auto;
	width: 335px;
}

ul.retail.inline.books li {
	margin-right: 15px;
}

div.entry-content.books ul.retail.inline.books li img{
	width: 80px;
	margin-bottom: 20px;
}

div.entry-content.books a img {
	margin-left: 0;
	margin-bottom: 0;
	float: none;
	border: none;
	margin-right: auto;
}

div.entry-content.books a img.wp-post-image {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.post-type-archive-books h1.page-title {
	display: none;
}


/*Leadership Outlook page*/

.blog div.post.category-leadership-outlook {
	width: 620px;
	float: left;
	margin-right: 30px;
	min-height: 260px;
	margin-bottom: 30px;
}


#content {
	width: 950px;
}

div.entry-content.outlook a {
	background-color: #d8cbb8;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.blog .entry-content .wp-post-image {
	border: none;
	width: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0;
	margin: 8px 15px 28px auto;
	position: relative;
	min-height: 200px;
	max-height: 200px;
	height: auto;
	max-width: 435px;
	clear: none;
	float: left;
	display: block;
	top: 8px;
}

.blog div.entry-content.outlook a {
	text-decoration: none;
}

.entry-content.outlook {
	position: relative;
}

.entry-content.outlook a img.more {
	position: absolute;
	right: 10px;
	bottom: -10px;
}

.blog div.entry-content.outlook a h2{
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding: 8px 30px 24px;
}

#recent div.recent-post.home.category-leadership-outlook {
	position: relative;
}

#recent div.recent-post.home.category-leadership-outlook a img.more {
	}

#recent div.recent-post.home.category-leadership-outlook img.wp-post-image {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	top: 10px;
	max-height: 195px;
	max-width: 430px;
}

img.more {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.blog #content {
	width: 640px;
	float: left;
}


/* =Custom Styles
-------------------------------------------------------------- */

div.left.bar.corner {
	width: 80px;
	background-color: #000;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	left: -80px;
	position: relative;
	margin-right: -70px;
	float: left;
}

@media screen and (max-width: 1040px) {
    .div.left.bar, .div.left.bar.corner, div.left-end {
        display: none !important;
    }
}

div.left.bar {
	position: absolute;
	height: 79px;
	width: 500px;
	left: -540px;
	top: 19px;
	background-color: #000;
}

div.left-end {
	background-image: url(images/header-left.png);
	display: block;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	z-index: 3;
}
div.right-end {
	background-image: url(images/header-right.png);
	display: block;
	height: 110px;
	position: absolute;
	top: 0;
	width: 32px;
	z-index: 3;
	right: 0;
}

div.right.bar {
	float: right;
	width: 40%;
	background-color: #000;
	height: 79px;
	position: absolute;
	right: 0;
	top: 19px;
}

div.book img.feature {
	float: right;
	margin-right: 80px;
	max-width: 350px;
	height: auto;
}

h3.tagline {
	display: inline;
	width: auto;
	font-size: 30px;
	color: #cb1919;
	font-weight: 600;
}

h2.book-title {
	font-size: 36px;
	line-height: 46px;
	text-transform: uppercase;
	font-style: italic;
}

ul.retail {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.retail.home {
	position: relative;
	top: 25px;
	float: left;
	width: 190px;
}

#tabs-3 p {
}

.book-title {
	font-style: italic;
}

#recent div.recent-post.home.category-leadership-outlook {
width: 449px;
display: block;
margin-right: 50px;
background-color: #d8cbb8;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
float: left;
}

span span.entry-date {
	padding-left: 0;
}

#recent div.recent-post.home.category-leadership-outlook span span.entry-date {
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	padding: 10px 0;
}

div#recent.home {
	width: 1220px;
	top: 40px;
	height: auto;
	margin-top: 40px;
}

#main h3.featured-posts {
	font-size: 36px;
	line-height: 36px;
	margin-top: 30px;
}

#container h3.featured-posts a {
	text-decoration: none;
	color: #000;
}

ul#featured-posts {
	margin-left: 0;
	width: 1220px;
}


div.recent-post.home.category-leadership-outlook h4 a {
	font-size: 26px;
	color: #000;
	text-decoration: none;
	line-height: 28px;
}

ul#featured-posts li {
	width: 550px;
	display: inline-block;
	margin-right: 50px;
	background-color: #d8cbb8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#recent div.recent-post.home.category-leadership-outlook span {
	padding: 25px;
	display: block;
} 

ul#featured-posts li span.entry-date {
	padding: 10px 0 10px;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
}

ul#featured-posts li 

h3.featured-posts {
	font-size: 36px;
	line-height: 36px;
	margin-top: 40px;
}

.home a.more {
	font-size: 18px;
	right: 0;
	display: block;
	float: right;
	margin-top: 10px;
}

a.more {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/next-arrow-right.png) no-repeat right;
	padding-right: 30px;
	height: 26px;
	display: inline-block;
	padding-top: 9px;
}

.aside a.more {
	height: auto;
	background-position: 196px 84px;
	padding-bottom: 30px;
	font-size: 24px;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	padding-right: 0;
}


ul.inline li{
	display: inline;
	margin-right: 40px;
}

ul.buttons {
	margin-left: 0;
}

h3.book-title {
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;

}

div.entry-content p img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

td.username_input {
	position: relative;
	padding-left: 0;
	padding-bottom: 0;
	width: 150px;
	float: left;
}

td.password_input {
	padding-left: 0;
	float: left;
	width: 150px;
	position: relative;
}

td.username_label {
	padding-left: 0;
	position: relative;
	text-align: left;
	width: 100px;
}

div#login-form.gfap_placeholder {
	position: relative;
	left: 110px;
}

tr#LoginWithAjax_Submit {
	position: relative;
	top: 50px;
	display: block;
}

td.password_label {
	padding-left: 0;
	position: relative;
}

tr td.password_label label, tr td.username_label label{
	font-size: 18px;
	font-style: inherit;
	font-weight: bold;
}

div.home.feature {
	background: url(images/home.jpg) no-repeat right;
		width: 1190px;
		height: 424px;

	}

div.home.feature p {
	color: #fff;
	display: block;
	padding: 20px;
	width: 390px;
	margin-left: 40px;
	font-size: 30px;
	line-height: 47px;
	position: relative;
	top: 80px;
}

#post-10 div.entry-content div.home.feature p span.cite {
	font-size: 18px;
	line-height: 24px;
	float: right;
	text-align: right;
}

#post-10 div.entry-content div.home.feature p span.red {
	font-size: 65px;
	height: 40px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 35px;
	float: none;
	position: relative;
	top: 20px;
}

#post-10 h1.entry-title {
	display: none;
}

a.join-bar {
	height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-align: right;
	padding-right: 35px;
	width: 915px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 0;
	background: url(images/join-bar.png) no-repeat right #d9ccb9;
	text-decoration: none;
}

.home a.join-bar {
	width: 97%;
}

div.info.homebox {
	display: block;
	background-color: #d8cbb8;
	padding: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: left;
	margin-top: 30px;
	width: 649px;
	text-align: left;
	margin-left: 60px;
}

div.info.homebox a  {
	color: inherit;
	text-decoration: none;
}

div.info.homebox p a.underline {
	text-decoration: underline;
}

img.home {
	float: left;
	margin-left: 80px;
	margin-right: 15px;
	margin-top: 0;
	display: block;
	width: 320px;
}



ul.retail.home li {
	list-style: none;
		text-align: center;
	
}
ul.retail.home li.top {
	margin-bottom: 30px;
}
.home div.book.widget {
	height: 370px;
	width: 1180px;
	}
	
	#recent-posts-plus-2 ul li.recent-posts a.more.excerpt p {
		font-size: 13px;
	}
	
	div.book.widget {
	height: 370px;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

div.info.homebox h3.book-title a {
	color: #000;
	text-decoration: none;
}

div.info.homebox p strong {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

.single #content .books.type-books.status-publish {
	display: none;
}

div#recent.home .home {
	display: none;
}

div.single.recent-posts {
	display: none;
}

.home div#recent.home {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

li.ui-tabs-active.ui-state-active.ui-corner-top {
	background-image: url(images/tabs-active.png);
}

#tabs ul.ui-tabs-nav {
	background-color: #fefffe;
	border: none;
	border-bottom: 1px solid #000;
	font: 23px 'Dosis', sans-serif;
		color: #000;
	}

#tabs ul.ui-tabs-nav a {
	color: #000;
}

#tabs {
	border: none;
}

.post-127 #tabs {
	margin-top: 130px;
	margin-bottom: 30px;
}

li.ui-state-default.ui-corner-top {
	background-image: url(images/tabs-default.png);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
	
}

#tabs-2 p {
	text-align: right;
	font-size: 16px;
}

#tabs-2 blockquote p {
	text-align: center;
	font-size: 18px;
}

div.book.feature {
	min-height: 440px;
}

h1.entry-title {
}

h2.page-title {
	display: none;
}

a.button {
	height: 27px;
	display: inline-block;
	width: 105px;
	text-align: center;
	background-color: #d8cbb8;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.button:hover {
	background-color: #e3ddd4;
}

.button.grey{
    background: #bdbdbd;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #555;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;    
}
.button.grey:hover{
    background: #c2c2c2;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #dadada;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

#tabs ul li {
	font-size: 18px;
}
#tabs {
	font-family: 'Dosis', sans-serif;
	
}

.entry-content.books a h2.entry-title {
	font-style: italic;
}

.single-books #menu-item-49 a {
	color: #fff;
}
.single-books #menu-item-49 a:hover
{
		color: #cb1919;
	
}
.single-books #menu-item-9 a {
	color: #cf131f;
}

div.speaking.box {
	width: 380px;
	float: right;
	background-color: #d9ccba;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 28px;
	position: absolute;
	right: 0;
	top: 510px;
}

div.box {
	background-color: #d9ccba;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 28px;

}


div.speaking.box a {
	color: #cf2131;
	text-transform: uppercase;
	font-weight: bold;
}

div.speaking.box a.email {
	color: #000;
	text-transform: lowercase;
}

div.speaking.box hr {
	background-color: #000;
}

div.speaking.top p {
	font-size: 20px;
}

div.speaking.top ul {
	margin-left: 20px;
}

 div.speaking.top ul li {
 	margin-bottom: 15px;
	 padding-left: 20px;
 }
 
  div#index-bottom.aside ul {
  	margin-left: 0;
  }
 
 div#index-bottom.aside li{
 	width: 430px;
	 float: left;
	 list-style: none;
	 font-size: 25px;
	 line-height: 27px;
	 color: #000;
 }
  div#index-bottom.aside a{
  	color: #000;
  }
  
  li#text-2.widgetcontainer.widget_text {
  	border-right: 1px solid #000;
	  margin-right: 40px;
  }
  
  .home #content, .home #container, .home #main {
  	width: 1190px;
  }
  #post-10 div.entry-content div.home.feature p span,   #post-10 div.entry-content div.home.feature p  {
  	line-height: 35px;
  }
  
  span.bottom-line {
  	position: relative;
	  top: -8px;	  
  }
  
  div.about.box {
  	float: left;
	  display: block;
	  clear: left;
	  width: 425px;
	  margin-right: 15px;
  }
  
  #container div.book.feature div.info ul.retail.inline li a img {
  	width: 90px;
  }
  
  #gform_wrapper_3 {
  	width: 800px;
	  position: absolute;
	  left: 400px;
	  top: 500px;
  }
  
 #gform_submit_button_3 {
  	background: url(images/next-arrow-right.png) no-repeat;
  	border: none;
	  text-indent: -1000px;
	  width: 30px;
	  height: 30px;
	  position: absolute;
	  right: 20px;
	  top: 3px;
  }
  
  strong.join {
  	position: relative;
	  top: 21px;
	  font-size: 25px;
	  font-weight: normal;
	  font-style: normal;
	  left: 20px;
  }
  
  #gform_wrapper_3 input.medium {
 	width: 343px;
 	-webkit-border-radius: 20px;
 	-moz-border-radius: 20px;
 	border-radius: 20px;
 	border: none;
	 background-color: #d9ccb9;
	 padding-left: 20px;
	 padding-top: 3px;
	 padding-bottom: 3px;
	 height: 26px;
 }
  
  #gform_wrapper_3 ul li {
    	
    display: inline-block;
	width: 363px;
	margin-right: 10px;
}
  
  
  #primary #gform_wrapper_3 {
   	width: 300px;
   	  position: relative;
   	  left: 00px;
   	  top: 00px;
   }
   #primary   #gform_wrapper_3 input.medium {
   	width: 270px;
   }
   
   #primary   #gform_wrapper_3 input.medium {
   	-webkit-border-radius: 10px;
   	-moz-border-radius: 10px;
   	border-radius: 10px;
   }
  #primary  #gform_submit_button_3 {
  	top: 80px;
	  width: 120px;
	  text-indent: 0;
	  background-position: right;
	  text-transform: uppercase;
	  font-size: 18px;
	  padding-top: 4px;
  }
  #archives-2 ul li {
  	font-size: 21px;
  	list-style: none;
	  margin-bottom: 6px;

  }
   #archives-2 ul li a {
   	color: #b62025;
	   text-decoration: none;
	   text-transform: uppercase;
   }
  	  
  #archives-2 ul {
  	margin-left: 0;
	  padding-top: 15px;
  }
  
  span.date {
  	color: #cb2027;
  }
  
  li.recent-posts span.date {
  	color: #cb2027;
	  font-size: 15px;
  }  
  #text-6 h3.widgettitle {
  	display: block;
  	font-size: 25px;
  	line-height: 30px;
  	padding-right: 10px;
  	color: #000;
  	padding-left: 50px;
	  margin-top: 30px;
  }
  
  .home li.recent-posts {
  	list-style: none;
	  width: 420px;
	  height: auto;
	  display: inline-block;
	  margin-right: 90px;
	  color: #000;
	  font-size: 20px;
  }
  li.recent-posts {
  	list-style: none;
  	  width: 410px;
  	  height: auto;
  	  display: inline-block;
  	  margin-right: 50px;
  	  color: #000;
  	  font-size: 20px;
  }
  
  
   li.recent-posts:last-child {
   	margin-right: 0;
   }
  
  #recent-posts-plus-2 h3.widgettitle {
  	display: none;
  }
  
  li.recent-posts div.thumbnail {
  	float: left;
	  padding-right: 15px;
	  margin-bottom: 40px;
  }
  
  #recent-posts-plus-2 ul li.recent-posts h3.title a{
  	font-size: 25px;
	  color: #000;
  }
  
  #recent-posts-plus-2 ul li.recent-posts p {
  	display: inline;
  }
  
  .page #recent-posts-plus-2 ul {
  	margin-left: 50px;
  }
  
  .home #recent-posts-plus-2 ul {
  	margin-left: 60px;
  }
  .page #recent-posts-plus-2 {
  	position: relative;
  	  top: 40px;
  	  min-height: 250px;
  	  width: 960px;
  }
  
  .home #recent-posts-plus-2 {
  	position: relative;
	  top: 40px;
	  min-height: 250px;
	  width: 1010px;
  }
  
  #text-6 a.full.more {
  	background: url(images/next-arrow-right.png) no-repeat right 8px;
	  font-size: 15px;
	  text-transform: uppercase;
	  margin-top: 0;
	  padding-bottom: 4px;
	  padding-right: 35px;
	  position: absolute;
	  right: 0;
	  top: 350px;
  }
  
  a.more.recent-read {
  	font-size: 15px;
	  padding: 0;
	  background: url(images/recent-more.png) no-repeat right;
	  text-indent: -10000px;
	  height: 20px;
	  position: relative;
	  top: 0;
	  left: 4px;
  }
  
  #text-5 div.textwidget p a img {
  	position: relative;
	  top: 5px;
	  left: 5px;
  }
  
  
  .linkedin {
  	position: absolute;
	  top: -27px;
	  right:0;
  }
  
  
  /*hidden tabs*/

.postid-120 a#ui-id-3.ui-tabs-anchor, .postid-117 a#ui-id-3.ui-tabs-anchor, .postid-112 a#ui-id-3.ui-tabs-anchor, .postid-116 a#ui-id-2.ui-tabs-anchor   {
	display: none;
}

