@charset "utf-8";

html {
	background: url(/img/bulvar_tile.jpg);
	}
body {
	font: 13px/1.3em normal Verdana, Geneva, sans-serif;
	background: url(/img/bulvar_bg.png) top center no-repeat;
	width: 100%;
	display: table;
	}
a {color: #800;}
#header h1 a {
	position: absolute;
	top: 100px;
	left: 0;
	width: 300px;
	height: 66px;
	}
#menu {
	font-weight: bold;
	margin-top: 132px;
	text-align: right !important;
	width: 686px;
	float: right !important;
	margin-bottom: 32px;
	}
#menu li a{
	color: #612;
	text-decoration: none;
	padding: 4px 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	}
#menu li a:hover {
	text-shadow: 0 0 4px #eb6;
	filter: glow(color=#eebb66,strength=4);
	}
#menu li.active a {
	background: #800;	
	color: #fff;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	}
#almenu {
	background: #fff;
	float: right !important;
	text-align: right;
	margin-left: 300px;
	width: 686px !important;
	margin-top: -22px;
	}
#almenu li {
	padding: 2px 6px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	}
#almenu a {
	color: #000;
	line-height: 32px;
	}
#almenu a:hover {
	color: #571;
	}
#almenu li.active {
	background: #fc7;	
	pointer-events: none;
    cursor: default;
	}
#almenu li.active a {
	margin: 0 em;
	}
#main {
	background: #fff url(/img/bulvar_main.jpg) bottom no-repeat;
	border-top: 2px dotted #622;
	}
ul.harmas li {
	padding: 2px;
	border: 1px outset #a85;
	-moz-box-shadow: 0 3px 10px #543;
	-webkit-box-shadow: 0 3px 10px #543;
	box-shadow: 0 3px 10px #543;	
	}
ul.harmas li h2 a{
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -1px;
	color: #800;
	}	
#headlines {
	background: #800;
	}
#headlines li a {
	color: #fff;
	}
#headlines li a:hover, #headlines li:hover a {
	background: #fff;
	color: #800;
	}
#headlines li a img {
	border: 2px solid #fff;
	}
div.more a{
	color: #571;
	}
div.kethasab {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 0 0;
	}
div.kethasab h1, div.kethasab p, div.kethasab h2 {
	padding: 0 6px;
	}
div.kethasab h1 a {
	color: #800;
	line-height: 12px;
	}
div.kethasab h2 a{
	color: #571;
	font-weight: bold;
	}
div.kethasab p {
	font-size: 11px;
	}
div.box {
	background: #fff;
	border: 1px solid #888;
	border-top: 0;
	-moz-box-shadow: 0 2px 4px #000;
	-webkit-box-shadow: 0 2px 4px #000;
	box-shadow: 0 2px 4px #000;
	}
div.box .fejlec {
	}
#footer {
	background: #800;
	color: #fff;
	}
#footer a {
	color: #fff;
	}
#lead {
	border-bottom: 2px solid #fff;
	padding-bottom: 1ex;
	margin-bottom: 20px;
	padding: 6px 0 0;
	background: #fff;
	}
#lead h1 {
	color: #800;
	padding: 0 6px;
	}
#lead h2 {
	color: #524;
	padding: 0 6px;
	}
#lead hr {
	width: 96%;
	background: #fff;
	color: #fff;
	border: 0;
	margin: 1em auto;
	}
#lead p {
	margin: 0 2px 0 6px;
	}
#lead p a {
	text-decoration: underline;
	}
#lead blockquote, .kiemelt li{
	padding: 4px;
	background: #e1d9c9;
	color: #800;
	margin-left: 4px;
	margin-right: 4px;
	}
ul.kiemelt li{
	background: #fff;
	border: 1px outset #a85;
	-moz-box-shadow: 0 3px 10px #543;
	-webkit-box-shadow: 0 3px 10px #543;
	box-shadow: 0 3px 10px #543;
	width: 594px;
	}
#lead .kiemelt img, .doboz.cikk img {
	border: 1px solid #fff;
	}
#lead .kiemelt p {
	margin: 0;
	}
#lead .kiemelt h2 {
	padding: 0;
	margin: 6px 0 12px;
	}
#lead .kep img {
	border: 2px solid #e1d9c9;
	}
#lead .kep sub {
	background: #e1d9c9;
	}
#reallead {
	border-bottom: 2px solid #e3b55f;
	padding-right: 2px;
	}
#reallead sub.datum {
	color: #524;
	margin-left: 6px;
	}
#reallead sub.szerzo {
	font-weight: bold;
	margin-left: 6px;
	}
div.fontsize a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	}
div.button, p.kepgal img {
	background: #e3b55f;
	
	background-image: -moz-linear-gradient(top, #c2943e, #e3b55f); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c2943e),color-stop(1, #e3b55f)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f')"; /* IE8 */
	
	margin: 0 2px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
div.button:hover, p.kepgal img:hover {
	background: #c2943e;
	
	background-image: -moz-linear-gradient(top, #a71, #c2943e); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a71),color-stop(1, #c2943e)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#aa7711', EndColorStr='#c2943e'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66855', EndColorStr='#c2943e')"; /* IE8 */
	}
.szakerto {
	text-align: center;
	background: #e3b55f;
	border-radius: 6px;
	}
.szakerto h2 {
	color: #fff;
	}
.szakerto sub {
	font-size: 10px;
	}
div.lapozo span {
	padding: 2px 6px;
	border: 1px solid #e1d9c9;
	}
div.lapozo span:hover {
	background: #e3b55f;
	
	border: 1px inset #e3b55f;
	
	background-image: -moz-linear-gradient(top, #c2943e, #e3b55f); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c2943e),color-stop(1, #e3b55f)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f')"; /* IE8 */
	}
div.lapozo span.actual {
	background: #e1d9c9;
	border: 1px solid #e1d9c9;
	}
div.lapozo span.nav {
	background: #e3b55f;
	border: 1px outset #e3b55f;
	
	background-image: -moz-linear-gradient(top, #c2943e, #e3b55f); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c2943e),color-stop(1, #e3b55f)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f')"; /* IE8 */
	}
div.lapozo span.nav:hover {
	background: #c2943e;
	border: 1px inset #c2943e;
	
	background-image: -moz-linear-gradient(top, #a71, #c2943e); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a71),color-stop(1, #c2943e)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#aa7711', EndColorStr='#c2943e'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66855', EndColorStr='#c2943e')"; /* IE8 */
	}
div.lapozo span.nav a {
	color: #fff;
	}
.kapcsolodo {
	background: #e1d9c9;
	margin: 6px;
	}
.kapcsolodo h3 {
	color: #fff;
	font-weight: bold;
	}
.kapcsolodo li {
	border-bottom: 1px dotted #f4faed;
	}
.kapcsolodo li.archive, div.archive {
	text-align: center;
	border-bottom: 0;
	}
.kapcsolodo li.archive a, div.archive a {
	color: #fff;
	font-weight: bold;
	background: #e3b55f;
	display: block;
	padding: 4px 6px 8px;
	display: block;
	margin: 0 auto;
	width: 240px;
	background-image: -moz-linear-gradient(top, #c2943e, #e3b55f); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c2943e),color-stop(1, #e3b55f)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f')"; /* IE8 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.kapcsolodo li.archive a:hover, div.archive a:hover {
	background-image: -moz-linear-gradient(top, #a71, #c2943e); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a71),color-stop(1, #c2943e)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#aa7711', EndColorStr='#c2943e'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66855', EndColorStr='#c2943e')"; /* IE8 */
	}
#col2 .doboz {
	background: #e8b963;
	}
#col2 .doboz h2 {
	background: #800;
	margin-bottom: 1em !important;
	display: inline-block;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	padding: 0 10px !important;
	margin-left: -5px !important;
	border: 2px solid #fff;
	border-left: 0;
	border-right: 0;
	}
#col2 .doboz h2, #col2 .doboz h2 a {
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -1px;
	font-size: 19px;
	line-height: 1em;
	text-align: center;
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 3px #000;
	}
#col2 .datumos ul li span {
	position: absolute;
	margin-left: -50px;
	background: #ebfdcb;
	padding: 0 6px;
	font-size: 10px;
	color: #571;
	
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);

	}
div.idojaras img {
	margin: 7px 0 5px;
	border: 3px solid #fff;
	}
#col2 .profession a sub, #col2 .kirakat a span  {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	}
	
#kereso {
	background: #fce8c4;
	-moz-box-shadow: 0 2px 2px #87785d inset;
	-webkit-box-shadow: 0 2px 2px #87785d inset;
	box-shadow: 0 2px 2px #87785d inset;
	margin-right: 2px;
	}
#search button {
	background: #e3b55f;
	background-image: -moz-linear-gradient(top, #c2943e, #e3b55f); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c2943e),color-stop(1, #e3b55f)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c2943e', EndColorStr='#e3b55f')"; /* IE8 */
	}
#search button:hover {
	background: #c2943e;
	background-image: -moz-linear-gradient(top, #a71, #c2943e); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a71),color-stop(1, #c2943e)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#aa7711', EndColorStr='#c2943e'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#aa7711', EndColorStr='#c2943e')"; /* IE8 */
	}
#idi {
	background: #fff url(/img/bulvar_idi.png) top right no-repeat;
	}
#idi:hover {
	background: #fff url(/img/bulvar_idi.png) bottom right no-repeat;
	}
#user {
	background: #fce8c4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
	
#partnereink h3 {
	color: #800;
	}
	
div.banner sub {color: #89ab78;}
div.banner.super sub {color: #e8b963;}

/* loginbox */
#idi_box {
	}
div.ui-dialog {
	border: 6px solid #524;
	background: #524;
	-moz-box-shadow: 0px 2px 12px #000; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 12px #000; /* Saf3.0+, Chrome */
     box-shadow: 0px 2px 12px #000; /* Opera 10.5, IE 9.0 */
	}
#idi_box .switcher {
	background: #524;
	}
#idi_box .switcher:hover {
	background: #571;
	}
#login .switcher {
	}
#register .switcher {
	}
#idi_box button {
	background: #dec;
	}