/*
Theme Name: Kritzkast 3.5
Theme URI: Kritzkast
Description: Theme Created by tempestcreations.
Author: Tempest
Author URI: http://www.tempestcreations.net
Version: 3.5

     ----------------- Menu ------------------ 
 DEV						- To help in the dev process
 Overview
1.01 - Defaults				- Standard CSS
 Structure
2.01 - Core					- CSS structure
2.02 - Header				- header details
2.03 - Sidebar				- sidebar details
2.04 - Comments				- 
 Pages
3.01 - Episode				- 
 Wordpress
3.01 - Post classes
3.02 - 
 Site
4.01

/* ############### DEV ###################### */

/* -----puts borders on all divs */
/*  div { border:thin solid #000; }  */

/* ############### Overview ################# */
/* 1.01  --------- Defaults ----------------- */

ul,ol {list-style: none;}
* {
	padding:0;
	margin:0;
	border:0;
}
html, body {
	color:#222222;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	background-color:#55504c;
	background-image:url(images/main_BG.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
a { color:#9a4713; text-decoration:none; font-weight:bold }
a:visited { color:#9a4713; text-decoration:none;}
a:hover { color:#77370f; text-decoration:none;}
@font-face {
    font-family: 'tf2build';
    src: url('fonts/tf2build-webfont.eot');
    src: url('fonts/tf2build-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tf2build-webfont.woff') format('woff'),
         url('fonts/tf2build-webfont.ttf') format('truetype'),
         url('fonts/tf2build-webfont.svg#TF2BuildTF2Build') format('svg');
}
@font-face {
    font-family: 'tf2';
    src: url('fonts/tf2-webfont.eot');
    src: url('fonts/tf2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tf2-webfont.woff') format('woff'),
         url('fonts/tf2-webfont.ttf') format('truetype'),
         url('fonts/tf2-webfont.svg#TF2Regular') format('svg');
}
.left{
	float:left
}
.right{
	float:right;
}

/* ############### Structure ################ */
/* 2.01  --------- Core ---------------- */

#wrapper {
	width:980px;
	margin:0 auto;
	background-image:url(images/centerBG.jpg);
	background-repeat:repeat;
}
#content {
	width:980px;
	background-image:url(images/centerBG.jpg);
	background-repeat:repeat;
}
.content {
	position:relative;
}
#header {
	margin:0 auto;
	width:980px;
	height:261px;
	padding:0px;
	clear:both;
	background-image:url(headers/rotate.php);
	position:relative;
}
#left{
	float:left;
	width:640px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
}
#right{
	float:right;
	width:290px;
	padding-right:15px;
}
#footer{
	background:#cddee9;
	width:900px;
	height:40px;
	padding:10px 40px;
	clear:both;
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat;
	font-size:9px;
	color:#333;
	line-height:14px;
}

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

#headerKK{
	top:55px;
	left:45px;
	position:absolute;
}
#headeroverlay{
	bottom:0px;
	right:100px;
	position:absolute;
}
#banneroverlay{
	top:10px;
	left:-30px;
	position:absolute;
}
#eoreality{
	bottom:0px;
	left:10px;
	position:absolute;	
}
#menubox{
	margin:0 auto;
	width:960px;
	height:34px;
	padding:6px 0px;
	clear:both;
	background-image:url(images/menuBG.jpg);
	background-repeat:repeat-x;
	margin:0px 10px;
}
.KKMainmenu .menu-item{
	font-size:20px;
	float:left;
	font-family: tf2build;
	height:20px;
	padding:6px 6px;
	margin-left:15px;
}
.KKMainmenu .menu-item:hover{
	color:#e3e2e2;
	background-color:#32312f;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.KKMainmenu .menu-item a{
	font-weight:normal;
	color:#32312f;
}
.KKMainmenu .menu-item:hover a{
	color:#e3e2e2;
}
.KKMainmenu .sub-menu .menu-item:hover{
	color:#e3e2e2;
	background-color:#32312f;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




.KKMainmenu ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 180px;
  font-weight: normal;
  line-height: 20px;
  border: 0;
  z-index:200;
  padding-top:5px;
} /* makes the sub menus drop down. */

.KKMainmenu li li {
  width: 179px;
  border-bottom: 1px solid #292929;
  border-left: 1px solid #292929;
  border-right: 1px solid #292929;
  background: #292929;
  text-align:left;
} /* Style details of the drop downs */

.KKMainmenu li li li { border-left: none; }
.KKMainmenu li li a {
  padding: 10px;
  padding-bottom:2px;
  padding-top:0px;
  width: 130px;
}/* postioning details of the drop downs */

.KKMainmenu li ul ul { margin: -29px 0 0 150px;}
.KKMainmenu li li:hover { color: #000; }
.KKMainmenu li ul li:hover a, .KKMainmenu li ul li li:hover a, .KKMainmenu li ul li li li:hover a, .KKMainmenu li ul li li li:hover a { color: #888; } /* text colour of highlighted section (drop downs) */
.KKMainmenu li:hover a, .KKMainmenu li.sfhover a { color:#888; } /* text colour of highlighted section (not drop downs) */
.KKMainmenu li:hover li a, .KKMainmenu li li:hover li a, .KKMainmenu li li li:hover li a, .KKMainmenu li li li li:hover li a { 
  color:#CCC;
  font-size:12px;
} /* text colour of drop down menus */

.KKMainmenu li:hover ul ul, .KKMainmenu li:hover ul ul ul, .KKMainmenu li:hover ul ul ul ul, .KKMainmenu li.sfhover ul ul, .KKMainmenu li.sfhover ul ul ul, .KKMainmenu li.sfhover ul ul ul ul { left:-999em; }
.KKMainmenu li:hover ul, .KKMainmenu li li:hover ul, .KKMainmenu li li li:hover ul, .KKMainmenu li li li li:hover ul, .KKMainmenu li.sfhover ul, .KKMainmenu li li.sfhover ul, .KKMainmenu li li li.sfhover ul, .KKMainmenu li li li li.sfhover ul { left:auto; }
.KKMainmenu li:hover, .KKMainmenu li.sfhover {
  color: #00F;
} /* Style details of highlighted secton */

.KKMainmenu .current_page_parent, .KKMainmenu .current_page_ancestor, .KKMainmenu .current-cat-parent {
  background:#969696;
  color: #000;
  -moz-border-radius: 5px;
  border-radius: 5px;
} /* Style details of parent of current page */

.KKMainmenu .current-cat, .KKMainmenu .current_page_item {
  background: #969696;
  color: #000;
  -moz-border-radius: 5px;
  border-radius: 5px;
} /* Style details of current page */










/* 2.03 --------- sidebar ---------------- */

#searchsubmit{
	height:30px;
	float:left;
}
#searchsubmit:hover{
	height:26px;
	width:82px;
	margin:2px;
}
#searchtext{
	float:left;
	padding:3px;
	margin:4px;
	width:170px;
}
.sb-search{
	width:270px;
	height:33px;
	padding:5px 10px;
	background-image:url(images/SB-search.jpg);
	margin:0 auto;
}
.sb-widget{
	width:270px;
	padding:0px 10px;
	background-image:url(images/SB-bg.jpg);
	background-repeat:repeat;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding-top:10px;
}
.sb-button{
	width:145px;
	height:35px;
}
.sb-button:hover{
	width:141px;
	height:31px;
	margin:2px;
}
.sb-bigbutton{
	width:145px;
	height:280px;
}
.sb-bigbutton:hover{
	width:141px;
	height:276px;
	margin:2px;
}
.sb-email{
	width:290px;
	height:55px;
}
.sb-email:hover{
	width:286px;
	height:51px;
	margin:2px;
}
.sb-connect{
	float:right;
	width:68px;
	height:16px;
}
.sb-connect:hover{
	width:66px;
	height:14px;
	margin:1px;
}
.sb-merch{
	width:290px;
	height:165px;
}
.sb-merch:hover{
	width:286px;
	height:161px;
	margin:2px;
}
.sb-donate{
	width:290px;
	height:140px;
}
.sb-donate:hover{
	width:286px;
	height:136px;
	margin:2px;
}
.sb-icon{
	width:32px;
	height:32px;
	margin:0px;
}
.sb-icon:hover{
	width:28px;
	height:28px;
	margin:2px;
}
#merch{
	float:right;
	width:270px;
	height:150px;
	padding:0px;
	clear:both;
	background-image:url(images/merch.png);
	position:relative;
}
#merch:hover{
	background-position:0px 150px;
}
.widget{
	margin-top:5px;
	width:270px;
}
.kkfriend{
	margin:0px 2px;
}

/* 2.04 --------- Comments -------------- */

.comment-wrapper {
	width:620px;
	padding:0px 10px;
	background-image:url(images/CM-bg.jpg);
	position:relative;
}
.comment-info {
	width:120px;
	padding:0px 5px;
	border-left:thin dotted #505153;
	float:right;
	font-size:11px;
	line-height:15px;
	margin:10px 0px;
}
.comment-info p{
	margin-bottom:0px;
}
.comment-text {
	float:left;
	width:460px;
	color:#333;
	font-size:12px;
	font-style:italic;
	padding-left:10px;
	margin:10px 0px;
}
.comment-text p{
	margin-bottom:5px;
}
.comment-post {
	color:#333;
	font-size:12px;
	padding:10px;
}
.comment-sumbit{
	background:#8c847d;
	padding:2px;
}

/* 2.05 --------- Fans -------------- */

.fanvideo {
	width:610px;
	height:350px;
	margin-top:10px;
	padding:10px 15px;
	color:#ead083;
	background-image:url(images/FN-bg.jpg);
	background-repeat:repeat;
	position:relative;
	overflow:hidden;
}
.fanwrapper{
	width:610px;
	height:85px;
	margin-top:10px;
	padding:10px 15px;
	color:#ead083;
	background-image:url(images/FN-bg.jpg);
	background-repeat:repeat;
	position:relative;
	overflow:hidden;
}
.fanimage{
	height:70px;
	max-width:400px;
}
.fannavi{
	width:630px;
	height:30px;
	padding:10px;
	text-align:center;
	color:#ead083;
	font-family: tf2build;
	font-size:16px;
	background-image:url(images/FN-bg.jpg);
	background-repeat:repeat;
	position:relative;
}
.fanrightbar{
	height:400px;
	width:180px;
	padding:10px;
	background:#565656;
	float:right;
	text-align:center;
	color:#ead083;
	font-family: tf2;
	position:relative;
	background-image:url(images/FN-rightbar-bg.jpg);
	background-repeat:repeat;
}
.menu-fan .menu-item a{
	font-weight:normal;
	color:#e3e2e2 !important;
}
.menu-fan .menu-item{
	float:left;
	margin:0px 10px;
}
.menu-fan {
	margin:0px 80px;
}
.sumbit-button:hover {
	width:176px;
	height:40px;
	margin:2px;
}

/* 2.06 --------- Front -------------- */
#front-wrapper {
	position:relative;
	background-image:url(images/FT-bg.jpg);
	background-repeat:repeat;
	width:620px;
	height:185px;
	padding:5px 10px;
}
.ft-title{
	font-size:17px;
	font-family: tf2build;
	border-bottom:thin #000 dashed;
	margin-bottom:2px;
}
.frontwrapper{
	position:relative;
	border-top:thin #000 dotted;
	padding:0px 10px 5px;
}
.frontwrapper:first-child{
	border-top:hidden;
}
.epheader {
	padding-top:15px;
}

/* ############### Pages ################ */

/* 3.01 ---------- Single --------------- */

#single{
	float:left;
	width:640px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
}
.nobar{
	background-color:#e3e3e3;
	margin:-2px 0px 0px 20px;
	padding-left:0px !important;
	width:940px !important;
}
#single h1, #single h2{
	clear:both;
	font-family: tf2build;
}
#single h3, #single h4, #single h5, #single h6{
	clear:both;
	font-family: tf2;
}
#single ul{
	margin-left: 20px;
}

/* 3.01 --------- Episode --------------- */

#ep-date{
	float:right;
	padding:3px 7px;;
	width:96px;
	height:22px;
	background-image:url(images/EP-date.jpg);
	text-align:center;
	line-height:15px;
	color:#333;
}
.ep-right{
	width:145px;
	padding-left:10px;
	float:right;
}
.podPress_content{
	font-size:0px;
}
.podpress_mediafile_title{
	display:none;
}
.podpress_mp3player{
	position:absolute;
	top:-15px;
	left:160px;
}
.podPress_content_audio_mp3{
	position:relative;
}
.content p{
	padding-bottom:20px;
}
.content ul{
	padding-bottom:20px;
}
.podPress_imgicon{
	width:145px;
	height:35px;
	margin:0px;
	position:absolute;
	bottom:-15px;
	left:0px;
}
.podPress_imgicon:hover{
	width:141px;
	height:31px;
	margin:2px !important;
}
.potw{
	position:absolute;
	top:-30px;
	right:7px;
	background-image:url(images/EP-potw.jpg);
	height:30px;
	width:105px;
	padding:10px 30px 10px 10px;
	overflow:hidden;
	line-height:40px;
	color:#333;
}

/* 3.02 --------- Lists --------------- */
.list-button{
	width:104px;
	height:25px;
}
.list-button:hover{
	width:100px;
	height:21px;
	margin:2px;
}
.list-button-top{
	width:145px;
	height:35px;
}
.list-button-top:hover{
	width:141px;
	height:31px;
	margin:2px;
}
.list{
	position:relative;
	height:35px;
	overflow:hidden;
	margin:0px 5px;
	border-bottom:solid thin #565656;
}
.biglist{
	position:relative;
	overflow:hidden;
	width:620px;
	padding:7px 10px;
	background-image:url(images/CM-bg.jpg);
}
.list .podPress_content_audio_mp3{
	position:static;
}
.list .podpress_mp3player{
	display:none !important;
}
.list .podPress_imgicon{
	position:absolute;
	bottom:5px;
	left:500px;
	width:104px;
	height:25px;
	margin:0px;
}
.list .podPress_imgicon:hover{
	width:100px;
	height:21px;
	margin:2px !important;
}
.ep-list-wrapper {
	width:620px;
	height:100px;
	padding:0px 10px;
	background-image:url(images/CM-bg.jpg);
	position:relative;
}
.ep-list-info{
	padding:5px;
	width:470px;
	height:55px;
	overflow:hidden;
	position:absolute;
	top:25px;
}
.ep-list-info .podPress_imgicon{
	bottom:inherit;
	left:inherit;
}
.ep-list-title{
	padding:5px;
	width:100%;
	height:35px;
	overflow:hidden;
	position:relative;
}
.ep-list-title .podPress_imgicon{
	position:absolute;
	top:10px !important;
	right:10px !important;
	bottom:inherit;
	left:inherit;
}
.ep-list-title .podPress_content_audio_mp3{
	position:static;
}
.ep-list-title .podpress_mp3player{
	display:none !important;
}

/* 3.03--------- Lists --------------- */
#quick_post_cat { display:none; }
label[for=quick_post_cat] { display:none; }
.widget_quick_post_widget { width:100%; }
#quick_post_captcha_image {	width:140px !important;}
#quick_post_captcha_input {	width:140px !important;}
#quick_post_form { border:none !important;}

/* 3.04--------- Special/promo --------------- */

.iseries{
	background-image:url(images/iseries.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:1000px;
	padding-top:200px;
	padding-left:40px;
	padding-Right:40px;
	color:#CCC;
}
.i49{
	background-image:url(images/i49.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:1000px;
	padding-top:30px;
	padding-left:40px;
	padding-Right:40px;
	margin-top:-30px;
	color:#CCC;
}


/* ############### Wordpress ################ */

/* 4.01  --------- Post classes ------------- */
img.centered { display: block;  margin-left: auto;  margin-right: auto; }
img.alignright { padding: 4px;  margin: 0 0 2px 7px;  display: inline; }
img.alignleft { padding: 4px;	margin: 0 7px 2px 0;  display: inline;	}
.alignright { float: right; }
.alignleft { float: left; }
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #9a4713;
}