/*
Theme Name: Kerry Dankers
Theme URI: kerrydankers.com
Description: This theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Flint Interactive
Author URI: http://www.flintinteractive.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kerry Dankers v.1.0

	This theme was designed and built by for Kerry Dankers by Flint Interactive.

*/

body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-image: url(images/background_repeat.jpg);
	background-position: top left;
	background-repeat:repeat;
	background-color: #FFFFFF;
	font-family: Lucida Sans;
	font-size: 13px;
	color: #000000;
}

a {
	color: #19297f;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
	text-decoration: none;
}

p, li, ul, ol {
	margin: 0px;
}

li {
	line-height: 22px;
}

p, ul, ol {
	padding: 0px 0px 10px 0px;
}

ul {
	list-style-image:url(images/bullet.jpg);
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #333333;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding-bottom: 4px;
	font-weight: bold;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

#pagewidth {
	width: 770px;
	margin: 0 auto;
}

#top {
	padding-top: 10px;
	height: 20px;
	background-image: url(images/border-top.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}

#bottom {
	padding-bottom: 10px;
	height: 20px;
	background-image: url(images/border-bottom.png);
	background-position: top center;
	background-repeat:no-repeat;
}

#inner_pagewidth {
	width: 768px;
	margin: 0 auto;
	background-image:url(images/border-left.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#inner_inner_pagewidth {
	width: 750px;
	margin: 0 auto;
}

#header_image {
	background-image:url(images/header_image.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 228px;
}

#mainnav {
	background-image:url(images/navbar_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height: 29px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	padding-left: 40px;
}

#mainnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#mainnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
	line-height: 29px;
	border-right: 7984c1;
}

#mainnav li a {
	float: left;
	display: block;
	height: 29px;
	line-height: 29px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding:  0px 8px 0px 8px;
	border-left: 1px solid #88D3E4;
}

#mainnav li a:hover {
	background-color: #ffe212;
	color: #2539a8;
}

#mainnav li a.mainnavon {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding:  0px 8px 0px 8px;
	background-color: #E4A337;
	border-left: 1px solid #88D3E4;
}

#mainnav li a.mainnavon:hover {
	color: #EDF1F4;
}

#content_container {
	/*border: 1px solid #b2b2b2;
	border-top: 0px;*/
	background: #FFFFFF;
	padding: 16px 20px 40px 40px;
}

#subscription_links {
	padding-bottom: 32px;
}

#content_right {
	float: right;
	width: 200px;
	text-align: left;
}

#content_left {
	float: left;
	padding-right: 25px;
	width: 460px;
}

#pagefooter {
	padding: 0px;
	margin: 0px;
	background-image:url(images/footer_bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
	height: 38px;
}

#pagefooter_logo {
	background-image:url(images/footer_alerus_logo.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	float: left;
	width: 126px; 
	height: 59px;
}

#pagefooter_copyright {
	text-align: center;
	font-size: 11px;
	padding-top: 12px;
}

.sidebar_description {
	font-size: 11px;
}

.sidebar_box {
	padding-top: 10px;
}

.sidebar_box_header {
	background-color: #19297f;
	color: #ffffff;
	padding: 5px 0px 5px 14px;
	font-weight: bold;
	
}
.sidebar_box_content {
	border: 1px solid #CCCCCC;
	border-top: 0px;
	padding: 14px;
}

.title_post_meta {
	font-size: 11px;
	color: #999999;
}

.post_content {
	margin-top: 20px;
	font-size: 13px;
}

#comment {
	width: 450px;
}

.post {
	padding-bottom: 30px;
}

.tags {
	background-color: #f8f8f8;
	padding: 3px;
	text-indent: 10px;
	color: #666666;
	border: 1px solid #eeeeee;
	border-left: none;
	border-right: none;
	width: 450px;
	margin-top: 12px;
	padding: 8px 0px 8px 0px;
	font-size: 10px;
}