@charset "UTF-8";
/*
Theme Name: KabanaToolbox
Author: Third Door, Inc.
Author URI: http://thirddoor.com/
Description: Based on Toolbox, A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates. By Automattic.
*/

/* first for Internet Explorer < 9 */
@font-face {
font-family: Meta;
src: url("http://jonikabana.com/fonts/MetaWeb-Thin.eot");
}
/* then for WOFF-capable browsers */
@font-face {
font-family: Meta;
src: url("http://jonikabana.com/fonts/MetaWeb-Thin.woff") format("woff");
}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
.skip-link {visibility:hidden;}

em {
	font-style:italic;
}

#mce-EMAIL,
#mce-FNAME,
#mce-LNAME,
#s {
    width: 99%;
    background: #fff;
    padding: 2px;
    margin-bottom: 4px;
    border: 1px solid #CCC;
 
    /*** Adding CSS3 ***/
 
    
}
fieldset li {
	margin-bottom: 0;
}
#searchsubmit,
#subscribe_btn,
.jk_btn {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background: #666;
    width: auto;
    color: #fff;
    text-transform: uppercase;
	text-decoration:none;
    padding: 0 2px;
    margin-top: 4px;
    border-top: 1px solid #999;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
	-webkit-appearance: none;

}

.sharethis {clear:both;}

.bio .sharethis,
.contact .sharethis,
.sidebar .sharethis {display:none}

.sharethispage {clear:both}

.screen-reader-text{
	display:none
}


/* 

ORIGINAL ORANGE FF6600
Lite blue 6699CC
Deep Red 990033
*/
/* #Basic Styles
================================================== */
	body {
	background: #fff;
	color: #161616;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
small {font-size:11px}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: '"' '"';
}
blockquote:before, blockquote:after, q:before, q:after {
	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
embed,
video {
  max-width: 100%;
  height: auto;
}


iframe {
  max-width: 100%;
  padding: 10px 0;
}

a img,
a,
a:hover, 
a:active,
h1.page-title span {
	outline: none;
	color: #990033;
}

img {
border: 0;
	-ms-interpolation-mode: bicubic;
}
/* #Typography
================================================== */


h1, h2, h3, h4, h5, h6, nav li, .more_btn, .more_info {
	font-weight:normal;
	font-family: 'Meta','Lato', Helvetica, Arial, sans-serif;
	xletter-spacing:1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#161616;
	font-weight: inherit;
	text-decoration:none;
	}
a:hover,
p a,
.campaign a {color: #990033;}
.campaign a:hover,
p a:hover {color: #161616;}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, nav li a, .more_btn a, .classlist,
header a,
.sidebar h2,
.main h2,
.trigger{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#site-title {
    font-size: 32px;
    line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-family: Meta, sans-serif;
}

#site-title strong {
	color:#ABABAB;
	}
h1.page-title {
	border-bottom: 1px solid #666666;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.sidebar h2, .main h2, .thirds h2, .trigger {
	background-color: #CCC;
	clear: both;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 14px;
	margin-bottom: 10px;
	padding: 3px 4px;
	text-transform: uppercase;
}

.main .trigger, .trigger {
    background-image: url("images/trigger.gif");
    background-position: left -1px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    padding: 0 4px 0 20px;
}

.trigger:hover {
	background-color:#990033;
}


.main h2.active, h2.active {
    background-position: left -25px;
}
.sidebar h2 a {
    display: block;

}

.sidebar h2 a:hover {
	color:#FFF;
}


h3 {
	font-size:16px;
	text-transform:uppercase;
	line-height:17px;
	margin: 0 0 3px 0;
	color: #161616;
}

h3 strong {
	font-size:13px;
	color:#666;
	display:block;
}

.post h3, .classlist h3, .entry-title {
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}


.post_date {
    border-bottom: 1px solid #666666;
    color: #161616;
    font-size: 14px;
    margin: 0 0 4px;
    padding: 0;
    text-transform: uppercase;
}
.meta {
	color:#999;
	margin: 0;
}
blockquote, cite {
	color:#c6c6c6;
	font-size:12px;
	line-height:18px;
}

p, li {
	color:#333;
	font-size:12px;
	line-height:16px;
	margin: 0 0 8px 0;
}
.bio p {
	font-size:13px;
	line-height:18px;
	margin: 0 0 12px;
}
.bio p strong {
	font-size:18px;
	text-transform:uppercase;
	color:#990033;
}
li {
	line-height:14px;
}

.entry-content p strong {
	font-weight: bold;
}


ul {
	list-style:none
	}
.date {
	font-size: 14px;
	margin: 0;
	}

blockquote {
	font-style: italic;
	font-size:14px;
	font-weight:normal;
	margin: 0 0 10px 0;
}

blockquote cite {
	display: block;
}
cite strong {
	display:block;
	font-size:14px;
	color:#666;
}

label {
	font-size:12px;
}
/* #layout
================================================== */

/* 
COMMON 
*/
#content {
	margin-top: 2%;
}
#blog_main {
	width:74.25%;
	float:left;
	margin: 0 3% 3% 0;
	}
x#blog_main .shows,
x#blog_main .clients {
	overflow:visible;
	
}
#blog_main article {
	overflow:hidden
}
#content.light {
	background-color:#e1dfd8;
	padding: 3%;
	color:#000;
	overflow:hidden
	}
#outer {
	padding: 20px;
}
#wrapper {
	width: 100%;
	max-width:1024px;
	min-width:320px;
	margin: 0 auto;
	padding:0;
}


header {width:100%;}

.thirds {
    float: left;
    padding: 0 3% 0 0;
    width: 30.3%;
}
.twothirds {
	width: 66%;
	float:left;
}
.halfs {
	width: 47%;
	padding: 0 3% 0 0;
	float:left;
}
.full {
	width: 72%;
	padding: 0 3% 0 0;
	float:left;
}
.entry-content {
	width: 100%}

footer {text-transform:uppercase;
font-size:11px;
color:#999;
padding: 10px 0;
}

footer span {
	float:right;
}

.rss_btn {
	display:block;
	overflow:hidden;
	height: 20px;
	width: 20px;
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/* NAVIGATION*/
header, nav {}

ul.children {display:none}

nav ul {
    border-top: 1px solid #ACACAC;
    clear: both;
    overflow: hidden;
    padding: 6px 0 1px;
}
nav li {
	float:left;
	padding: 0 1% 0 0;
	margin: 0;
	
}
nav a {
	font-family: Meta, sans-serif;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	line-height:18px;
	color:#666;
}
nav a:hover {
	color: #990033;
}
.subnav a {
	font-size:15px;
	line-height:16px;
}

.subnav {
 border-bottom: 1px dashed #ACACAC;
    border-top: 1px solid #990033;
    clear: both;
    margin: 10px 0 0;
    padding: 4px 0 5px;
}
.current-page-ancestor a, 
.current-post-ancestor a, 
.current_page_parent a, 
.current_page_item a, 
.current-work-ancestor a, 
.current_page_parent.menu-item-2250, 
.current-menu-item a {
    color: #990033;
    font-weight: bold;
}

.searchnav .current_page_parent a {
	color:#ABABAB;
}

/* 
SIDEBAR 
*/
aside article {
	margin-bottom: 20px;
}
.sidenav {
	margin: 0 0 20px 0;
	overflow:hidden;
}
.sidenav li {
	float:left;
	margin: 0 0 5px 0;
}
.sidenav a {
	display: block;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	 background-color: #FFFFFF;
    border-right: 1px solid #999999;
    color: #333333;
    
    padding: 2px 5px 0;
}
.sidenav a:hover {
	background-color: #990033;
	color: #fff;
}
.place {
	text-transform:uppercase;
}
/* 
HOME 
*/
/* SLIDER */
.slider {
	padding: 0 0 3% 0;
	clear:both;
}
.slider img {
	width: 100%;
	height:auto;
}
.main {
	float:left;
	width: 48.5%;
	margin: 0 3% 20px 0;
}
.main h2 {
	margin-top:20px;
}
.singlecol {
	float:left;
	width: 22.75%;
	margin: 0 3% 20px 0;
}
.last {
	margin-right:0;
}

aside {
	float:right;
	width: 22.75%;
	margin: 0 0 20px 0;
}

.singlecol img,
.photo img,
.thirds img {
	width:100%;
	height: auto;
	}
.classes li {
	margin:0 0 10px 0;
	text-transform:uppercase;
	}

.more_btn {
	margin: 10px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #999;
	display:block;
}

.more_btn a {
	background-image:url(images/more_arrow.png);
	background-position: center right;
	padding-right: 10px;
	background-repeat:no-repeat;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#990033;
}
.more_btn a:hover {
	color:#333;
}


.light .email {
	background-color: #000;
}
.email ul label {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
.email ul label {
	display:inline;
}
.email label {
	display:block;
	margin: 10px 0 0 0;
	color:#999;
	font-size:12px;
	text-transform:uppercase;
	}
.email .responses {
	display: none;
	}
.emailform {
	border: 0;
	width:100%
	}
footer {
	clear:both;
	}
.classes {
	margin-right:4%;
	}

	
	
/* ABOUT */

.main article {
	margin-bottom: 20px;
}
.shows,
.clients {
	overflow:hidden;
	margin: 10px 0 15px;
}
.clients li {
    background-color: #FFFFFF;
    border-right: 1px solid #999999;
    color: #333333;
    display: block;
    float: left;
    margin: 0 5px 16px 0;
    padding: 2px 5px 0 0;
}
.shows strong {
	font-weight:bold;
	text-transform:uppercase;
	color: #333;
	}
.bio img {display:block; float:left; width: 45%; height:auto; margin: 0 5% 5% 0}
.vitae { background-color:#999; padding: 2px 5px; display:inline; text-transform:uppercase}
.vitae a {text-decoration:none}

.toggle li {
	margin-bottom: 8px;
}

/* PHOTO CATEGORY GRID */

.statement { 
	padding-bottom:.5%;
	clear:both
}
.showcase .photo {
	display:block;
	width: 22.75%;
	margin: 0 3% 3% 0;
	float:left;
	position:relative;
	text-decoration:none;
}

.gallery {
	border: 0px solid #000;
}

.showcase .photo:nth-child(4n),
.gallery p:nth-child(5n+5) a {margin-right: 0}


.gallery img {
	display:block;
}

.photo a h3{
	text-decoration:none;
	
-webkit-transition:all 0.5s ease 0s;
-moz-transition:all 0.5s ease 0s;
-o-transition:all 0.5s ease 0s;
transition:all 0.5s ease 0s;

}
.photo a{
	display:block;
	width: 100%;
	height: 100%;
	text-decoration:none;
	position:relative;
	overflow:hidden;
}
.photo img {
	display:block;
}
.gallery a {
	display:block;
	width: 17.6%;
	margin: 0 3% 3% 0;
	padding:0;
	float:left;
	position:relative;
	text-decoration:none;
	}
.showcase a h3 {
    background-image: url("images/gallery_title_back.png");
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 4px 8px 2px;
    position: absolute;
	text-decoration:none;
}
.showcase h3.active,
.showcase a:hover h3 {
	background-image:none;background-color:#990033;
	width: 100%;
	}

.statement p {
  font-size: 12px;
  line-height: 17px;

}
/* jquery shadowbox modifications */
#sb-nav #sb-nav-next,
#sb-nav #sb-nav-close {
	margin-left: 10px;
}

#sb-wrapper #sb-title, 
#sb-wrapper #sb-info {
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
}
#sb-wrapper #sb-title-inner {
    font-size: 14px;
	line-height: 15px;
	padding-top: 4px;
}
/* jquery WP lightbox modifications */
a#nextLink {
    float: right;
    position: relative;
    right: 0px;
}
a#prevLink {
    float: left;
    left: 0px;
    position: relative;
}
div#overlay {
    background-color: #fff;
    opacity: 1 !important;
}
div#imageData {
    padding: 0 20px;
}
div#imageData #imageDetails {
    width: 95%;
}
div#imageData #caption {
    font-weight: normal;
}
div#imageData #bottomNavClose {
    width: 22px;
}
div#jqlb_closelabel {
    background-position: right center;
    width: 22px;
}
div#imageContainer {
    padding: 20px;
}

/*
- - - - - - - - - - - - - - 
CLASSES
- - - - - - - - - - - - - - 
 */
  
.classlist,
.classlist li {
	margin: 0
}

.past_classes {
	clear: both;
    display: block;
    margin-top: 40px;
    text-align: center;
}

.classlist p {
	padding-left:1px;
}

.divided {
    border-top: 1px solid #CCCCCC;
    padding: 15px 0 15px 1px;
	clear:both;
	overflow:hidden;
}

.class_meta {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 2px;
    padding: 0;
    text-transform: uppercase;
}
.class_meta a {
    color: #333333;
    display: block;
    margin: 0 0 5px;
}
.more_info {
	text-decoration:none;
	color: #333333;
}

.more_info:hover,
.classlist strong,
.classlist p a:hover {
	color:#990033;
	font-weight:normal;
}


/*  
- - - - - - - - - - - - - -
BLOG
- - - - - - - - - - - - - -
*/

.blog_entry, .post, .type-video,  .type-books, .testimonial, .show {
    border-top: 1px solid #CCCCCC;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}
.entry-meta {
	width:26%;
	float:left;
}
.blog_thumb {
	display:block;
	clear:both;
	margin-bottom: 15px;
}
.post-wrap {
	width: 70%;
	margin: 0 0 4% 0;
	float:right;
}

.post .caption {
	font-style: italic;
	margin-bottom: 15px;
}
.fullwidth {
	margin: 2% 0;
}
.entry-meta {
	padding:0;
}
#nav-below {clear:both}


.post_pagination {
	border-top: 1px solid #990033;
	padding: 15px 0;
}

.post_pagination a {
	display: inline;
	font-size:14px;
}

/*  TESTIMONIALS  */

.testimonial cite p {
	text-align:right;
	width: 30%;
	float:left;
	color:#ABABAB;
	}
.testimonial blockquote {
	width: 65%;
	float:right;
	position:relative;
}


.thirds form img {width:auto}

/*  Newsletters */

.campaign {
	margin: 0 0 4px 0;
}

/*  shows */

.show, .testimonial {
    padding: 4px 0;
}
.show p {
	margin-bottom: 0
}
.show {
	border-top: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* #Tablet (Portrait)
================================================== */	

	/* Note: Design for a width of 700px */

	@media only screen and (max-width: 700px) {
		#site-title {font-size:37px; line-height:37px;}
		.classes {margin-right:4%;}
		.main {width:74%; margin-right:0}
		#blog_main {width:100%;float:none;margin: 0 3% 0 0;}
		.singlecol,
		.thirds {width:47%; margin-right:0%;}
		.sidebar {margin-top: 20px}
		.showcase .photo {width:31%; margin-right:3%;}
		.gallery a {width: 22.75%; margin: 0 3% 3% 0;}
		.showcase .photo:nth-child(4n),
		.gallery p:nth-child(5n) a {margin-right:3%;}
		.col2, 
		.showcase .photo:nth-child(3n),
		.gallery p:nth-child(4n) a,
		.last {margin-right: 0}
		.col3, .col4 {width: 100%; margin-right: 0;}
		aside {width:100%; margin-right: 0}
		aside article {width:46%; margin-right: 4%; float:left}
		aside .email {width:42%; padding: 2%; margin-right: 0; float:left}
		.statement p {font-size: 12px;line-height: 18px;width:100%}
		.entry-meta, .post-meta, .testimonial cite {text-align:left;width: 100%;float:none;}
		.post-wrap, .testimonial blockquote {width: 100%;float:none;}
		#sb-wrapper #sb-title-inner {
    font-size: 12px;
	line-height: 12px;
	padding-top: 4px;
}


	}
	@media only screen and (max-width: 500px){
		#wrapper {min-width:300px}
		#outer {padding:10px;}
		.thirds {float:none; width: 100%; margin: 0 0 20px 0}
		.thirds img {width:50%}
		#site-title {font-size:24px; line-height:24px;}
		h3 {font-size:14px; line-height:17px;}
		p {font-size:11px; line-height:14px}
		blockquote {font-size:12px;}
		nav a {font-size:14px;line-height:16px;}
		.subnav a {font-size:12px;line-height:12px;}
		aside, .singlecol, .main {width:100%;}
		.singlecol img {display:block; width: 50%; margin: 0 0 3% 0}
		aside article {width:100%; margin-right: 0; float:none}
		aside .email {width:96%; padding: 2%; margin-right: 0; float:none}
		#content.light {padding: 5%;}
		.sidebar h2,
		.main h2,
		h2.trigger {font-size: 12px; line-height:13px}
		#blog_main {width:100%;float:none;margin: 0 3% 0 0;}
		.post {width: 100%;float:none;}
		.featured_img {width: 50%;height: auto;margin: 0 0 2% 0;float:none;}
		.showcase .photo {width:48%; margin-right:4%;}
		.gallery a {width:31%; margin-right:3%;}
		.showcase .photo:nth-child(3n),
		.gallery p:nth-child(4n) a {margin-right: 3%}
		.showcase .photo:nth-child(2n),
		.gallery p:nth-child(3n) a {margin-right: 0}
		
		.statement p {font-size: 11px;line-height: 16px;width:100%}
		.classlist p {font-size:12px;line-height:16px;}
		.entry-meta, .post-meta, .testimonial cite {text-align:left;width: 100%;float:none;}
		.post-wrap, .testimonial blockquote {width: 100%;float:none;}
div#imageData #imageDetails {
    width: 90%;
}
	
	}