/*
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
}
body {
background-color: #E0DFCE;
}
a {	text-decoration: none;
	color: #141C5A;
	}
#wrapper {
	width: 757px;
	background-color: #FFF;
	color: #555;
	margin: 0px auto;
	font-family: tahoma, arial;
	font-size: 0.75em;
	line-height: 1.3em;
	border: 1px solid #AAA;
	-moz-border-radius: 0px 0px 7px 7px;
}
#logo {
	background-image:url("images/header.gif");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	height:166px;    
	width:757px;
	/*-moz-border-radius: 7px 7px 0px 0px;*/
}
#logo span {
	display: none;
}
#header {
	height: 166px;   
}
#breadcrumb {
	height: 25px;
	margin: 10px 10px 0px 10px;
	padding: 7px 0px 0px 10px;
	border: 0px solid #dedcdc;
	background-color: #141C5A;
	-moz-border-radius: 0px;
	color: #FFF;
	font-weight: bold;
}
#breadcrumb a {
	color: #141c5a;
}
#breadcrumb a:hover {
	color: #666666;
}
.screen-reader-text {
	display: none;
}
#searchform {
	float: right;
	display: block-inline;
	margin: -4px 10px 5px 0px;
	.margin: -20px 10px 5px 0px; /* ie is completely retarded */
}
#s {
	height: 20px;
	border: 0px solid #CCC;
	-moz-border-radius: 0px;
}
#searchsubmit {
	background: url('images/search.gif');
	width: 24px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
#navigation {
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	float: left;
}

#navigation ul {
	border-top: 1px dotted #CCCCCC;
}

#navigation li {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
	width: 150px;
}

#navigation li a {
	font-family: tahoma, arial, sans-serif;
	font-size: 1em;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	min-width: 150px;
	text-transform: uppercase;
	display: block;
	padding: 5px 0px 5px 0px;

}
#navigation li a:hover, #navigation li:hover {
	color: #141C5A;
	background-color: #BCBB9f;
}

#navigation .current_page_item a {
	color: #141C5A;
}

#content {
	padding: 10px 20px 0px 0px;
	width: 550px;
	min-height: 500px;
	float: right;
}
#sidebar {
	border: 1px solid #CCC;
	float: right;
	width: 300px;
	min-height: 300px;
}
#sidebar, #content {
	margin-bottom:0px;
	margin-top:0px;
}
#sidebar > ul {
	list-style-type:none;
	padding:10px;
}
#sidebar ul li ul {
	list-style-position:inside;
}
#footbar {
	background: url('images/footer-bg-grad.gif');
	height: 36px;
	margin: 0px 10px 0px 10px;
	-moz-border-radius: 7px;
}
#footer {
	margin: 5px 0px 5px 0px;
	font-family: Tahoma, arial, sans-serif;
	font-size: .85em;
	color: #666;
}
#footer a {
	color: #666;
	font-weight: bold;
}
#footer a:hover {
	color: #141C5A;
}
.disclaimer {
	text-align: left;
	margin-left: 10px;
	display: inline-block;
}
.credit {
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: .65em;
	margin-top: 5px;
	color: #666;
}
.credit a {
	color: #666;
}
.credit a:hover {
	color: #141C5A;
}
.copyright {
	float:right;
	margin-right: 10px;
	display: inline-block;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #141C5A;
	margin-bottom: 10px;
}
p{
	padding-bottom: 1em;
}
#content ul,#content ol {
	left:2em;
	margin-bottom:1em;
	padding-right:2em;
	position:relative;
}
p  strong {
	padding-bottom: -1em;
}

a.post-edit-link {
	font-weight: bold;
}
a:hover.post-edit-link {
	background-color: #000;
	color: #FFF;
}

b, strong {
	color: #141C5A;
	}
	
.date { 
	margin: -10px 0px 10px 0px;
}

.calnk a {
	border: 0px!important;
	display: block;
	line-height: 1.2em;
	padding: 5px 5px;
	}
	
.kjo-link {
	display: none!important;
	visibility: none!important;
	}