ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{  /* Lista, pl. Oldalsáv menük */
	list-style: none;
}
a{  /* Normál linkek, pl. Statisztika oldalon */
	color:#aa2288;
	text-decoration:none;
}
a:hover{  /* Ugyanezeknek a Hover state-je */
	color:#111111;
	text-decoration:underline;
}
a img{ 
	border:0;
}
.clear{
	clear:both;
}
.spacer {
  padding: 8px 8px;
}
body{  /* Háttérszín és kép */
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#242424 url(images/bgr_main.png) no-repeat top;
	color:#000000;
}

#page{  /* Fejléc img */
	width:950px;
	margin:0 auto;
	padding:0 25px 0 25px;
	background:url(images/bgr_page.png) no-repeat;
}

/*  ====================  HEADER  ====================  */

#header_top{  /* Óra helye */
	width:100%;
	height:34px;
	color:#544849;
}
#Clock {
 	text-align:center;
	font-size:12px;
	color:#9c8899;
	padding:8px 0px 0 0; 
}
#header_top p {
	text-align:center;
	font-size:13px;
	color:#fff;
	padding:0px 45px 0 0;
}
#header_top p a{
	color:#544849;
}

#header{  /* Header img */
	width:100%;
	height:143px;
	overflow:hidden;
}

#header h1{  /* Header szöveg (ami nincs) */
	color:#fff;
	font-size:56px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0px;
	padding:40px 0 0 0;
	text-transform:uppercase;
	width:950px;
	text-align:center;
}

#header h1 a{
	color:#fff;
}

#header h1 a:hover{
	text-decoration:none;
}

#header_rss{  /* RSS (ez sincs) */
	float:right;
	width:95px;
}
#header_rss img{
	float:left;
	margin:9px 0 0 0;
}

/*  ====================  MENÜSOR  ====================  */

#menu{
	width:100%;
	height:50px;
	overflow:hidden;
}
#main_links{  /* Menüpontok */
	text-align:center;
	width:930px;
}

#menu ul{
	float:left;
	width:900px;
	padding:17px 15px 0 15px;
}

#menu li{
	float:left;
	color:#fff;
	padding:0 5px 0 5px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
}

#menu a{  /* Menüpontok alapszínei */
	color:#eeeeee;
}

#menu a:hover{
	color:#111111;
}

/*  ====================  BODY  ====================  */

#wrap{
	width:100%;
	background:url(images/bgr_body.png) repeat-y;
}
#wrapfull{
	width:100%;
}
#body_top{
	width:100%;
	background:url(images/bgr_body_top.png) repeat-x;
	overflow:hidden;
	padding:23px 0 40px 0;
}
#body_full{
	width:100%;
	float:left;
}
#body_left{
	width:671px;
	float:left;
}

#body_right{
	width:279px;
	float:right;
}

/*  ====================  TARTALOM  ====================  */

#body_left_content{
	width:604px;
	margin:0 0 0 30px;
}
#body_full_content{
	width:900px;
	margin:0 auto;
}
.post{
	width:100%;
	margin:0 0 40px 0;
}

.post-top{
	width:100%;
	border-bottom:1px solid #c30f8a;
	padding:0 0 10px 0;
}

.post-title{
	width:100%;
	overflow:hidden;
}

.post-title h2{  /* Hír címe */
	font-size:25px;
	color:#000;
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:510px;
	float:left;
	margin:20px 0 0 0;
}

.post-title h2 a{
	color:#000;
}
.post-title h4{
	width:80px;
	height:55px;
	padding:0 0 0 5px;
	float:right;
	background:url(images/bgr_post_comment.png) no-repeat;
}

.menuentry{
	line-height:20px;
	font-size:12px;
	padding:15px 0 0 0;
}
.entry{     /* Hír */
	line-height:20px;
	font-size:12px;
	padding:15px 0 15px 0;
}
.entry img{
	border:0 none;
	float: left;
	margin: 0 5px 3px 0;
	background: none;
}

.entry p{
	padding-bottom:15px;
}

.entry p a{
	font-weight:bold;
	text-decoration:underline;
}

.entry p a:hover{
	text-decoration:none;
}

.postmetadata{
	width:582px;
	text-align:right;
	background:#faceeb;
	border:1px solid #e09fdb;
	padding:10px;
}

.postmetadata p{
	color:#000;
	font-size:13px;
	margin:0 0 0 5px;
}

.postmetadata p a, .postmetadata p span{
	color:#b8148f;
	text-transform:capitalize;
}

.post-page{
	width:100%;
}

h2.page_title{  /*  */
	font-size:80px;
	color:#000;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom:1px solid #b40e87;
	padding:0 0 10px 0;
}

.post-page .entry{
}

.post-page .entry a{
	text-decoration:underline;
	font-weight:bold;
	color:#b03792;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.entry strong{
}

.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
	font-weight:normal;
}

.post-page .entry strong{
	font-size:27px;
}

.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/*  ====================  OLDALSÁV  ====================  */

#sidebar{
	width:214px;
	padding:0px 20px 0 20px;
}

.sidebars h2{  /* Sidebar címek */
	font-size:18px;
	color:#b92c92;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:uppercase;
	font-weight:bold;
	margin:40px 0 5px 0;  /* Vonal alatt */
	padding:0px 0 6px 0;  /* Vonal fölött */
	background:url(images/ico_dotted.png) repeat-x left bottom;
}

.sidebars ul{  /* Sidebar tartalom */
	color:#444;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
}

.sidebars ul li{
}

.sidebars ul li ul li{
	margin-bottom:0;
	width:auto;
}

.sidebars ul li ul li ul li{
	margin-left:0;
}

.sidebars li ul{
	padding:0 0 30px 5px;
}

.sidebars li ul li ul{
	padding:0 0 0 10px;
	width:auto;
}

.sidebars li ul li ul li ul{
}

.sidebars li{
	margin-bottom:0px;
	background:none;
}

.sidebars li li{
	margin-bottom:0px;
	padding:8px 0 9px 0;
}

.sidebars li li li{
	background:none;
	border:0;
	padding-bottom:3px;
}

.sidebars li a{
	color:#000;
}

.sidebars li.widget_categories ul li{
	font-weight:bold;
	color:#f26521;
}

.sidebars li.widget_categories ul li a{
	background:url(images/ico_cat.gif) no-repeat left 3px;
	font-weight:normal;
	padding-left:15px;
	display:block;
}

.sidebars li.widget_categories ul li ul li a{
	background:none;
	font-weight:normal;
	padding-left:8px;
}

.sidebars li.widget_archives ul li a{
	background:url(images/ico_cat.gif) no-repeat left 3px;
	font-weight:normal;
	padding-left:15px;
	display:block;
}

.sidebars li.linkcat ul li a{
	background:url(images/ico_cat.gif) no-repeat left 3px;
	font-weight:normal;
	padding-left:15px;
	display:block;
}

.sidebars .widget_tags p{
	padding:0px 10px 10px 15px;
}

.sidebars .widget_tags a{
	color:#000;
}

.sidebars .textwidget{
	padding:10px;
}

/*  ====================  FOOTER  ====================  */

#footer{  /* Footer img */
	width:1000px;
	height:125px;
	background:url(images/bgr_footer.png) no-repeat;
	margin:0 0 0 -24px;
	overflow:hidden;
}
#footer_text{  /* Disclaimer igazítás, (formázás az oldalról) */
	text-align:center;
	position:relative;
	padding-top: 13px;
}

.entry ul {
	margin: 0 10px 15px 30px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#f1e5cc;
	border:1px solid #e1d5bc;
	} 

.entry ul li {
	border-bottom:1px solid #e1d5bc;
	background:url(images/ico_entry.gif) no-repeat left 13px;
	padding:7px 0 7px 15px;
	}

.entry ul li:before{
	/*content: url(images/entry_before.gif);*/
	}

.entry ol {
	margin: 0 10px 15px 30px;
	padding:15px 15px 15px 40px;
	background:#f1e5cc;
	border:1px solid #e1d5bc;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #e1d5bc;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
.tbox {
	width: auto;
	background:#faceeb;
	border:1px solid #eb69eb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#000000;
}

.tbox:hover {
	background:#faceeb;
	border:1px solid #eb69eb;
}
.tbox:focus {
	background:#faceeb;
	border:1px solid #eb69eb;
}
#e107_submitnews_item {
  width: 440px;
}

/*  ====================  SZÖVEGDOBOZOK  ====================  */

.tbox.chatbox {
	width: 90%;
	background:#faceeb;
	border:1px solid #eb69eb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin: 10px auto;
}
.npdropdown {
  width: auto;
	margin: 0 0 0px 0;
	padding: 2px;
	height: auto;
	text-align: left;
}
.tbox.comment.subject {  /* Téma */
  width: 98%; 
  background-color: transparent;
  border: 0px none #fba2fa;
	padding: 2px;
	margin-top: 3px;
  }

#comment.tbox.comment {  /* Szöveg */
  width: 98%; 
	padding : 2px;
	background:#faceeb;
	border:1px solid #eb69eb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
}

#contactForm textarea.tbox {  /* Kapcsolat menü, nagy doboz */
  width: auto; 
	padding : 2px;
	background:#faceeb;
	border:1px solid #eb69eb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
}

input#helpb.helpbox {
  float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}
#commentform .helpbox{
  width: 98%; 
	border-collapse: collapse;
	padding: 1px;
}
.helpbox {
  width: 98%; 
	background-color: transparent;
	border: 0px solid #F1F1F1;
	border-collapse: collapse;
	padding: 3px;
}
.indent {
  background-color: transparent;
  border: 1px solid #eb69eb;
  border-left: 3px solid #eb69eb;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #000;
} 
.button {  /* Gombok */
  border: 1px solid #851c6b;
  background-color: #222222;
  color: #eee;
  text-transform:capitalize;
  padding: 2px ;
  margin: 2px ;
}
.button:hover {
  border: 1px solid #851c6b;
  color: #f0f;
}
.nextprev{
	text-align: center;
	margin:10px 0 0 0;
	width:580px;
	background:#eeaadd;
	border:2px solid #eeaadd;
	padding:10px;
	font-size:13px;
	color:#fff;
	letter-spacing: 1px;
	font-weight:bold;
}
.defaulttext, .caption, .bodytable, .mediumtext
 {
 	font-size: 90%;
	font-weight: normal; 
}
.smalltext {
	font-size: 80%;
	font-weight: normal;
}
.smallblacktext {
	font-size: 80%;
	font-weight: bold;
}
.fborder {
  border: 1px solid #faceeb;
  background-color: transparent;
	padding: 3px;
	margin-top: 3px;
	text-align: left;
}

/*  ====================  TÁBLÁZAT MEZOK  ====================  */

.forumheader {
	background:#faceeb;
	border:2px solid #faceeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	vertical-align: middle;
	text-align: left;
}
.userheader {
	background:#faceeb;
	border:2px solid #faceeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	font-size: 120%;
	vertical-align: middle;
	text-align: left;
}
.nforumcaption{
	background:#faceeb;
	border:2px solid #faceeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	font-size: 110%;
	text-align: left;
}
.finfobar{
	background:#faceeb;
	border:2px solid #faceeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	font-size: 95%;
	text-align: left;
}

/* two left columns */
.forumheader2{
	background:#faceeb;
	border:1px solid #faceeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	font-size: 99%;
	text-align: left;
}

/* all the rest of the forum tables */
.forumheader3{
	background:#faceeb;
	border:1px solid #faceeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	font-size: 99%;
	text-align: left;
}

.forumborder {
	background:#faceeb;
	border:2px solid #faceeb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	vertical-align: top;
	font-size: 99%;
	text-align: left;
}

/* where it says forum, information and all tables across */
.fcaption {
	background:#faceeb;
	border:1px solid #eb69eb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	font-size: 100%;
	text-align: left;
	line-height: 40px;
}

.fcaption a {
	padding-right:4px;
	text-decoration: underline;
}

.fcaption a:hover{
	text-decoration: none;
}

div.menuBar,
div.menuBar a.menuButton, div.menuButton, div.menuButton_over, 
div.menu,
div.menu a.menuItem {
  margin: 0;
  padding: 0px 8px 0 8px;
 }

div.menuBar {
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom: 0px solid #000;

}

div.emenuBar {
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom: 0px solid #000;
}

/*  ====================  NAVIGÁCIÓ  ====================  */

div.menuBar a.menuButton, div.menuButton, div.menuButton_over { /* Alapállapot */
  background-color: transparent;
  border: 0px none #FFF8D9;
  cursor: default;
  left: 0px;
  top: 14px;
  margin: 0px;
  position: relative;
  text-decoration: none; 
  padding-top: 0px;
  z-index: 100;
	padding:0 25px 0 25px;
	font-size:20px;
	font-family:'Times New Roman', Geneva, sans-serif;
	text-transform:uppercase;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
  background-color: transparent;
  left: 0px;
  text-decoration: none;
  top: 14px;
}

div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, 
div.menuBar a.menuButtonActive:hover {
  background-color: transparent;
  border: 0px none #FFF8D9;
  left: 0px;
  top: 14px;
}

/*  ====================  DIV  ====================  */

div.menu {
  background:#540405;
  border: 0px none #FFF8D9;
  color: #fff;
  left: 0px;
  padding: 0;
  font-size: 12px;
  position: absolute;
  top: 0px;
  letter-spacing: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 4px 11px 4px 4px;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  line-height: 24px;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  border: 0px none #FFF8D9;
  color: #6598b8;
  left: 0px;
  position: static;
  text-decoration: underline;
}

div.menu a.menuItem span.menuItemBuffer {
  padding: 0px 2px 0px 2px;
  color: #000;
}

div.menu a.menuItem:hover span.menuItemBuffer {
  padding: 0px 2px 0px 2px;
  color: #000000;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #ffffff;
  margin: 4px 2px;
}

a.menuItem.header {
  border-bottom: 1px solid #b3b3b3;
}

.code_highlight {
  background-color: #999;
  color: #fff;
  width: 100%;
}