/*
	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
	
	Author Name	: Anomalist Design
	Author Site	: http://www.anomalistdesign.com/
	Style Name	: Common Sense
	Style URI	: http://commonsenseatwork.com/blog
	Version		: 1.0
	Comments	: Created exclusively for CommonSenseAtWork.com
*/

body {
	background-color: #516289;
	font-family: Helvetica, Arial, sans-serif;
	padding: 8px 0 24px;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Helvetica, Arial, sans-serif;
}


h1 {font-size: 2.0em; margin: 1.0em 0; line-height: 100%; letter-spacing: -1px; }
h2 {font-size: 1.8em; margin: 1.0em 0; line-height: 100%; letter-spacing: -1px; }
h3 {font-size: 1.6em; margin: 1.0em 0; line-height: 100%; letter-spacing: -1px; }
h4 {font-size: 1.4em; margin: 1.0em 0; line-height: 100%; letter-spacing: -1px; }
h5 {font-size: 1.2em; margin: 1.0em 0; line-height: 100%; letter-spacing: -1px; }
h6 {font-size: 1.2em; margin: 1.0em 0; line-height: 100%; letter-spacing: -1px; }

strong, em, b, i { font-family: Helvetica, Arial, sans-serif; }


#page {
	background: url(bg-middle.png) center top repeat-y;
	border: none;
	padding-top: 0;
	width: 760px !important;
}


#header {
	background: #516289 url(bg-top.png) center top no-repeat;
	height: 142px !important;
	padding-top: 10px;
}

	#header .blog-title {
		background: url(header.png);
		height: 100px;
		margin: 0 auto;
		padding: 0;
		width: 680px;
	}
	
		#header .blog-title a {
			display: block;
			height: 0;
			overflow: hidden;
			padding-top: 100px;
			width: 680px;
		}
	
	#header .description { display: none; }

	#header ul.menu {
		left: 70px;
		height: 32px;
		margin: 0 auto;
		width: 621px;
	}
		
		#header ul.menu li {
			float: none;
			list-style: none;
			position: absolute;
			margin: 0;
			top: 0;
		}
		










/*
points: 0 101 271 361 493 621
width: 101 170 90 132 128

<ul class="menu" role="navigation">
	<li class="page_item blogtab">									blog
		<a href="http://csaw/" title="Blog">
	<li class="page_item page-item-187">							about
	<li class="page_item page-item-189">							bio
	<li class="page_item page-item-2">								ebooks
	<li class="page_item page-item-191">							contact
	<li class="page_item page-item-193 current_page_item">			testimonials
	<li class="admintab"><a href="http://csaw/wp-admin/">			admin
*/


#header ul.menu {
	position: relative;
	margin: 20px 0;
	}
#header ul.menu li {
	}
#header ul.menu li.admintab ,
#header ul.menu li.page-item-193 {
	display: none;
	}
#header ul.menu li a {
	background: url(topnav.png) 0 0;
	position: absolute;
	display: block;
	padding: 0;
	width: 100px;
	height: 32px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-indent: -999px;

	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}




#header ul.menu li.blogtab			a		{ background-position:    0px 0px;  width: 101px; left:   0px; } 	/* blog */
#header ul.menu li.page-item-187 	a		{ background-position: -101px 0px;  width: 170px; left: 101px; } 	/* about */
#header ul.menu li.page-item-189 	a		{ background-position: -271px 0px;  width:  90px; left: 271px; } 	/* bio */
#header ul.menu li.page-item-191 	a		{ background-position: -361px 0px;  width: 132px; left: 361px; } 	/* ebooks */
#header ul.menu li.page-item-2 		a		{ background-position: -493px 0px;	width: 128px; left: 493px; } 	/* contact */

#header ul.menu li.blogtab			a:hover { background-position:    0px -50px; }
#header ul.menu li.page-item-187 	a:hover { background-position: -101px -50px; }
#header ul.menu li.page-item-189 	a:hover { background-position: -271px -50px; }
#header ul.menu li.page-item-191 	a:hover { background-position: -361px -50px; }
#header ul.menu li.page-item-2 		a:hover { background-position: -493px -50px; }

#header ul.menu li.blogtab			a:active { background-position:    0px -100px; }
#header ul.menu li.page-item-187 	a:active { background-position: -101px -100px; }
#header ul.menu li.page-item-189 	a:active { background-position: -271px -100px; }
#header ul.menu li.page-item-191 	a:active { background-position: -361px -100px; }
#header ul.menu li.page-item-2 		a:active { background-position: -493px -100px; }

#header ul.menu li.blogtab.current_page_item			a { background-position:    0px -150px; }
#header ul.menu li.page-item-187.current_page_item		a { background-position: -101px -150px; }
#header ul.menu li.page-item-189.current_page_item		a { background-position: -271px -150px; }
#header ul.menu li.page-item-191.current_page_item		a { background-position: -361px -150px; }
#header ul.menu li.page-item-2.current_page_item		a { background-position: -493px -150px; }
















.content { padding: 10px 40px; }

#primary {
	width: 450px;
	padding: 0;
}

	#rollingarchives { width: 450px !important; }
	
		#pagetrackwrap, #pagetrack { width: 190px; }

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
}

.blogger-post-footer { display: none; }

.comment {
	background-color: #f2f2f2;
	border-top: 1px solid #bdbdbd;
}

	.comment .comment-content {
		line-height: 1.5em !important;
	}

#sidebar-1 {
	background-color: #f2f2f2;
	border-top: 1px solid #bdbdbd;
}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	font-size: 1.1em;
	padding: 10px;
}

#footer {
	background: url(bg-bottom.png) center bottom no-repeat;
	font-size: 1.1em;
	padding: 20px 0;
}

#footer p {
	display: inline;
	margin: 0 10px;
}

.footerstats {
	display: none !important;
}





div#sidebar-2 {
	position: absolute;
	top: 30px;
	left: -90px;
	width: 158px;
	height: 158px;
	margin: 0;
	padding: 0;
	}
div#sidebar-2 div {
	margin: 0;
	padding: 0;
	}

#lgcBadge {
	position:absolute;
	left: -80px;
	top: -100px;
	z-index: 4;
	}
#lgcBadge img {
	behavior: url(iepngfix.htc);
	width: 158px; 
	height: 158px; 
	position: absolute; 
	top: 0; 
	left: 0;
	display: block;
	}
