

/* #TOP# */
#top{
	height:110px;
}
#top h1 	  {font-size: 3.6em; line-height: 1.1em;}

#top #right{
	float:right; width:auto;
	font-size:0.9em;
	line-height:1.3em;
	background:#fff;
	background-image:none;
	padding:0;
	height:3.1em;
	margin:0.8em 0 0.8em 0;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
}

#top #right .blog-navigation ul li{
	float:left;
	font-size:1.1em;
	margin:0 0.2em 0 0.2em;
}

#top #right .blog-navigation ul li a		  {text-decoration:none; border-bottom: dashed 1px #000; color:#000;}
#top #right .blog-navigation ul li a:hover	  {border-bottom: dashed 1px #0F7EA3; color:#0F7EA3;  border-bottom: dotted 1px #000;}

.blog-article{
	margin:1.0em 0 1.5em 0;
}

.blog-article h2{
	font-size:1.2em;
}

.blog-article pre{
	border:solid 5px #ccc;
	padding:10px;
	line-height:1.5em;
	font-size:1.2em;
	font-weight:bold;
	max-height:35.0em;
	margin:0.5em 0 0.5em 0;
	overflow-y:scroll;
	overflow-x:hidden;
}


.general-info{
	display:block;
	width:100%;
	margin:1.0em 0 1.0em 0;
	padding:0.4em;
	text-shadow:1px 1px 1px #fff;
	color:#4D4D4D;
	border:solid 1px #c8c8c8;
	line-height:1.3em;
	background:#F2F2F2;
	background-image:url(../images/overlay.png) repeat-x;
	border:solid 1px #E3E3E3;
	overflow:hide;
	font-size:0.8em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;

}
.general-info a		  {text-decoration:none; border-bottom: dashed 1px #0F7EA3; color:#0F7EA3;}
.general-info a:hover	  {border-bottom: dotted 1px ; }

.blog-article h1.title{
	font-size:1.6em;
	margin:0 0 0.2em 0;
}

.blog-article h1.title a	  {text-decoration:none; color:#000;}
.blog-article h1.title a:hover	  {color:#0F7EA3;}

.blog-article p{
	margin:0.2em 0 0.9em 0;
	font-size:0.9em;
	line-height:1.6em;
}

.blog-article blockquote, .blog-article q{
	margin:0.3em 2.8em 0.3em 2.8em;
	padding:0.4em;
	background:#F7F7F7; color:#4D4D4D;
	font-size:1.1em;
	line-height:1.6em;
	text-shadow:2px 2px 1px #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
}

.blog-article p a	  {text-decoration:none; border-bottom: dashed 1px #0F7EA3; color:#0F7EA3;}
.blog-article p a:hover	  {border-bottom: dotted 1px; }

.paginator{

}



.paginator a	  	{text-decoration:none; border-bottom: dashed 1px #0F7EA3; color:#0F7EA3;}
.paginator a:hover	  {border-bottom: dotted 1px; }

