<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 */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* sitebuild */

body {
	background-image:url(img/body.png);
	background-repeat:repeat;
	font-family:Arial, sans-serif;
	border-top:2px solid #fff;
	color:#3a3a3a;
	line-height:1.4em;
}
/*## General tags ##  */

.blh_share_cont {
	margin-top:5px !important;
	margin-bottom:0 !important;
}

a {
	color:#000;
	text-decoration:none;
}

.next {
	float:right;
}

.prev {
	float:left;
}

.pager a {
	background-color:#fff46b;
	padding:3px;
	color:#343434;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.share {
	 padding:10px;
	 margin-bottom:10px;
	 background-color:#eee;
	 border-bottom:1px solid #e5e5e5;
}

.related, #feedback_container {
	margin-top:15px;
	padding-top:15px;
	border-top:2px solid #eee;
	margin-bottom:15px;
}

.related a {
	color:#000 !important;
	text-decoration:underline !important;
}

.related li {
	margin-left:15px;
}

#trackbackURL {
	padding-left:10px;
	color:#666;
}
/*## Page Header ## Styles for page header */

#header {
	width:970px;
	margin:0 auto;
	line-height:1;
}

#header h1 {
	width:620px;
	/*margin-bottom:20px;*/
}

#header #logo {
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-position:0 15px;	
}

#header h1 a {
background-color:transparent;
	display:block;
	text-decoration:none;
	color:#4f4f4f;
	font-family:Georgia, serif;
	font-size:64px;
	font-weight:bold;
	font-style:italic;
	margin-top:30px;
	padding-bottom:10px;
	padding-left:80px;
	padding-top:10px;
}

#header form#search {
	padding-top:20px;
	float:right;
	width:350px;
}

#header input.SearchField {
	background-image:url(img/input.png);
	color:#4f4f4f;
	border:0 none;
	height:28px;
	width:258px;
	padding:5px;
	padding-left:10px;
	font-family:Georgia,sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

#header input.submit {
	background-image:url(img/mehet.png);
	border:0 none;
	height:37px;
	width:63px;	
	text-indent:-9999px;
}
/*## Page Footer ## Styles for page footer */


/*## Page Layout ##  */

#wrapper {
	background-image:url(img/close.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:40px;
}

#wrapper-in {
	background-image:url(img/content.png);
	background-repeat:repeat-x;
	background-position:center 120px;
}

#content {
	width:970px;
	margin:0 auto 25px;
	
}

#box {
	background-image:url(img/line.png);
	background-repeat:repeat-x;
	background-position:left top;
	margin-bottom:20px;
}

#box-in {
	background-image:url(img/line.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}


#sidebar {
	float:right;
	width:350px;
	padding-left:10px;
	font-size:13px;
}

#main {
	float:left;
	width:570px;
padding:35px 20px 20px;
min-height:500px;
	background-image:url(img/content_real.png);
	background-repeat:repeat-y;
	background-position:0 10px;
}
/*## Post ## attributes for blog posts  */

.entry p {
	margin-bottom:10px;
}

#main h3.author {
	color:#343434 !important;
	font-size:12px !important;
	font-weight:normal;
	margin-top:15px;
}

#main h3.author a {
	color:#ff854b;
	text-decoration:none !important;
	font-weight:bold;
}

.post h2 a {
margin-top:-16px;
width:490px;
	font-size:30px;
	color:#343434;
	display:block;
	line-height:1.2em;
	text-decoration:none;
	font-weight:normal;
	margin-bottom:10px;
}

.post {
	border-bottom:2px solid #eee;
	margin-bottom:20px;
	padding-bottom:20px;
}

.post a {
	color:#009ad4;
	text-decoration:none;
}

#main h3 a {
	text-decoration:underline;
	color:#343434;
}

#main h3 {
	font-size:18px;
	font-weight:bold;
}

#main h3.tags {
	font-weight:normal;
	margin-top:10px;
}

#main h3.tags a {
	font-size:13px;
	font-weight:bold;
	background-color:#fff46b;
	padding:2px;
	text-decoration:none;	
}

.post h3.date {
	width:71px;
	float:left;
	color:#fff;
	font-weight:normal;
	font-size:11px !important;
	background-image:url(img/date.png);
	background-position:-4px 0;
	background-repeat:no-repeat;
	margin-left:-30px;
	line-height:1.2em;
	padding:10px;
}

.post h3.author {
	float:right;
}


.entry {
overflow:hidden;
text-align:justify;
	margin-top:15px;
	color:#6f6f6f;
	font-size:15px;
}

.entry img {
	border:6px solid #f0f0f0;
	margin-bottom:10px;
}

.entry a {
	color:#343434;
	text-decoration:underline;
}

.imgleft {
	margin-right:10px;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
}

.imgright {
	margin-left:10px;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
}
/*## Sideboxes ## Styles for sideboxes */

#sidebar a {
	color:#000;
	text-decoration:none;
	background-color:#fff;
	padding:1px;
}

#sidebar a:hover {
	text-decoration:underline;
}
/**
 * Jobb oldali hasĂˇb - elsĹ‘, speciĂˇlis widget
 */
#sidebar .fresh-frutta-widget {
	margin:20px 0;
}
#sidebar .fresh-frutta-widget .left-side {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
#sidebar .fresh-frutta-widget .left-side img {
	float:left;
}
#sidebar .fresh-frutta-widget .left-side div {
	color:#075352;
	float:right;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	margin:6px 10px 10px;
}
#sidebar .fresh-frutta-widget .right-side {
	float:right;
	margin-left:60px;
	margin-top:15px;
}
#sidebar .fresh-frutta-widget .right-side a {
	text-decoration:none;
	font-size:12px;
	color:#075352;
	font-weight:bold;
	background-color:#f5f5f5;
	padding:5px;
	border:1px solid #fff;
}

#blog-notes {
	margin-bottom:4px;
	font-weight:normal;
	background-color:#fff;
	padding:10px;
	clear:both;
}
.widget_toprated td {
	padding:5px;
}

#sidebar .box h3 {
	background-color:#FFFFFF;
	background-image:url("img/line.png");
	background-position:left bottom;
	background-repeat:repeat-x;
	color:#4F4F4F;
	font-family:Georgia,sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	padding:6px 6px 6px 0;
}

#sidebar box .inbox {
	margin-bottom:20px;
	line-height:1.2em;
}

.widget_tags .tagfrequency {
	color:#a1a1a1;
}

#sidebar .widget_tags a {
	color:#4f4f4f;
	background-color:#fff46b;
	padding:1px;
	text-decoration:none;
	line-height:1.7em;
	font-weight:bold;
}

.widget_archives li {
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:15px;
	margin-left:10px;
}

.widget_archives a, .widget_topics a {
	color:#343434;
	text-decoration:none;
	font-weight:bold;
}

.widget_topics .date {
	color:#bebebe;
}

#sidebar li {
	margin-bottom:10px;
	overflow:hidden;
}

.widget_topics a {
	background-color:#fff;
}
/*## Calendar ## Styles for calendar */

.bCalendarTable {
	background-color:#fff;
	padding:10px;
}

.bCalendarTable td, .bCalendarTable th {
	padding:5px;
}

.bCalendarTable a {
	font-weight:bold;
}
/*## Comments ## Styles for comment area */

.replyComment a {
	background-image:url(img/ve.png) !important;
	padding:3px;
}

#comment_container .comment {
	margin-bottom:5px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:5px;
}

.related ul {
	margin:10px;
}

.related p, h3.comment { 
	color:#6f6f6f;
	font-weight:normal;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}

.related {
	margin-bottom:0;
}

.commentsBg {
	margin:10px;
}

#commentForm {
	margin:0;
	padding:0;
	border:0 none;
}

label, .label {
	color:#6f6f6f;
	font-size:15px;
}

.commentText {
	font-size:13px;
	color:#4f4f4f;
line-height:1em;
}

.commentHeadURL, .commentTime {
	font-size:11px;
	font-weight:normal;
}

.commentFooter {
	font-size:11px;
}

#comment_text {
	background-color:#f2f2f2;
	border:1px solid #e5e5e5;
	padding:5px;
	width:430px;
}

#commentForm .submit {
	text-indent:-9999px;
	background-image:url(img/kuldes.png);
	height:36px;
	width:65px;
	border:0;
}

#commentForm .input div {
	display:inline;
	margin-left:10px;
}

#followinglinks {
	margin-left:120px;
}

#feedback_container {
	border-top:0;
}


.clearer {
	float:none;
	clear:both;
}
</pre></body></html>