/*  
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;
    }
    h3 {
      font-size: 16px;
    }
    h4 {
      font-size: 14px;
    }


p { margin-bottom: 18px;
}

a, 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-color: #F0F0EE;
     margin: 0px;
	 width: 910px;
    }
    #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;
      
    }
    #pushbottom{
      clear:both;
    }
    
    
    
    #content {
      margin:0px;
      float:left;
     
    }
    
    #article{
    	margin: 0px;
    	width:890px;
    	color: #3e3e3e;
		background: url(../../images/news_bg.jpg);
		padding:10px;
		position:relative;
    }
    
     #article_date{
		font-size: 12px;
      line-height:14px;
      font-weight: bold;
	  font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
    	
    }
     
	 #article_headline a, #article_headline a:visited, #article_headline a:hover {
		font-size: 28px;
      line-height:28px;
      color: #fff;
    	font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
		font-weight:normal;
		display:block;
		text-transform:uppercase;
		width:550px;
		margin-bottom:8px;
		text-shadow: #000 1px 1px 1px;
    	
    }
	
	#article_tag a, #article_tag a:hover {
		font-size: 10px;
      color: #333;
    	font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
		text-transform:uppercase;
		font-weight:bold;
	}
	
	#article_tag p {
	    margin-bottom:12px;	
	}
	
     #article_text{
     	font-family: Georgia;
		font-size: 12px;
        line-height:16px;
        width:550px;
      font-style:italic; 
    	
    	
    }
	

	
     #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:visited,#article_comment_count a:hover, .article_more a:hover {
	   color:#ccc;	
	}
	
	#article_comment_count {
	      	position:absolute;
			right:0;
			width:35px;
			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_more {
	    	 position:absolute;
			right:60px;
			width:50px;
			bottom:0;
	}
	
	.article_plus {
	   font-size:16px;	
	}
	
	.article_more a {
	   color:#3E3E3E;
	   text-transform:uppercase;
	   font-size:11px;
	   
	}
	
	.navigation { background:transparent url(../../images/news_bg.jpg) repeat scroll 0 0; color:#3E3E3E; margin:0; padding:10px; position:relative; width:890px;}
	.navigation a, .navigation a:visited {color:#000000; font-weight:bold;}
	.navigation a:hover {color:#333;}
	p.next {position:absolute; right:10px; top:10px;}
	
	#comment_holder {
         	 height:20px;
       	  position:relative;
       	   width:550px;
	}
    
	.sidetab {
			background:transparent url(../../images/side-tab.png) repeat scroll 0 0;
			color:white;
			font-size:12px;
			height:42px;
			left:-70px;
			line-height:0.95em;
			padding:18px 0 0 5px;
			position:absolute;
			top:15px;
			width:65px;
			font-family:Helvetica,"Helvetica Neue", Arial, sans-serif;
	}

	.article_right {
	     float:right;
		 width:320px;
	}
	
	.article_right img {
	    margin-top:30px;	
	}