/**
 * Theme Name: Wam Bam Club Hybrid based on Leviathan
 * Theme URI: http://themehybrid.com/themes/leviathan
 * Description: A child of the Hybrid theme framework that puts emphasis on your content.
 * Author: Mike Mindel (based on Leviathan by Justin Tadlock)
 * Version: 0.1.2
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Leviathan is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */
body {
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #666;
}
body.front-page {
	background-color: #eff1e1;
}
#body-container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background-image: url("../../../../assets/img/background-fabric.png");
    background-repeat: repeat-xy;
    background-position: 0% 0%;
}

/* Header */
#header-container {
    background: url("../../../../assets/img/background-curtains.png") repeat-x top left scroll;
	overflow: hidden;
	width: 100%;
}
#header {
	overflow: hidden;
	width: 960px;
	height: 152px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
    display: none;
}

#header #logo {
    position: absolute;
    background: url("../../../../assets/img/wam-bam-club-logo2.png") no-repeat 0 0;
    width: 350px;
    height: 136px;
    margin-left: 0px;
    margin-top: -10px;
    float: left;
}

#header #act {
    position: absolute;
    float: left;
    background: url("../../../../assets/img/chrysalis-fire-act.png") no-repeat 0 0;
    width: 188px;
    height: 155px;
    margin-left: 410px;
    margin-top: -3px;
    z-index: 1;
}

#header #review {
    position: absolute;
    float: left;
    background: url("../../../../assets/img/time-out.png") no-repeat 0 0;
    width: 340px;
    height: 61px;
    margin-top: 40px;
    margin-left: 620px;
}



#site-title {
	float: left;
	width: 262px;
	margin: 0;
}
#site-title a {
	display: block;
	width: 262px;
	height: 55px;
	margin: 0 0 0 0;
}
#site-title a span {
	display: none;
}
#site-description {
	text-indent: -999em;
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #4b6e85;
}

/* Search form */
#hybrid-search-3 {
	padding-bottom: 20px;
	width: 300px;
}
	
input#search-text-1 {
	margin-top: 5px;
	float: left;
	margin-right: 10px;
	width: 160px;
	padding: 3px;
}
input#search-submit-1 {
	margin-top: 5px;
	font-size: 1em;
	background-color: white;
	color: #01527A;
	border-color: #01527A;
	padding: 4px;
}

/* Navigation */
#navigation {
	height: 33px;
	background: url("../../../../assets/img/navigation-background.png") repeat-x 0 0;
	border-top: 2px solid #ddcd9c;
	border-bottom: 2px solid #ddcd9c;
	margin: 0 auto;
}
#nav-pages {
    width: 950px; /* Can't use em's as different base font size */
    margin: 0 auto;
	height: 33px;
}

#nav-pages ul {
	list-style: none;
	background: url("../../../../assets/img/navigation-border.png") no-repeat 0 0;
	margin-left: 30px; /* Line up the Home tab underneath the logo */
	height: 23px;
}
#nav-pages li {
	float: left;
}
#nav-pages li.first {
}
#nav-pages li a {
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px 30px 4px 30px;
	background: url("../../../../assets/img/navigation-border.png") repeat-y right 0;
	height: 23px;
}
#nav-pages li.first a {
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px 32px 4px 32px;
	height: 23px;
}
#nav-pages li.current_page_item a {
	color: #fff;
}
#nav-pages li.current_page_item li a {
	color: #4b6e85;
}
#nav-pages ul ul, .menu ul {
	width: 180px;
	background: #0A2934;
}
#nav-pages li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
}
#nav-pages li li {
	border-top: 1px solid #09232c;
}
#nav-pages li li a {
	padding: 7px 10px;
	background: transparent;
}
#nav-pages ul li a:hover {
	background: url("../../../../assets/img/navigation-hover.png") repeat-x 0 0;
}
#nav-pages li:hover ul, #nav-pagesli.sfHover ul  {
	top: 33px;
}
#nav-pages li li:hover ul, #nav-pages li li.sfHover ul, #nav-pages li li li:hover ul, #nav-pages li li li.sfHover ul  {
	top: -1px;
}
#nav-pages ul li.titbits {
	background: url("../../../../assets/img/navigation-current-page.png") repeat-x 0 0;
}
#nav-pages ul li.titbits a:hover {
	background: url("../../../../assets/img/navigation-border.png") repeat-y right 0;
	text-decoration: none;
}

#nav-pages ul li.titbits a {
	color: black;
	font-weight: bold;
}


/* Links */
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif !important;	
}

h2 {
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Blockquotes */
blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.post blockquote {
	font-style: italic;
	color: #777;
	}
.post blockquote em {
	font-style: normal;
	}

/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #EFF1E1;
	}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #0C2E3B;
	border: 1px solid #e2e2e2;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #e2e2e2;
	}
tr {
	background: #EFF1E1;
	}
th {
	padding: .3em;
	color: #fff;
	background: #113644;
	border: 1px solid #e2e2e2;
	}
td a, th a {
	font-weight: bold;
	}

/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
	}
.page-template-quick-post .text-input {
	width: 98%;
	}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
	}
.button:hover {
	cursor: pointer;
	background: #113644;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 25px 25px 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 0 25px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
}
.clear {
	clear: both;
}
span.pullquote {
	float: none;
	margin: 0;
}

/* Images */
img, a img {
	padding: 5px;
}
.post img {
	max-width: 594px;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}

/* WP Smilies */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	text-align: center;
	}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
	}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Containers */
#container {
	overflow: hidden;
	width: 960px;
	margin: 20px auto;
}
#container a {
	color: #01527a;
}
#content {
	overflow: hidden;
	float: left;
	width: 640px;
}

/* Breadcrumb trail */
.breadcrumb {
	width: 938px;
	margin: 20px auto 0 auto;
	padding: 4px 0;
	padding-left: 20px;
	font-size: 13px;
	color: #01527a;
	background-color: white;
	border: 1px solid #e7e7e7;
}

.breadcrumb a {
	color: #01527a;
}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 4px solid #DDCD9C;
}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title  {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	border-bottom: 1px solid #e2e2e2;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	font-size: 2em;
}

/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	}
.byline a {
	color: #486472 !important;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
	}
.entry-meta a {
	color: #486472 !important;
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #486472 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 15px;
}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
	}
.navigation-links {
	overflow: hidden;
	padding: 19px 19px 19px 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.navigation-links a {
	color: #000;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}

/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/* Primary/Secondary and utility widgets */
#primary, #secondary {
	float: right;
	width: 300px;
}
#secondary {
	clear: right;
	}
.widget {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 4px solid #DDCD9C;
	}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #01527a;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul ul {
	margin: 6px 0 0 0;
	}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	}

/* Comments template */
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
	}
p.comments-closed {
	padding: 19px;
	}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
	}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #EFF1E1;
	border: 1px solid #e7e7e7;
	}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
	}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	}
#comments .comment-meta-data a {
	color: #486472 !important;
	}

/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
	}

/* Subsidiary widgets (footer) */
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
	}
#subsidiary a {
	color: #4b6e85;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	border-bottom: 1px solid #213a4b;
	}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
	}

/* Footer */
#footer-container {
	text-align: center;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 10px 0 10px 0;
	color: #aaa;
	background-color: #861200;
	border-top: 2px solid #ddcd9c;
}

#footer {
	font-size: 1em;
}

#footer p {
	margin: 0;
	background-color: #861200;
	color: white;
}

#footer a {
	color: white;
	text-decoration: underline;
}

/* Specials */	
.clear {
	clear: both;
}

/* Sociable */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none !important;
	display: inline !important;
	list-style-type: none;
	margin: 5px !important;
	padding: 0px !important;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Call to action */
.call-to-action {
	background: #FFFFFF url("images/box-shadow.gif") top no-repeat;
	float: left;
	width: 560px;
	margin: 0px 0px 20px 0px;
	padding: 15px 15px 0px 15px;
	border: 1px solid #DDDDDD;
	text-align: center;
}

.call-to-action p a {
	/* color: #0000ee !important; */
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.call-to-action p a:hover {
	color: #99cc33 !important;
	text-decoration: underline;
}

/* Aweber signup */
form#aweber-signup * {
	background-color: white;
}

form#aweber-signup table {
	border: none;
}

form#aweber-signup table td.submit {
	text-align: left;
	padding: 5px;
}

form#aweber-signup input#submit-aweber {
	font-weight: bold;
	margin-top: 5px;
	font-size: 1em;
	background-color: white;
	color: #01527A;
	border-color: #01527A;
	padding: 4px;
}

.privacy-policy {
	text-decoration: underline !important;
}
