/*CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, canvas {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6{font-weight: normal;}

html *:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font: normal 13px 'Lucida Grande', Verdana, Tahoma, Arial, Sans-Serif;
	background: #151110 url(../images/bg.jpg) repeat 0 0;
	padding-bottom: 40px;
}
ol, ul {
	list-style: none;
}
/*linkek*/
a img{border:0;}

a{
color: #004fa3;
text-decoration:none}

a:hover{
text-decoration: underline
}

a:focus{
outline: 1px dotted #004fa3;
text-decoration: underline;
}

a:active{color:#ed1b2d;}

a:visited{color:#1d2776}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*generic*/
.clearleft{clear: left;}
.clearright{clear:right}
.clearboth{clear:both;}
em{font-style: italic;}
strong{font-weight: bold;}
.red{color:#ED1B2D;}
.sup{vertical-align: super;}
.snickers_blue1{color: #004fa3}
.size18{font-size: 18px;}
input,textarea{
border: 1px solid #000;
font: normal 13px 'Tahoma', Helvetica, Arial, sans-serif;
}

input{height: 21px;}

input:focus,textarea:focus{
border: 1px solid #e5a330;
}
label{
text-transform: uppercase;
font: bold 10px 'Tahoma', Helvetica, Arial, sans-serif;
display: block;
margin: 3px 0;
}

/*layout*/
div#wrap{
width: 960px;
margin: 0 auto;
background: #fdf9f6 url(../images/wrap_sprite.gif) repeat-y left 0;
}

div#header{
width: 960px;
height: 283px;
/*itt cseréld a fejléc képet*/
background: #5e4641 url(../images/header_bg.jpg) no-repeat 0 0;
position: relative;
}

div#main{
width: 625px;
padding: 10px 10px 0 25px;
float: left;
}

div#sidebar{
width: 300px;
padding: 10px 0 0 0;
float: right;
background: #5c4743 url(../images/wrap_sprite.gif) repeat-y right 0;
}

div.sidebar_footer{
width: 300px;
height: 46px;
background: #5c4743 url(../images/sidebar_footer_bg.gif) no-repeat 0 0;
}

div#footer{
width: 980px;
height: 74px;
/*clear: both;*/
margin: -8px auto 0;
background: transparent url(../images/footer_bg.png) no-repeat 0 0;
font-size: 11px;
color: #3d221e;
}

/*IE has Layout - hack*/
* html #footer{
height: 1px;
}


/*header content*/
div#sponsors{
width: 960px;
height: 60px;
font-size: 11px;
color: #fff;
background: transparent url(../images/sponsors_bg.png) no-repeat 0 0;
position: absolute;
z-index: 20;
}

div#sponsors ul{
padding-left: 16px;
}

div#sponsors ul li{
float: left;
margin-right: 10px;
padding-top: 10px;
}

div#sponsors ul li.label{
padding-top: 15px;
}

div#sponsors ul li a{
display: block;
text-indent: -9999px;
height: 25px;
background-image: url(../images/sponsors_sprite.gif);
background-repeat: no-repeat;
background-color: #3d221e;
}

div#sponsors ul li a.snickers{
background-position: 0 0;
width: 106px;
}

div#sponsors ul li a.snickers:hover, div#sponsors ul li a.snickers:focus{
background-position: 0 -25px;
outline: none;
}

div#sponsors ul li a.lusteenet{
background-position: -106px 0;
width: 122px;
}

div#sponsors ul li a.lusteenet:hover, div#sponsors ul li a.lusteenet:focus{
background-position: -106px -25px;
outline: none;
}

div#sponsors ul li a.redbull{
background-position: -228px 0;
width: 53px;
}

div#sponsors ul li a.redbull:hover, div#sponsors ul li a.redbull:focus{
background-position: -228px -25px;
outline: none;
}

div#sponsors ul li a.zolika{
background-position: -367px 0;
width: 122px;
}

div#sponsors ul li a.zolika:hover, div#sponsors ul li a.zolika:focus{
background-position: -367px -25px;
outline: none;
}

div.left_edge{
float: left;
width: 25px;
height: 283px;
background: transparent url(../images/header_edge_left_bg.png) no-repeat 0 0;
}

div.header_right{
float: right;
width: 462px;
height: 283px;
background: transparent url(../images/header_mask_bg.png) no-repeat 0 0;
}

div#header h1{
float: left;
padding: 70px 0 0 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 30px;
}

div#header h1 a{
color: #ed1b2d;
text-decoration: none;
}

div#header h2 a{
display: block;
width: 85px;
height: 53px;
background: transparent url(../images/bamako_logo_header.png) no-repeat 0 0;
position: absolute;
text-indent: -9999px;
top: 221px;
left: 25px;
z-index: 25;
}

div#mister_t{
position: absolute;
z-index: 30;
width: 325px;
height: 283px;
background: transparent url(../images/mister_t.png) no-repeat 0 0;
left: 650px;
}

a#kalandrally{display:block;
position: absolute;
z-index: 30;
width: 317px;
height: 295px;
background: transparent url(../images/mkrb_logo.png) no-repeat 0 0;
left: 605px;
top: 5px;
}

/*fomenü*/
div#menu{
width: 920px;
height: 58px;
padding: 0 0 0 40px;
clear: both;
background: #151110 url(../images/menu_bg.gif) no-repeat 0 0;
}

ul#mainmenu li{float: left; }

ul#mainmenu li a.top {
color: #ed1b2d;
font-size: 18px;
display: block;
padding: 20px 35px 12px 23px;
font-family: 'Alabama', Tahoma, sans-serif;
}

ul#mainmenu li a.top:hover, ul#mainmenu li a.top:focus{
text-decoration: none;
background: transparent url(../images/menu_hov_bg.png) no-repeat center 80%;
}

/*submenu*/
ul#mainmenu li ul{
position: absolute;
border-top: 5px solid #ed1b2d;
margin-left: 20px;
z-index: 200;
display: none;
width: 113px;
}

ul#mainmenu li.hassub:hover ul#submenu{
display: block;
}

ul#mainmenu li ul li{
float: none;
padding: 5px 15px;
background: transparent url(../images/submenu_bg.gif) repeat-y 0 0;
}

ul#mainmenu li ul li.bottom{
width: 100%;
height: 17px;
background: transparent url(../images/submenu_bottom.png) no-repeat 0 0;
}

ul#mainmenu li ul li a{
font: bold 12px 'Tahoma',sans-serif;
color: #ed1b2d;
}

ul#mainmenu li ul li a:hover, ul#mainmenu li ul li a:focus{
text-decoration: none;
color: #004fa3;
}

/*sidebar content*/
div#sidebar div.box{
margin-bottom: 20px;
}

div#sidebar label,div#sidebar small{
color: #fff;
}

div#sidebar div.box h3{
font-family: 'Alabama', Tahoma, Helvetica, Arial, sans-serif;
font-size: 20px;
color: #ed1b2d;
background: #5c4743 url(../images/boxheader_bg.gif) no-repeat;
height: 46px;
padding: 10px 0 0 25px;
margin-bottom: 3px;
clear: both;
}

div#sidebar div.box h3 img{
float: right;
margin: 5px 5px 0 0;
cursor: pointer;
}

div#sidebar div.box div.inbox{
padding: 0 15px;
font-size: 11px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
}

div#sidebar a:focus{
outline-color: #e5a330;
}

.diag{
padding: 6px;
background: #3d221e url(../images/diag_bg.gif) repeat 0 0;
}

input.submitbutton,a.navbutton{
color: #fff;
font: normal 12px 'Tahoma', Helvetica, Arial, sans-serif;
display: block;
text-align: center;
}

a.navbutton{
width: 120px;
background: #5d4540 url(../images/button.gif) no-repeat 0 0;
float: right;
margin: 7px 0 15px 0;
height: 25px;
padding: 10px 0 0 0;
}

a.navbutton:hover{
text-decoration: underline;
background-position: 0 -35px;
}

a.navbutton:active{
background-position: 0 -70px;
}

/*TWITTER*/
p.msg{
color: #fff;
font: normal 12px 'Tahoma', Helvetica, Arial, sans-serif;
margin: 0 0 6px 0;
}

a#formopener{
display: block;
height: 13px;
padding-left: 15px;
color:#fff;
font-size: 13px;
background-image: url(../images/plus_sprite.gif);
background-repeat: no-repeat;
font-weight: bold;
}

input#senderName{
width: 173px;
}

textarea#msgText, textarea#smsText{
width: 275px;
height: 50px;
}

input.submitbutton{
width: 64px;
background: transparent url(../images/submit_bg.png) no-repeat 0 0;
border: 0px solid #fff;
display: block;
height: 35px;
cursor: pointer;
}

input.submitbutton:hover{
background-position: 0 -35px;
}

input.submitbutton:active, input.submitbutton:focus{
background-position: 0 -70px;
text-decoration: underline;
}

input.counter{
background: transparent;
border: 0;
color: #fff;
font-style:italic;
font-size: 11px;
}

/*galléria box*/
div#gallery_preview{
position: relative;
padding-top: 32px;
}

div.tape{
width: 85px;
height: 51px;
position: absolute;
top: 0;
left: 90px;
background: transparent url(../images/tape.png) no-repeat 0 0;
}

div.thumb{
width: 183px;
height: auto;
background: #fff url(../images/thumb_bg.gif) repeat-y 0 0;
text-align: center;
margin: 0 auto;
}

div.thumb_header{
width: 183px;
height: 6px;
background: #fff url(../images/thumb_header_bg.gif) no-repeat 0 0;
}

div.thumb_footer{
width: 183px;
height: 7px;
background: #fff url(../images/thumb_footer_bg.gif) no-repeat 0 0;
}

/*email form*/
input#mail, input#smsSender{
width: 177px;
}

input.newsletter{
width: 120px;
background-image: url(../images/submit_nl_bg.gif);
}

/*linklista*/
a.linklist{
line-height: 1.6;
display: block;
font-weight: bold;
color: #fff;
}

/*közvetítéslista byTio*/
span.rtllist{
line-height: 1.6;
display: block;
font-weight: bold;
color: #fff;
}


a.linklist:hover{
text-decoration: underline;
color: #151110;
}

/*posztok*/
div.post a img{
border: 1px solid #666;
}

div.post a:hover img{
border: 1px solid #e08b2b;
}

div.post h2, div#gallery h2{
margin-bottom: 10px;
color: #ed1b2d;
font: bold 18px Tahoma, Helvetica, Arial, sans-serif;
}

div.post h2 a{
font: bold 18px Tahoma, Helvetica, Arial, sans-serif;
color: #ed1b2d;
text-decoration: underline;
}

div.post h2 a:hover, div.post h2 a:focus{
color: #1d2776;
background-color: #ed1b2d;
text-decoration: none;
}

div.entry div.head h2 a:hover, div.entry div.head h2 a:focus{
background: #FF5400;
color: #fff;
text-decoration: none;
}

div.post h4.date{
font-size: 11px;
font-weight: bold;
text-align: right;
color: #999;
margin: 0 0 10px 0;
}

div.post p{
margin: 6px 0;
line-height: 1.3;
}

div.post ul{
list-style-type: square;
margin: 6px 0 0 15px;
}

/*súgó tooltip ha lesz
div#tooltip{
position: absolute;
font-size: 11px;
padding: 3px;
width: 200px;
}*/


div.post table{
margin: 6px 0;
}

div.post table td, div.post table tbody td{
border-collapse: collapse;
border: 1px solid #666;
padding: 3px;
vertical-align: middle;
}

div#tooltip,div.post blockquote{
background: #ffffcc;
border: 1px solid #e5a330;
}
div.post blockquote{
margin-left: 15px;
padding: 12px;
}

div.bottom{
width: 608px;
height: 34px;
padding: 5px 8px 0 8px;
margin: 18px 0 10px 0;
background-image: url(../images/post_bottom.gif);
background-repeat: no-repeat;
}

div.bottom strong{
font-size: 12px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
color: #fff;
padding-left: 23px;
background-repeat: no-repeat;
display: block;
height: 18px;
background-image: url(../images/icon_sprite_1.gif);
}

div.bottom strong a{color: #fff;}

div.bottom strong.author{
background-position: 0 0;
float: left;
padding-right: 110px;
}

div.bottom strong.comments{
background-position: 0 -18px;
float: right;
}

div.bottom strong.shares{
background-position: 0 0;
float: left;
padding-right: 10px;
background-image: url(../images/eye.png) !important;
background-image: url(../images/eye.gif);
}

/*lapozó linkek*/
div#pagination a {
display: block;
color: #fff;
text-align: center;
height: 11px;
padding: 6px 0;
margin-top: 10px;
background-repeat: no-repeat;
background-color: #3d221e;
background-image: url(../images/arrow_sprite.gif);
}

div#pagination a.prev{
float: left;
padding-left: 12px;
padding-right: 4px;
background-position: 0 -23px;
}

div#pagination a.next{
float: right;
background-position: right 0;
padding-right: 12px;
padding-left: 4px;
}

div#footer p{
padding: 30px 0 0 0;
text-align: center;
}

div#footer a{
color: #3d221e;
text-decoration: underline;
}

/*szponzorok*/
div.sponsor{
float: left;
margin: 20px 0;
}

div.sponsor div{
float: left;
text-align: center;
padding: 0 5px 5px 0;
}

div.sponsor div img{
display: block;
}

div.sponsor div a{
font-weight: bold;
}

/*eredmény táblázat*/
div.post table.results{
width: 100%;
}

div.post table.results td{
text-align: center;
background: #EFE277;
border-top: none;
border-color: #FDF9F6;
}

div.post table.results tr.even td{
background: #EFE486;
}

div.post table.results tr:hover td{background: #e5d65f;}

div.post table th{
background: #004fa3;
font-weight: bold;
text-align: center;
vertical-align: middle;
padding: 3px;
border-right: 1px solid #FDF9F6;
border-bottom: 1px solid #FDF9F6;
color: #fff;
font-size: 11px;
}

div.post table th.first{border-left: 1px solid #FDF9F6;}

div.post table td a img, div.post table td a:hover img{
border:none;
}

/*kommentek*/
div#comments{
padding: 25px 0 0 0;
}

div.gallery_comments {
width: 700px;
margin: 0 102px;
padding-top: 15px;
}

form#commentForm fieldset legend, div#comments h3{
font-weight: bold;
font-size: 15px;
color: #3D221E;
}

div#comments h3{
color: #ed1b2d;
margin-bottom: 5px;
}

#commentText{
width: 400px;
}

p.comment{
background: #5C4743;
color:#fff;
padding: 5px;
margin: 3px 0;
}

p.even{
background: #4F3A36;}

/*galléria kategóriák*/
div.gallery_cat{
padding: 10px 10px 30px 22px;
margin: 25px auto 0 auto;
background: #3d221e url(../images/post_bottom.gif) no-repeat center bottom;
width: 560px;
}

div.gallery_cat div.diag{
margin: 10px 10px 0 0;
float: left;
text-align: center;
}

h4.gal_name a, p.image_num{
font-weight: bold;
color: #fff;
}

h4.gal_name a{
padding-right: 18px;
}

h4.gal_name a:hover{
background: transparent url(../images/hov_arrow.png) no-repeat right center;
}

div.post p.image_num{
float: right;
margin: -15px 0 0 0;
}

div.post ul#thumb_list li, div#gallery ul#thumb_list li{


float: left;
list-style-type: none;
margin: 0 15px 15px 0;
}

div.post ul#thumb_list{
margin: 0 6%;
}

div#gallery{
padding: 10px 10px 0 25px;
}

/*dropshadow a képek körül*/
#shadow-container {
position: relative;
left: 3px;
top: 3px;
margin-right: 3px;
margin-bottom: 3px;
}

.shadow-container .shadow2,
.shadow-container .shadow3,
.shadow-container .container {
position: relative;
left: -1px;
top: -1px;
}

.shadow-container .shadow1 {
background: #F1F0F1;
}

.shadow-container .shadow2 {
background: #DBDADB;
}

.shadow-container .shadow3 {
background: #B8B6B8;
}

.shadow-container .container {
background: #ffffff;
border: 1px solid #848284;
padding: 10px;
width: 160px;
height: 160px;
text-align: center;
display: table;
}

.shadow-container .container a{
display: table-cell;
vertical-align: middle;
}

.shadow-container .container:hover{
border: 1px solid #E08B2B;
}

div.post .shadow-container a img, div.post .shadow-container a:hover img{
border: none;
}

/*egyedi képnézet*/
table#image_view td{
text-align:center;
vertical-align: middle;
}

div.thumb_container{
width: 800px;
margin: 10px auto 0 auto;
}

div.gallery_bottom{
width: 708px;
height: 34px;
padding: 5px 8px 0 8px;
margin: 15px auto 0 auto;
background-image: url(../images/gallery_bottom.gif);
background-repeat: no-repeat;
}

div.gallery_bottom strong{
font-size: 12px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
color: #fff;
padding-left: 23px;
background-repeat: no-repeat;
display: block;
height: 18px;
background-image: url(../images/icon_sprite_1.gif);
}

div.gallery_bottom strong a{color: #fff;}

div.gallery_bottom strong.views{
background-position: 0 0;
float: left;
padding-right: 100px;
background-image: url(../images/eye.png) !important;
background-image: url(../images/eye.gif);
}

div.gallery_bottom strong.shares{
background-position: 0 0;
float: left;
padding-right: 10px;
/*
background-image: url(../images/eye.png) !important;
background-image: url(../images/eye.gif);
*/
}

div.gallery_bottom strong.comments{
background-position: 0 -18px;
float: right;
margin-right: 20px;
}

div.share a {
float: left;
padding-right: 10px;
}

div.post div.share a img, div.post div.share a:hover img{
border: none;
}

div.warning{
font-size: 13px;
background-image: url(../images/warning_icon.png) !important;
background-image: url(../images/warning_icon.gif);
background-repeat: no-repeat;
background-position: left center;
color: #fff;
font-weight: bold;
padding-left: 16px;
}

div.post p.gallery_sum{
background: #3D221E;
vertical-align: middle;
line-height: 23px;
/*margin-bottom: 8px;*/
color: #fff;
width: 330px;
text-align: center;
margin: 0 auto 20px auto;
}

input#loginName{margin-bottom: 4px; }

/*galeria lapozo*/
div.gal_pagination{
text-align: center;
}

div.gal_pagination a{
line-height: 23px;
vertical-align: middle;
color: #fff;
background: #3D221E;
padding: 3px;
}

div.gal_pagination span.gal_active{
line-height: 23px;
vertical-align: middle;
color: #fff;
background: #e5a330;
padding: 3px;
}

div.gal_pagination a:hover, div.gal_pagination a:focus{
color: #e5a330;
}
/*div.gal_pagination a:visited{color: #666;}*/

div.gal_pagination a.gal_back{
background:#3D221E url(../images/arrow_sprite.gif) no-repeat left -23px;
padding-left: 12px;
}

div.gal_pagination a.gal_next{
background:#3D221E url(../images/arrow_sprite.gif) no-repeat right 0;
padding-right: 12px;
}

/*versenysorozatok box*/
div.series {
	margin: 0 0 6px 0;
	padding: 6px;
	color: #fff;
	font: normal 12px 'Tahoma', Helvetica, Arial, sans-serif;
	margin: 0 0 6px 0;
}

/*eseménynaptar box*/
div.calendar {
	margin: 0 0 6px 0;
	padding: 6px;
	color: #fff;
	font: normal 12px 'Tahoma', Helvetica, Arial, sans-serif;
	margin: 0 0 6px 0;
}

div.calendar table {
	width: 100%;
}

div.calendar table th, div.calendar table td{
	text-align: center;
	height: 15px;
	border: 1px solid #000;
}

div.calendar table th {
	font-weight: bold;
}

div.calendar table th a{
	color: #fff;
	text-decoration: none;
}

div.calendar table th a:hover{
	color: #151110
}

div.calendar table td.ma {
	font-weight: bold;
	background: #ED1B2D;
}

div.calendar table td.versenynap {
	background: #EFE486;
	color: #000;
}

