/*   
Theme Name: Pro Explorer
Theme URI: 
Description: Making professional explorers' websites look professional
Author: Tom Allen
Author URI: http://ride-earth.org.uk/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 960px fixed layout with one sidebar right of content
*/

body {
    text-align: center;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
	}
#header {
    position:relative;
}
#access {
    position:relative;
}
#access ul.sf-menu { 
	width: 930px;
	margin: 10px 0;
	padding-left: 30px;}
.menu {
    width:960px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
body.home #container {
	width: 468px;
	}
#content {
    margin:0 0 0 60px;
    padding-top: 33px;
    width:502px;
    overflow:hidden;
}
body.page #content {
	padding-top: 11px;
	}
body.slug-books #content, body.slug-speaking #content {
	padding-top: 33px;
	}
body.home #content {
	width: 408px;
    padding-top: 45px;
	}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:60px;
}
body.home #primary {
	width: 416px;
	right: 52px;
	padding-top: 45px;
	}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:840px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:260px;
    float:left;
    margin:0 30px 0 0;
}
#subsidiary #third {
    margin:0 0 65px;
}
#siteinfo {
    clear:both;
    width:960px;
    margin:0 auto;
}


/* =Global Elements
-------------------------------------------------------------- */
body {
	background: #000
	}

body, input, textarea {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    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 {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {	
    background: #000 url(images/header.jpg) top left no-repeat;
    height: 338px;
}
#branding h1, #branding div { position: absolute; left: -999em }
#social {
	position: absolute;
	top: 40px;
	right: 0;
	}
	
#social li {
	float:left;
	margin-left: 5px;
	display: inline;
	height: 32px;
	overflow: hidden;
	width: 32px;
	text-indent: -999em;
	background: top left no-repeat;
	}
	
#social li a {
	display: block;
	width: 32px;
	height: 32px;
	}
	
#social .flickr { 
	background-image: url(images/social/flickr_32.png);
	}
	
#social .twitter { 
	background-image: url(images/social/twitter_32.png);
	}
	
#social .facebook { 
	background-image: url(images/social/facebook_32.png);
	}
	
#social .feed { 
	background-image: url(images/social/rss_32.png);
	}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	height: 56px;
    font-size:14px;
    z-index:100;
    background: #fff;
}
body.home #access {
    background: #dcdcdc url(images/access-bg.png) top left repeat-x;
    }
#access ul.sf-menu {
    background: #0f3f66 url(images/menu-bg.png) top left repeat-x;
	}
/*** 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;
}
.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;
}
.sf-menu a {
	line-height: 18px;
	padding:9px 30px 9px 15px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fafafa;
}
.sf-menu li li a, .sf-menu li li a:visited  {
	color:			#000;
	padding: 4px 15px;
}
.sf-menu li {
	text-transform: uppercase;
}
.sf-menu li li {
	background:		#fafafa;
	text-transform: capitalize;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li:hover a, .sf-menu li.sfHover a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
    color: #000;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:36px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    background: #fff;
}
body.home #main {	
    background: #fff url(images/separator.png) top left no-repeat;
}
body.home .entry-content img {
	max-width: 100% !important;
	height: auto !important;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
body.archive .page-title {
	font-size: 24px;
	}
.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 {
    margin: 0 0 60px;
}
/*.single .hentry {
    padding:0 0 20px;
    border-bottom: 2px solid #ddd;
}*/
.meta-date {
	background:url(images/index-date-bg.png) no-repeat scroll left top transparent;
	left:-4px;
	overflow: hidden;
	position:absolute;
	top:auto;
	width:58px;
	height: 64px;
}
.meta-date-day, .meta-date-month {
	position: absolute;
	text-indent: -999em;
	background: url(images/date-sprite.png) no-repeat;
}
.meta-date-day {
	height:24px;
	left:15px;
	top:2px;
	width:24px;
}
#content div.d01 .meta-date-day { background-position: -48px 0; }
#content div.d02 .meta-date-day { background-position: -48px -24px; }
#content div.d03 .meta-date-day { background-position: -48px -48px; }
#content div.d04 .meta-date-day { background-position: -48px -72px; }
#content div.d05 .meta-date-day { background-position: -48px -96px; }
#content div.d06 .meta-date-day { background-position: -48px -120px; }
#content div.d07 .meta-date-day { background-position: -48px -144px; }
#content div.d08 .meta-date-day { background-position: -48px -168px; }
#content div.d09 .meta-date-day { background-position: -48px -192px; }
#content div.d10 .meta-date-day { background-position: -48px -216px; }
#content div.d11 .meta-date-day { background-position: -48px -240px; }
#content div.d12 .meta-date-day { background-position: -48px -264px; }
#content div.d13 .meta-date-day { background-position: -48px -288px; }
#content div.d14 .meta-date-day { background-position: -48px -312px; }
#content div.d15 .meta-date-day { background-position: -48px -336px; }
#content div.d16 .meta-date-day { background-position: -48px -360px; }
#content div.d17 .meta-date-day { background-position: -96px 0; }
#content div.d18 .meta-date-day { background-position: -96px -24px; }
#content div.d19 .meta-date-day { background-position: -96px -48px; }
#content div.d20 .meta-date-day { background-position: -96px -72px; }
#content div.d21 .meta-date-day { background-position: -96px -96px; }
#content div.d22 .meta-date-day { background-position: -96px -120px; }
#content div.d23 .meta-date-day { background-position: -96px -144px; }
#content div.d24 .meta-date-day { background-position: -96px -168px; }
#content div.d25 .meta-date-day { background-position: -96px -192px; }
#content div.d26 .meta-date-day { background-position: -96px -216px; }
#content div.d27 .meta-date-day { background-position: -96px -240px; }
#content div.d28 .meta-date-day { background-position: -96px -264px; }
#content div.d29 .meta-date-day { background-position: -96px -288px; }
#content div.d30 .meta-date-day { background-position: -96px -312px; }
#content div.d31 .meta-date-day { background-position: -96px -336px; }

.meta-date-month {
	height: 12px;
	left: 15px;
	top: 24px;
	width: 24px;
	}
	
#content div.m01 .meta-date-month { background-position: 0 0; }
#content div.m02 .meta-date-month { background-position: 0 -12px; }
#content div.m03 .meta-date-month { background-position: 0 -24px; }
#content div.m04 .meta-date-month { background-position: 0 -36px; }
#content div.m05 .meta-date-month { background-position: 0 -48px; }
#content div.m06 .meta-date-month { background-position: 0 -60px; }
#content div.m07 .meta-date-month { background-position: 0 -72px; }
#content div.m08 .meta-date-month { background-position: 0 -84px; }
#content div.m09 .meta-date-month { background-position: 0 -96px; }
#content div.m10 .meta-date-month { background-position: 0 -108px; }
#content div.m11 .meta-date-month { background-position: 0 -120px; }
#content div.m12 .meta-date-month { background-position: 0 -132px; }
/*
.meta-date-year {
	height: 36px;
	left: 38px;
	top: 2px;
	width: 12px;
	}

#content div.y2000 .meta-date-year { background-position: -144px 0; }
#content div.y2001 .meta-date-year { background-position: -144px -36px; }
#content div.y2002 .meta-date-year { background-position: -144px -72px; }
#content div.y2003 .meta-date-year { background-position: -144px -108px; }
#content div.y2004 .meta-date-year { background-position: -144px -144px; }
#content div.y2005 .meta-date-year { background-position: -144px -180px; }
#content div.y2006 .meta-date-year { background-position: -144px -216px; }
#content div.y2007 .meta-date-year { background-position: -144px -252px; }
#content div.y2008 .meta-date-year { background-position: -144px -288px; }
#content div.y2009 .meta-date-year { background-position: -144px -324px; }
#content div.y2010 .meta-date-year { background-position: -168px 0; }
#content div.y2011 .meta-date-year { background-position: -168px -36px; }
#content div.y2012 .meta-date-year { background-position: -168px -72px; }
#content div.y2013 .meta-date-year { background-position: -168px -108px; }
#content div.y2014 .meta-date-year { background-position: -168px -144px; }
#content div.y2015 .meta-date-year { background-position: -168px -180px; }
#content div.y2016 .meta-date-year { background-position: -168px -216px; }
#content div.y2017 .meta-date-year { background-position: -168px -252px; }
#content div.y2018 .meta-date-year { background-position: -168px -288px; }
#content div.y2019 .meta-date-year { background-position: -168px -324px; }
*/

.meta-date-year {
	position: absolute;
	top: 42px;
	left: 10px;
	font-weight: bold;
	color: #ccc;
	}
	
.hentry .attachment-post-thumbnail {
	float: left; 
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #ddd;
	border-bottom: none;
}

.entry-title {
	display: inline;
    font-size:20px;
    line-height:22px;
    padding:0 0 7px 0;
    clear: none !important;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    font-size:11px;
    line-height:15px;
    padding: 5px 0;
    color: #999;
}

.entry-meta .meta-tweetmeme { float: right;margin: 3px 0 5px; border: 1px solid #ccc; padding: 4px 0 0 4px }
.entry-meta .author {
}
.entry-meta .n {
    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 {
	clear: left;
    padding:22px 0 0 0;
}
.hentry div.entry-content {
    border-top: 2px solid #ddd;}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    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:Arial,sans-serif;
    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-content a.excerpt-more-link {
	color: #49c1fe; font-weight: bold; text-decoration: none;
}

.entry-content a.excerpt-more-link:after { content: '\0020\00BB'; }

.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}

.yarpp-header {
	border-top: 2px solid #ddd;
	margin-top: 22px;
	padding-top: 22px;
	color: #7da0b4;
	font-weight: bold;
	}
	
.yarpp-list a {
	color: #000;
	font-weight: bold;
	}

.page-link {
    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%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

div.testimonials {
	margin: 0 0 33px;
	padding: 22px;
	border: 1px solid #ddd;
	}
	
div.testimonials blockquote {
	color: #333;
	margin: 0 0 22px;
	padding: 0;
	}
	
div.testimonials blockquote span {
	color: #999;
	display: block;
	text-align: right;
	font-size: 12px;
	}

p.exclusive {
	color: #32a8c2;
	}
	
h2.book-title a {
	color: #000;
	text-decoration: none;
	}
div.book-wrapper { float: left; clear: left; border-bottom: 2px solid #ddd; padding-bottom: 33px }

div.book-info { float: left; width: 154px; display: inline; margin-right: 22px; color: #666; font-size: 13px; line-height: 18px }

div.book-info img { border: 2px solid #ccc }

div.book-description { float: left; width: 324px }


.book-now {
	display: block;
	height: 37px;
	padding: 0;
	background: top left no-repeat;
	background-image: url(images/button-booknow-left.png);
}

.book-now a {
	color: #20517f !important;
	float: left;
	display: inline;
	margin-left: 20px;
	line-height: 27px;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold !important;
	font-size: 16px;
	background: top left repeat-x;
	background-image: url(images/button-booknow-tile.png);
}

.book-now span {
	float: left;
	height: 37px;
	width: 20px;
	background: top left no-repeat;
	background-image: url(images/button-booknow-right.png);
}


/* =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:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    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;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    margin: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:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
    color: #7da0b4;
}
#comments-list {
    padding:18px 0;
    border-top: 2px solid #ddd;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    margin:0 0 18px 0;
}
#comments-list li {
    background:#f1f9fc;
    border:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
    margin-bottom: 18px;
}
#comments-list li.alt {
    background:#e2f1f8;
}
#comments-list li.bypostauthor {
    background:#fef2c0;
}
#comments-list ul li {
    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:#80a3b7;
    font-size:11px;
    padding:0 0 0 46px;
    border-bottom: 1px solid #b7c4cc;
    margin-bottom: 18px;
}

#comments-list li.alt .comment-meta {
    border-bottom: 1px solid #80a3b7;
	}

#comments-list li.bypostauthor .comment-meta {
	color: #d1a307;
    border-bottom: 1px solid #d1a307;
	}

#comments-list .comment-meta a {
    color:#80a3b7;
    text-decoration:none;
}

#comments-list li.bypostauthor .comment-meta a {
	color: #d1a307;
	}

#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:0 0 18px 0;
    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:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    position:relative;
    border-top: 2px solid #ddd;
    padding-top: 18px;
}
#comments-list #respond {
    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;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#333;
}
.aside a {
    color:#333;
    text-decoration: none;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
	font-weight: bold;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    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 {
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:33px 0 0 0;
    margin-bottom:22px;
    font-size: 13px;
    line-height: 15px;
}
body.home #primary li.widgetcontainer {
	float: left;
	width: 200px;
	margin-right: 8px;
	}
	
#primary li.widgetcontainer { margin: 0 0 30px }
/*
    Content Asides
*/

#index-top {
    background: #dcdcdc url(images/access-bg.png) 0px -56px repeat-x;
    margin-bottom: 0;
    font-size: 15px;
    padding-top: 10px;
	}
	
#index-top ul.xoxo { margin: 0 }
	
#index-top li#text-18 { float: left; display: inline; width: 300px; margin-left: 60px; color: #000 }
#index-top #homepage-main-header { font-size: 24px; line-height: 30px; margin: 10px 0 30px; }

#index-top li.flickrpress { float: right; display: inline; width: 510px; margin-right: 60px; }

#index-top div.separator { clear: both; width: 100%; height: 17px; background: url(images/separator.png) bottom left no-repeat; padding-top: 20px}

#content .aside {
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}

#primary li#text-5, #primary li#text-9, #primary li#text-11, #primary li#text-24, #primary li#text-25 {
	height: 194px;
	overflow: hidden;
	text-indent: -999em;
}

#primary li#text-5 h3, #primary li#text-9 h3, #primary li#text-11 h3, #primary li#text-24 h3, #primary li#text-25 h3 {
	position: absolute;
	left: -999em
}

#primary li#text-5 div, #primary li#text-9 div, #primary li#text-11 div, #primary li#text-24 div, #primary li#text-25 div {
	border: none;
	padding: 0;
}

#primary li#text-5 a, #primary li#text-9 a, #primary li#text-11 a, #primary li#text-24 a, #primary li#text-25 a {
	display: block;
	width: 100%;
	height: 194px;
}

#primary li#text-5
	{
	background: url(images/speaking.jpg) top left no-repeat;
	}

#primary li#text-9
	{
	background: url(images/books.jpg) top center no-repeat;
	}
	
#primary li#text-11
	{
	background: url(images/become-a-sponsor.jpg) top left no-repeat;
	margin-top: 26px;
	}
	
#primary li#text-24
	{
	background: url(images/photos.jpg) top left no-repeat;
	}
	
#primary li#text-25
	{
	background: url(images/videos.jpg) top left no-repeat;
	}
	
body.home #primary li#text-8, body.home #primary li#text-12, body.home #primary li#akpc-widget-5, body.home #primary li#text-14 { clear: left; }
	
body.home #primary li.widget_twitter { width: 410px; }

#primary h3.widgettitle {
	background: #0a3960 url(images/aside-header-bg.png) top left repeat-x;
	float: left;
	display: inline;
	margin-left: 10px;
	padding: 2px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	}

#primary h3.widgettitle a {
	color: #fff
	}

#primary .widget_text div, #primary .widget-inner-div, #primary .akpc-widget div, #primary .widget_twitter ul, #primary .widget_categories select, #get_recent_comments_wrap, #primary .flexipages_widget ul, #primary .ucp_content_gen div.container {
	clear:left;
	border: 1px solid #ccc;
	padding: 15px;
	}
	
#primary .widget_categories select {
	width: 100%;
	}
	
#primary ul, #primary ol, #index-bottom ul, #index-bottom ol {
	list-style: none none outside;
	margin: 0;
	}
	
#primary li {
	margin: 0 0 10px;
	}
	
.akpc_report span {
	display: none;
}

.akpc_report a:after {
content: '\0020\00BB';
}

#index-bottom.aside ul {
	padding: 0;
	}

#index-bottom .widget_alternateRecentPosts h3 {
	font-size: 20px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 22px;
	}
	
#index-bottom .widget_alternateRecentPosts li {
	margin: 0 0 10px;
	}
	
#primary .more { color: #49c1fe; font-weight: bold; }

#primary .more:after { content: '\0020\00BB'; }

#alternate-recent-posts li a:after {
	content: '\0020\00BB';
}
	
/* Books and speaking */

body.page #page-top {
	display: none;
	}
	
body.slug-books #page-top, body.slug-speaking #page-top {
	display: block;
	margin: 33px 60px 0;
	padding-bottom: 33px;
	font-size: 15px;
	line-height: 22px;
	border-bottom: 1px solid #ddd;
	}
	
li#text-22, li#text-20 {
	float: right;
	display: inline;
	margin: 0 0 30px 30px;
	}
	
li#text-20 {
	margin: 0 30px 30px 60px;
	}

li#text-21 blockquote, li#text-23 blockquote, blockquote.opener {
	margin: 0 0 33px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	}
	
li#text-21 blockquote span, li#text-23 blockquote span, blockquote.opener span {
	color: #bbb;
	}

/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}
	
#subsidiary h3 {
	margin-bottom: 15px;
	}


/* =Footer
-------------------------------------------------------------- */

#footer {
background: #fff url(images/separator.png) top center no-repeat;
padding: 32px 0 0;
}

#footer #subsidiary {
	background: #ffe792 url(images/footer-bg.png) bottom center no-repeat;
	padding: 22px 60px 45px;
	}

#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
    background: #000;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

