﻿body {
	padding: 0;
	line-height: 1.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #000;

	background: #000
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a:link, a:visited {
	color: #ED1B24;
	text-decoration: none;
	font-weight: bold;
} 
a:active, a:hover {
	color: #ED1B24;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;	
	border-bottom: 1px dotted #B79742;
}

.comment {
	padding-left: 20px;
	margin-left: 5px;
	color: #E1242B;
	margin-top: 0px;
}

/* content and header panel */
#header_panel {
	clear: both;
	width:100%;
	background: #fff
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}

#header_panel #header_section{
	clear: both;
	width: 1000px;
	height: 152px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;

}

#header_section #title_section{
	font-size: 55px;
	padding: 130px 0 10px 10px;
	color: #f5ea01;
}

#header_section #tagline {
	padding: 15px 0 0 165px;
	font-size: 20px;
	color: #6b5927;
}

/* end of header */

/* content */

#content {
	clear: both;
	width: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content_column_one {
	float: left;
	width: 178px;
	background: #FFF
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#content_column_two {
	float: left;
	width: 460px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: center;
}

#content_column_three {
	float: left;
	width: 328px;
	background: #996633;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* column one */

#content_column_one .column_one_section {
	clear: both;
	margin: 0px 10px;
}

#content_column_one h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #F3F3CF;
	border-bottom: 1px dotted #000;
}

#content_column_one .cleaner_with_divider {
	margin: 0 0 20px 0;	
}

#content_column_one ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#content_column_one li {
	margin: 0px;
	padding: 0 0 5px 0;
	text-align: center;
}
#content_column_one a{
	color: #181714;
}

#content_column_one img {
	border: 2px solid #F3F3CF;
}

/* end of column one */
/* column two */

#content_column_two .column_two_section {
	clear: both;
	width: 418px;
	padding: 20px;
	border: 2px solid #BEA174;
	background: #F3F3CF url(images/keret_2.jpg) top right no-repeat;
	text-align: center;
	font-size: 14px;
}

#content_column_two h1 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #ED1B24;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED1B24;
	text-align: left;
}

#content_column_two p{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
}

#content_column_two .post_info {
	color: #996633;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

#content_column_two .post_info a{
	color: #ED1B24;
	font-weight: normal;
}

#content_column_two .post_comment {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding: 10px 0 0 0;
}
/* end of column one */

/* column one */
#content_column_three .column_three_section {
	clear: both;
	margin: 0px 10px;
	padding: 10px 0;
}

#content_column_three .cleaner_with_divider {
	padding: 0px;
	margin: 0px;	
}

#content_column_three h1 {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px dotted #FFF;
}

#content_column_three a{
	font-weight: normal;
}

#content_column_three ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content_column_three li {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;	
}

#content_column_three #ad_section {
	clear: both;
	color: #FFF;
}

#ad_section h1{
	margin: 0 0 10px 10px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

#ad_section .ad_125x125_box {
	float: left;
	margin: 0 0 10px 10px;
	width: 125px;
	height: 125px;
}

.ad_125x125_box img {
	border: none;
}

.column_three_section .popular_post {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column_three_section .popular_post li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #22250e;
}
/* end of column one */

/* for bottom palen */
#bottom_panel{
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-position: center top;
	color: #F00;
	text-align: center;
}

#bottom_panel .bottom_panel_section {
	margin-left: 10px;
	width: 550px;
	margin-bottom: 20px;
}

.bottom_panel_section h1 {
	color: #f2e304;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.bottom_panel_section p{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* end of bottom */
alul {
	color: #F00;
}
#content #content_column_two .column_two_section h2 {
	text-align: justify;
	font-size: 14px;
	color: #000;
}
#bottom_panel table tr td .column_two_section {





}
.kulso {
	color: #FFF;
}
.fontos {
	color: #F00;
}
középre rendezett {
	text-align: center;
}
kozep {
	text-align: center;
}
#content #content_column_two .column_two_section table tr td h2 strong kozep {
	text-align: center;
}
kozep {
	text-align: center;
}
#content #content_column_two .column_two_section table tr td table tr td h2 strong {
	text-align: center;
}
#content #content_column_two .column_two_section table tr td table tr td p strong {
	font-size: 14px;
}
#content #content_column_two .column_two_section table tr td table tr td p strong {
	text-align: center;
}
#content #content_column_two .column_two_section p strong em {
	text-align: center;
}
#content #content_column_two .column_two_section p em strong {
	text-align: center;
}
.kozepre {
}
#content #content_column_two .column_two_section .kozepre {
	text-align: center;
}
.barna {
	font-size: 16px;
}
#content #content_column_two .column_two_section table tr td table tr td .kozepre a img {
	color: #F3F3CF;
}
kozep {
	text-align: center;
}
.piroskozep {
	color: #F00;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
kozepbarna {
	color: #963;
}
