<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* Widget area: begin */

/* Menu-type widgets: begin */
.widget ul.menu{
}
	.widget ul.menu li, .widget .page_item, .widget .cat-item, .widget ul.blogroll li{
		padding: 0;
		margin: 0 20px 0 0;
	}
		.widget ul.menu li a, .widget .page_item a, .widget .cat-item a, .widget ul.blogroll li a{
			display: block;
			padding: 0 0 0 20px;
			background: url(../images/ddmenu_arr.png) no-repeat 0 4px;
		}
ul.sub-menu{
	margin: 0 0 10px 20px;
}
/* Menu-type widgets: end */

/* Widget "Comments": begin */
li.recentcomments{
	overflow: hidden;
	padding-top: 10px;
	margin-top: 10px;
	background: url(../images/widget_post_spread.png) no-repeat center 0;
}
li.recentcomments:first-child{
	background: none;
	padding-top: 0px;
	margin-top: 0px;
}
/* Widget "Comments": end */

/* Widget "Calendar": begin */
#wp-calendar{
	background: #0f0f0f;
	margin-top: 10px;
	border: solid #201d1d 1px;
}
#wp-calendar th{
	color: #8E857C;
	padding: 2px 0 3px 0;
}
#wp-calendar td{
/*	margin: 1px 1px 2px 2px; */
	padding: 0;
	border: solid #201d1d 1px;
	background: #0c0909;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	width: 25px;
	height: 25px;
	cursor: default;
	color: #8E857C;
}
#wp-calendar td:hover{
	background: #1f1c17;
}
#wp-calendar caption{
	border: solid #201d1d 1px;
	background: #0c0909;
	padding: 5px 0 5px 0;
	margin: 0;
	height: auto;
	border-bottom: none;
}
#wp-calendar td a{
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 2px 0 3px 0;
}
#wp-calendar td a:hover{
	text-decoration: underline;
/*	background: #1f1c17; */
}
#wp-calendar td.pad{
	background: none;
	border: none;
}

#wp-calendar tfoot td{
/*	font-weight: normal; 
	height: auto;*/
	width: auto;
	padding: 0;
	overflow: visible;
}
#wp-calendar tfoot td#prev{
	text-align: center;
	padding-right: 5px;
}
#wp-calendar tfoot td#next{
	text-align: center;
	padding-left: 5px;
}
#wp-calendar tfoot td a{

}
#wp-calendar tfoot td a:hover{
	text-decoration: underline;
}
/* Widget "Calendar": end */

/* Widget area: end */




/* Custom widgets: begin */

/* Search: begin */
form#searchform label{
	display: none;
}
form#searchform input#s{
	width: 120px;
	height: 18px;
}
form#searchform input#searchsubmit{
	cursor: pointer;
	color: #8E857C;
}
form#searchform input#searchsubmit:hover{
	text-decoration: underline;
}

/* Search: end */

/* Custom widgets: end */</pre></body></html>