/*
	Author Name	:John BouAntoun
	Author Site	:http://jbablog.com
	Style Name	:jbablog
	Style URI	:http://jbablog.com
	Version		:1.0
	Comments	:First Draft
	
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
	http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
*/

body {
	background:#f7f7f7 url('/wp/wp-content/themes/k2/styles/jbablog/header-background.gif') repeat-x scroll 0 0;
}

.blog-title {
	float:left;
	font-weight:normal;
	padding:0px;
	margin:25px auto auto 50px;
}

.menu {
	display:none;
}

#page {
	/* The entire design is contained within the 'page' id */
	background-color:#f7f7f7;
	border: none;
	padding:0px;
	margin-top:20px;
	}

#skip {
	z-index:101;
}
	
	
#header {
	/* Contains the H1 and menu */
	background-color: #000;
	background-image:url('/wp/wp-content/themes/k2/styles/jbablog/header.gif') ;
	background-repeat:no-repeat;
	}
	
#header .description {
	display:none;
}
	
.content {
	padding: 0px;
}
	
body.columns-two #primary {
	/* Contains the main column */
	margin-right:0px;
	margin-left:10px;
	}

body.columns-two #primary-wrapper {
	float:right;
	background-color:#ffffff;
	width:540px;
	margin-right:0px;
	border-left:1px solid #c0c0c0;	
	}

body.columns-two .secondary {
	float:left;
/*	margin-left:19px;*/
	}
	
body #rollingarchives {
	padding:0px;
	margin:0px;
	height:20px;
}

body #texttrimmer {
	top:-10px
}

body.smartposition #rollingarchives #texttrimmer {
	top:10px
}

.page-head {
	margin:20px 0px 0px 0px;
}

.hentry {
	width:500px;
	width:500px;
	}

.entry-head{
	width:500px;
}

.entry-title{
	margin-bottom:10px;
	font-size:1.8em;
}

.entry-content {
	width:500px;
	line-height:1.2em;
	}

#sidebar-2 {
	display:none;
	}

#sidebar-1 {
	margin-top: -90px;
}

.secondary {
	background-color:#f7f7f7;
	line-height:1.2em;	
	}
	

#search {
	height:40px;
	margin-top:10px;
}

#s.livesearch {
	position:relative;
}

#searchform {
	height: auto;
}

#aboutmewidget {
	margin-top:0px;
}

#search h4 {
	display:block;
}

#akismet div{
	margin-top:0px;
}

#dynamic-content {
	padding:0px;
}
	
	
/*- Typography */

body {
    font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color:#555555;
	font-size: 80%;
	}

a, .entry-meta a{
	color:#2277DD;
}	

strong, em, b, i {
    font-family: Tahoma, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color:#555555;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	color:#000000;
	}
	
h1 a,h1 a:visited,h2 a,h2  a:visited,h3 a,h3 a:visited,h4 a,h4 a:visited,h5 a,h5 a:visited,h6 a,h6 a:visited {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	color:#000000;
	}

h2 {
	font-size:2.2em;
	font-weight:600;
	letter-spacing:-1px;
	text-align:center;
}

	
h3, .k2-asides h3{
	font-size:1.8em;
}

h4 {
	font-size:1.5em;
}

.entry-meta {
	line-height:1.3em;
	color:#555555;
}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	color:#000000;
	}

#commentlist li .commentauthor {
	font-size:1.5em;
	font-weight:normal;
}

#sidebar-1 ul a, #tag_cloud a {
	color:#555555;
	}


