@charset "UTF-8";
/* CSS Document */
 
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFF;
	background-image: url(../images/interface/bkd_body.gif);
	background-attachment: fixed;
	padding: 0;
}
h1 {
	font-size: 1.66em;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: left;
}
h2 {
	font-size: 1.12em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-right: 0px;
	margin-bottom: 0.75em;
	margin-left: 0px;
	color: #333;
}
h3 {
	font-size: 10px;
	text-transform: uppercase;
	background-color: #999;
	color: #FFF;
	line-height: normal;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.attention {
	background-color: #E7B900;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 848px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 6px;
} 
#header {
	background-image: url(../images/interface/bkd_header.png);
	background-repeat: no-repeat;
	background-position: 80px top;
	padding-top: 5px;
}
#header .logo{
	border: 1px solid #DDD;
	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 158px;
} 
#header .tagline {
	color: #CCC;
	font-size: 12px;
	padding: 6px;
	text-align: right;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 6px;
	color: #999;
}
 
#sidebar1 .nav {
	padding: 0px;
	list-style-type: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	font-size: 10px;
}
#sidebar1 .nav a {
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}
#sidebar1 .nav a:hover {
	text-decoration: none;
	background-color: #EFCB00;
	color: #FFF;
}
#sidebar1 ul {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 10px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-left-color: #DDD;
	list-style-position: inside;
	padding: 0px;
	list-style-image: url(../images/interface/list_bullet.gif);
}
#sidebar1 ul a {
	font-weight: bold;
}
#sidebar1 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 6px;
}
#search {
	border: 1px solid #DDD;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 3px;
}
#search .input{
	width: 110px;
	padding: 2px;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	border: 1px solid #666;
}
#mainContent {
	margin-top: 0px;
	margin-right: 166px;
	margin-bottom: 6px;
	margin-left: 166px;
	text-align: justify;
	padding: 0px;
} 
.block {
	border: 1px solid #DDD;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Tahoma, Geneva, sans-serif;
}
.weak {
	font-weight: normal;
}
.block p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.entry  {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 1px solid #DDD;
	padding: 6px;
	background-color: #FFF;
	background-image: url(../images/interface/bkd_entry.gif);
	background-repeat: repeat-x;
}
.entry a {
	font-weight: bold;
}
.entry img {
	border: 1px solid;
}
.entry ul {
	list-style-image: url(../images/interface/list_bullet.gif);
	padding-left: 30px;
	padding-right: 30px;
}
.entry ul li {
	margin-bottom: .66em;
}
blockquote {
	font-style: italic;
	padding: 0px;
	margin-top: 1em;
	margin-right: 5%;
	margin-bottom: 1em;
	margin-left: 5%;
}
.caption {
	font-size: 9px;
	line-height: normal;
	color: #999;
	font-weight: normal;
}
.tags {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 4px;
	color: #999;
	text-align: left;
}
.tags a {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	color: #467CAA;
}
.tags a:hover {
	background-color: #467CAA;
	color: #FFF;
}
.posted {
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	background-color: #EEE;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #999;
	font-weight: bold;
}
fieldset {
	background-color: #EDF7FA;
	border: 1px solid #DDD;
	padding: 10px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
legend {
	font-weight: bold;
	font-size: 14px;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	font-size: 14px;
	width: 100%;
	padding: 2px;
}
#footer {
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #DDD;
	padding: 2px;
	height: 20px;
	color: #CCC;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 6px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.folio {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 1px solid #444;
	padding: 6px;
	background-color: #222;
	color: #CCC;
}
.folio img {
	border: 1px solid #666;
}
.folio .posted {
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	background-color: #444;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #666;
	font-weight: bold;
}
.paginate {
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #DDD;
	line-height: normal;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
.paginate a {
	font-weight: bold;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
	border: 1px solid #036;
}
.paginate a:hover {
	background-color: #EDF7FA;
}
.paginate b {
	color: #FFF;
	background-color: #68BDDD;
}
