@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: #121010 url('img/body_bg.gif') repeat-x;
	font-family: MingLiU-ExtB, Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color:#86888F;
}
/*## General tags ##  */

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

hr { display:none; }

a { color:#b22a2c; text-decoration: none; }
a:hover { color: #741213;}

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

blockquote 
{
  background: none;
  border: 1px solid #2A2828;
  margin: 20px 25px;
  padding: 10px;
  font-style: Bold Italic;
}


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


blockquote.guestquote, blockquote.guestquote p {
color:#c9cad4;
}

p 
{
  margin:0 0 15px 0;
  display: block;
}

ul, li 
{
  list-style-type:disc;
  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;*/
}

h2, h2, h3 { margin: 0px; }

h3 
{
  font-size:2.15em;
  font-weight: normal;
}

h3 
{
  margin-bottom:0px;
  font-size: 2em;
  font-weight: normal;
}

h3 
{
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 1.2em;
  font-weight: normal;
}
/*
h2, h2 a { color:#b22a2c; text-decoration:none; }
h2 a:hover { background-color:#b22a2c; color: #ffffff}

h3 a { color:#fff; text-decoration:none; }*/
h3 a:hover { background: #fff; color: #000; }

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

div#pageHeader {
    background: url('img/bg_header.gif') no-repeat 420px 0;
    height: 170px;
    
} 
div#pageHeader #title {
    font-size: 6em;
    color: #000;
    padding-top: 21px;
    font-weight: normal;

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

div#pageHeader #title a:hover {
    background: none;
}
h3
div#pageHeader #tagline { 
    color: #000;
    font-size: 3em;
    font-weight: normal;
    position: relative;
    top:  7px;
    padding-left: 5px;
    margin: 6;
}
/*## Page Footer ## Styles for page footer */


/*## Page Layout ##  */

div#wrapper /* Main white content zone */
{
    margin: 0px;
    margin: 0 auto;
    padding: 0px;
    width: 960px;
}

div#leftWrapper  {
    width: 0px;
    border: 0px;
    float:left; 
    display: none;
}
div#rightWrapper {
    width: 310px;
    border: 0px solid green;
    float:right;
}
div#mainWrapper  {
    width: 630px;
    padding-right: 20px;
    float:left;
    overflow:hidden; word-wrap: break-word;
}

div.leftIn  { background-color: #fff; padding: 8px; }
div.rightIn { padding-top: 50px; }
div.mainIn  { padding-top: 50px; }
/*## Post ## attributes for blog posts  */

div.post 
{ 
	margin-bottom: 40px;
	overflow:hidden; word-wrap: break-word;
        border-bottom: solid 1px #2a2828;
        padding-bottom: 0.5em;
}

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

div.post h3.tags { font-size: 1.3em; border-bottom: 1px solid #2A2828; margin-bottom: 0.5em; padding-bottom: 0.5em; }
div.post h3.date-author {
    margin: 0;
    padding: 10px 0 20px 0;
}

div.post h3.date-author a {
    border-right: solid 1px #2a2828;
    padding-right: 6px;
    margin-right: 6px;
}

div.post h3.comments-edit { float:none; clear:both; }

div.post img { border:1px solid #2A2828; padding: 4px; }
div.post img { text-align: left; float:left; margin: 12px; margin-left: 0px; margin-top: 4px; margin-bottom: 4px; }
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 { margin-bottom: 20px; color: #a4a6b0; font-size: 1.25em; padding: 10px; background: #181515 url('img/post_header.gif') no-repeat bottom; border-top: 1px solid #2A2828; }

/*## Pager ## */

div.pager {
    font-weight: bold;
    display: inline;
    margin-bottom: 1em;
}

div.prev {
    float: left;
}

div.next {
    float: right;
}

p.nopost {
    font-size: 1.3em;
    color: #B22A2C
}

div.more { text-align: right; margin-bottom:8px; margin-right: 10px; }
/*## Sideboxes ## Styles for sideboxes */

div.box 
{ 
	margin-bottom: 16px; 
	overflow:hidden; word-wrap: break-word;
/*	padding-right: 8px;*/
}
div.box h3 
{ 
	color:#fff;
        background: url('img/bg_boxHeader.gif');
        font-size: 1.8em;
        font-weight: normal;
        height: 34px; 
        padding-top: 4px;
        padding-left: 8px;
        margin-bottom: 0;
}

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: 1em;
}

div.box input.SearchField
{
	background-color: #fff;
	border: 1px solid #a5a5a5;
	width: 172px;
	margin: 1px 10px 0 0;
}

.searchBox { 
    position: absolute; 
    top: 140px; 
    border: none !important; 
}

.searchBox h3 { 
    border: none !important; 
    background: none !important; 
    font-size: 1.5em; color: #000 !important; 
    font-weight: normal !important; 
}

input.submit {
margin-top:10px;
}

.searchBox p {
    margin: 0 !important;
    float: left;
}

.searchBox .submit {
    float: right;
    background: url('img/search_bg.gif');
    width: 50px;
    height: 20px;
    border: none;
    color: #fff;
    font-size: 0.8em;
    font-family: arial;
    padding-bottom: 1px;
}

.searchBox .inbox {
    background: none;
    padding: 0;
}

.inbox {
    background: #1f1c1c url('img/box_footer.gif') bottom no-repeat;
    padding: 10px 10px 20px 10px;
}

.inbox p, .inbox a.promo_inbox {
    margin: 0;
    font-size: 1.08em;
    color: #fff;
}

.inbox a.promo_inbox strong {
    background-color: #B22A2C;
}
/*## Calendar ## Styles for calendar */

/* Calendar: */
caption.bCalendarCaption { border: 1px solid #ccc; border-bottom: 0px; padding: 4px; }
table.bCalendarTable { border: 1px solid #ccc; border-collapse: separate; width: 100%; }
table.bCalendarTable a { color: #fff; text-decoration:none; }
table.bCalendarTable a:hover { color: #fff; }
table.bCalendarTable tfoot td { border-top: 1px solid #ccc; }
table.bCalendarTable tfoot a { color: #fff; text-decoration: none; }
table.bCalendarTable tfoot a:hover { color: #fff; }
th.bCalendarHeaderCell { color: #ccc; font-weight:normal; }
#bCalendarToday { color: #fff; }
/*## Comments ## Styles for comment area */

div.commentsBg
{
	background-color: #181515;
	border: 1px solid  #2A2828;
	margin-bottom: 16px;
	padding-bottom: 0px;
	margin-top: 4px;
}

div.comment
{
	padding: 8px;
        font-size: 1em;
}

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

div.owncomment
{
    border: solid 1px #fff;
}

h3.comment { color: #4c4c4c; margin-top: 20px; }

div.commentsBg h1 { font-size: 1em; font-weight:700; letter-spacing:normal }
div.commentsBg h1, div.commentsBg h1 a { color:#fff; text-decoration:none; }
div.commentsBg h1 a:hover { background-color:#fff; color: #000; text-decoration:none; }

div.commentsBg h1 .commentHeadURL { font-weight: normal; font-family: helvetica, arial, sans-serif; font-size: 0.85em; color: white;}
div.commentsBg h1 span.commentTime a { font-weight: normal; font-size: 0.85em; color: #aaa;}
div.commentsBg h1 span.commentTime a:hover { color: #f0fff0; background-color: #aaa}
div.commentsBg h1 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;
}

fieldset.input img { margin: 0px; }