/*   

Theme Name: Blackjack Apprenticeship
Theme URI: http://blackjackapprenticeship.com
Description: Custom theme for <a href="http://blackjackapprenticeship.com">blackjackapprenticeship.com</a>.
Author: Redima Studio
Author URI: http://redimastudio.com
Version: 0.1
.

.
*/

body {
  margin: 0;
  text-align: center;
  background: url(images/texture.jpg) center center;
  font: 83% Arial, Verdana sans-serif;
  line-height: 1.4;
}

#page {
  font-size: 1em;
  background: url(images/bja-decorative-background.jpg) no-repeat center top;
  min-height: 1159px;
  min-width: 1100px;
}

/* for limiting content widths to site size */

#header, #footer_anchor, #columns, .navigation {
  margin: 0 auto;
  width: 992px;
  text-align: left;
}

/* header styling */

#header {
  position: relative;
  height: 228px;
}

#header h1 {
  position: absolute;
  left: 275px;
  top: 50px;
  width: 430px;
  height: 140px;
}

#header h1 a {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -9999px;
}

/* #navigation */

.navigation {
  padding: 24px 0 0;
  background: url(images/navigation-background.png) no-repeat center top;
}

.navigation > ul {
  background: url(images/nav-decoration.png) no-repeat center top;
  list-style: none;
  padding: 0 0 0 130px;
  margin: 0;
  height: 79px;
}

.navigation > ul > li {
  float: left;
  margin-top: 11px;
  position: relative;
  background: url(images/nav-diamond.png) no-repeat 10px center;
  padding-left: 30px;
}

.navigation > ul > li:first-child {
  padding-left: 0;
  background: none;
}

.navigation > ul > li.current_page_item > a, .navigation > ul > li.current_page_ancestor > a, .navigation > ul > li.current_page_item > a:hover, .navigation > ul > li.current_page_ancestor > a:hover, .navigation > ul > li.current_page_item.hovered > a, .navigation > ul > li.current_page_ancestor.hovered > a {
  background: url(images/navigation_selected.png) no-repeat center top;
}

.navigation > ul > li > a {
  display: block;
  height: 57px;
  overflow: hidden;
}


.navigation > ul > li > a:hover, .navigation > ul > li.hovered > a {
  background: url(images/navigation_over.png) no-repeat center bottom;
}

/* Specific Navigation Links */

.navigation > ul > li > a > span.nav_label {
  height: 57px;
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

.navigation > ul > li:first-child > a > span.nav_label {
  width: 60px;
  background-image: url(images/nav_home.png);
}

.pagenav_about > a .nav_label {
  width: 68px;
  background-image: url(images/nav_about.png);
}

.pagenav_resources > a .nav_label {
  width: 120px;
  background-image: url(images/nav_resources.png);
}

.pagenav_posts > a .nav_label {
  width: 64px;
  background-image: url(images/nav_posts.png);
}
.pagenav_videos > a .nav_label {
  width: 87px;
  background-image: url(images/nav_videos.png);
}

.pagenav_forum > a .nav_label {
  width: 74px;
  background-image: url(images/nav_forum.png);
}

.pagenav_store > a .nav_label {
  width: 67px;
  background-image: url(images/nav_store.png);
}

.navigation ul ul {
  padding: 5px 0 20px 0;
  list-style: none;
  width: 222px;
  position: absolute;
  top: 68px;
  left: 12px;
  background: url(images/nav-dropdown-background.png) no-repeat center bottom;
}

.navigation ul ul li {
  margin: 0 10px;
  border-bottom: 1px solid #606060;
  border-top: 1px solid #000;
}

.navigation ul ul li a {
  color: #EBD26E;
  text-decoration: none;
  display: block;
  padding: 5px 5px;
  text-transform: uppercase;
}

.navigation ul ul li:first-child {
  border-top: 0;
}

.navigation ul ul li:last-child {
  border-bottom: 0;
}

/* Video Player */

.videoplayer {
  text-align: center;
  margin: 20px 0;
}

/* footer styling */

#footer_anchor {
	position: relative;
	top: -100px;
	height: 283px;
	width: 1100px;
}

#footer {
  background: url(images/footer-decoration-columns.png);
  width: 1100px;
  height: 383px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#footer .credits {
	position: absolute;
	top: 130px;
	right: 90px;
	opacity: 0.85;
}

.credits p {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.credits a {
	text-decoration: underline;
}

.front #footer {
  background-image: url(images/footer-decoration-split.png);
}

#footer_wrap {
	margin: 115px 0 0 90px;
	opacity: 0.99;
}

#footer a {
	color: #FFF;
}

.footer_widget {
	float: left;
	width: 250px;
	margin-right: 10px;
}

.footer_widget.akpc-widget {
  width: 290px;
}

.akpc-widget li span {
	display: none;
}

#footer h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: Times, 'Times New Romain', serif;
	margin: 0;
	color: #fdc000;
	text-transform: uppercase;
}

#footer ul, #footer ol {
	margin: 0;
	padding: 0;
}

#footer ol {
	list-style-position: inside;
}

#footer ul {
	list-style: none;
}

/* main columns */

#columns {
  min-height: 800px;
  background: url(images/vertical-texture.png) repeat-y center top;
  padding-bottom: 20px;
}

#columns:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}


.front #columns {
  background-image: url(images/vertical-texture-split.png);
}

.main_column {
  float: left;
  width: 604px;
  padding-bottom: 150px;
}

.site_sidebar {
	float: right;
	margin-right: 25px;
	width: 347px;
}

.home_left_column {
	float: left;
	width: 463px;
	background: url(images/home-left-column-texture.png) no-repeat;
	margin-left: 25px;
	min-height: 770px;
	padding-bottom: 30px;
}

#podPress_footer {
  display: none;
}

.home_right_column {
	float: right;
	margin-right: 25px;
	width: 463px;
	background: url(images/home-right-column-texture.png) no-repeat;
	min-height: 770px;
	padding-bottom: 30px;
}

/* Post Styling */

.clover_post {
	padding-left: 95px;
	padding-right: 15px;
	background: url(images/clover_1.gif) no-repeat 0 10px;
	margin: 30px 0;
}

.home_page_2 { background-image: url(images/clover_2.gif); }
.home_page_3 { background-image: url(images/clover_3.gif); }
.home_page_4 { background-image: url(images/clover_4.gif); }
.home_page_5 { background-image: url(images/clover_5.gif); }
.home_page_6 { background-image: url(images/clover_6.gif); }

.clover_post .postmetadata {
	background: url(images/home-post-divider.gif) no-repeat right bottom;
	color: #666;
	font-size: .9em;
	padding-bottom: 30px;
}

.clover_post .post_header, .clover_post .postmetadata, .clover_post .entry {
	margin-left: 10px;
}

body.single div.post, div.single div.post, div.page, body.blog div.post, body.archive div.post {
  margin: 20px 30px 20px 50px;
}

body.blog div.post, body.archive div.post {
	padding-bottom: 40px;
	margin-right: 0;
	padding-right: 30px;
	background: url(images/home-post-divider.gif) no-repeat center bottom;
	margin-bottom: 60px;
}

body.single div#respond, div.post_comments {
	margin: 20px 30px 20px 50px;
}

#commentform textarea {
	width: 100%;
	max-width: 100%;
}

.post_header h2, #respond h3, .post_comments h3, .the_pro h3, .home_right_column h2, .site_sidebar h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Times, 'Times New Roman', serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #096e58;
	text-transform: uppercase;
	line-height: 1.1;
}

.post_header h2 a {
	color: #096e58;
}

.entry h1 {
	color: #096e58;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 10px 0;
	text-transform: uppercase;
}


.entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .videoarchive h3 {
	font-size: 1.15em;
	margin: 10px 0;
	padding: 0;
	color: #9b8c2e;
}

.videoarchive h3 {
	text-transform: uppercase;
}

.entry h2 {
  text-transform: uppercase;
}

.entry ul, .entry ol, .entry p {
	margin: 10px 0;
}

.entry ul, .entry ol {
	padding-left: 18px;
}

.entry blockquote {
	margin-left: 18px;
	padding: 9px;
	padding-left: 18px;
	border-left: 1px solid #CCC;
}

.entry img.alignright {
	float: right;
	margin: 5px;
	margin-left: 0;
}

.entry img.alignleft {
	float: left;
	margin: 5px;
	margin-right: 0;
}

img.size-thumbnail {
	margin-top: -5px;
	padding: 8px;
	background: url(images/thumb-border.gif) center center no-repeat;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Sidebar Widgets */

.bja_meet_the_pros {
  margin: 25px;
  background: url(images/horizontal-divider.png) no-repeat center top;
  padding-top: 25px;
}

.bja_meet_the_pros .pro_bio {
  float: right;
  width: 280px;
}

.bja_meet_the_pros h3 {
  margin: 0;
}

.bja_meet_the_pros p {
  margin: 0;
}

.bja_meet_the_pros h2 {
	background: url(images/curly-cue.gif) no-repeat center bottom;
	padding: 0;
	margin: 15px 0 10px 0;
	padding-bottom: 35px;
}

.bja_meet_the_pros .the_pro {
  clear: both;
  margin-bottom: 10px;
}

.the_pro img {
  float: left;
  margin: 0 20px 0 0;
}

.bja_intro_video {
	margin: 25px 0;
	text-align: center;
}

.bja_intro_video h2 {
	background: url(images/curly-cue.gif) no-repeat center bottom;
	padding: 0;
	margin: 15px 0 10px 0;
	padding-bottom: 35px;
}

.bja_intro_video h2 span, .bja_meet_the_pros h2 span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 25px;
	background: url(images/hdr_start_your_training.gif) no-repeat center center;
}

.bja_signup_form {
	padding: 120px 10px 80px 30px;
	background: url(images/signup-texture.gif) no-repeat center top;
}

.site_sidebar .bja_signup_form {
	margin: 0 -10px 0 -20px;
	padding-left: 40px;
	padding-bottom: 50px;
	background-image: url(images/signup-texture-narrow.gif);
}

.bja_videos {
  background: url(images/black-horizontal-stroke.gif) no-repeat center bottom;
  padding-bottom: 0;
}

.bja_signup_form h2 span {
  position: absolute;
  top: -99999px;
}

.bja_meet_the_pros h2 span {
  background-image: url(images/hdr_the-pros.gif);
}

.bja_signup_form:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.bja_signup_form_field {
	float: left;
	margin: 5px 0;
}

.bja_signup_form_field label {
	display: block;
}

.bja_signup_form_field input {
	width: 140px;
	margin-right: 8px;
	line-height: 1.5;
}

.site_sidebar .bja_signup_form_field input {
	width: 150px;
}

.bja_signup_form_submit {
	float: left;
	margin-top: 5px;
}

.site_sidebar .bja_signup_form_submit {
	margin-top: -30px;
}

.bja_boot_camp {
	background: url(images/bootcamp_texture.gif) no-repeat;
	height: 232px;
	overflow: hidden;
	position: relative;
}

.bja_boot_camp p {
	color: #000;
	position: absolute;
	left: 210px;
	top: 50px;
	width: 185px;
}

.bja_boot_camp a {
	position: absolute;
	left: 205px;
	bottom: 70px;
}

.bja_boot_camp h2 {
	position: absolute;
	left: -9999px;
}

.bja_twitter_podcast {
	background: url(images/black-horizontal-stroke.gif) no-repeat center top;
	padding: 30px 0 0 0;
	margin: 0 0 10px;
}

#footer .bja_twitter_podcast {
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 200px;
	left: 790px;
}

.site_sidebar .bja_twitter_podcast {
	background-image: url(images/black-horizontal-stroke-narrow.gif);
}

.sidebar_margin {
  margin: 0 0 0 22px;
}

.site_sidebar .bja_twitter_podcast a {
	display: block;
	margin: 10px 0;
}

.autolabel.virgin {
	color: #666;
}

a {
	color: #9C301C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* IE Stuff */

div.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.bja_video h4 {
  font-size: 1em;
  color: #9b8c2e;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

.videoarchive {
  margin: 20px 30px 20px 50px;
}

.videoarchive_category {
  margin: 20px 0;
  padding-bottom: 30px;
	background: url(images/home-post-divider.gif) no-repeat center bottom;
}

.video_thumbnail {
  background: url(images/thumb-border.gif) center center no-repeat;
  padding: 10px;
}

.video_thumbnail img {
  display: block;
  margin: 0 auto;
}

.bja_video {
  float: left;
  margin: 5px 5px;
  width: 120px;
  height: 180px;
  overflow: hidden;
  text-align: center;
}

.bja_video_archive_navigation {
  background: url(images/black-horizontal-stroke-narrow.gif) no-repeat center bottom;
	padding: 15px 0 30px 0;
	margin: 0 25px 10px 0;
}

.bja_video_archive_categories {
	margin: 0 25px 10px 0;
}

.bja_video_archive_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar_title {
	color: #096e58;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 10px 0;
	text-transform: uppercase;
	font-family: Georgia;
}

.post_navigation {
  margin: -40px 30px 90px 50px;
}

.post_navigation .alignright {
  float: right;
}

.post_navigation .alignleft {
  float :left;
}

/* Shopping */

.store {
  padding-bottom: 250px;
}

.store_category h2 {
  padding-left: 80px;
  height: 75px;
  cursor: pointer;
  text-indent: -9999px;
}

.store_category_header {
  height: 85px;
  cursor: pointer;
  background: url(images/store_category_marker.gif) no-repeat;
  
}

.store_category.expanded .store_category_header {
  background-image: url(images/store_category_marker_expanded.gif);
}

.store_category {
  background: url(images/store_category_separator.gif) no-repeat center 75px;
  min-height: 85px;
}

/*.store_category_items {
  display: none;
}
*/
.store_item {
  clear: both;
  padding: 15px 0 30px 0;
  background: url(images/home-post-divider.gif) no-repeat center bottom;
}

.store_item h3 {
  margin: 0;
	padding: 0;
	font-family: Times, 'Times New Roman', serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #096e58;
	text-transform: uppercase;
	line-height: 1.1;
}

.store_item h3 a {
	color: #096e58;
}


.fc_price {
  color: #7D6F18;
  font-weight: bold;
  font-family: Georgia;
  text-transform: uppercase;
}

.fc_buy_link {
  float: right;
  width: 400px;
}

.fc_buy_link img, .fc_buy_link input {
  float: right;
}

#store_category_books-and-manifestos h2 {
  background: url(images/hdr_books-and-manifestos.gif) no-repeat 78px center;
}

#store_category_personal-training h2 {
  background: url(images/hdr_personal-training.gif) no-repeat 78px center;
}

#store_category_merchandise h2 {
  background: url(images/hdr_merchandise.gif) no-repeat 78px center;
}

#store_category_training-tools h2 {
  background: url(images/hdr_training-and-tools.gif) no-repeat 78px center;
}

.cart_buttons {
  padding: 10px 0;
}

.foxycart.checkout {
  float: right;
}

.callform {
  float: right;
  width: 220px;
  border: 2px solid #096E58;
}

.callform label {
  display: block;
}

.callform_fields {
  padding: 5px;
}

.callform p {
  color: #096E58;
  font-family: georgia;
  font-size: 1.4em;
}

.callform p {
  margin: 0;
  padding: 0;
}

.widget_text {
  margin-top: 20px;
  margin-bottom: 10px;
}