/*
Theme Name: Custom Theme
Author: Kussner IT
Description: Custom theme built just for this site.
Version: 1.0
Author URI: http://www.kussner.com/
*/
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* END RESET */

img#wpstats {
	display:none
}
#wrapper {
	width: 930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.3em;
}
#logo {
	background-image:url("images/kussner-logo.gif");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:90px;
	margin-right:25px;
	width:243px;
}
#logo span {
	display: none;
}
#header {
	height: 90px;
}
#navigation {
	margin: 15px 0px 0px 0px;
	float:right;
	height:90px;
}
#navigation li {
	display:inline;
	line-height:90px;
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
}
#navigation li:hover {
	background: #f1f1f1;
}
#navigation li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	text-transform: capitalize;
	color: #000;
	.height: 25px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
	display: inline-block;
	.display: inline;
}
#navigation li a:hover, #navigation .current_page_item a {
	color: #04689B;
}
#navigation li ul {
	background:#f5f5f5;
	border-bottom: 1px solid #CCC;
	.border: 1px solid #CCC;
	float:none;
	left:0;
	line-height:normal;
	position:absolute;
	top:32px;
	visibility:hidden;
	white-space:nowrap;
	z-index:3;
}
#navigation li:hover ul {
	visibility: visible;
}
#navigation li ul li {
	border:1px solid #CCCCCC;
	border-bottom: none;
	display:block;
	padding-bottom: 0;
	padding-top: 0;
	.height: 25px;
	.line-height: 25px;
	.display: block;
	.width: 100%;
	.border: none;
}
#navigation li ul li a {
	line-height: 25px;
	height: 25px;
	display: block;
	text-shadow: none;
	min-width: 100px;
}
#navigation li ul a:hover {
	background: #FFF;
	.background: #f5f5f5;
	color:#666;
	.text-decoration: underline;
}

#content {
	padding-bottom: 20px;
	width: 620px;
	float: left;
}
#sidebar {
	border: 1px solid #CCC;
	float: right;
	width: 300px;
	min-height: 300px;
}
#sidebar, #content {
	margin-bottom:20px;
	margin-top:20px;
}
#footer {
	background-image: url(images/footer-gradient.png);
	background-repeat: repeat-x;
	height: 193px;
	border: 1px solid #CCC;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
#footer table tr td ul li {
	font-size:0.83em;
	left:1.2em;
	list-style-position:outside;
	list-style-type:disc;
	position:relative;
}
#footer table tr td {
	padding:7px;
}
#sidebar > ul {
	list-style-type:none;
	padding:10px;
}
#sidebar ul li ul {
	list-style-position:inside;
}
.copyright {
	margin-bottom:20px;
	text-align:center;
	font-family:  Verdana, Geneva, sans-serif;
	font-size: .75em;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #ce4a1a;
	margin-bottom:1em;
}
p{
	padding-bottom: 1em;
}
#content ul,#content ol {
	left:2em;
	margin-bottom:1em;
	padding-right:2em;
	position:relative;
}
p  strong {
	padding-bottom: -1em;
}

.alignright  {
	float: right;
}
img.alignright  {
	margin-left: 1em;
	margin-bottom: 1em;
}
.alignleft  {
	float: left;
}
img.alignleft  {
	margin-right: 1em;
	margin-bottom: 1em;
}