/*
Theme Name: Kabachnick
Theme URI: http://www.kabachnick.com/
Description: Them for The Employee Retention Blog.
Version: 1.0
Author: Eric Lamison
Author URI: http://logicalwebco.com/

gray - #6D929B
tan - #EFEFEF 
ble: #6699cc
*/
/*html elements*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #455A79;
	margin: 0;
	}
a {
	text-decoration: none;
	color: #000066;
	}
h1 a, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}
/*end html elements*/
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:2.0em;
font-weight:bold;
color:#000;
margin: 16px 0 10px 0;
}
#wrapper {
	width:850px;
	margin: 4px auto;
	border: 1px solid #fff;
	}
#header {
	background: #6699CC url('images/header.jpg') no-repeat top left;
	width: 850px;
	height: 182px;
	}
#menu
{
	background-color: #fff;	
	height: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #6D929B;
	border-bottom: 1px solid #6D929B;
}
#menu ul
{
	padding:0;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 0;
	color: #fff;
	font: bold 1.2em Verdana, Arial, sans-serif;
	
}
#menu ul li
{
	display: inline;
	padding: 0 12px 0 8px;
	border-collapse: collapse;
	border-right: 1px solid #252659;
}
#menu ul li a
{
	color: #6D929B;
	font: bold 1.0em Verdana, Arial, sans-serif;
	text-decoration: none;
}
#menu ul li a:hover
{
	color: #333;
	font: bold 1.0em Verdana, Arial, sans-serif;
	text-decoration: none;
}
#page {
	width: 849px;
	margin: 0;
	overflow: auto;
	background-color: #fff;
	}
#content {
	/*float: left;
	width: 540px;*/
	
	text-align: left;
	font-size: 1.2em;
	margin: 12px 300px 12px 20px;
	}
#sidebar {
	float: right;
	background: #EFEFEF url('images/backside.gif') repeat-y top center;
	width: 280px;
	margin: 0;
	min-height:700px;
  	height:auto !important;
  	height:700px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-bottom: 1px solid #999;
	}
#sidelist {
	width: 254px;
	margin: 8px auto;
	}
#sidelist ul {
	list-style-type: none;
	margin: 0 0 24px 4px;
	padding: 0;
	}
#sidelist ul li h3 {
	font: bold 1.4em 'Lucida Grande', Verdana, Sans-Serif;
	border-bottom: 1px dotted #000;
	margin: 24px 0 12px 0;
	padding-bottom:3px;
	}
#sidelist ul li h4 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	margin: 4px 0;
	font-style: italic;
	color: #fff;
	}
#sidelist ul li h4 a{
	color: #000;
	}
#sidelist ul li {
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	margin: 12px 0;
	padding: 0;
	}
#sidelist ul li a {
	color: #000066;
	}
#sidelist ul li a:hover {
	color: #333;
	}
#footer {
	width: 849px;
	height: 120px;
	margin: 0;
	border-top: 1px solid #6D929B;
	background-color: #fff;
	text-align: center;
	}
#search {
	float: right;
	margin: 154px 10px 0 0;
	}
#search form input {
	border: 1px solid #6D929B;
	}
#search form input.button {
	background-color: #fff;
	height: 20px;
	border: #6D929B 1px solid;
	font-size: .9em;
	margin-bottom: 1px;
}

.post h2{
	margin: 16px 0 10px 0;
	}
.post h1{
	margin: 20px 0 10px 0;
	padding-bottom:8px;
	border-bottom: 1px solid #ebebeb;
	}
.post h2{
	margin: 20px 0 10px 0;
	font: 1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #E97E16;
	}
.post h2 a{
	color: #E97E16;
	}
.frontpost {
	margin-bottom: 16px;
	border-bottom: 1px dotted #333;
	}
.frontpost h2{
	margin: 0;
	}
.entry {
	margin: 0;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.postmetadata {
	color: #777;
	}
#comments {
	font-size: 1.0em;
	font-weight: normal;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#posttop{
border-top:1px solid #000;
height:17px;
padding-bottom:12px;
margin-top:14px;
}
#content p{
line-height:1.3em;
}


