/*  
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
Template: kb24-parent
*/

/*////////// TYPEOGRAPHY //////////*/
    h1 {
      font-size: 32px;
    }
    h2 {
      font-size: 22px;
    }
    h3 {
      font-size: 16px;
    }
    h4 {
      font-size: 14px;
    }


p { margin-bottom: 18px;
}
a { text-decoration: none;}
a:hover { text-decoration:none;}
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*/

    #container2 {
     background-image: url(../../images/MainContainer_BG_LRG.jpg);
     background-repeat: no-repeat;
     margin: 0px;
      width: 910px;
      min-height:698px;
	  padding:10px 0;
	  position:relative;
    }
	
    #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;
      
    }
   
    #article_col{
    	margin: 0px;
    	/* width:570px; */
    	height:175px;
    	color: #3e3e3e;
    }
    #article_left{
    	float: left;
		width:272px;
		height:163px;
   	}
 
 #article_left a.thumb {
	height:163px;
	width:272px; 
	cursor:pointer;
 }
 
 #article_left span {
	width: 272px;
	height: 163px;
	display: block;
 }
   	
    #article_right{
		float:right;
    	width:274px;
    	height:163px;
    	padding-right: 10px;
    	padding-left: 10px;
    	padding-top: 10px;
    	
    }
    
     #article_date{
		font-size: 10px;
      line-height:14px;
      font-weight: bold;
    	
    }
     #article_headline a {
		font-size: 16px;
      line-height:20px;
      color: #3e3e3e;
    font-family:Helvetica,"Helvetica Neue",Arial,san-serif;	
    	
    }
     #article_text{
     	font-family: Georgia;
		font-size: 12px;
      line-height:13px;
      font-style:italic; 
    	
    	
    }
	
	#article_comment_count {
	     width:30px;
		 background:url(../../images/comments_button.png) right center no-repeat;
	}
	
	#article_comment_count:hover {
		background:url(../../images/comments_button_hover.png) right center no-repeat;
	}
	
     #article_comment_count a:link {
     margin-top: 5px;
		font-size: 12px;
      line-height:14px;
      font-weight: bold; 
      color: #3e3e3e;
	  display:block;
	  width:100%;
	  height:100%;
    }
	
	#article_comment_count a:hover, #article_comment_count a:visited {
	  text-decoration:none;
	  color:#ccc;
	}
    
 .featured {
		height:105px;
		width:906px;
		background:#ececec url(../../images/index_bg.jpg) top repeat-x;
		padding:10px 0 0 3px;
		position:relative;
 }
 
 .feature_main {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
	border-radius:3px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C1C3C2;
	float:left;
	height:95px;
	margin:0 3px;
	padding:0;
	position:relative;
	width:294px;
	}
	
	.feature_main:hover {
	   background:#333;	
	}

 #featured_img {
	height:85px;
	overflow:hidden;
	width:285px;
	padding:5px;
 }
 
 #featured_img a.thumb {
	height:85px;
	width:285px; 
	cursor:pointer;
 }
 
 #featured_img span {
	width: 285px;
	height: 85px;
	overflow: hidden;
	display: block;
 }
    
 #featured_headline {
	color:#fff;
	position:absolute;
	left:10px;
	bottom:13px;
	width:100px;
	text-transform:uppercase;
	font-size:11px;
 }
    
  #featured_headline a, #featured_go a {
     color:#fff;
  }
    
  #featured_go {
		position:absolute;
		right:13px;
		bottom:13px;
		font-size:13px;
  }
	
   #featured_go a {
	 font-size:16px;  
	 font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
   } 
   
   #featured_go a:hover {
	 text-decoration:none;   
   }
   
   #article{
    	color:#3E3E3E;
	height:165px;
	margin:0 0 10px 0;
	padding:5px 10px;
	width:580px;
    }
	
	.article {
		background:url(../../images/article_bg.png) repeat 0 0;
	}
	
    #article_left{
    	float: left;
		width:272px;
		height:163px;
   	}
   	
    #article_right{
		float:right;
    	width:274px;
    	height:163px;
    	padding-right: 10px;
    	padding-left: 10px;
    	padding-top: 10px;
    	
    }
    
     #article_date{
		font-size: 10px;
      line-height:14px;
      font-weight: bold;
	  font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
	  color:#333;
	  text-transform:uppercase;
    }
     #article_headline a:visited,  #article_headline a:hover{
		font-size: 16px;
      line-height:20px;
      color: #333;
	  font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
    	
    	
    }
     #article_text{
     	font-family: Georgia;
		font-size: 12px;
      line-height:13px;
      font-style:italic; s
    }

	
	.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:60px;
			width:65px;
			font-size:12px;
			font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
	}
	
	.sidetab_feat, .sidetab_news {
			background:transparent url(../../images/side-tab.png) repeat scroll 0 0;
			color:white;
			font-size:12px;
			height:34px;
			left:-70px;
			line-height:0.95em;
			padding:26px 0 0 5px;
			position:absolute;
			top:10px;
			width:65px;
			font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
	}