@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: Georgia, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color:#4c4c4c;
        border-top: solid 10px #4c4c4c;
}
/*## General tags ##  */

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

hr { display:none; }

a { color:#b1a56a; text-decoration:underline; }
a:hover { background-color:#b1a56a; color: #fff; }

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

blockquote
{
  background: #f8f8f8;
  border: solid 1px #f3f3f3;
  margin: 20px 25px;
  padding: 10px;
  font-style: italic;
}

blockquote.guestquote {
background-color:#EDEDED;
}

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 { margin:0px; }

h1
{
  font-size:2.15em;
}

h2
{
  margin-bottom: 10px;
  font-size: 1.85em;
  font-weight: normal;
}

h1, h1 a { color:#4c4c4c; text-decoration:none; }
h1 a:hover { background-color:#fff; color: #a5a5a5; }

h2, h2 a { color:#000; text-decoration:none; }
h2 a:hover { background-color:#000; color: #ffffff}

h3 a { color:#b1a56a; text-decoration:none; }
h3 a:hover { background-color:#b1a56a; color: #ffffff}

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

#mainHeader {
    background: url('img/header_logo.png') no-repeat left;
    height: 100px;
}

#title {
    font-family: Georgia, helvetica, arial;
    font-size: 4.6em;
    font-weight: normal;
    height: 86px;
    border-top: dotted 1px #4c4c4c;
    border-bottom: dotted 1px #4c4c4c;
    margin-left: 180px;
    padding-top: 12px;
}
div#pageHeader h1 a {
    color: #4c4c4c;
}

#notes {
    font-size: 1em;
    color: #000;
    margin-left: 180px;
    position: relative;
    top: -24px;
}

#tagline {
    font-size: 1.2em;
    text-align: right;
    font-weight: normal;
    padding: 12px 0;
}
/*## Page Footer ## Styles for page footer */


/*## Page Layout ##  */

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

div#leftWrapper  {
    width: 0px;
    border: 0px;
    float:left;
    display: none;
}
div#rightWrapper {
    width: 200px;
    border: 0px solid green;
    float:right;
}
div#mainWrapper  {
    width: 740px;
    border: 0px solid blue;
    float:left;
    overflow:hidden; word-wrap: break-word;
}

div.leftIn  { background-color: #fff; }
div.rightIn { background-color: #fff; padding: 10px 0 0 0; font-size: 1.08em }
div.mainIn  { background-color: #fff; }
/*## Post ## attributes for blog posts  */

div.post
{
	margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
	overflow:hidden; word-wrap: break-word;
        border-bottom: solid 1px #a5a5a5;
        font-size: 1.08em;
}

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

div.post h2, div.post h3 { margin-left: 180px; }
div.post h3.tags { font-weight: normal; font-size: 1.08em; background: #ededed; padding: 2px; margin-bottom: 10px; }
div.post h3.tags a { color:#b1a56a; text-decoration:none; }
div.post h3.tags a:hover { background-color:#b1a56a; color: #ffffff}
div.post h3.date-author { width: 160px;	float: left; font-size: 0.92em; color: #7f7f7f; font-weight: normal; margin-left: 0px !important; }
div.post h3.date-author .date { display: block; }
div.post h3.comments-edit { float:none; clear:both; }

div.post img { text-align: left; float:left; margin: 12px; margin-left: 0px; margin-top: 10px; margin-bottom: 10px; 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: 5px auto; display: block; }

div.post div.entry { margin-bottom: 6px; margin-left: 180px; }
div.post div.entry h2, div.post div.entry h3 { margin: 6px 0px !important; color: #4c4c4c; }

div.related { margin-left: 180px; }
/*## Pager ## */

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

div.prev {
    float: left;
}

div.next {
    float: right;
}

p.nopost {
    margin-top: 1em;
    font-size: 1.2em;
}


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

div.box
{
	overflow:hidden; word-wrap: break-word;
        padding-bottom: 4px;
        margin-bottom: 10px;

}
div.box h3
{
	text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        border-bottom: dotted 1px #4c4c4c;
        padding-bottom: 4px;
        margin-bottom: 10px;
        color: #4c4c4c;
}

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;
        border-bottom: dotted 1px #4c4c4c;
        padding-bottom: 10px;
}
div.box .dimmed
{
	color: #aaa;
	font-size: 1em;
}

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:##B1A56A; text-decoration:none; }
table.bCalendarTable a:hover { background-color:##B1A56A; color: #ffffff}
table.bCalendarTable tfoot td {	background-color: #eee;	border-top: 1px solid #ccc; }
table.bCalendarTable tfoot a { text-decoration: none; }
th.bCalendarHeaderCell { color: #ccc; font-weight:normal; }
#bCalendarToday { background-color: #f2e49d; }
/*## Comments ## Styles for comment area */

div.commentsBg
{
	border: 1px solid #ededed;
        margin-top: 4px;
	margin-bottom: 16px;
        margin-left: 180px;
        padding-bottom: 0px;
}

div.comment
{
	padding: 8px;
}

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


div.owncomment
{
    background-color: #f3f3f3;
    margin: 2px;
}

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

div.commentsBg h1 { font-size: 1.2em; font-weight: normal; }
div.commentsBg h1, div.commentsBg h1 a { color:#b1a56a; text-decoration:none; }
div.commentsBg h1 a:hover { background-color:#b1a56a; color: #fff; text-decoration:none; }

.commentHeadURL { font-weight: normal; font-family: helvetica, arial, sans-serif; font-size: 0.8em; color: white;}
span.commentTime a { font-weight: normal; font-size: 0.8em; 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: #f3f3f3;
	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;
        padding-bottom: 1ex;
	border: 0px;
}
fieldset.input img { margin: 0px; }

.commentFooter { margin-top: 6px; }
