@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#dcdcdc;
	margin-top:25px;
}

#frame {
	width:800px;
	margin:auto;
}

#main {
	width:560px;
	padding:10px;
	float:left;
	background-color:#ffffff;
}

#sidebar {
	width:206px;
    padding:7px;
	float:right;
    color:#FFF;
	background-color:#1563b5;
	background-image:url('img/sidebarbg.png');
	background-repeat:repeat-x;
}

#sidebar a{
    color:#FFF;
    text-decoration:underline;
}

#sidebar a:hover{
    color:#FFF;
    text-decoration:none;
}

#search {
    height:25px;

}

#s {
    height:25px;
    width:170px;
    line-height:25px;
    padding-left:3px;
    border:none;
    display:inline;
    color:#e09324;
}

.searchsend {
    width: 25px;
    height: 27px;
    margin:0px;
    border:none;
    padding:0px;
	float:right;
}

.sidebar {
    padding-top:10px;
    list-style-image:url('img/bullet.png');
}

.sidebar-headline {
    font-weight:bold;
    margin-bottom:5px;
	border-bottom:1px dashed #FFF;
}

.rss {
   font-size:12px;
   margin-bottom:15px;
}

#header {
	width:560px;
	height:136px;
	background-image:url('img/headerbg.png');
	background-repeat:no-repeat;
}

#logo {
	padding-top:35px;
	padding-left:45px;
}

#header h1{
	height:42px;
	line-height:42px;
    padding:5px;
    background-image:url(img/headline.png);
	background-repeat:no-repeat;
	background-color:#1563b5;
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	display:inline;
}

#header a{
	height:42px;
	line-height:42px;
    padding:5px;
    background-image:url(img/headline.png);
	background-repeat:no-repeat;
	background-color:#1563b5;
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	display:inline;
    text-decoration:none;
}

#header a:hover{
	height:42px;
	line-height:42px;
    padding:5px;
    background-image:url(img/headline.png);
	background-repeat:no-repeat;
	background-color:#1563b5;
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	display:inline;
    text-decoration:underline;
}

#header h2{
    height:30px;
	line-height:30px;
    padding:3px;
    background-image:url(img/subheadline.png);
	background-repeat:no-repeat;
	background-color:#e09324;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	display:inline;
}

.pagetitle {
	margin-top:5px;
	color:#636363;
}

#content{
}

#content-sub{
	padding:5px;
	color:#1563b5;
	font-size:12px;
}

#content-sub-left{
	float:left;
}

#content-sub-right{
	float:right;
}

#content-sub a{
	color:#1563b5;
	font-size:12px;
    text-decoration:underline;
}

#content-sub a:hover{
	color:#1563b5;
	font-size:12px;
    text-decoration:none;
}

.post{
	padding:7px;
	margin-top:10px;
	border-top:1px dashed #e09324;
	border-left:1px dashed #e09324;
    border-right:1px dashed #e09324;
}

.post p:first-child
{
margin:0;
}

.post h3{
	color:#1563b5;
	font-size:18px;
	font-weight:bold;
	display:inline;
}

.post a{
	color:#1563b5;
	text-decoration:underline;
}

.post a:hover{
	color:#1563b5;
	text-decoration:none;
}

.post-headline{
	margin-bottom:7px;	
}

.post-content{
	color:#636363;
	font-size:12px;
}

.post-sub{
	padding:5px;
	background-color:#e09324;
	color:#FFF;
	font-size:12px;
}

.post-sub a{
	color:#FFF;
    text-decoration:underline;
}

.post-sub a:hover{
	color:#FFF;
    text-decoration:none;
}

.trackback {
    padding:10px;
	color:#1563b5;
	font-size:12px;
	font-weight:bold;
}

.trackback a{
	color:#1563b5;
}

.trackback a:hover{
	color:#1563b5;
    text-decoration:none;
}

.comments {
	color:#636363;
	font-size:12px;
}

.comments cite{
	color:#e09324;
}

.comments-big {
	color:#1563b5;
	font-weight:bold;
}

.comments a{
	color:#1563b5;
}

.comments a:hover{
	color:#1563b5;
	text-decoration:none;
}

#footer {
	margin-top:20px;
	color:#636363;
	font-size:12px;
	text-align:center;
}

#footer a{
	color:#1563b5;
}

#footer a:hover{
	color:#1563b5;
	text-decoration:none;
}
