@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: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#444;
background-image: url(img/tile.jpg);
}

.marker
{
display: none;
background-color: #aaffaa;
margin: 2px;
}

a {
color:#990000; 
text-decoration:none; 
}
a:hover 
{
color:#990000; 
text-decoration:underline; 
}

h2 a
{
text-decoration: none;
color: #ffffff;
display: block;
padding: 10px;
}
h2 a:hover
{
text-decoration: underline;
color: #ffffff;
}
/*## General tags ##  */

div { padding:0px; margin:0px; }

hr { display:none; }


p, li, blockquote, dd, dt { line-height:135%; }

blockquote 
{
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
  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 0 15px 0;
  color:#444;
  display: block;
}

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-bottom:6px;
  font-size:18px;
}


h2
{
background-color: #990000;
background: -moz-linear-gradient(top, #880000 0%, #aa0000 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#880000), to(#aa0000));
margin-top: 0px;
padding: 0px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}


h3 a { color:#0087c9; text-decoration:none; }
h3 a:hover { background-color:#0087C9; color: #ffffff}

dt { font-weight:bold; }
dd { margin:3px 0 10px 0; }
/*## Page Header ## Styles for page header */

div#pageHeader {
background:#ffffff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
div#pageHeader IMG {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}

div#menu_new
{
text-align: center;
color: #ffffff;
background-color: #000000;
padding: 10px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666'); 
background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666)); 
background: -moz-linear-gradient(top, #000000, #666666);
margin-bottom: 10px;
}

div#menu_new A
{
font-weight: bold;
color: #ffffff;
font-size: 14px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: underline;
}

div#menu_new A:hover
{
background-color: #990000;
}
/*## Page Footer ## Styles for page footer */


/*## Page Layout ##  */

div#wrapper /* Main white content zone */
{
	width: 980px;
margin: 0px;
	margin: 10px auto;
	padding: 0px;

background-color:#eeeeee;
background-image: url(img/tile_light.jpg);

border: 2px solid #990000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

box-shadow: 0px 0px 10px #000000;
-moz-box-shadow: 0px 0px 10px #000000;
-webkit-box-shadow: 0px 0px 10px #000000;
}

div#leftWrapper  {
    width: 0px;
    border: 0px;
    float:left; 
    display: none;
}
div#rightWrapper {
    width: 250px;
    border: 0px solid green;
    float:right;
}
div#mainWrapper  {
    width: 720px;
    float:left;
	overflow:hidden; word-wrap: break-word;
}

div.leftIn  {}
div.rightIn {}
div.mainIn  { }
/*## Post ## attributes for blog posts  */

div.post 
{ 
overflow:hidden; 
word-wrap: break-word;

margin-bottom: 10px; 
margin-left: 10px;
background-color: #ffffff;

border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;

	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */

}

/*  \*/
* 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-color:#ff9900; color: #ffffff}

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 
{
padding: 10px;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding-bottom:15px; 
}


/*## Pager ## */

div.pager {
    font-weight: bold;
    display: inline;
}

div.prev {
    float: left;
}

div.next {
    float: right;
}
/*## Sideboxes ## Styles for sideboxes */

div.box 
{ 
	border: 0px solid red; 
	margin-bottom: 16px; 
	overflow:hidden; word-wrap: break-word;

	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */

border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
}
div.box h3 
{ 
background-color: #990000;
background: -moz-linear-gradient(top, #880000 0%, #aa0000 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#880000), to(#aa0000));
margin: 0px;
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
color: #ffffff;
padding: 5px;
}
div.box .inbox
{
background-color: #ffffff;
padding: 5px;
border-left: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}

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-color:#0087C9; color: #ffffff}
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-color:#0087C9; color: #ffffff }
th.bCalendarHeaderCell { color: #ccc; font-weight:normal; }
#bCalendarToday { background-color: #85d8ff; }
/*## Comments ## Styles for comment area */

h3.comment 
{
font-weight: bold;
font-size: 11px;
color: #666666;
margin-top: 15px;
}

div.commentsBg h1 { font-size: 11px; font-weight:700; letter-spacing:normal }
div.commentsBg h1, div.commentsBg h1 a { }
div.commentsBg h1 a:hover { }

.commentHeadURL { font-weight: normal;}
span.commentTime a { font-weight: normal;}
span.commentTime a:hover {}
span.commentTime a:visited {}

div.commentText { margin-top: 4px; }

div.commentsBg
{
background-color: #ffffff;
margin-bottom: 16px;
padding-bottom: 0px;
}


div.comment
{
padding: 8px;
border: 1px solid #fafafa;
margin-top: 4px;
margin-bottom: 16px;
}

div.owncomment
{
background-color: #fafafa;
border: 1px solid #eeeeee;
}

/*

*/
/*  \*/
* html div.comment {
	height: 1%;
}
/*  */
	
/*


div.commentsBg h1 { font-size: 14px; font-weight:700; letter-spacing:normal }
div.commentsBg h1, div.commentsBg h1 a { color:#87c900; text-decoration:none; }
div.commentsBg h1 a:hover { background-color:#87c900; color: #f0fff0; 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 { color: #f0fff0; background-color: #aaa}
span.commentTime a:visited {  color: #aaa;}

div.commentText { margin-top: 4px; }

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
textarea.bComment { width: 94% }

select.bComment  /* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}

form.bComment /* New comment form */
{
	margin: 1ex 2ex;
	padding: 0 1ex;
	border: 0px;
}

.more {margin-bottom:8px;}

*/