@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/background.png) repeat;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

a:link {
	color: #860808;
	text-decoration: none;
}

a:visited {
	color: #860808;
	text-decoration: none;
}

a:hover {
	color: #be0b0b;
	text-decoration: none;
}

a:active {
	color: #860808;
	text-decoration: none;
}

#container {
	width: 1013px;
	margin: 0px auto 0px auto;
}

#header {
	float: left;
	width: 1018px;
	height: 102px;
	margin: 0px;
	background: url(images/header.png);
}

#headerContent {
	float: left;
	width: 1018px;
	padding: 0px 25px 0px 0px;
	/*background: url(images/headerRepeat.png) repeat-y;*/
}

#headerFooter {
	float: left;
	width: 1016px;
	height: 14px;
	background: url(images/headerFooter.png) no-repeat;
}

#name {
	float: left;
	width: 209px;
	height: 88px;
	margin: 5px 5px 0px 3px;
	background: url(images/MitchelKirchmeyer.png) no-repeat;
}

#connect {
	float: right;
	margin: 10px 15px 0px 10px;
}

#connect ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#connect ul li {
	float: left;
	height: 24px;
	width: 24px;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 0px 0px;
	list-style-type: none;
	text-align: left;
	display: inline;
}

.addtoany_subscribe {
	float: right;
	width: 120px;
}

.facebook {
	float: left;
	height: 24px;
	width: 24px;
	background: url(images/social/24x24/facebook.png) no-repeat;
}

.twitter {
	float: left;
	height: 24px;
	width: 24px;
	background: url(images/social/24x24/twitter.png) no-repeat;
}

.rss {
	float: left;
	height: 24px;
	width: 24px;
	background: url(images/social/24x24/feed.png) no-repeat;
}

#slogan {
	float: right;
	width: 272px;
	margin: 20px 50px 0px -80px;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	color: #842e2e;
}

#sloganHeader {
	width: 272px;
	height: 8px;
	/*background: url(images/sloganHeader.png) no-repeat;*/
}

#sloganContent {
	width: 252px;
	padding: 3px 10px 5px 10px;
	border-right: 1px dotted #666666;
	border-left: 1px dotted #666666;
	/*background: url(images/sloganRepeat.png) repeat-y;*/
}

#sloganFooter {
	width: 272px;
	height: 12px;
	/*background: url(images/sloganFooter.png) no-repeat;*/
}

#copyright {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 660px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}

#nav {
	float: right;
	width: 702px;
	margin: 27px 0px 0px 0px;
	color: #FFFFFF;
}

#nav ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	float: left;
	padding: 0px 0px 20px 0px;
	margin: 0px 20px 0px 0px;
	height: 20px;
	list-style-type: none;
	text-align: left;
	display: inline;
}

#nav ul li a:link {
	height: 25px;
	min-height: 25px;
	padding: 0px 0px 20px 0px;
	margin: 0px 20px 20px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#nav ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.current_page_item {
	height: 25px;
	padding: 0px 0px 20px 0px;
	margin: 0px 20px 20px 0px;
	background: url(images/current.png) no-repeat bottom center;
}

#bubble {
	float: left;
	margin: 20px 0px 0px 100px;
	width: 475px;
}

#bubbleTail {
	float: left;
	margin: 5px 0px 0px 0px;
	width: 70px;
	height: 65px;
	background: url(images/bubbleTail.png) no-repeat;
}

#bubbleRight {
	width: 405px;
	float: left;
}

#bubbleHeader {
	width: 405px;
	height: 9px;
	background: url(images/bubbleHeader.png) no-repeat;
}

#bubbleContent {
	width: 375px;
	min-height: 200px;
	padding: 0px 15px 0px 15px;
	background: url(images/bubbleRepeat.png) repeat-y;
}

#bubbleFooter {
	width: 405px;
	height: 12px;
	background: url(images/bubbleFooter.png) no-repeat;
}

#bubble h3 {
	margin: 0px;
	padding: 0px;
}

#specialThings {
	float: left;
	margin: 140px 0px 0px 20px;
	width: 170px;
	height: 140px;
	background: url(images/specialThings.png) no-repeat;
}

#main {
	float: left;
	width: 896px;
	margin: 25px 30px 15px 90px;
	padding: 0px 0px 15px 0px;
}

#mainContent {
	float: left;
	width: 694px;
	margin: 0px 0px 0px 0px;
}

#mainHeader {
	background: url(images/mainHeader.png) no-repeat;
	width: 694px;
	height: 8px;
}

#breadcrumbs {
	padding: 0px;
	margin: 0px;
}

#breadcrumbs a:link {
	font-size: 11px;
	color: #860808;
	text-decoration: none;
}

#breadcrumbs a:visited {
	font-size: 11px;
	color: #860808;
	text-decoration: none;
}

#breadcrumbs a:hover {
	font-size: 11px;
	color: #be0b0b;
	text-decoration: none;
}

#breadcrumbs a:active {
	font-size: 11px;
	color: #860808;
	text-decoration: none;
}

#content {
	background: url(images/mainRepeat.png) repeat-y;
	width: 644px;
	padding: 15px 25px 15px 25px;
	font-size: 12px;
	color: #424242;
	min-height: 200px;
}

#content img {
	border: none;
}

.contentList {
	list-style-type: none;
}

.contentList li {
	margin: 5px;
}

/*#content a:link {
	font-size: 12px;
	color: #860808;
	text-decoration: none;
	border: none;
}

#content a:visited {
	font-size: 12px;
	color: #860808;
	text-decoration: none;
	border: none;
}

#content a:hover {
	font-size: 12px;
	color: #be0b0b;
	text-decoration: none;
	border: none;
}

#content a:active {
	font-size: 12px;
	color: #860808;
	text-decoration: none;
	border: none;
}*/

#mainFooter {
	background: url(images/mainFooter.png) no-repeat;
	width: 694px;
	height: 17px;
}

#rightSidebar {
	float: left;
	width: 202px;
	margin: 50px 0px 0px -6px;
}

#rightSidebarHeader {
	width: 202px;
	height: 7px;
	background: url(images/rightSidebarHeader.png) no-repeat;
}

#rightSidebarContent {
	width: 172px;
	background: url(images/rightSidebarRepeat.png) repeat-y;
	padding: 0px 13px 10px 17px;
}

#rightSidebarFooter {
	width: 202px;
	height: 15px;
	background: url(images/rightSidebarFooter.png) no-repeat;
}

#rightSidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	overflow: hidden;
}

#rightSidebar ul li {
	font-size: 12px;
}

.internList ul a:link {
	text-decoration: none;
	padding: 0px;
	margin: 3px 0px 3px 13px;
	color: #424242;
	font-size: 12px;
}

.internList ul a:visited {
	text-decoration: none;
	margin: 3px 0px 3px 13px;
	padding: 0px;
	color: #424242;
}

.internList ul a:hover {
	text-decoration: none;
	margin: 3px 0px 3px 15px;
	padding: 0px;
	color: #1C1C1C;
}

.internList ul a:active {
	text-decoration: none;
	margin: 3px 0px 3px 13px;
	padding: 0px;
	color: #424242;
}

.relatedPosts ul li {
	margin-left: 13px;
}

.relatedPosts ul li a:link {
	display: block;
	text-decoration: none;
	padding: 0px;
	margin: 3px 0px 5px 0px;
	color: #424242;
	font-size: 12px;
}

.relatedPosts ul li a:visited {
	display: block;
	text-decoration: none;
	margin: 3px 0px 5px 0px;
	padding: 0px;
	color: #424242;
}

.relatedPosts ul li a:hover {
	display: block;
	text-decoration: none;
	margin: 3px 0px 5px 2px;
	padding: 0px;
	color: #1C1C1C;
}

.relatedPosts ul li a:active {
	display: block;
	text-decoration: none;
	margin: 3px 0px 5px 0px;
	padding: 0px;
	color: #424242;
}

.categoryList ul a:link {
	text-decoration: none;
	padding: 0px;
	margin: 3px 0px 3px 13px;
	color: #424242;
	font-size: 12px;
}

.categoryList ul a:visited {
	text-decoration: none;
	margin: 3px 0px 3px 13px;
	padding: 0px;
	color: #424242;
}

.categoryList ul a:hover {
	text-decoration: none;
	margin: 3px 0px 3px 15px;
	padding: 0px;
	color: #1C1C1C;
}

.categoryList ul a:active {
	text-decoration: none;
	margin: 3px 0px 3px 13px;
	padding: 0px;
	color: #424242;
}
.aktt_username {

}

.aktt_tweet_time {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.aktt_tweets ul li {
	margin: 2px 0px 5px 3px;
}

.aktt_tweets a:link {
	width: 150px;
	color: #860808;
	text-decoration: none;
}

.aktt_tweets a:visited {
width: 150px;
	color: #860808;
	text-decoration: none;
}

.aktt_tweets a:hover {
width: 150px;
	color: #be0b0b;
	text-decoration: none;
}

.aktt_tweets a:active {
width: 150px;
	color: #860808;
	text-decoration: none;
}

.post {
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 0px 10px 0px;
}

.excerpt {
	padding: 10px 0px 10px 0px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.excerpt p {
	padding: 0px;
	margin: 0px;
}

.entryPage {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.entryPage strong {
	color: #1e1e1e;
	font-weight: 900;
}

.entryPage b {
	color: #1e1e1e;
	font-weight: 900;
}

.entry strong {
	color: #1e1e1e;
	font-weight: 900;
}

.entry b {
	color: #1e1e1e;
	font-weight: 900;
}

.dateAuthor {
	font-size: 10px;
	color: #999999;
	padding: 0px;
	margin: 0px;
}

.comments {
	padding: 0px;
	margin: 0px;
}

.comments a:link {
	font-size: 11px;
	color: #860808;
	text-decoration: none;
}

.comments a:visited {
	font-size: 11px;
	color: #860808;
	text-decoration: none;
}

.comments a:hover {
	font-size: 11px;
	color: #be0b0b;
	text-decoration: none;
}

.comments a:active {
	font-size: 11px;
	color: #860808;
	text-decoration: none;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.commentlist li {
	
}

.comment {
	width: 581px;
	float: left;
	padding: 5px 0px 5px 0px;
}

.editComment {
	text-align: right;
	width: 459px;
	padding-right: 15px;
}

.commentLeft {
	float: left;
	width: 107px;
}

.commentPostTime {
	line-height: 10px;
}

.commentTail {
	float: left;
	width: 107px;
	height: 39px;
	margin: -4px 0px 0px 0px;
	background: url(images/commentTail.png) no-repeat right;
}

.commentBubble {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	width: 474px;
}

.commentHeader {
	width: 474px;
	height: 8px;
	margin: 0px;
	background: url(images/commentHeader.png) no-repeat;
}

.commentContent {
	width: 444px;
	min-height: 60px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background: url(images/commentRepeat.png) repeat-y;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.commentContent strong {
	color: #1e1e1e;
	font-weight: 900;
}

.commentContent b {
	color: #1e1e1e;
	font-weight: 900;
}

.commentContent p {
	padding: 7px 0px 7px 0px;
	margin: 0px;
}

.commentFooter {
	width: 474px;
	height: 17px;
	background: url(images/commentFooter.png) no-repeat;
}

.commentmetadata {
	float: left;
	width: 102px;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}

.commentmetadata a:link {
	font-size: 10px;
	color: #860808;
	text-decoration: none;
}

.commentmetadata a:visited {
	font-size: 10px;
	color: #860808;
	text-decoration: none;
}

.commentmetadata a:hover {
	font-size: 10px;
	color: #be0b0b;
	text-decoration: none;
}

.commentmetadata a:active {
	font-size: 10px;
	color: #860808;
	text-decoration: none;
}

#leaveAComment {
	float: left;
	width: 581px;
}

.category {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	color: #999999;
}

.category a:link {
	font-size: 10px;
	color: #860808;
	text-decoration: none;
}

.category a:visited {
	font-size: 10px;
	color: #860808;
	text-decoration: none;
}

.category a:hover {
	font-size: 10px;
	color: #be0b0b;
	text-decoration: none;
}

.category a:active {
	font-size: 10px;
	color: #860808;
	text-decoration: none;
}

.name {
	display: none;
}

h1 {
	font-size: 32px;
	text-align: right;
	color: #FFFFFF;
	padding: 0px;
	margin: 5px 18px 2px 0px;
}

.postTitle {
	text-align: left;
	font-size: 30px;
	color: #860808;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.postTitle a {
	font-size: 30px;
	color: #860808;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.postTitle a:visited {
	font-size: 30px;
	color: #860808;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.postTitle a:hover {
	font-size: 30px;
	color: #be0b0b;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.postTitle a:active {
	font-size: 30px;
	color: #860808;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#rightSidebar h2 {
	font-size: 20px;
	color: #aa0a0a;
	margin: 0px;
	padding: 5px 0px 2px 0px;
}

h2 {
	font-size: 36px;
	color: #860808;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

h2 a {
	font-size: 30px;
	color: #860808;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

h4 {
	font-size: 20px;
	color: #aa0a0a;
	margin: 0px;
	padding: 5px 0px 2px 0px;
}

h5 {
	font-size: 16px;
	color: #aa0a0a;
	margin: 0px;
	padding: 5px 8px 5px 15px;
}

#linksTitle {
	text-align: center;
	color: #259356;
	width: 100%;
	margin-bottom: 10px;
}

#linksTitle h2 {
	font-size: 18px;
	color: #666666;
}

#links {
	text-align: center;
}

#links a:link {
	margin: 30px;
	font-size: 36px;
	color: #0149A6;
	text-decoration: none;
	white-space: nowrap;
}

#links a:visited {
	margin: 30px;
	font-size: 36px;
	color: #0149A6;
	text-decoration: none;
	white-space: nowrap;
}

#links a:hover {
	margin: 30px;
	font-size: 36px;
	color: #026FB2;
	text-decoration: none;
	white-space: nowrap;
}

#links a:active {
	margin: 30px;
	font-size: 36px;
	color: #0149A6;
	text-decoration: none;
	white-space: nowrap;
}

.qtip .qtip-content{
   padding: 10px;
   overflow: hidden;
}

.qtip .qtip-content .qtip-title,
.qtip-cream .qtip-content .qtip-title{
  background-color: #F0DE7D;
}

.qtip-light .qtip-content .qtip-title{
  background-color: #f1f1f1;
}

.qtip-dark .qtip-content .qtip-title{
  background-color: #404040;
}

.qtip-red .qtip-content .qtip-title{
  background-color: #F28279;
}

.qtip-green .qtip-content .qtip-title{
  background-color: #B9DB8C;
}
.qtip .qtip-content{
line-height: 130% !important;
}


