<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://m.blog.hu/rsc/css/basic.css);	/* Import basic styles */
@import url(https://m.blog.hu/rsc/css/forms.css);	/* Import basic styles */
@import url(https://m.blog.hu/rsc/css/comments.css);	/* Import basic styles */

/********** =defaults **********/


/*## Body ## Body class attributes */

body
{
	background: #f0f0f0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 2px;
	padding: 2px;
	color:#4c4c4c;
}
/*## General tags ##  */

div { padding:0px; margin:0px; }

hr { display:none; }

a { color:#b14e4e; text-decoration:none; }
a:hover { background:none; color: #b14e4e}

p, li, blockquote, dd, dt { line-height:135%; }

blockquote 
{
  background: #f8f8f8;
  border-bottom: 1px solid ##f0f0f0;
  border-top: 1px solid #ccc;
  margin: 20px 25px;
  padding: 10px;
  font-style: italic;
}

blockquote p 
{
  color:#333;
  font-style:italic;
  margin:0;
}

p 
{
  margin:0;
  padding: 0;
}

ul, li 
{
  list-style-type:disc;
  color:#444;
  margin:0;
  padding:0;
}

ol li 
{
  list-style-type:decimal;
}

li { margin-left: 32px; }
ul { margin-bottom: 8px; }

code 
{
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color:#333;
  display:block;
  margin: 20px 25px;
  padding: 10px 10px 10px 21px;
/*  white-space:pre;*/
}

h1, h2, h3 { letter-spacing:-1px; margin:0px; }

h1 
{
  font-size:28px;
}

h2 
{
  margin-top:16px;
  margin-bottom:0px;
  font-size:24px;
}

h3 
{
  color:#bbb;
  margin-top:0px;
  margin-left:7px;
  margin-bottom:6px;
  font-size:15px;
  font-weight:normal;
}

h1, h1 a {  text-decoration:none; }
h1 a:hover { background:none;}

h2, h2 a { color:#87c900; text-decoration:none; }
h2 a:hover { background: none; }

h3 a { color:#B14E4E; text-decoration:none; }
h3 a:hover { background: none; }

dt { font-weight:bold; }
dd { margin:3px 0 10px 0; }
/*## Page Header ## Styles for page header */

div#pageHeader {
	width: 980px;
	height: 139px;
	background: #f0f0f0 url(img/bg-fejlec.png);
	background-repeat: no-repeat;
	margin-top: 30px;
}
div#pageHeader h1 {
	color: #ae4b4b;
	font-family: 'Lobster', arial, serif;
    font-size: 60px;
	margin-top:25px;
	float: left;
}
div#pageHeader h1 a { 
	color: #ae4b4b;
	text-shadow: 2px 2px 2px #cccccc;	
}
div#pageHeader h1 a:hover {
	border: none;
	background: none;
}
div#pageHeader h3 { 
	color:#9E9E9E;
	float:left;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0;
	line-height:20px;
	margin-left:20px;
	margin-top:41px;
	width:440px;
}
div#pageHeader div.notes {
    font-size: 12px;
    float: right;
    color: #f0f0f0;
}
/*## Page Footer ## Styles for page footer */


/*## Page Layout ##  */

div#wrapper /* Main white content zone */
{
	background-color: #f0f0f0;
	width: 980px;
	margin: 2px;
	margin: 0 auto;
}

div#leftWrapper  {
    width: 2px;
    border: 2px;
    float:left; 
    display: none;
}
div#rightWrapper {
    width: 250px;
    border: 0px solid green;
    float:right;
}
div#mainWrapper  {
    width: 100%;
    float:left;
}

div.leftIn  { background-color: #f0f0f0; padding: 8px; }
div.rightIn { background-color: #f0f0f0; padding: 8px;font-size: 12px }
div.mainIn  { }
/*## Post ## attributes for blog posts  */

div.post 
{ 
	margin-bottom: 40px;
	overflow:hidden; word-wrap: break-word;
}

/*  \*/
* html div.post {
	height: 1%;
}
/*  */

div.post h3.tags { font-size: 17px }
div.post h3.tags a { color:#ff9900; text-decoration:none; }
div.post h3.tags a:hover { background: none; }

/*div.post img { text-align: left; float:left; margin: 12px; margin-left: 0px; margin-top: 4px; margin-bottom: 4px; border:1px solid #e0e0f0; }*/

div.post img.imgright  { text-align: right; float:right; margin-right: 0px; margin-left: 12px; }
div.post img.imgleft   { text-align: left; float:left; margin-left: 0px; }
div.post img.imgnotext { text-align: middle; float:none; margin: 0px;  }

div.post div.entry { 
	background: #F0F0F0;
	float: left;
	border: 1px solid #e0e0e0;
	width: 800px;
}

div.post div.entry img {
	margin: 10px;
}

/*## Pager ## */

div.pager {
    font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	color: #4c4c4c;
	background: #f0f0f0;
	padding: 10px;
	margin: 10px;
}

div.prev {
    float: left;
    margin-right: 0;
}

div.next {
    float: right;
    margin-left: 0;
}
/*## Sideboxes ## Styles for sideboxes */

div.box 
{ 
	border: 0px solid red; 
	border-right: 1px solid #87c900; 
/**/	border-right: 1px dotted #87c900; /**/
	margin-bottom: 16px; 
	overflow:hidden; word-wrap: break-word;
/*	padding-right: 8px;*/
}
div.box h3 
{ 
	color:#87c900; 
	border-bottom: 2px solid #87c900; border-top: 1px dotted  #87c900; 
	background-color: #f8f8f8 
}

div.box li { margin-left: 4px; }
div.box ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.box ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.box form {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.box .dimmed
{
	color: #aaa;
	font-size: 100%;
}

div.box input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 92%;
	margin: 0ex;
}
/*## Calendar ## Styles for calendar */

/* Calendar: */
caption.bCalendarCaption { border: 1px solid #ccc; background-color: #eee; border-bottom: 0px; }
table.bCalendarTable     { border: 1px solid #ccc; border-collapse: separate; }
table.bCalendarTable a { color:#0087c9; text-decoration:none; }
table.bCalendarTable a:hover { background: none; }
table.bCalendarTable tfoot td {	background-color: #eee;	border-top: 1px solid #ccc; }
table.bCalendarTable tfoot a { text-decoration: none; }
table.bCalendarTable tfoot a:hover { background: none;  }
th.bCalendarHeaderCell { color: #ccc; font-weight:normal; }
#bCalendarToday { background-color: #85d8ff; }
/*## Comments ## Styles for comment area */

div.commentsBg
{
	margin-bottom: 16px;
	padding-bottom: 0px;
	margin-top: 4px;
}

div.comment
{
}

/*  \*/
* html div.comment {
}
/*  */
	

div.owncomment
{
    background-color: #e0ffe0;
}

h3.comment { color: #87c900; }

div.commentsBg h1 { font-size: 14px; font-weight:700; letter-spacing:normal;background:##f0f0f0; }
div.commentsBg h1, div.commentsBg h1 a { ; text-decoration:none; }
div.commentsBg h1 a:hover { background: none;  text-decoration:none; }

.commentHeadURL { font-weight: normal; font-family: helvetica, arial, sans-serif; font-size: 11px; color: white;}
span.commentTime a { font-weight: normal; font-size: 11px; color: #aaa;}
span.commentTime a:hover {  background: none;}
span.commentTime a:visited {  color: #aaa;}

div.commentText { margin-top: 4px; margin-left: 10px;}

input.bComment,
textarea.bComment
{
	background-color: ##f0f0f0;
	border: 1px solid ##f0f0f0;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
textarea.bComment { width: 94% }

select.bComment  /* Used by the profile form */
{
	background-color: ##f0f0f0;
	border: 1px solid ##f0f0f0;
	padding: 1px;
	margin: 0ex;
}

form.bComment /* New comment form */
{
	margin: 1ex 2ex;
	padding: 0 1ex;
	border: 0px;
}

.more {margin-bottom:8px;}

.mainIn h2 {
	background:none repeat scroll 0 0 ##f0f0f0;
	border:1px solid ##f0f0f0;
	float:left;
	padding:10px;
	width:800px;
	margin:7px 0;
}


.mainIn h2 a,.mainIn h2 a:hover {
	color: 	#b14e4e;
	font-family: Verdana;
	font-size: 22px;
	font-weight: normal;
	background: none;
}

.mainIn h3.date {
	font-family: Verdana;
	font-size: 10px;
	color: #6c6c6c;
	width: 820px;
	text-align: right;
	font-weight: normal;
	margin: 10px 0 4px;
}

.mainIn h3.date a {
	color: #b14e4e;
	font-weight: bold;
}

div.pgr {
	width: 253px;
	float: right;
	background: ##f0f0f0;
	border: 1px solid #e0e0e0;
	margin: 7px 2px 7px 0px;
	height: 56px;
}

div.pgr a,div.pgr a:hover {
	color: #4c4c4c;
	text-decoration: none;
	background: none;
}

div.bshare {
/*
	background:none repeat scroll 0 0 ##f0f0f0;
	border:1px solid #E0E0E0;
*/
	float:left;
	qheight:56px;
	margin:7px 0;
	width:558px;
}

.blh_share_cont {
	margin: 0;
	padding: 0 4px;
}
.blh_share_fblike {
	margin-bottom:7px;
	padding:0 4px;
}

div.tags {
	margin: 5px 0px 0px 8px;
	height: 20px;
	font-family: Verdana;
	font-size: 13px;
	color: #4c4c4c;
}

div.tags a {
	color: #B14E4E;
	text-decoration: none;
	background: none;
}

div.shr {
	margin: 5px 0px 0px 5px;
}

h3.comment {
	background: ##f0f0f0 url(img/bg-arny.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 10px;
	margin: 10px 0 6px;
	width: 810px;
	border-bottom: 1px solid #eaeaea;
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #545454;
	padding-left: 10px;
}

div.lab {
	width: 820px;
	margin-bottom: 30px;
}

div.comment {
	padding: 10px;
	background: ##f0f0f0;
	border: 1px solid ##f0f0f0;
}

#trackbackURL {
	color: #b14e4e;
}

div.commentsBg h1 {
	margin-left: 10px;
}

.commentAuthor  a{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #4c4c4c;
	background: none;
}

.commentHeadURL a{
	font-family: Verdana;
	font-size: 13px;
	color: #b14e4e;
}

.commentTime a{
	font-family: Verdana;
	color: #4c4c4c;
	font-size: 10px;
}

#commentForm {
	background: ##f0f0f0;
	width: 805px;
	margin: 0;
	border: 1px solid #e0e0e0;
}

.blh-billboard-ad {
	margin-top: 30px;
}

textarea.bComment
{
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	width: 97%;
	padding: 4px;
	margin: 0ex;
}

div.info a {
	color: #b14e4e;
	text-decoration: none;
}

div.commentFooter {
	margin-top: 10px;
}

.radar_status {
	margin-bottom: 10px;
}

input[type=submit] {
	margin-bottom: 10px;
}

.comment_text, .label{
	font-family: Arial;
	font-size: 13px;
	color: #4c4c4c;
	font-weight: normal;
}</pre></body></html>