/*  
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, h3 a {
        color:#FFFFFF;
		display:block;
		font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;
		font-size:28px;
		font-weight:normal;
		line-height:28px;
		margin-bottom:8px;
		text-transform:uppercase;
		width:550px;
		text-shadow: #000 1px 1px 1px;

    }
	
	h3 a:hover {
		text-decoration:none;	
	}
	
    h4 {
      font-size: 14px;
    }


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

	#header h1 {
     color:white;
	display:block;
	float:left;
	font-family:helvetica;
	font-size:80px;
	padding-top:160px;
	text-align:center;
	width:910px;	
	}

img {
 border: 0px;
}

/*////////// HEADERS //////////*/

/*////////// CONTENT //////////*/
#content {font-family:Georgia, "Times New Roman", Times, serif;}
.entry p {font-style:italic;line-height:1.6em;}
.first {padding-right:10px;}
/*////////// 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);
    
     background-color: #F0F0EE;
     margin: 0px;
      padding: 10px 0px;
      
      width: 910px;
	  position:relative;
      /*height:698px;*/
	}
	
    #nav_spacer {
    
     height:75px;
     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;
      width: 570px;
      float:left;
     
    }
	
	.post {
	  margin-left:10px;	
	}
    
    #article{
    	margin: 0px;
    	width:570px;
    	height:175px;
    	color: #3e3e3e;
    }
    #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;
    	
    }
     #article_headline a:link, #article_headline a:visited, #article_headline a:hover{
		font-size: 16px;
      line-height:20px;
      color: #3e3e3e;
    	
    	
    }
     #article_text{
     	font-family: Georgia;
		font-size: 12px;
      line-height:13px;
      font-style:italic; 
    	
    	
    }
     #article_comment_count a:link,#article_headline a:visited,#article_headline a:hover{
     margin-top: 5px;
		font-size: 12px;
      line-height:14px;
      font-weight: bold; 
      color: #3e3e3e;
    	
    	
    }
    
    .wp-caption {
		background:#fff;
		border:1px solid #bdbdbd;
		text-align:right;
		padding:3px;
	}
    
	.wp-caption-text {
	    padding-right:10px;
		margin-bottom:2px;
		margin-top:6px;
	}