/*
===================
webfi CSS Styles
===================
Name: webfi
Author: zeuder
Version: 1.0
Module: style.css
-------------------
*/
/* ===== GENERAL ===== */
*{ margin: 0; padding: 0;} /* reset all tags */
html{ font-size: 100%;}
body {
	margin: 0;
	padding: 0;
	background: #55710b url(../images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0 auto;
}
hr {display: none;}
img { border: none; }
p { margin: 0 0 1.5em 0; line-height: 1.5em;}
blockquote {
	background: #f9f9f9 url(../imgs/quote.jpg) no-repeat top center;
	border: 1px dashed #ddd;
	font-style: italic;
	height: auto !important;
	height: 63px;
	min-height: 63px;
	margin: 0.3em;
	padding: .312em;
	width: 85%;
}
pre, code {
	color: #894430;
	font-family: 'Lucida Console', Monaco, monospace, 'courier new';
	margin: 0.312em;
}
pre {
	background: #fffeec;
	border: 1px solid #e7ddcf;
	padding: 6px;
	overflow: auto;
	width: 85%;	
	/* fix overflow in IE */
	height: auto !important; 
	height: 30px; 
	min-height: 30px; 
}

/* FORMS */
form { margin: 1em 0 }
fieldset {
	border: 1px solid #e6e6e6;
	margin: 0 0 1em 0;
	padding: 0.312em
}
legend {
	color: #888;
	font-style: oblique;
}
input, textarea, select {
	background: #f6f6f6;
	border: 1px solid #ddd;
	color: #888;
	padding: 0.312em;
}
input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #ccc;}
textarea {
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	margin-top: .1em;
	margin-bottom: 1em;
	width: 90%;
}
/* ===== HEADERS TAGS ===== */
h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1em;
}
/* LINKS GENERAL */
a {
	text-decoration:none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a img {
	border: none;
}
/* IMG */
img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/*== HENDER ==*/
#fejlec {
	width: 760px;
	height: 278px;
	margin: 0 auto;
	padding:0px;
	background: url(../images/logo.jpg) no-repeat center top;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/*== FOOTER ==*/
#lablec {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/lablec.jpg) no-repeat;
}

#lablec p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#lablec a {
	color: #666666;
}
#info {
	margin-top:50px;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

/*== DOCK MENU ==*/
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
/* OLDAL */
#oldal {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img08.jpg) repeat-y center;
}

#oldalhatter {
	padding: 50px 130px;
	background: url(../images/torzs.jpg) no-repeat;
}
#oldal img { margin: .5em }
#oldal ul, #oldal ol, #oldal dl{ list-style-position: inside; margin-bottom: 2em;}
#oldal h3.h3{ font-size: 1.749em; margin: 0 0 1.25em 0; width: 100%;}
#oldal h3.h3 a{color: #333;}
#oldal h3.h3 a:hover{color: #1ba8dc;}
#oldal .entry { margin: 0 0 4.5em 0;overflow: auto; /* floating img fix IE<7*/}
#oldal>.entry { overflow: hidden; /* rest of the world :) */}
#oldal p.date{font-size: 80%; font-style: oblique;}
#oldal ul.date{
	background: url(../imgs/calendar.gif) no-repeat center top;
	color: #666;
	display: block;
	font-size: 70%;
	float: right;
	font-style: oblique;
	height: 50px;
	list-style: none;
	margin: 0 0 1.5em 0;
	position: relative;
	text-align: center;
	width: 50px;
}
#oldal ul.date li.year{ color: #fff; display: block; }
#oldal ul.date li.month{ }
#oldal ul.date li.day{ font-size: 1.4em; font-weight: bold;}
#oldal ul.info{ 
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	clear: both;
	font-size: 10px;
	font-style: oblique;
	height: 25px;
	list-style: none;
}
#oldal ul.info li{
	display: block;
	float: left;
	height: 16px;
	padding: 0;
	margin: .5em 1em 0 .2em;
}
#oldal ul.info li.author{ background: url(../imgs/icons.jpg) no-repeat 0 0 ; padding-left: 2em;}
#oldal ul.info li.cat{ background: url(../imgs/icons.jpg) no-repeat 0 -16px; padding-left: 2em;}
#oldal ul.info li.comments{	background: url(../imgs/icons.jpg) no-repeat 0 -32px; padding-left: 2em;}
/*== END oldal ==*/

/*== SIDEBAR ==*/
#sidebar {
}
.last, div.last {margin-right:0;}
#sidebar h4 {
	border-left: 4px solid #dbe882;
	color: #666;
	font-size: 14px; 
	padding-left: 8px;
}
#sidebar p{ padding-left: 0em;}
#sidebar a { color: #AAA;}
#sidebar a:hover{ color: #1b8adc;}
#sidebar ul { list-style-type: none; margin: 0 0 1.5em 0;}
#sidebar ul li{ border-bottom: 1px solid #f3f3f3; padding: .272em 0 .272em 1em;} /* 3px 0 3px 11px*/
#sidebar  ul li ul { border: 0; margin:0;}
#sidebar  ul li ul li{ border:0; padding: 0 0 0 1em;}

/*==Comments==*/
ul#comments{ list-style: none;}
ul#comments li{
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding: 1em;
}
ul#comments li.comment-admin{border-top: 1px solid #abba41;}
ul#comments li strong.comment-name a{color: #1ba8dc;}
ul#comments li strong.comment-name a:hover{color: #444;}
/*==*/

/*== NOTIFICATION ==*/
#oldal ul.msgs, ul.msgs { margin-top: 1em; margin-left: 0em; padding: 1em 2em}
.errors { background: #ffdddd; border-top: 1px solid; border-bottom: 1px solid; border-color: #ffbbbb; color: #901d1d;}
.errors a { color: #901d1d; font-weight: normal; text-decoration: underline;}
.notifications,.enabled { background: #ddffdd; border-top: 1px solid #bbffbb; border-bottom: 1px solid #bbffbb; color : #1d901d;}
.warnings { background: #fffdd5; border-top: 1px solid; border-bottom: 1px solid; border-color: #f8e674; color : #8a7802;}
.field-error { background: #fdd;	border: red 1px solid;}
/* MISC */
#widget-searchbox input{width: 80%;}
.admincontrols { font-size: 75%; text-align: left;}
.buttonbar { text-align: left; clear: both; }
.buttonbar input { margin: 0 1em 0 0; padding: 0.2em 1.2em; text-align: center;}
.navigation { font-size: 90%; margin-bottom: 5em}
.alignleft { float: left }
.alignright { float: right }
.clearl{ clear: left;}
.clearr{ clear: right;}
.clear{ clear: both;}
