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

/* -------------------------------------------------------------- 
Standardised Internet Explorer 6 stylesheet:
https://forabeautifulweb.com/blog/about/universal_internet_explorer_6_css/

Author: Andy Clarke
Web site: https://stuffandnonsense.co.uk
Web site: https://forabeautifulweb.com
Web site: https://transcending.com
Twitter: https://twitter.com/malarkey

Version date : 22nd May 2009
Version: 0.3 Alpha

License: Creative Commons CC Zero Declaration. No Rights Reserved.

Based on the work of:
Mark Boulton: https://markboulton.co.uk
Eric Meyer: https://meyerweb.com
Cameron Moll: https://www.cameronmoll.com
Richard Rutter: https://clagnut.com
Khoi Vinh: https://subtraction.com

Layout:
Dohany Tamas: https://dtamas.tumblr.hu

-------------------------------------------------------------- */

html, 			body, 
div,			span, 
object, 		iframe, 
h1, h2, h3, h4, h5, h6, 
p, 				blockquote, 
pre, 			a, 
abbr, 			acronym, 
address, 		code, 
del, 			dfn, 
em, 			img, 
q, 				dl, 
dt, 			dd, 
ol, 			ul, 
li, 			fieldset, 
form, 			label, 
legend, 		table, 
caption, 		tbody, 
tfoot, 			thead, 
tr, 			th, td { 
margin : 0; 
padding : 0; 
border : 0; 
font-weight : inherit; 
font-style : inherit; 
font-size : 100%; 
font-family : inherit; 
vertical-align : baseline; }

/* Body ---------------------------------------------------- */

body {
width : expression(document.body.clientWidth < 640? "640px" : document.body.clientWidth > 120? "120em" : "auto");
margin : 0 auto;
padding : 0;
background : #fff;
font-family: Calibri, Arial, sans-serif;
line-height : 1.4;
color : #4c4c4c; }

/* Headings ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { 
font-weight : normal; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { 
margin : 0; }

/* Text elements -------------------------------------------------------------- */

p { 
margin:0 0 10px; }

a {
color : #105cb6;
text-decoration : none; }

a:focus, a:hover { 
color : #003;
text-decoration : underline; }

a img {
border : none; }

blockquote, q {
quotes : "" ""; }

blockquote { 
margin : 1.5em 1.5em 1.5em 1.5em;
padding-left : 1.5em;
border-left : 1px solid #666;
font : italic 1.2em Cambria, Georgia, serif; }

blockquote:before, blockquote:after, q:before, q:after { 
content : ""; }

strong { 
font-weight : bold; }

em, dfn { 
font-style : italic; }

dfn { 
font-weight : bold; }

sup, sub { 
line-height : 0; }

abbr, acronym { 
cursor:help;
border-bottom : 1px dotted #666; }

address {
margin : 0 0 1.5em;
font-style : italic; }

del { 
color : #666; }

pre, code, tt {
margin : 1.5em 1.5em 1.5em 1.5em;
padding-left : 1.5em;
border-left : 1px dotted #666;
font : 1em monospace;
line-height : 1.5; }

pre { 
white-space : pre; }

code { 
display : block; }


/* Lists -------------------------------------------------------------- */

li ul, li ol { 
list-style-type : circle;
margin : 0 1.5em .75em 1.5em; }

ul, ol {
margin : 10px; }

ul { 
list-style-type : disc; }

ol {
list-style-type : decimal; }

dl {
margin-bottom: 1.5em; 
padding-top: 1.5em; 
border-top : 1px solid #ccc; }

dl dt {
margin-bottom : .75em;
font-size : 1.2em;
line-height : 1.25; }

dd {
margin-bottom: 1.5em; 
padding-bottom: 1.5em; 
border-bottom : 1px solid #ccc; }

/* Tables -------------------------------------------------------------- */

table {
border-collapse : separate; 
border-spacing : 0;
margin-bottom : 1.4em;
width : 100%; }

table, td, th { 
vertical-align : top; }

th, thead th {
font-weight : bold; }

th, td, caption {
padding : 4px 10px 4px 5px; 
text-align : left; 
font-weight : normal; }

th, td {
border-bottom : 1px solid #ccc; }

tfoot { 
font-size : .9em; }

caption {
margin-bottom : 1em;
font-size : 1.5em;
line-height : 1 ; }

/* Forms -------------------------------------------------------------- */

label { 
font-weight : bold; }

fieldset { 
margin : 0 0 1.5em 0; 
padding : 1.4em 1.4em 0 1.4em; 
border : 1px solid #ccc; }

legend {  
font-size : 1.2em; 
font-weight : bold; }

textarea { 
padding : 1px; }

/* Layout -------------------------------------------------------------- */

body {
	background-image:url("img/bg.png");
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Georgia,serif;
	font-size:13px;
}

#wrapper {
	width:958px;
	margin:25px auto;
	background-image:url("img/wrapper.png");
	background-repeat:repeat-y;
}

#wrapper-style {
	background-image:url("img/wrapper-style.png");
	background-repeat:no-repeat;
	background-position:0 150px;	
}

#wrapper-top {
	background-image:url("img/wrapper-top.png");
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:25px;		
}

#wrapper-bottom {
	background-image:url("img/wrapper-bottom.png");
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:20px;		
}

#pageHeader {
	background-image:url("img/header.png");
	background-repeat:no-repeat;	
	background-position:top left;
	margin-left:25px;
	padding-top:35px;
	padding-left:370px;
	height:150px;
}

#pageHeader h1 a {
	color:#000;
	font-size:48px;
}

#pageHeader h3#tagline {
	color:#fff;
	font-size:24px;
}

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

a:hover {
	text-decoration:underline;
}

#rightWrapper {
	width:250px;
	float:right;
	margin-right:30px;
}

#mainWrapper {
	float:left;
	margin-left:30px;
	width:640px;
}

#pageFooter {
	clear:both;
}

.post .head {
	background-image:url("img/post-title.png");
	background-repeat:no-repeat;
	background-position:bottom left;
}

.post .head, .post h3.comments-edit {
	border-bottom:3px solid #ffbae9;
	margin-bottom:10px;
	padding-bottom:10px;
}

/*.post .head  h2.date {
	width:100px;
	float:left;
	border:2px solid #FF1AD7;
	font-size:10px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	font-size:16px;
	margin-right:10px;
	padding:5px;
	text-align:center;
	color:#000;	
	background-color:#ffd0f0;
}*/

.post .head  h2.title {
	font-size:24px;
	font-weight:bold;
	margin-bottom:25px;
}

.post .head .author, .post .head  h2.date {
	margin-left:120px;
	color:#000;
	font-weight:bold;
}

.post .head  h2.title a {
	color:#000;
}

.post h3.tags, .post h3.comments-edit {
	border-top:3px solid #ffbae9;
	margin-top:10px;
	padding-top:10px;
}

.pager a {
	color:#000;
}

blockquote {
	border-left:2px solid #ff07b6;
	background-color:#ffddf3;
	color:#000;
	padding:20px;
}

#rightWrapper .box {
	background-image:url("img/sidebar-title.png");
	background-repeat:no-repeat;
	background-position:top right;
	padding-bottom:25px;
	font-size:12px;
}
#rightWrapper .box h3 {
	color:#ff02b4;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}

#rightWrapper .box li {
	border-bottom:1px solid #ffbae9;
	padding-bottom:10px;
	margin-bottom:10px;
	list-style-type:none;
}

#rightWrapper .inbox {
	margin-right:60px;
	margin-top:20px;
}

.SearchField {
	border:1px solid #000;
	padding:1px;
	width:180px;
}

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

#commentForm {
	border:0;
	margin:0;
	padding:10px;
	background-color:#ffddf3;
}

h3.comment {
	padding:10px;
	font-size:18px;
	color:#000;
}

.prev {
	float:left;
}

.next {
	float:right;
}

th, td, caption {
	padding:1px;
}

.tagcloud {
	font-style:italic;
}
/*## General tags ##  */


/*## Page Header ## Styles for page header */


/*## Page Footer ## Styles for page footer */


/*## Page Layout ##  */


/*## Post ## attributes for blog posts  */


/*## Sideboxes ## Styles for sideboxes */


/*## Calendar ## Styles for calendar */


/*## Comments ## Styles for comment area */

