/*  
Theme Name: Karen Kruschka
Theme URI: http://www.myswiftblog.com/
Description: A Dakno SwiftBlog theme by <a href="http://www.dakno.com">Dakno Marketing</a>.
Version: 1.2
Author: Dakno Marketing
Author URI: http://www.dakno.com/
*/
body {
	font: 75%/200% Arial, Helvetica, sans-serif;
	color: #000;
	background:#87aaff url(images/bgback.jpg) repeat-x center top;
	margin:0;
	padding:0;
}
a {
	color: #442189;
}
a:hover {
	color: #442189;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0 0 15px;
	margin: 0;
}
h1 {
	margin:0;
	height:60px;
	font:normal 32px/120% Cambria,'Times New Roman','Nimbus Roman No9 L','Freeserif',Times,serif;
	color:#ACD7EE;
}
h1 a, h1 a:visited{
	color: #fff;
	text-decoration: none;
}
h1 a:hover{
	color: #cecece;
	text-decoration: none;
}
h2 {
	color:#442189;
	margin:0 0 2px;
	border-bottom:1px solid #ececec;
	letter-spacing:-1px;
	font:normal 190%/100% Tahoma, Geneva, sans-serif;
	padding-bottom:3px;
}
h2 a, h2 a:visited {
	color: #442189;
	text-decoration: none;
}
h2 a:hover {
	color: #002B58;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Tahoma, Geneva, sans-serif;
	color: #442189;
	margin: 10px 0 5px;
}
h4 {
	font: normal 130%/100% Tahoma, Geneva, sans-serif;
	color: #758d38;
	margin: 10px 0 5px;
}
form {
	margin:0;
	padding:0;
}
#page {
	margin: 0 auto;
	width: 848px;
	background: #FFFFFF;
}
/* header area */
#header {
	height: 43px;
	position: relative;
	color: #D16683;
	}
#header h1 {
	position: absolute;
	top:0px;
	left:0px;
	color:#f2d7c2;
	text-shadow: 2px 2px 2px #000;
}
#header h1 a{
	color:#f2d7c2;
}
#headerimg {
	position: relative;
	height: 43px;
	margin: 0 auto;
	width: 848px;
}
#headerimg .description{
	position: absolute;
	top: 8px;
	right:10px;
	color: #002B58;
	font-size: 14px;
}
#navi {
	background: #4b7aaa url(images/navback.jpg) no-repeat top left;
	height: 42px;
	width: 848px;
	margin: 0px auto;
	text-align: center;
}
.menu, #fnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li, #fnav li {
	float: left;
	height: 30px;
}
.menu .current_page_item a, .menu .current_page_item a:visited,
#fnav .current_page_item a, #fnav .current_page_item a:visited{
	color: #303030;
	text-decoration: none;
}
.menu a, #fnav a{
	color: #f6d27c;
	text-decoration: none;
	padding:0 0 0 9px;
	font:normal 16px Cambria,'Times New Roman','Nimbus Roman No9 L','Freeserif',Times,serif;
	display: block;
	line-height: 42px;
}
.menu a:hover, #fnav a:hover {
	color: #f2d7c2;

}
#footer .menu {
	height:42px;
}
/* content area */
#content {
	padding: 10px 13px 30px 0px;
	float: right;
	width: 550px;
	overflow: hidden;
}
#content img {
	border: 1px solid #D0D0BF;
	padding: 5px;
	max-width:525px;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 69px;
	height: 59px;
	float:left;
	margin:-5px 0 0;
	padding:0;
	background: url(images/date-bg.gif) no-repeat; 
}
.post-month {
	color:#000000;
	display:block;
	font-size:15px;
	font-weight:bold;
	line-height:11px;
	padding:11px 0 0;
	text-align:center;
	text-transform:uppercase;
}
.post-day {
	color:#000000;
	display:block;
	font-size:26px;
	line-height:20px;
	margin:0 0 0 0;
	padding:7px 0 0;
	text-align:center;
	text-transform:uppercase;
}
.entry {
	float:right;
	width: 475px;
}
.narrowcolumn .entry{
    float:none;
    width:auto;
}
.post-cat {
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	float: right;
	font-size: 95%;
}
.post-calendar {
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding:10px 0 0;
	font-size:14px;
}
.post-content blockquote {
	background: #f3eefe;
	border-left: 5px solid #442189; 
	padding: 5px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
}
.next-entries a {
	float: right;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px solid #ececec;
	padding: 10px 0 5px;
	clear: both;
}
.commentlist {
	margin: 10px 0;
	padding:0 0 0 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 10px 10px 0;
}
.commentlist .alt {
	background: #F1EFE8;
	border: 1px solid #ececec;;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}
.commentlist small {
	margin: 0 0 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin:10px 0 0;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0;
	margin: 0;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#F1EFE8;
	border: 1px solid #ececec;
	padding: 3px;
	margin:3px 0 0;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#F1EFE8;
	border: 1px solid #D0D0BF;
	padding: 2px;
	margin:3px 0 0;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	width: 170px;
	height: 29px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: left;
	padding: 0 00px 20px 10px;
	width: 250px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% Tahoma, Geneva, sans-serif;
	color: #442189;
	margin: 20px 0 2px;
	border-bottom: 1px solid #D0D0BF;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #002B58;
	text-decoration: none;
}
#sidebar a:hover{
	color: #442189;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0;
	border-bottom: 1px solid #E4E4D5;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 115px;
	height: 22px;
	padding: 4px 20px 0 5px;
	border: 1px solid #D0D0BF;
	background: #fffffe;
	margin:0 2px 0 0;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat right top;
	border: none;
	width: 100px;
	height: 29px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

/* footer area */
#footerbg {
	clear: both;
	background: #1b5f9c;
	padding:0 0 20px;
}
#footer {
	width: 848px;
	margin: 0 auto;
	font-size: 95%;
	color: #fff;
	line-height: 130%;
}
#footer a, #footer a:visited {
	color: #F6D27C;
	text-decoration:underline;
}
#footer h4 {
	font: normal 146%/100% Tahoma, Geneva, sans-serif;
	color: #ffffff;
	margin: 10px 0 5px;
}
.footer-recent-comments {
	width: 300px;
	float: left;
	margin:0 0 0 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-recent-comments ul li {
	padding: 0 0 10px;
}
.footer-recent-posts {
	width: 340px;
	float: left;
	margin: 0 0 0 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	padding: 0 0 10px;
}
.footer-meta {
	width: 220px;
	float: left;
	margin:0 0 0 10px;
}
.footer-meta strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 92%;
	line-height: 110%;
}
.footer-meta ul li {
	background: url(images/mini-footer-icon.gif) no-repeat 5px 4px;
	padding: 0 0 10px 20px;
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
/* credits */
#credits {
	margin: 0 auto;
	width: 940px;
	color: #FFFFFF;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #F6D27C;
}
.footer-meta ul li.rss {
	background: url(images/mini-rss.gif) no-repeat left 2px;
	padding: 0 0 10px 20px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding:0 0 2px 18px;
	margin:0 0 0 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
div.hr {
	height: 15px;  
	border-top:1px solid #ececec;  
	}
div.hr hr {  
	display: none;
	}
.akst_link {
	font-size:90%;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	background: #fff;
	margin:0 0 0 5px;
	}
.reply a {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#333333 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-size:9px;
	font-weight:normal;
	padding:2px 5px;
	text-align:center;
	text-transform:uppercase;
	width:50px;
	text-decoration:none;
}
.reply a:hover {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#442189 none repeat scroll 0 0;
}
.reply{
	margin:-5px 0 5px;
}
#footer span{
	display:block;
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
	font-size:20px;
	line-height:normal;
	padding-bottom:20px;
}
