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

ins {
	text-decoration: none;
	}

del {
	text-decoration: none;
	}

/*## Body ## Body class attributes */

body
{
/*
    background: #aa0000;
*/
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}


/*## General tags ##  */

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

hr { display:none; }



a {
    text-decoration: none;
    background-color: transparent;
    color: #999999;
    font-weight: normal;
    border-bottom: solid 1px #cccccc;
}

a:hover {
    color: #666666;
    font-weight: normal;
    border-bottom: solid 1px #999999;
}



blockquote
{
    color: #333333;
    padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
    font-size: 11px;
    line-height: 14px;
    font-style: normal;
    font-family: Verdana, Arial, Georgia, Times, serif;
    border: 1px solid #cee0e0;
	background-color: #ebf3f5;
}

blockquote a
{
    text-decoration: none;
    color: #333333;
    border-bottom: solid 1px #cccccc;
}
blockquote a:hover
{
    color: #000000;
    border-bottom: solid 1px #666666;
}


blockquote p
{
  color:#577a86;
  font-style: normal;
  margin:0;
}

p
{
    margin:0 15px 0 20px;
    padding:0 0 10px 0;
}

ul, li
{
  list-style-type:disc;
  color:#444;
  margin:0;
  padding:0;
}

ol li
{
  list-style-type:decimal;
  margin:0;
  padding:0;
}

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
{
  font-size:28px;
}

h2
{
  font-size: 16px;
  margin-top:16px;
  margin-bottom:10px;
  line-height: 18px;
}

h3
{
  margin-top:0px;
  margin-bottom:15px;
}

h1, h3 {
    line-height: 12px;
	}

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

div#pageHeader {
    background-image: url('img/blueskyback.jpg');
	background-repeat: no-repeat;
	border: 2px solid #e7ebeb;
	width: 840px;
	height: 180px;
}
div#pageHeader h1 {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 36px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 35px;
	margin: 0;
}
div#pageHeader h1 a {
    color: #fff;
    border: 0;
}
div#pageHeader h1 a:hover {
    border: 0;
}
div#pageHeader h3 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	padding-left: 35px;
	font-size: 13px;
    color: #778b90;
}
div#pageHeader div.notes {
	padding-top: 20px;
	padding-right: 20px;
    font-size: 12px;
    float: right;
    color: #fff;
	border: 0;
	height: 40px;
}

div#pageHeader div.notes a, div#pageHeader div.notes a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}

div#pageHeader div.notes a:hover {
	color: #fff;
	text-decoration: underline;
}

/*## Page Layout ##  */

div#wrapper /* Main white content zone */
{
	background-color: #fff;
	width: 840px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #f8f8f8;
}

div#leftWrapper {
    width: 0px;
    border: 0px;
    float:left;
    display: none;
}
div#rightWrapper
{
    width: 254px;
    border: 2px solid #e7ebeb;
    float:right;
	margin-top: 10px;
	margin-left: 4px;
	overflow: hidden;
	word-wrap: break-word;
}
div#mainWrapper  {
    width: 576px;
    border: 0px solid blue;
    float:left;
	overflow: hidden;
	word-wrap: break-word;
}

div.leftIn  { background-color: #fff; padding: 8px; display: none; width: 0px;}

div.rightIn
{
	width: 250px;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 0;
}

div.mainIn  { background-color: #fff; }



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

div.post
{
    border: 2px solid #e7ebeb;
    padding: 10px 20px;
    margin: 10px 0 10px 0;
    background-color: #ffffff;
    overflow: hidden;
    word-wrap: break-word;
	background-image: url('img/postbg.gif');
	background-repeat: repeat-x;
    line-height: 12px;
}

div.post h2
{
	color: #3d5e22;
	font-size: 16px;
    text-align: center;
	text-decoration: none;
	padding-bottom: 0px;
}

div.post h2 a
{
	color: #90aab9;
    padding: 6px 0 0 0;
	margin: 0;
    text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #d7e4eb;
}

div.post h2 a:hover
{
	color: #90aab9;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}


div.post h3
{
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 10px;
    text-align: center;
    margin: 0px;
    padding: 10px 0 10px 0;
    color: #999999;
}



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: 5px auto; display: block; }

div.entry
{
    font-size: 10px;
	color: #6a6a6a;
    margin: 10px 0 10px 0;
	line-height: 170%;
}

div.entry embed {
    margin-left: auto;
}

div.entry h3
{
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.entry a
{
    background: transparent;
	color: #2da4ce;
	border: none;
	text-decoration: underline;
}

div.entry a:hover
{
    color: #000;
}

p.bMore a:link, p.bMore a:visited {
	background-color: transparent;
	color: #2da4ce;
	text-decoration: underline;
	border: none;
	}

div.entry p.bMore a:hover {
	color: #1b7ea1;
	background-color: transparent;
	text-decoration: none;
	}



/*## 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: 15px;
	overflow: hidden;
	word-wrap: break-word;
}

div.box h3
{
    width: 250px;
    font-family: Arial, Verdana, Georgia, Times, serif;
    font-weight: bold;
    font-size: 11px;
    color: #6e8289;
    padding: 7px 0 6px 0;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
/*
    background-color: #cce0ce;
    background-image: url(img/headerbg_main.gif);
*/
    background-repeat: repeat-x;
    background-color: #d3e2e6;
    background-image: url('img/boxtitle_bg.jpg');
	border-top: 2px solid #b1c8c8;
	border-bottom: 1px solid #c5dada;
}

div.box ul
{
    margin: 8px;
}

div.box a
{
    margin-left: 10px;
    text-decoration: none;
    font-family: Arial, Verdana, Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #5c5e22;
    border-bottom: none;
	text-align: left;
}

div.box li a { margin-left: 0 }


div.box li
{
    list-style: none;
    background: url('img/doc_icon.gif') top left no-repeat;
    padding-left: 12px;
    margin: 0;
}

div.box li a
{
    background: none;
    padding-left: 0;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #577a86;
    border-bottom: dotted 1px #91a1a9;
}

div.box a:hover, div.box li a:hover
{
    color: #48a3c3;
    font-weight: bold;
}

div.box li a:hover
{
    border-bottom: 1px solid #84b0c9;
}

div.box img {
	margin-left: 20px;
	}

div.inbox {
	padding-left: 5px;
	padding-right: 5px;
	line-height: auto;
	}

/* ## Disable

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.badge img { margin: 10px; }

 Disable END ##*/

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

/* Calendar: */
caption.bCalendarCaption { border: 1px solid #ccc; background-color: #e6f7fe; border-bottom: 0px; margin-left: 20px; }
table.bCalendarTable     { border: 1px solid #ccc; border-collapse: separate; margin-left: 20px; line-height: 12px; }
table.bCalendarTable a { color:#6199b3; text-decoration:none; background: none; padding: 0px; margin: 0; }
table.bCalendarTable a:hover { background-color:#8fb8cb; color: #ffffff}
table.bCalendarTable tfoot td {	background-color: #e6f7fe;	border-top: 1px solid #ccc; }
table.bCalendarTable tfoot a { text-decoration: none; }
table.bCalendarTable tfoot a:hover { background-color:#8fb8cb; color: #ffffff }
th.bCalendarHeaderCell { color: #ccc; font-weight:normal; }
.bCalendarCell { color: #6a6a6a;}
#bCalendarToday { background-color: #8fb8cb; color: #fff;}

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

div.commentsBg
{
	background-color: #transparent;
	border-top: 1px dotted  #cadce8;
	margin-bottom: 16px;
	padding-bottom: 0px;
	margin-top: 4px;
    line-height: 12px;
}

div.comment
{
	padding: 0px 8px 8px 8px;
/*	border-bottom: 5px solid white;*/
	border-top: 1px dotted #cadce8;
    line-height: 12px;
}

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


div.owncomment
{
    background-color: #fAfCf8;
}

div.comment h1 a:link, div.comment h1 a:visited {
	font-size: 11px;
	color: #6598b0;
	border-bottom: 1px solid #8fb8cb;
	}

h3.comment { color: #82949c; padding-top: 10px; font-size: 12px;  }

div.commentsBg h1 { font-size: 14px; font-weight:700; letter-spacing:normal }
div.commentsBg h1, div.commentsBg h1 a { color:#82949c; text-decoration:none; }
div.commentsBg h1 a:hover { background-color:#82949c; color: #fff; 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; color: #6a6a6a;line-height:14px;}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #cadce8;
	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;
}

div.box input.SearchField
{
	background-color: #eee;
	border: 1px solid #cadce8;
	padding: .5ex;
	width: 92%;
	margin: 0ex;
	font-size: 11px;
}

.submit {
	background-color: #cadce8;
	color: #3b7894;
	font-size: 11px;
	margin-left: 20px;
	border: 1px solid #a6bec7;
	padding: 2px;
	}

.SaveButton {
	background-color: #cadce8;
	color: #3b7894;
	font-size: 12px;
	border: 1px solid #a6bec7;
	width: 80px;
	padding: 2px;
	}

.ResetButton {
	background-color: #cadce8;
	color: #3b7894;
	font-size: 12px;
	border: 1px solid #a6bec7;
	width: 80px;
	padding: 2px;
	}

div.input {
	background-color: #fff;
	padding: 2px;
	}

fieldset div.input {
	color: #6a6a6a;
	}

fieldset.submit {
	background-color: #fff;
	}

div.label {
	color: #6a6a6a;
	}

label {
	color: #6a6a6a;
	}

.checkbox {
	color: #6a6a6a;
	}

.input_text {
	background-color: #eee;
	border: 1px solid #cadce8;
	}
