
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	min-width: 960px;
	background: #43454b url(../images/bg.jpg) center top no-repeat;
}

h1, h2, h3, h4, h5, h6, .comment_number {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	padding: 0.5em 0;
}

small {
	font-size: 0.833em;
}
	
#page {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
}

#header {
	position: relative;
	width: 100%;
	height: 210px;
}

#header img {
	border: none;
}

#header h1 {
	width: 228px;
	height: 222px;
	margin-left: -7px;
	z-index: 9;
}

#header h1 span {
	display: none;
}

#header #szlogen {
	position: absolute;
	left: 210px;
	top: 56px;
}

#header #menu {
	position: absolute;
	left: 210px;
	top: 182px;
	/*width: 720px;*/
	height: 28px;
	padding: 0 15px;
	background-color: #43454b;
}

#header ul#menu li {
	float: left;
	font-size: 12px;
	list-style: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 28px;
	display: block;
	height: 28px;
}

#header ul li#menu1 {
	width: 105px;
}

#header ul li#menu2 {
	width: 90px;
}

#header ul li#menu3 {
	width: 51px;
}

#header ul li#menu4 {
	width: 76px;
}

#header ul li#menu5 {
	width: 68px;
}

#header ul li#menu6 {
	width: 78px;
}

#header ul li#menu7 {
	width: 102px;
}

.english #header ul li#menu1 {
	width: 84px;
}

.english #header ul li#menu2 {
	width: 96px;
}

.english #header ul li#menu3 {
	width: 35px;
}

#header ul li span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background-image: url(../images/menu.gif);
}

.english #header ul li span {
	background-image: url(../images/menu_en.gif);
}

#header ul li#menu1 span {
	background-position: 0 0;
}

#header ul li#menu2 span {
	background-position: -105px 0;
}

#header ul li#menu3 span {
	background-position: -195px 0;
}

#header ul li#menu4 span {
	background-position: -246px 0;
}

#header ul li#menu5 span {
	background-position: -322px 0;
}

#header ul li#menu6 span {
	background-position: -390px 0;
}

#header ul li#menu7 span {
	background-position: -468px 0;
}

.english #header ul li#menu2 span {
	background-position: -84px 0;
}

.english #header ul li#menu3 span {
	background-position: -180px 0;
}

#header ul li#menu1 a:hover span {
	background-position: 0 -28px;
}

#header ul li#menu2 a:hover span {
	background-position: -105px -28px;
}

#header ul li#menu3 a:hover span {
	background-position: -195px -28px;
}

#header ul li#menu4 a:hover span {
	background-position: -246px -28px;
}

#header ul li#menu5 a:hover span {
	background-position: -322px -28px;
}

#header ul li#menu6 a:hover span {
	background-position: -390px -28px;
}

#header ul li#menu7 a:hover span {
	background-position: -468px -28px;
}

.english #header ul li#menu2 a:hover span {
	background-position: -84px -28px;
}

.english #header ul li#menu3 a:hover span {
	background-position: -180px -28px;
}

#header #righttop {
	width: 150px;
	height: 150px;
	position: absolute;
	right: 0px;
	top: 30px;
	z-index: 9;
}

#header #lang_rss {
	width: 60px;
	height: 30px;
	padding: 60px 45px;
	background: url(../images/bg_righttop.png);
}

#header #language {
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #2f3034 url(../images/language.gif);
	float: left;
}

.english #header #language {
	background-position: 0 -30px;
}

#header #language p {
	padding: 0;
}

#header #language p a {
	padding: 30px;
	display: block;
}

#header #language .current_language_item {
	display: none;
} 

#header #rss {
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #f57e20 url(../images/rss.gif);
	margin-left: 30px;
}

#header #rss p {
	padding: 0;
}

#header #rss p a {
	padding: 30px;
	display: block;
}

#container {
	background: url(../images/bg_page.gif) repeat-y;
	position: absolute;
	width: 100%;
}

#sidebar {
	position: relative;
	width: 210px;
	float: left;
	text-align: right;
	font-size: 1.2em;
}

#sidebar #search {
	padding: 8px 7px 0 10px;
	width: 193px;
	height: 22px;
	overflow: hidden;
	background-color: #393b40;
	border-right: 5px solid #4D4E54;
}

#sidebar #search #searchform #s {
	text-align: right;
	width: 170px;
	border: none;
	font: 1em Helvetica, Arial, sans-serif;
	float: left;
	background-color: #393b40;
}

#sidebar #search #searchform #searchsubmit {
	background: url(../images/search_submit.gif) no-repeat center center;
	width: 20px;
	height: 20px;
	border: none;
	float: right;
	cursor: pointer;
	margin-top: -2px;
}

#sidebar ul#menu_side li {
	line-height: 45px;
	width: 185px;
	height: 45px;
	list-style: none;
	overflow: hidden;
	position: relative;
	text-align: right;
	padding-right: 30px;
	margin-right: -5px;
	background-color: #4d4e54;
}

#sidebar ul#menu_side li span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/menu_side.jpg) no-repeat;
}

#sidebar ul#menu_side li#menu_side2 span {
	background-position: 0 -45px;
}

#sidebar ul#menu_side li#menu_side3 span {
	background-position: 0 -90px;
}

#sidebar ul#menu_side li#menu_side4 span {
	background-position: 0 -135px;
}

#sidebar ul#menu_side li#menu_side5 span {
	background-position: 0 -180px;
}

.english #sidebar ul#menu_side li#menu_side1 span {
	background-position: 0 -225px;
}

.english #sidebar ul#menu_side li#menu_side2 span {
	background-position: 0 -270px;
}

.english #sidebar ul#menu_side li#menu_side3 span {
	background-position: 0 -315px;
}

.english #sidebar ul#menu_side li#menu_side4 span {
	background-position: 0 -360px;
}

.english #sidebar ul#menu_side li#menu_side5 span {
	background-position: 0 -405px;
}

#sidebar ul#menu_side li#menu_side1 a:hover span {
	background-color: #f26522;
}

#sidebar ul#menu_side li#menu_side2 a:hover span {
	background-color: #993399;
}

#sidebar ul#menu_side li#menu_side3 a:hover span {
	background-color: #336699;
}

#sidebar ul#menu_side li#menu_side4 a:hover span {
	background-color: #339999;
}

#sidebar ul#menu_side li#menu_side5 a:hover span {
	background-color: #669933;
}

#sidebar ul#aktualis li {
	list-style: none;
}

#sidebar ul#aktualis li a {
	background: url(../images/bg_aktualis.gif) 52px 0 no-repeat;
	border-bottom: 1px solid #4d4e54;
	padding: 0.7em 30px;
	display: block;
	font-weight: bold;
	color: #d3d6de;
}

#sidebar ul#aktualis li a:hover {
	background-image: none;
	background-color: #43454b;
}

#sidebar ul#aktualis li a:visited {
	font-weight: normal;
}

#sidebar #aktualis h2 {
	width: 0;
	height: 45px;
	padding-left: 210px;
	overflow: hidden;
	background-image: url(../images/aktualis.gif);
}

.english #sidebar #aktualis h2 {
	background-position: 0 -45px;
}

#sidebar2 {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 150px;

	background-color: rgb(77,79,84);
}

#sidebar2 a img, #sidebar2 img {
	border: none;
	margin-bottom: 30px;
}

#sidebar2 p {
	color: #9599a6;
	border-top: 1px solid #63666c;
	padding-top: 15px;
	margin-top: 0;
	line-height: normal;
}

#content {
	padding: 0 170px 30px 30px;
	position: relative;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	min-height: 470px;
}

code {
	font-family: "Courier New", Courier, monospace;
}

#content.page {
	padding-bottom: 2em;
}

#content .nav {
	width: 540px;
}

#content .nav p {
	line-height: normal;
	padding: 0;
	overflow: hidden;
}

#content .nav p.alignleft {
	padding-left: 15px;
}

#content .nav p.alignright {
	padding-right: 15px;
	text-align: right;
}

#content .wp-pagenavi {
	padding: 30px 0 0 0;
	line-height: normal;
	overflow: hidden;
}

#content .megjegyzesek {
	padding-top: 2.2em;
}

#content .posts h2 {
	font-size: 2.7em;
	padding: 0.633em 0 0.125em;
	margin-bottom: 0.125em;
	border-bottom: 1px solid #63666c;
}

#content h3 {
	font-size: 1.5em;
	padding: 1em 0 0.5em 0;
}

#content .entry {
	margin: 0.3em 0 0.7em 0;
}

#content .entry a {
	font-weight: bold;
}

#content .entry a:visited {
	font-weight: normal;
}

#content ul {
	list-style: none;
	padding: 0.5em 0 0.5em 20px;
} 

#content ul li {
	padding-left: 15px;
	background: url(../images/nyil.gif) 0 0.5em no-repeat;
} 

ol {
	list-style: decimal outside;
	padding: 0.5em 0 0.5em 35px;
} 

blockquote {
	margin: 0.75em 0;
	padding: 0.5em 1.35em;
	background-color: #4d4e54;
}

#content .postmetadata {
	color: #63666c;
	padding-top: 0.3em;
	border-top: 1px solid #63666c;
	clear: both;
}

#content .post small {
	line-height: 1.5em;
}
	
#content .post img {
	border-bottom: 5px solid #63666c;
}
	
.centered {
	margin: 0.5em auto;
	display: block;
}
	
.alignright {
	margin: 0.5em 0 1em 1.5em;
	float: right;
}

.alignleft {
	margin: 0.5em 1.5em 1em 0;
	float: left;
}

#content table {
	padding: 0.5em 0;
}

#content table th, #content table td {
	padding: 2px 10px 2px 10px;
	text-align: left;
}

h3.comments {
	clear: both;
}

ol.commentlist {
	list-style-type: none;
	padding: 0;
}

ol.commentlist li {
	margin-bottom: 1em;
}

.comment_number {
	font-size: 3em;
	width: 70px;
	height: 2em;
	text-align: right;
	line-height: normal;
}

.comment_content {
	margin: -5.6em 0 0 85px;
	width: 455px;
	overflow: hidden;
}

.comment_content ol li, .comment_content ul li {
	margin-bottom: 0;
} 

.comment_content cite {
	font-weight: bold;
	font-style: normal;
}

.comment_content small.commentmetadata {
	display: block;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #63666c;
}

.commentlist p.comment_valasz {
	font-size: 0.833em;
	border-top: 1px solid #63666c;
	line-height: 1em;
	margin-top: 0.5em;
}

#commentform input {
	width: 240px;
	padding: 2px 5px;
	margin: 5px 5px 5px 0;
	font: normal 1em Helvetica, Arial, sans-serif;
	border: none;
	background-color: #63666c;
	color: #ffffff;
}

#commentform textarea {
	width: 530px;
	height: 200px;
	margin-top: 5px;
	padding: 5px;
	font: normal 1em Helvetica, Arial, sans-serif;
	border: none;
	background-color: #63666c;
	color: #ffffff;
}

#commentform textarea:focus, #commentform input:focus {
	background-color: #ffffff;
	color: #63666c;
}

#commentform .subscribe-to-comments {
	float: left;
	clear: none !important;
	padding-top: 0.6em;
}

#commentform .subscribe-to-comments input {
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	background: none !important;
}

#commentform #submit {
	margin: 5px 0 0 0;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 1em;
	border: none;
	float: right;
	width: auto;
	color: #43454b;
	cursor: pointer;
}

#footer {
	position: relative;
	clear: both;
	line-height: normal;
	padding: 30px 0;
	background-color: #43454b;
}

#footerleft {
	margin-top: 0.2em;
	float: left;
	width: 210px;
}

#footerleft .cc {
	border: none;
	float: right;
}

#footerright {
	margin-left: 240px;
}

#footerright .hd {
	float: right;
	margin-top: -2px;
}

#openid_enabled_link, .openid_link,  #openid_url, #commentform #openid_url {
	background-image: none !important;
	padding-left: 0 !important;
}

/* colors */

body.narancs {
	background: #43454b url(../images/bg.jpg) center top no-repeat;
}
.narancs #content a, .narancs #content .posts h2 {
	color: #f58221;
}
.narancs #commentform #submit {
	background-color: #f58221;
}

body.voros {
	background: #43454b url(../images/bg_voros.jpg) center top no-repeat;
}
.voros #content a, .voros #content .posts h2 {
	color: #f26522 !important
}

body.magenta {
	background: #43454b url(../images/bg_magenta.jpg) center top no-repeat;
}
.magenta #content a, .magenta #content .posts h2 {
	color: #ff00ff !important
}

body.kek {
	background: #43454b url(../images/bg_kek.jpg) center top no-repeat;
}
.kek #content a, .kek #content .posts h2 {
	color: #0080ff !important
}

body.cian {
	background: #43454b url(../images/bg_cian.jpg) center top no-repeat;
}
.cian #content a, .cian #content .posts h2 {
	color: #00cccc !important
}

body.zold {
	background: #43454b url(../images/bg_zold.jpg) center top no-repeat;
}
.zold #content a, .zold #content .posts h2 {
	color: #66cc00 !important
}

body, #header #menu a, #header #menu a:hover, #header #language a, #header #language a:hover, #sidebar #menu_side a, #sidebar #menu_side a:hover, #content .posts h2 a:hover, #sidebar #search #searchform #s, .commentlist li.groupdynamics .comment_number {
	color: #ffffff;
}

#content a:hover, #content .posts a:hover, small, #sidebar h2, #sidebar2 h2, .wp-pagenavi, .comment_number, #footer, #footer a {
	color: #9599a6 !important
}

#post-242 a, #post-245 a, #post-248 a, #post-250 a, #post-252 a {
	color: #ff0000 !important
}
