/*  
Theme Name: KB24 Theme
Theme URI: http://kbtwofour.com/
Description: A buddy press theme created for KB24.com.  This should be enabled.
Version: 1.1.1
Author: Eddie Anisko
Author URI: http://www.wowbuild.com

*/

/*////////// TYPEOGRAPHY //////////*/


    h1 {
      font-size: 32px;
    }
    h2 {
      font-size: 22px;
	  margin:0;
	  font-weight:normal;
    }
    h3 {
      font-size: 16px;
    }
    h4 {
      font-size: 14px;
    }


p { margin-bottom: 18px;
    margin-top:5px;
}
a { text-decoration: none;
     font-weight: bold;
}
a:hover { text-decoration: underline;
}
a:visited {}

img {
 border: 0px;
}


/*////////// HEADERS //////////*/
#header {
   /*background: #666666;url("images/css_cs_header.jpg") no-repeat
   left top;*/
}
#header p, #header h1, #header h2/**/ {
   /*display: none;*/
}
/*////////// CONTENT //////////*/
#content {}
/*////////// SIDEBARS //////////*/
#sidebarLT {}
#sidebarRT {}
/*////////// NAV //////////*/
#top_navlist {}
/*////////// BLOG ELEMENTS //////////*/
/*////////// FORMS //////////*/

/*////////// IMAGES //////////*/
/*////// FUN CLASSES ///////////*/
/*any little extra flares and fun design
elements you want to add can go here*/
	
	.drop {
	    background:url(../../images/drop-single.png);
		width:910px;
		height:16px;
	}
	
    #container2 {
	 background-image: url(../../images/bg-single.png);
	 repeat-y;
     background-color: #F0F0EE;
     margin: 0px;
      padding:10px 0 0 2px;
		width:908px;
	  position:relative;
    }
	
	.sidetab {
			background:transparent url(../../images/side-tab.png) repeat scroll 0 0;
			color:white;
			height:38px;
			left:-70px;
			line-height:0.95em;
			padding:22px 0 0 5px;
			position:absolute;
			top:-2px;
			width:65px;
			font-size:14px;
	}
	
	.sidetab_pic {
			background:transparent url(../../images/side-tab.png) repeat scroll 0 0;
			color:white;
			font-size:14px;
			height:38px;
			left:-72px;
			line-height:0.95em;
			padding:22px 0 0 5px;
			position:absolute;
			top:15px;
			width:65px;
	}
	
    #nav_spacer {
    
     height:50px;
     width:910px;
      <!--border: 1px solid #00ffff;-->
    }
    #header {
      /*border: 1px solid #00ff00;*/
      width: 910px;
      height: 301px;
      /*background: #666666;url("images/css_cs_header.jpg") no-repeat left
    top;*/
    }
    #features {
      /*border: 1px solid #ff0000;*/
      display: table;
      background-image: url(../../images/feature/Features_BG.jpg);
      width: 910px;
      height: 118px;
      text-align: center;
      vertical-align: middle;
      /*background: #666666;url("images/css_cs_header.jpg") no-repeat left
    top;*/
    }
    #features_inner{
   	 display:table-cell; vertical-align:middle;
    }	
    #features img{
    	padding: 3px;
    	margin-top: 3px;
    }
    

    #sidebarRT {
    display: none;
      margin:0px;;
      float:right;
      width: 326px;
     
      border: 1px solid #0000ff;
    }
    #top_navlist {
      position: absolute;
      top: 0px;
      width: 910px;
      text-align:right;
      
    }
    
    #content {
      margin:0px;
      padding-left: 10px;
      width: 570px;
      float:left;
     
    }
    
  /*  #article{
		color:#3E3E3E;
        float:left;
     	height:315px;
		margin:0 5px 8px;
		padding-bottom:15px;
		position:relative;
		width:290px;
    } */
	
	.article {
		background:url(../../images/article_bg.png) repeat 0 0;
		color:#3E3E3E;
        float:left;
     	height:315px;
		margin:0 5px 8px;
		padding-bottom:15px;
		position:relative;
		width:290px;
	}
	
    #article_top {
		width:290px;
		height:163px;
   	}
	
	#article_left img {
		border:1px solid #ccc;	
	}
	
	#article_right {padding: 0 5px;}
   	
    #article_bottom{
    	width:290px;
    	height:200px;
    	padding-top: 8px;
    	
    }
	
	#article_bottom h2 {
		text-transform:uppercase;	
	}
    
     #article_date{
	  font-size:11px;
      font-weight:bold;
      line-height:14px;
      margin-top:5px;
	  margin-bottom:4px;
    	
    }
     #article_headline, #article_headline a:link, #article_headline a:visited, #article_headline a:hover{
		font-size: 16px;
      line-height:20px;
      color: #3e3e3e;
    	font-weight:400;
    	
    }
     #article_text{
     	font-family: Georgia;
		font-size: 12px;
      line-height:18px;
      font-style:italic; 
    	
    	
    }
     #article_comment_count a, #article_comment_count a:link, #article_comment_count a:visited, #article_comment_count a:hover{
     margin-top: 5px;
      line-height:14px;
      font-weight: bold; 
      color: #3e3e3e;
    	
    	
    }
	
	.article .view {
		position:absolute;
		bottom:4px;
		right:5px;
	}
	
	.article .view a {
		font-size:12px;
		font-weight:bold;
		color:#3e3e3e;
	}
	
	.article .view a:hover, .article .view a:visited {
		text-decoration:none;
		color:#333;
	}
    
    
    .navigation {
	    clear:both;	
		margin-left:3px;
	}
	
	.navigation p {
	    float:left;	
	}
	
	.navigation .next {
	   float:right;
	   margin-right:3px;
	}
	
	.navigation a, .navigation a:link, .navigation a:visited, .navigation a:hover{
		color:#000;	
	}
	
	.navigation a:hover {
		text-decoration:underline;	
	}
	
	.picture_holder {clear:both;position:relative;background-image:url(../../images/bg-comments.png);padding-top:10px;}
	
/*  Fancy Box */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #000;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	right:-30px;
	top:-15px;
	height: 30px;
	width: 30px;
	background: url('../../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_right.png') repeat-x;
}

/*/////////////  Scroller Plugin //////////////////////////*/

/* position and dimensions of the navigator */ 
.navi { 
    height:20px;
	margin-left:400px;
	width:200px;
} 
 
 
/* items inside navigator */ 
.navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(../../images/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}

/*  /////  articles ////// */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.articles {

	/* required settings */
	height:360px;
	overflow:hidden;
	position:relative;
	width:900px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.articles .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */

/* active item */
.articles .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../../images/hori_large.png) no-repeat;
	display:block;
	width:98px;
	height:15px;
	float:left;
	cursor:pointer;
	font-size:1px;

}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px; position:absolute;
top:360px;
background:url('../../images/nextpage.png') no-repeat;
right:-20px;
top:360px;
width:98px;
}


/* left */
a.left				{ 
margin-left: 0px; 
position:absolute;
left:3px;
top:360px;
width:98px;
background:url('../../images/previouspage.png') no-repeat; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 

#video_holder {height:400px;}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_right.png') repeat-x;
}