/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 72%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	font: 72%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
/*	background: url(headerbg-blue.gif) repeat-x; */
	color: #666666;
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #2266aa;
}
a:hover {
	background: inherit;
	color: #3388dd;
}

/* headers */
h1, h2, h3, h5, h6 {
	font: bold 1em Garamond, 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold;
  font-size: 1em;
  font-family: Garamond, 'Trebuchet MS', Tahoma, Sans-serif;
/*	text-transform: uppercase; */
	color: #555;
}
h1 { font-size: 1.5em; font-weight: bold; text-align: left; color: #933;}
h2 { font-size: 1.2em; }
h3 { font-family: verdana, arial; font-size: 1em; text-transform: none;}
h4 { text-align: center; font-family: verdana, arial; font-size: 1em; text-transform: none; font-weight: normal;}
h5 { font-family: Verdana, 'Trebuchet MS', Arial, Sans-serif; font-size: 1em; font-style: italic; font-weight: normal; text-transform: none;}
h6 { color: red; font-size: 1.2em; text-transform: none;}

#main h6, #rightbar h6, #sidebar h6 {
	padding: 10px 0 0 5px;
	margin: 0 0 0 10px;
}

#main h1, #rightbar h1, #sidebar h1 {
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0px;
/*	text-transform: uppercase; */
	border-bottom: 1px solid #ccc;
	clear: both;
}
#sidebar h1.first, #rightbar h1.first {
	margin-top: 0;
}

#sidebar h1, #rightbar h1 {
	margin-top: 20px;
}

p, h1, h2, h3, h5, fieldset {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #2266aa;
	color: #666666;
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 1px solid #666;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #2266aa;
}
a:hover img {  
  border: 1px solid #3388dd;
}

* html a:hover img {
  border: 1px solid #2266aa; /* IE fix*/
}

#sidebar a img {
  border: 0 none;
  padding: 5px;
}

hr {
	color: #CCC;
	background-color: transparent;
	border: none 0;
	border-top: 1px solid #CCC;
	height: 1px;
	width: 536px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #fff2cc;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #2266aa;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;
  	background: #fff2cc url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #2266aa;
/*	font-weight: bold; */
	font-style: italic;
}

/* form elements */
form {
	margin: 10px; padding: 0;
	border: 1px solid #CCC;
	background-color: #fff2cc;
}

#sidebar form, #rightbar form {
	margin: 0 0 0 15px; padding: 0;
	border: 0px none #CCC;
	background-color: transparent;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

label span {
  position: absolute;
  margin-left: 6px;
  margin-top: 4px;
  cursor: text;
}
#rightbar label span,
#sidebar label span {
  margin-top: 6px;
}

form.inline label {
  display: inline;
}

legend {
	margin-left:4px;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
}
input, select {
	padding: 4px;
	border: 1px solid #CCC;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
select {
	padding: 0px;
}
select option{
	padding: 2px;
	padding-right: 6px;
}

textarea {
	width:400px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #CCC;
	height:100px;
	display:block;
	color:#777;
}
input.button, input.gsc-search-button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;	
}

.error {
  /*display: block;*/
  color: red;
  background: #fcc;
  border: 1px solid red;
  text-align: left;
  white-space: pre-wrap;
  /*overflow: auto;*/
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 10px auto;
  width: 980px;
	text-align: left;
	background: #FFF;
/*	border: 1px solid green; */
}
#content-wrap {
	clear:both;
		margin: 0; padding:0;
	width: 978px;
	background: #fff2cc;
	border: 1px solid #CCC;
/*	border-top: 0px none #CCC; */
/*	border-bottom: 0px none #CCC; */
}

/* header */
#header-bottom {
	background: #fff2cc;
	border: 1px solid #CCC;
	margin-bottom: 8px;
}
#sub-header {
  display: none;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 13px;
	font-weight: bold;
}
#header {
	position: relative;
	/*background: #ffeebb url(header.jpg) no-repeat;*/
/*	background: #ffeebb url(header.jpg) no-repeat; */
	height: 171px;
	border-bottom: 1px solid #CCC;
}
#header a, #header a img {
	border: 0 none;
  padding:0;
  margin:0;
}

#header div#logo {
	display: none;
	position: absolute;
	margin: 0; padding: 0;
/*	background: url(martinus-background.png) no-repeat;*/
/*	border: 1px solid red; */
}
* html #header div#logo {
	background: none;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/martinus-background.png', sizingMethod='crop');*/
}
#header div#logo img {
	margin: 0;	padding: 0;
	border: 0px none white;
}
#header h1#logo {
	display: none;
	position: absolute;
	margin: 0; padding: 0;
	padding-right: 1px;
	font: bolder 3em Garamond, 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #2266aa;
	text-transform: uppercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 3px; left: 12px;
	top: 3px; left: 92px;
}
#header h1#logo span {
	position: absolute;
	margin: 0; padding: 0;
	color: #eee;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 1px; left: 1px;
}
/*
#header h2#slogan {
	display: none;
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	top: 48px; left:15px;
	top: 48px; left:95px;
}
#header h2#slogan span {
	position: absolute;
	margin: 0; padding: 0;
	color: #eee;
	top: 1px; left:1px;
}
#header h2#slogan a {
	color: #2266aa;
	text-decoration: none;

}
#header h2#slogan span a {
	color: #FFF;
	text-decoration: none;

}
*/
#header h2#slogan {
	color: #2266aa;
	text-decoration: none;
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	letter-spacing: 0px;
	color: #FFF;
	bottom: 6px; right:13px;

}
#header h2#slogan a {
	text-decoration: none;
}
/*
#header form.loginform {
	position: absolute;
	top: 5px; right: 10px;
	border: 1px solid white;
	margin: 0; padding: 4px;
	text-align: right;
	background: url(white60.png) repeat;
}
* html #header form.loginform {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/white60.png', sizingMethod='scale');
}
*/
#header form.loginform label {
	padding: 1px;
	margin: 0;
}
#header form.loginform input {
	padding: 3px;
	margin: 0;
}
.loginform input.textbox {
  width: 175px;
}

#rightbar .loginform p {
  margin-left: 0;
  margin-right: 0;
}

#header .searchform {
	position: absolute;
	top: 5px; right: 3px;
}

/* main column */
#main {
	float: left;
	margin: 8px 0 0 15px;
	padding: 0;
	width: 55%;
	text-align: justify;
}
* html #main {
    margin-right: -1px;
}

.post-footer {
/*	background-color: #EEE; */
	padding: 0;
  margin-top: 20px;
	font-size: 95%;
	clear: both;
}
.post-footer .date {
	background: url(clock.gif) no-repeat 0 center;
	padding-left: 20px;
	padding-top: 1px;
	margin: 0;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat 0 center;
	padding-left: 20px;
	padding-top: 1px;
	margin: 0;
}
.post-footer .readmore, .readmore, .readmore:hover {
	float: right;
	background: url(page.gif) no-repeat 0 center;
	padding-left: 20px;
	padding-top: 1px;
	margin: 0;
}

.content {
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.content hr {
	color: #CCC;
	background-color: white;
	border: none 0;
	border-top: 1px solid #CCC;
	height: 1px;
  width: 506px;
  margin-left: 15px;
}
/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
/*	margin-top: 10px; */
	display: inline;
}
#sidebar ul.sidemenu, #sidebar ul.sidemenu ul {
	list-style: none;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;		
	text-decoration: none;
/*	border-bottom: 1px solid #CCC; */
}
#sidebar ul.sidemenu {
	margin: 0 0 0 -5px;
}
#sidebar ul.sidemenu li {
/*	border-bottom: 1px solid #CCC; */
/*	background: url(arrow.gif) no-repeat 2px 5px; */
	padding: 0px 0px 0px 15px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}
#sidebar ul.sidemenu a.active {
	text-decoration: underline;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 22%;
	padding: 0;			
	margin-bottom: 10px;
}
#rightbar p {
	line-height: 1.1em;
}
#rightbar a {
	text-decoration: none;	
}

#magyarkurir_hu {
  margin-top: 10px;
	background: url(logo_magyar_kurir.gif) no-repeat scroll 7px top;
}
#magyarkurir_hu h1 span{
  visibility: hidden;
}
#magyarkurir_hu h1 {
  color: #fff2cc;
  padding-top: 30px;
/*  margin-left: 10px;*/
}

#katolikus_hu {
	background: url(logo_mkpk.gif) no-repeat scroll top left;
}
#katolikus_hu h1 {
  padding-top: 40px;
  padding-left: 10px;
  margin-left: 83px;
  padding-bottom: 8px;
}

/* footer */
#footer {
	clear: both;
	background: #fff2cc /*url(footerbg.gif) repeat-x left top*/;
	background: #ffeebb url(header.jpg) repeat bottom left;
	border: 1px solid #CCC;
	text-align: center;	
	margin-top: 8px;
	margin-bottom: 8px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	background: none;
}
#footer p {
	background: url(white60.png) repeat;
	padding: 4px;
	border: 1px solid white;
}
* html #footer p {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/white60.png', sizingMethod='scale');
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;
	padding-bottom: 25px;
}
.content #menu {
	margin: 0; padding: 0;
}
#menu ul {
	position: relative;
	bottom: 0px;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
/*	width: 850px; */ /* 775px; */
/*	width: 400px; */
	border: 1px solid #808080;
	border-width: 4px 0 0 0;
	list-style: none;
}
#menu ul li{
	display: inline;
/*	background: white;*/
}
.content #menu ul li{
	background: transparent;
}

#menu ul li a {
	position: relative; bottom: 4px;
	float: left;
	color: #808080;
	padding: 0px 8px;
	text-decoration: none;
	background: white /*url(menudivide.gif) repeat-y right top*/;
	border-top: 4px solid #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#menu ul li a:hover, #menu ul li#current a:hover{
	color: black;
/*	background-color: #fff2cc;*/
	border-top: 4px solid #3388dd;
}
#menu ul li#current a{
	color: #333;
/*	background-color: #fff2cc;*/
	border-top: 4px solid #2266aa;
}

/* Pager */
.pager {
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.pager a {
	display: inline;
	background-color: white;
	color: #808080;
	border: 1px solid #ccc;
	letter-spacing: -1px;
	padding: 0 2px 0 1px;
	margin: 0 1px 0 1px;
	text-decoration: none;
}

.pager a.current {
	border-color: #2266aa;
	color: #333;
}
.pager a:hover {
	border-color: #3388dd;
	color: black;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  {	color: #2266aa; }

.red { color: red; }

.two-columns td {
  margin: 0;
	padding: 0;
}
.two-columns td.spacer {
	width: 10px;
}
.two-columns tr.spacer {
	height: 8px;
}
.two-columns .content {
	width: 263px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  border-top: 0px none;
	background: #FFF;
	margin: 0;
	padding: 0;
}
.two-columns .text {
	border-bottom: 0px none;
	border-top: 1px solid #ccc;
}
.two-columns .post-footer {
	margin-top: 0;
	padding-top: 0;
}
.two-columns .content-fix {
  border: 1px solid green;
  height: 100%;
}
a.external {
	background: transparent url(external.png) no-repeat scroll right center !important;
	padding-right: 13px;
}
a.external:hover {
	background: transparent url(external_hover.png) no-repeat scroll right center !important;
	padding-right: 13px;
}

a.broken {
	cursor: no-drop;
}
img.action {
	border: 0px none;
	vertical-align: middle;
}
a img.action, a:hover img.action {
	border: 0px none;
	vertical-align: middle;
}

#napi_evangelium_rovid {
	text-align: justify;
}

#xinhaEditor {
	width: 476px;
	height: 350px;
}
.form_justify {
	width: 476px;
}
#sidebar .form_justify {
  width: 180px;
}


table.calendar {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	margin: 0 auto;
}

table.calendar td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px;
}

table.calendar th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
}

table.calendar  .current{
	font-weight: bold;
}

table.calendar td span {
	padding: 1px 3px;
}

table.calendar a {
	text-decoration: none;
	padding: 1px 3px;
}

table.calendar td a {
	display: block;
}
table.calendar td a:hover {
	border: 1px solid #666;
	padding: 0px 2px;
}

span.flvplayer {
	display: block;
	/*border: 1px solid #666;*/
	text-align: center;
}
.flvplayer embed, .flvplayer object {
	border: 1px solid #666;
	background: #fff2cc;
}
.overflow {
  overflow: auto;
  height: 200px;
  /*width: 476px;*/
}

#martinuskiado {
  text-align: center;
}

#martinuskiado .content {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 20px;
}

#martinuskiado h1, 
#martinuskiado h2 {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  border: 0 none;
}

#martinuskiado h1 {
  font-size: 1.3em;
  margin-top: 0;
}

#bidding-refresh {
  display: none;
}

.biddings-id {
  display: none;
}
.biddings-timer {
  display: none;
}

