@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-color:#2f3133;
	font-family:Arial, sans-serif;
	line-height:1.2em;
	color:#4c4c4c;
}
/*## General tags ##  */

a {
	text-decoration:none;
	color:#d30606;
	font-weight:bold;
}

li {
list-style-type:square;
margin-left:20px;
padding-left:5px;
}

.next a {
	float:right;
	font-size:24px;
	background-color:#FFFFFF;
	padding:5px;
}

.prev a {
	float:left;
	font-size:24px;
	background-color:#FFFFFF;
	padding:5px;
}

.sh {
	padding:10px;
	margin-bottom:10px;
}
/*## Page Header ## Styles for page header */

#header {
	float:right;
	margin-right:96px;
	width:290px;
	margin-top:20px;
}

#header h1 a {
	color:#d30606;
	font-size:60px;
	text-decoration:none;
	font-family: 'IM Fell DW Pica', Georgia, sans-serif;
	line-height:0.8em;
	text-transform:uppercase;
}

#header h1 {
	line-height:2.5em;
}

#header .notes a {
	color:#fff;
	font-style:italic;
	font-weight:normal;
	display:block;
	text-align:justify;
	margin-top:15px;
}
/*## Page Footer ## Styles for page footer */


/*## Page Layout ##  */

#wrapper0 {
	background-image:url(img/bg0.png);
	background-repeat:repeat-x;
	background-position:top center;
}

#wrapper1 {
	background-image:url(img/bg1.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper2 {
	background-image:url(img/bg2.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper3 {
	width:1069px;
	margin:0 auto;
}
/*## Post ## attributes for blog posts  */

#main0 {
	float:left;
	width:620px;
	* margin-top:200px;
	margin-left:30px;
	line-height:1.5em;
	background-image:url(img/main1.png);
	background-repeat:no-repeat;	
}

#main2 {
	margin-top:170px;
	background-image:url(img/main0.png);
	background-repeat:repeat-y;	
	padding:20px 20px 40px;
}

#main1 {
	padding-bottom:186px;
	background-image:url(img/main2.png);
	background-repeat:no-repeat;	
	background-position:bottom left;	
}

#main0 h2 a {
	color:#d30606;
	font-size:34px;
	font-weight:normal;
	display:block;
	margin-bottom:10px;
}

#main0 h3.date {
	letter-spacing:1px;
	font-weight:normal;
	color:#4c4c4c;
	font-size:14px;
}

#main0 h3.date a {
	font-weight:normal;
	font-size:14px;
}

h3.edit, h3.comment {
	background-image:url(img/maintitle.png);
	background-repeat:no-repeat;
	min-height:49px;
	margin-left:-20px;
	margin-right:-20px;	
	padding:2px 7px 7px 15px;
	letter-spacing:1px;
	color:#fff;
}

h3.edit a {
	color:#fff;
}

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

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

#sidebar0 {
	background-image:url(img/sidebar0.png);
	background-repeat:repeat-y;
	width:310px;
	float:right;	
	clear:right;
	margin-right:96px;
	margin-top:20px;
	font-size:13px;
}

#sidebar1 {
	background-image:url(img/sidebar1.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#sidebar2 {
	background-image:url(img/sidebar2.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:20px;		
	padding-bottom:100px;
	padding-top:40px;
}

#sidebar0 .box h3 {
	background-image:url(img/sidebartitle.png);
	background-repeat:no-repeat;	
	min-height:43px;
	margin-left:-20px;
	margin-right:-20px;
	padding:4px 7px 7px 15px;
	color:#fff;
	font-size:18px;
	letter-spacing:1px;
}

/*#sidebar0 li {
	margin-bottom:8px;
}*/

#sidebar0 .inbox {
overflow:hidden;
	margin-top:-15px;
	padding-bottom:15px;
}
/*## Calendar ## Styles for calendar */

.inbox td, .inbox th {
padding:2px;
}

.bCalendarTable {
margin:0 auto;
text-align:center;
}
/*## Comments ## Styles for comment area */

#comment_text {
	background-color:#f6f6f6;
	border:1px solid #d6d6d6;
	padding:5px;
}

.comment {
	padding-bottom:15px;
}

#commentForm {
	border:0;
}

#comment_container .comment {
	margin-left:-20px;
	margin-right:-20px;
	border-bottom:5px solid #1c1c1c;
	padding-bottom:15px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

#comment_container .comment h1 {
	font-size:14px;
	color:#4c4c4c;
}

#comment_container .comment h1 a {
	font-size:14px;
}

#comment_container .comment h1 .commentAuthor a {
	color:#4c4c4c;
}