﻿@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "GothamCondensed-Medium";
  src: url('GothamCondensed-Medium.eot');
  src: url('GothamCondensed-Medium.eot?#iefix') format('embedded-opentype'),
       url('GothamCondensed-Medium.woff') format('woff'),
       url('GothamCondensed-Medium.ttf')  format('truetype'),
       url('GothamCondensed-Medium.svg#SSPika') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamCondensed-MediumItalic";
  src: url('GothamCondensed-MediumItalic.eot');
  src: url('GothamCondensed-MediumItalic.eot?#iefix') format('embedded-opentype'),
       url('GothamCondensed-MediumItalic.woff') format('woff'),
       url('GothamCondensed-MediumItalic.ttf')  format('truetype'),
       url('GothamCondensed-MediumItalic.svg#SSPika') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamCondensed-Book";
  src: url('GothamCondensed-Book.eot');
  src: url('GothamCondensed-Book.eot?#iefix') format('embedded-opentype'),
       url('GothamCondensed-Book.woff') format('woff'),
       url('GothamCondensed-Book.ttf')  format('truetype'),
       url('GothamCondensed-Book.svg#SSPika') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/* [disabled]font-size: 100%; */
	font-family: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

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

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;	
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 20px;	
}

.alignleft {
	float: left !important;
}

.alignright {
	float: right;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: "Lucida Grande", "Myriad Pro", Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}

.outer-wrapper {
	position: relative;
	min-width: 964px;
}

.wrapper {
	margin: 0 auto;
	width: 964px;
}

.clear {
	clear: both;
	overflow: hidden;
}

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

.header {
	background-color: #000;
}

.header .wrapper {
	text-align: right;
	line-height: 43px;
	height: 50px;
	position: relative;
}

.header .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 255px;
	height: 39px;
	display: block;
	top: 5px;
	left: 0;
	position: absolute;
	z-index: 10;
}

.header img {
	vertical-align: middle;
}

.header .socials a {
	margin: 0 0 0 30px;
	display: inline-block;
}

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

.navigation {
	background-image: url(images/nav-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 99px;
	top: 50px;
	left: 0;
	position: absolute;
	z-index: 3000;
}

.navigation .wrapper {
	height: 83px;
}

.navigation ul {
	margin-right: -35px;
}

.navigation ul li {
	margin: 30px 26px 0 0;
	padding: 0;
	padding-bottom: 28px;
	list-style: none;
	line-height: 0;
	float: left;
	position: relative;
}

*+html .navigation ul li {
	margin-right: 22px;
}

.navigation ul li.dropdown {
	padding-bottom: 28px !important;
}

*+html .navigation ul li {
	list-style: outside;
}

.navigation ul li a {
	background-image: url(images/navigation.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 25px;
	display: inline-block;
}

.navigation ul li a.home { background-position: 0 0; width: 51px;}
.navigation ul li a.books { background-position: -76px 0; width: 99px;}
.navigation ul li a.blog { background-position: -200px 0; width: 143px;}
.navigation ul li a.forum { background-position: -369px 0; width: 151px;}
.navigation ul li a.resources { background-position: -547px 0; width: 155px;}
.navigation ul li a.visits { background-position: -727px 0; width: 133px;}
.navigation ul li a.contact { background-position: -886px 0; width: 77px;}

.navigation ul li a.home:hover, .navigation ul li.selected a.home, .navigation ul li:hover a.home { background-position: 0 -25px;}
.navigation ul li a.books:hover, .navigation ul li.selected a.books, .navigation ul li:hover a.books { background-position: -76px -25px;}
.navigation ul li a.blog:hover, .navigation ul li.selected a.blog, .navigation ul li:hover a.blog { background-position: -200px -25px;}
.navigation ul li a.forum:hover, .navigation ul li.selected a.forum, .navigation ul li:hover a.forum { background-position: -369px -25px;}
.navigation ul li a.resources:hover, .navigation ul li.selected a.resources, .navigation ul li:hover a.resources { background-position: -547px -25px;}
.navigation ul li a.visits:hover, .navigation ul li.selected a.visits, .navigation ul li:hover a.visits { background-position: -727px -25px;}
.navigation ul li a.contact:hover, .navigation ul li.selected a.contact, .navigation ul li:hover a.contact { background-position: -886px -25px;}

.navigation ul ul {
	background-image: url(images/dropdown-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	box-shadow: #7b7b7b 0 4px 8px;
	-moz-box-shadow: #7b7b7b 0 4px 8px;
	-webkit-box-shadow: #7b7b7b 0 4px 8px;
	border: #999 1px solid;
	padding-top: 7px;
	width: 248px;
	display: none;
	top: 53px;
	left: 0;
	position: absolute;
	z-index: 10;
}

.home .navigation ul ul {
	background: none;
	padding-top: 0;
}

.navigation ul ul li {
	background: none;
	background-image: url(images/dropdown-bg.png);
	background-position: 0 0;
	background-repeat: repeat;
	padding: 0 20px 20px 20px !important;
	margin: 0 !important;
	height: auto !important;
	float: none !important;
	display: block;
	line-height: 24px !important;
}

.navigation ul ul li:first-child {
	padding-top: 15px !important;
}

.home .navigation ul ul li:first-child {
	padding-top: 22px !important;
}

.navigation ul ul li a {
	background: none;
	margin: 0;
	padding: 0;
	font-family: "GothamCondensed-Book", "Myriad Pro", Helvetica, sans-serif;
	font-size: 24px;
	color: #999;
	line-height: 24px !important;
	height: auto !important;
}

.navigation ul ul li.current_page_item a {
	text-decoration: underline;
}

.home .navigation {
	background-image: url(images/nav-bg-home.png);
}

/* --------------------
		   Main
-------------------- */

.main {
	clear: both;
}

.main .wrapper {
	padding: 111px 0 123px 0;
}

.home .main .wrapper {
	padding: 31px 0 68px 0;
}

.block {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.preview {
	margin-bottom: 47px;
	clear: both;
	overflow: hidden;
}

h2, h1 {
	padding-bottom: 14px;
	font-family: "GothamCondensed-Medium", "Myriad Pro", Helvetica, sans-serif;
	font-size: 60px;
	color: #333;
	line-height: 62px;
}

.preview h2 {
	padding-bottom: 16px;
	font-size: 40px;
	line-height: 42px;
}

.preview h2 i {
	margin-right: 7px;
}

h3 {
	padding: 10px 0 21px 0;
	font-family: "GothamCondensed-Medium", "Myriad Pro", Helvetica, sans-serif;
	font-size: 30px;
	color: #333;
	line-height: 32px;
}

h1 i, h2 i, h3 i {
	font-family: "GothamCondensed-MediumItalic", "Myriad Pro", Helvetica, sans-serif;
}

.main img.alignleft {
	margin: 6px 49px 10px 2px;
}

.preview img.alignleft {
	margin: 5px 32px 10px 0;
}

.main img.alignright {
	margin: 6px 2px 10px 49px;
}

.preview img.alignright {
	margin: 5px 0 10px 32px;
}


.main a {
	font-weight: bold;
	color: #333;
}

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

.footer {
	font-size: 14px;
	color: #999;
	line-height: 16px;
	text-align: center;
	clear: both;
}

.footer a {
	color: #999;
}

.footer .wrapper {
	padding: 0 0 30px 0;
}

.footer ul {
	padding-bottom: 21px;
	display: block;
}

.footer ul li {
	margin: 0 7px;
	display: inline-block;
	list-style: none;
}

*+html .footer ul li {
	list-style: outside;
	display: inline;
}

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

.slider {
	margin: 0 auto;
  	width: 100%;
	height: 951px;
	clear: both;
}

.slider .figure {
	text-align: center;
	width: 100%;
	height: 513px;
	display: block;
	top: 83px;
	left: 0;
	position: absolute;
	z-index: 2;
}

*+html .slider .figure {
	width: 317px;
}

.slider .figure span {
	background-image: url(images/GordonKorman-Portrait-3250.png);
	background-position: 0 -161px;
	background-repeat: no-repeat;
	margin-left: -499px;
	width: 917px;
	height: 513px;
	display: inline-block;
	position: relative;
}

*+html .slider .figure span {
	margin-left: -229px;
}

.slider .img-holder {
	background-image: url(images/slider-img-shadow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: -13px;
	padding: 30px 60px;
	text-align: center;
	width: 964px;
	height: 444px;
	position: relative;
	display: inline-block;
}

.slider .img-holder img {
	margin-top: -8px;
}

.slider .slide-url {
	width: 964px;
	height: 444px;
	top: 0;
	left: 50%;
	margin-left: -482px;
	position: absolute;
	z-index: 100;
	display: block;
}

.slider .btn-explore {
	background-image: url(images/btn-explore.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 206px;
	height: 53px;
	display: block;
	bottom: 2px;
	right: 60px;
	position: absolute;
	z-index: 10;
}

.slider .slider-controls {
	border-top: #000 3px solid;
	background-image: url(images/transparent.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	width: 100%;
	clear: both;
	position: relative;
	z-index: 20;
}

.slider .slider-controls a {
	margin: 0 17px;
	font-family: "GothamCondensed-Medium", "Myriad Pro", Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
	line-height: 24px;
	text-align: center;
	width: 156px;
	display: inline-block;
	float: none;
	vertical-align: top;
}

*+html .slider .slider-controls a {
	margin: 0 15px;
}

.slider .slider-controls a .desc {
	padding: 3px 10px 0 10px;
	display: block;
	clear: both;
}

.slider .slider-controls a:hover {
	text-decoration: none;
}

.slider .slider-inner-wrapper {
	margin: 0 auto;
	text-align: center;
	height: 596px;
	display: block;
	position: relative;
}

.slider .bg-img {
	width: 100%;
	height: 760px;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}

*+html .slider .bg-img {
	height: 676px;
}

.slider ul {
	height: 806px;
	display: block;
	overflow: hidden;
}

.slider ul li {
	list-style: none;
	height: 723px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	padding-top: 83px;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

*+html .slider ul li {
	list-style: outside;
}

.slider img {
	vertical-align: top;
}

.jcarousel-container-horizontal, .jcarousel-clip-horizontal, .jcarousel-item {
	margin: 0 auto;
  	width: 100%;
	height: 868px;
}

.jcarousel-container-horizontal .jcarousel-next-horizontal, .jcarousel-container-horizontal .jcarousel-prev-horizontal {
	display: none;
}

.postmetadata {
	margin-bottom: 20px;
	border-left: #888 1px solid;
	padding-left: 10px;
	color: #888;
}

.postmetadata a {
	color: #888;
}

.post-preview h4 {
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.comments {
	padding: 30px 0;
}

.comments form input.submit, .leave-comment form input.submit {
	border: none;
	background: none;
	width: auto;
	height: auto;
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	text-indent: 0;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 0;
	padding: 4px 10px;
	border: 1px solid #999999;
}

.comments form input.submit:hover, .leave-comment form input.submit:hover {
	background: none;
	/*background-position:;*/
}

.comments .comment {
	border: #dddddd 1px solid;
	margin: 0 0 15px 0;
	padding: 15px;
	font-size: 14px;
	color: #333333;
	line-height: 16px;
}

.comments input, .leave-comment input {
	background: none;
	border: none;
	background-color: #fff;
	border: #999999 1px solid;
	padding: 2px 4px;
	font-family: "Gill Sans", "Myriad Pro", Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	width: 188px;
	height: 16px;
}

.comments textarea, .leave-comment textarea {
	background: none;
	border: none;
	background-color: #fff;
	border: #999999 1px solid;
	padding: 2px 4px;
	font-family: "Gill Sans", "Myriad Pro", Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	width: 288px;
	height: 58px;
	overflow: auto;
}

.comments .form-element, .leave-comment .form-element {
	padding-bottom: 10px;
	clear: both;
}

.comments label, .leave-comment label {
	float: left;
	width: 100px;
}

.content {
	float: left;
	width: 720px;
}

.sidebar {
	float: right;
	width: 200px;
}

.sidebar .block {
	padding-bottom: 15px;
}

.comment .comment-meta {
	padding-bottom: 20px;
	font-size: 14px;
	clear: both;
}

.comment .comment-meta .author {
	font-size: 16px;
	font-weight: bold;
}

.comment .comment-meta .date {
	font-size: 12px;
}

.comment .comment-meta .img-holder {
	background-color: #fff;
	border: #eeeeee 1px solid;
	padding: 3px;
	float: right;
}

.comment blockquote {
	padding-bottom: 20px;
	display: block;
}

.comment h5 {
	padding-bottom: 10px;
	font-size: 14px;
}

.comment:nth-child(even) {
	background-color: #f8f8f8;
}

.leave-comment h4 {
	padding-bottom: 20px;
}

.post h2 {
	padding-bottom: 0;
	font-size: 32px;
	line-height: 34px;
}

.post .post-info {
	padding-bottom: 20px;
	font-size: 14px;
	color: #888;
	line-height: 16px;
}

.post .postmetadata {
	border: none;
	text-align: center;
	clear: both;
}

.post .postmetadata a, .comment a {
	color: #0066cc;
	font-weight: normal;
}

.post .comment-reply {
	font-weight: bold;
}

#cancel-comment-reply {
	clear: both;
	margin: -20px 0 10px 0;
}

.comment .leave-comment {
	padding-top: 20px;
}

.bbpress h1 {
	text-transform: uppercase;
	margin-top: 15px;
}

#bbpress-forums li.bbp-header, #bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background: none !important;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	border: none !important;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.post-type-archive-forum .bbp-breadcrumb {
	display: none;
}

input#bbp_search {
	width: 322px !important;
	height: 21px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	color: #999;
	padding: 14px 8px;
	line-height: 21px;
	float: left;
	margin-right: 6px;
}

input#bbp_search_submit.button {
	background: none;
	background-image: url(images/search-bg.png);
	width: 106px;
	height: 50px;
	padding: 0;
	margin: 0;
	float: left;
	border: none;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	text-indent: -9999px;
}

.bbp-search-form {
	margin-bottom: 30px;
}

.bbpress .forum-titles {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
}

.bbp-forum-content {
	font-size: 16px !important;
	color: #333 !important;
	font-weight: normal !important;
	font-style: italic;
}

.bbp-forum-info .bbp-forum-title {
	font-size: 30px;
	line-height: 30px;
	line-height: 35px;
	color: #333;
	font-family: "GothamCondensed-Medium", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	margin-top: 0;
}

li.bbp-forum-info {
	width: 65% !important;
}

li.bbp-topic-title {
	width: 71% !important;
}

li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
	width: 10% !important;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
	width: 15% !important;
	float: right !important;
	text-align: left !important;
}

li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
	text-align: left !important;
}

li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count, li.bbp-forum-freshness, li.bbp-topic-freshness {
	font-size: 16px !important;
	color: #333 !important;
}

li.bbp-forum-topic-count a, li.bbp-topic-voice-count a, li.bbp-forum-reply-count a, li.bbp-topic-reply-count a, li.bbp-forum-freshness a, li.bbp-topic-freshness a, .bbp-topic-meta, .bbp-topic-title {
	font-weight: normal;
	font-style: italic;
	font-size: 16px !important;
	color: #333 !important;
}

li.bbp-topic-title a {
	font-style: normal;
}

.bbp-breadcrumb a, .bbp-breadcrumb, .bbp-breadcrumb-sep, .bbp-breadcrumb-current {
	font-size: 30px;
	line-height: 30px;
	font-family: "GothamCondensed-Medium", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	color: #333;
	font-weight: normal;
}

#subscription-toggle {
	display: none;
}

.bbp-author-avatar, .bbp-topic-meta {
	display: none;
}

.zzz {
	font-size: 30px;
	line-height: 30px;
	font-family: "GothamCondensed-Medium", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	color: #333;
	font-weight: normal;
}

#bbpress-forums a {
	font-weight: normal !important;
}

.bbp-form .bbp-template-notice {
	display: none;
}

#bbp_reply_submit {
	background: none;
	border: none;
	background-image: url(images/post-reply.png);
	width: 131px;
	height: 42px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

#bbp_topic_submit {
	background: none;
	border: none;
	background-image: url(images/post-topic.png);
	width: 131px;
	height: 42px;
	float: right;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.form-allowed-tags {
	display: none;
}

#bbpress-forums fieldset.bbp-form {
	border-radius: 5px;
	border: none !important;
	background-color: #F0F0F0;
}

#bbpress-forums fieldset fieldset.bbp-form {
	border: 1px solid #ccc !important;
}

.forum-archive h1 {
	margin-top: 15px;
	margin-bottom: -5px;
}

#bbpress-forums li.bbp-body ul.topic {
	padding-bottom: 18px !important;
	padding-top: 28px !important;
}

#bbp_topic_content .bbp-the-content {
	font-family: Arial, Helvetica, sans-serif;
}

.single-forum .bbp-search-form {
	margin-top: -6px;
}

#bbpress-forums {
	overflow: visible !important;
}

.forum-archive #bbpress-forums li.bbp-header ul {
	padding-bottom: 15px !important;
}

#bbpress-forums li.bbp-body ul.forum {
	padding-bottom: 18px !important;
}

div.error {
	border: 1px solid red;
	padding: 10px 15px;
	color: red;
	margin-bottom: 25px;
	clear: both;
}