/* CSS reset */
@charset "utf-8";
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, img, ins, kbd, q, s, samp,small, sub, sup, tt, var, u, center,dl, dt, dd, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

/******************** Alap beállítások */
body {
	color:#000;
	font-size: 14px;
	
	font-family:"Courier New", Courier, monospace;
	background:#fff9e7;
}
a, a:visited, a:hover {text-decoration:none;color:#5a432b;}
p {
	font-size:14px; 
	line-height:20px;
	font-family: 'Roboto', sans-serif;
}
#main_column  p {margin-bottom:10px;}
/******************** Általános felépítés */
#main {
	width:1200px;
	background:none;
	margin:0 auto;
}
#header{
	height:163px;
}
#header .blog_name a{
	display:block;
	height:163px;
	text-indent:-9999px;
	
}
#container{
	background:url(images/bg.jpg) center top repeat-y;
}
#container2{background:url(images/header_bg.jpg) center top no-repeat}
#container3{background:url(images/footer_bg.jpg) center bottom no-repeat;padding:10px 110px 140px 110px;}

/****************** POST OSZLOP */
#main_column {width:665px;}
#main_column .box.post{margin-bottom:15px;}

#main_column .post_title{
	color:#5a432b;
	font-size:36px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #5a432b;
}
			/* Post infók */
#main_column .post_info{
	color:#000000;
	margin-bottom:10px;
	font-size:14px;
}
#main_column .post_info a{
	color:#5a432b;
}
			/* Címkék */
#main_column .post_tags{
	font-size:13px;
	color:#5a432b;
	margin:15px 0;
}
#main_column .post_tags span{color:black;}
#main_column .post_tags a{}

			/* Share */
#main_column .share_new{overflow:hidden;}
#main_column .share_new .sn_item {
	float:left;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #bcdbfc;
}
#main_column .share_new .sn_last{border:0;}

			/* Actions */
#main_column .post_actions {
	font-size:11px;
	margin-bottom:10px;
}

			/* komment, reblog count */
#main_column .recomm_cont {
	color:#5a432b;
	text-transform:uppercase;
	padding-top:3px;
}
#main_column .comment_num{
	background:url(images/icon_komment.png) 0 0 no-repeat;
	padding:2px 0px 2px 18px;
	margin-right:20px;
}
#main_column .reblog_num{
	background:url(images/icon_reblog.png) 0 0 no-repeat;
	padding:2px 0px 2px 18px;
}
			/* Like */
#main_column .like_cont a {
	display:block;
	padding-left:18px;
}
#main_column .like_cont .like{padding-top:0px;}
#main_column .like_cont .dislike{
	padding-top:5px;
	margin-right:20px;
}
#main_column .like_cont .like a{
	background:url(images/action_like.jpg) 0 0 no-repeat;
	padding-top:5px;
	height:10px;
}
#main_column .like_cont .dislike a{
	background:url(images/action_dislike.jpg) 0 0 no-repeat;
	height:15px;
}
#main_column .like_cont a:hover{
	color:#898989;
	text-decoration:none;
	background-position:left bottom
}
/****************** WIDGETEK */

#widget_column {width: 300px;}
#widget_column .box_c{overflow:hidden;}
			/* boxok */
#widget_column .box_t h2 {
	color:#5a432b;
	font-size:26px;
}
#widget_column .box {
	margin-bottom:20px;
}

#widget_column .linkek { margin-bottom: 0; }

#widget_column .box_t {
	padding-bottom:15px;
	border-bottom:1px solid #5a432b;
	margin-bottom:15px;
}

			/* Search */
#widget_column .search_form .search_l {
	width:215px;
	border:1px solid #959588;
	padding:2px;color:#4e4e4e;
	font-size:12px;
	float:left;
	height:20px;
	line-height:20px;
}
#widget_column .search_form .search_r {
	width:61px;height:25px;
	background:url(images/button_search.jpg) 0 0 no-repeat;
	display:block;
	cursor:pointer;	
	float:right;
	text-indent:-9999px;border:0px;text-transform:capitalize;font-size:0;line-height:0px; /* IE7 és IE6 text-indent fix */
}
#widget_column .search_form  {overflow:hidden;}

			/* Linkek */
#widget_column .linkek .link_elem{
	margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #e2e2e2;
}

			/* Utolsó komment */
#widget_column .date .latest_comment .quote {font-size:13px;}
#widget_column .date .latest_comment .quote a{font-weight:bold;}
#widget_column .date .latest_comment .quote div{
	color:#757575;
	font-size:11px;
	font-style:italic;
	text-align:left;
}
#widget_column .date .latest_comment .quote div.text{
	color:#000;
	font-size:13px;
	padding:8px 0;
}
#widget_column .date .latest_comment {
	margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #e2e2e2;
}

			/* Blog leírás */
#widget_column .blogDescription img {float:left; margin:0 10px 5px 0;}
			/* Blog ajánló */
#widget_column .recomm_blog img {float:left; margin:0 10px 5px 0;}
			/* Blog Olvasók - READERS */
#widget_column .blogreaders .box_c {
	padding:10px;
	padding-right:0px;
}
#widget_column .blogreaders .box_c  .readers img{
	border:1px solid #fff;
	margin:0 5px 5px 0px;
}
#widget_column .blogreaders .pagination {overflow:hidden;}
#widget_column .blogreaders .pagination #previous{display:block;width:29px;height:21px;background:url(images/button_media_left.jpg) 0 0 no-repeat;}
#widget_column .blogreaders .pagination #next{display:block;width:29px;height:21px;background:url(images/button_media_right.jpg) 0 0 no-repeat;margin-right:10px;}
			
			/* Kedvencek */
#widget_column .favourites .fav_elem{overflow:hidden;margin-bottom:10px;padding-bottom:10px;background:url(images/bg_sepline_widget_h.jpg) left bottom repeat-x;}
#widget_column .favourites .fav_elem .avatar_img{float:left;margin-right:10px;}
#widget_column .favourites .fav_elem a {font-weight:bold;}
			/* Origo RSS */
#widget_column .o_rss .quote{line-height:20px;overflow:hidden;margin-bottom:10px;padding-bottom:10px;background:url(images/bg_sepline_widget_h.jpg) left bottom repeat-x;font-size:13px;}
#widget_column .o_rss .orss_time{float:left;color:#7e7d7d;padding-right:5px;margin-right:5px;border-right:1px solid #7e7d7d}
#widget_column .o_rss .orss_sep{display:none;}
#widget_column .o_rss .orss_title{font-weight:bold;}
			/* Favorite */	
#widget_column .filetree {line-height:20px;}
#widget_column .filetree ul {padding-left:15px;}
			/* Media */
#widget_column .media .center {background:#d0d0d0;}		
#widget_column .media .video { padding:10px; position:relative; }
#widget_column .media .media_title { padding-bottom:10px; text-align:center;width: 190px;margin:0 auto;}
#widget_column .media .media_title a { color:#000;font-size:14px;}
#widget_column .media .video img { width:235px; }
#widget_column .video  #previous{display:block;width:29px;height:21px;background:url(images/button_media_left.jpg) 0 0 no-repeat; position:absolute; left:5px; bottom:-18px;}
#widget_column .video  #next{display:block;width:29px;height:21px;background:url(images/button_media_right.jpg) 0 0 no-repeat;  position:absolute; right: 5px; bottom:-18px }
/****************** LAPOZÁS */
#post_list_footer .pagination{overflow:hidden;text-align:center;margin-top:10px;padding-top:10px;padding-bottom:10px;border-top:1px solid #5a432b;border-bottom:1px solid #5a432b;}

#post_list_footer .pagination .pages {font-size:24px;}
#post_list_footer .pagination .pages a {color:#5a432b;}
#post_list_footer .pagination .pages .act{color:#cccccc;} /* Aktuális oldal színe*/ 

#post_list_footer .pagination .button{display:block;width:30px;height:21px;text-indent:-9999px}
#post_list_footer .pagination .pag_last, #post_list_footer .pagination .pag_first {display:none;} /* NINCS FIRST és LAST */

#post_list_footer .pagination a.pag_next {background:url(images/button_pag_right.jpg) 0 4px no-repeat;}
#post_list_footer .pagination a.pag_prev {background:url(images/button_pag_left.jpg) 0 4px no-repeat;}
#post_list_footer .pagination span.pag_next {background:none}
#post_list_footer .pagination span.pag_prev {background:none}

/****************** Kommentek */

			/* LOGIN / KOMMENT FORM */
#commentsDiv .login_form a {color:#5a432b;} /* form linkek színe */
#commentsDiv .form {color:#5a432b;} /* form textek színe */
#commentsDiv  .login_form .form, #commentsDiv .login_form input.text{width:405px;} /* Login text mezők és bal oldal szélessége */
#commentsDiv  #commArea {width:595px;} /* Comment textarea szélesség 10px-es paddingal */
#commentsDiv .comment_form, #commentsDiv .login_form {border-top:1px solid #5a432b;border-bottom:1px solid #5a432b} /* Komment form háttere */
#commentsDiv .comment_form #ch_num {color:#A89797;} /* karakter számláló színe */

#commentsDiv .iwiw_connect {
	background:#fbfbfb;
	border:1px solid #dbdbdb;
	padding:10px;
	font-size:12px;
	color:#bcbcbc;
}

#commentsDiv .form .button {
	width:74px;height:19px;
	padding-top:6px;
	background:url(images/button_bg.png) 0 0 no-repeat;
	color:#74090c;font-size:14px;text-transform:lowercase;
	display:block;border:0px;font-weight:bold;text-align:center;float:left;text-transform:uppercase;}

#commentsDiv .login_form input.text{margin-bottom:10px;border:1px solid #e2e2e2}
#commentsDiv  #commArea {padding:10px;margin:10px 0px;border:1px solid #e2e2e2}

#commentsDiv .login_form {margin-bottom:10px;}
#commentsDiv  .comment_form {margin-bottom:15px;}
#commentsDiv .comment_form .form_row_top {overflow:hidden;margin-bottom:10px;}
#commentsDiv .comment_form .form_row_bottom {overflow:hidden;margin-top:10px;}
#commentsDiv .comment_form .form_row_top .button{float:right;}
#commentsDiv .comment_form, #commentsDiv .login_form{padding:20px;overflow:hidden;}
#commentsDiv .form{float:left;overflow:hidden;padding-right:5px;}
#commentsDiv .form .addcomment {float:left;}
#commentsDiv .form .cancelcomment {float:right;}
#commentsDiv .right_form{float:right;}
#commentsDiv .iwiw_connect p{margin:10px 0 50px 0;}
#commentsDiv .login_form .form_text_element {font-size:13px;padding-bottom:10px;font-weight:bold;}

			/* KOMMENTEK */
#commentsDiv .rss {
	display:block;width:107px;height:19px;
	background:url(images/button_comment_rss.png) 0 0 no-repeat;
	color:#74090c;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
	text-transform:uppercase;
}	
#commentsDiv .comment_head a{color:#5a432b;}
#commentsDiv .comment_head{
	float:left;
	width:122px;
	color:#000;
	font-size:12px;
	overflow:hidden;
	text-align: right;
	padding-right:15px;
}
#commentsDiv .comment_head img{margin-bottom:5px;}
#commentsDiv .comment_head .comment_info{line-height:18px;margin-bottom:5px;}

#commentsDiv .comment_text{
	float:right;
	width:510px;
	color:#000;
	font-size:12px;
}
#commentsDiv .comment_text p{color:#000;font-size:12px;}

#commentsDiv .comment{overflow:hidden;margin-bottom:20px;}
#commentsDiv #blogbejegyzes_paginator{margin:15px 0;} 


/************************* Postr defaults */ 
.disable_layer{margin:0px;padding:0px;border:0px;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url('/images/disable_layer_preview.png') no-repeat;z-index:1000;}
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.clear { clear: both; }
.overflow { overflow:hidden }
.post .video img { border: 0; }
.post .box_c img { display:block; margin: 15px auto; border: 1px solid #0c0c0c; text-align:center; }
.post .img_subtitle { text-align: center; }
.visibleonlyforowner{position:fixed;bottom:0;left:0;width:100%;color:#fff;font-size:16px;padding:35px 0;z-index:9999;border-top:2px solid #333;}
.visibleonlyforowner p{width:960px;margin: 0 auto;text-align:center;line-height:24px;}
.visibleonlyforowner p span{font-weight:bold;}
.visibleonlyforowner a{color:#3cd7e7;}
.sysadmin{position:fixed;bottom:0;left:0;width:100%;background:url(/images/transparent_gray_bg.png);color:#fff;font-size:12px;padding:6px 0;z-index:9999;}
.sysadmin p{width:960px;margin: 0 auto;text-align:left;}
.sysadmin p span{font-weight:bold;}
.sysadmin a{color:#3cd7e7;}
.ml_message { background-color:#e0e0e0 !important;  font-size:13px; color:#000;}
/* Comment formatting help */
.formattingHelpContainer {background: none repeat scroll 0 0 #E0E0E0;margin: 0px; padding: 15px;}
.formattingHelp { padding: 5px;}
.formattingHelp p{ margin-top: 5px; margin-bottom: 5px;}
.formattingHelp li.example { list-style: none outside none; margin-bottom: 1px; padding: 5px; background-color: #FFFFFF;}
.formattingHelp p.example {background-color: #FFFFFF; margin-bottom: 15px; padding: 5px;}
.formattingHelp table { background-color: #FFFFFF;margin-bottom: 15px;}
.formattingHelp table.example td {padding: 0px 20px 0px 20px;}
.hird_250{margin-bottom:20px;background:url(images/hirdetes_black.png) center top no-repeat; padding:10px 0px 3px 0px; text-align:center;}
#magnum{margin:6px 0;text-align:center;background:url(images/hirdetes_black.png) center top no-repeat;padding-top:10px;}
.hird_footer{margin:6px 0;text-align:center;background:url(images/hirdetes_black.png) center top no-repeat;padding-top:10px;}