/*
-------------------------------------------------------------------------------
  Reset
-------------------------------------------------------------------------------
*/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*
--------------------------------------------------------------------------------
  Clearfix
--------------------------------------------------------------------------------
*/

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


/*
-------------------------------------------------------------------------------
  Defaults
-------------------------------------------------------------------------------
*/

html {
    background: url(/assets/mobile/img/bg_main.png);
}

body {
    color: #2f2f2f;
    font-family: Arial, sans-serif;
    font-size: 62.5%; /* default to 10px */
    line-height: 130%;
    /* Prevent iOS, WinMobile from adjusting font size */
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

a {
    color: #ff6f21;
    text-decoration: none;
}

a.dark {
    color: #2f2f2f;
}

header, footer, nav, article, section {
    display: block;
}

/*
-------------------------------------------------------------------------------
  Ikonok
-------------------------------------------------------------------------------
*/

.ico-up {
    background: url(/assets/mobile/img/sprite.png) left -404px no-repeat;
    display: inline-block;
    height: 17px;
    width: 16px;
}

.ico-home {
    background: url(/assets/mobile/img/sprite.png) left -451px no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
}

.ico-close {
    background: url(/assets/mobile/img/sprite.png) -483px -46px no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
}

/*
-------------------------------------------------------------------------------
  Box
-------------------------------------------------------------------------------
*/

.box, .empty {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    margin: 7px 5px;
    padding: 10px;
    text-align: left;

    /* IE9 fix */
    *border: 1px solid #ccc;
}

/*
-------------------------------------------------------------------------------
  Master header
-------------------------------------------------------------------------------
*/

#masthead {
    background: #f82;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9b24), to(#ff6f21));
    background: -moz-linear-gradient(top,  #ff9b24,  #ff6f21);
    font-size: 200%;
    line-height: 2.5em;
}

#masthead .frame {
    padding: 0 5px;
}

#masthead:before {
    background: #fff;
    color: #fff;
    content: ".";
    display: block;
    height: 1px;
    opacity: .5;
    overflow: hidden;
}

#masthead:after {
    background: #000;
    color: #000;
    content: ".";
    display: block;
    height: 1px;
    opacity: .1;
    overflow: hidden;
}

#masthead a {
    color: #000;
}

#masthead h1 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
    white-space: nowrap;
}

#blh-avatar {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.4);
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,0.4);
    float: left;
    height: 40px;
    margin: 5px 6px 5px 0;
    width: 40px;
}

#nav-trigger {
    background: url(/assets/mobile/img/sprite.png) left -62px no-repeat;
    float: right;
    height: 33px;
    margin-left: 6px;
    margin-top: .4em;
    overflow: hidden;
    width: 32px;
}

#nav-trigger.open {
    background-position: left top;
}


/*
-------------------------------------------------------------------------------
  Navigáció
-------------------------------------------------------------------------------
*/

#nav-top {
    background: #2c2c2c;
    background: -moz-linear-gradient(top, #2c2c2c 0%, #3c3c3c 23%, #1e1e1e 74%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(23%,#3c3c3c), color-stop(74%,#1e1e1e));
    color: #fff;
    display: none;
    font-size: 150%;
    font-weight: bold;
    height: 3.4em;
    overflow: hidden;
    width: 100%;
}

/* -- menü ---------------------------------------------------------------- -*/

#menu {
    height: 3.4em;
    text-align: center;
    width: 100%;
}

#menu ul {
    line-height: 1.6em;
    margin-left: 45px;
    padding: .9em 0;
}

#menu li {
    border-left: 1px solid #858585;
    display: inline;
    padding: 0 .4em 0 .6em;
}

#menu a {
    color: #fff !important;
    text-shadow: 0 -1px 1px #000;
}

#menu li:first-child {
    border-left: none;
}

#search-open {
    background: url(/assets/mobile/img/sprite.png) 15px -110px no-repeat;
    border: none;
    float: right;
    height: 100%;
    width: 45px;
}

/* -- Keresés -------------------------------------------------------------- */

#search-close {
    background: url(/assets/mobile/img/sprite.png) 15px -159px no-repeat;
    border: none;
    float: right;
    height: 100%;
    width: 45px;
}

#search {
    display: block;
    height: 3.4em;
    width: 100%;
}

#search form {
    line-height: 1.8em;
    padding: .6em 0;
    padding-left: .5em;
}


#search #q {
    font-weight: normal;
    padding: .35em .5em;
    width: 85%;
    *width: 75%;
}

/*
-------------------------------------------------------------------------------
  Post
-------------------------------------------------------------------------------
*/

.post-header {
    margin-bottom: 1em;
}

.post-header h1 {
    font-size: 180%;
    font-weight: bold;
    line-height: 1.15em;
    margin-bottom: 0.3em;
}

.post-header h1 a {
    color: #404040 !important;
}

.post-header p {
    color: #767676;
    font-size: 120%;
}

.post-content {
    font-size: 140%;
    line-height: 1.35em;
    word-wrap: break-word;
}

.post-content img {
    float: left;
    margin: .25em .8em 0 0;
}

/* lehetőleg ne érvényesüljenek az inline style-ba írt width / height értékek */
.post-content p,
.post-content img,
.post-content table,
.post-content blockquote,
.post-content div {
    width: auto !important;
}

/*
-------------------------------------------------------------------------------
  Post címkék
-------------------------------------------------------------------------------
*/

.post-tags {
    border-top: 1px solid #ccc;
    display: none;
    font-size: 140%;
    line-height: 1.6em;
    margin-top: 1em;
    padding: .8em 0;
}

.post-tags span {
    font-weight: bold;
}

/*
-------------------------------------------------------------------------------
  Post / kommentek olvasásához tovább gombok
-------------------------------------------------------------------------------
*/

.readmore {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(top,  #f8f8f8,  #e9e9e9);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: none;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 10px;
    padding: 0 3px;
    text-shadow: 0 1px 1px #fff;
}

.readmore > div {
    border-bottom: 1px solid transparent;
    border-top: 1px solid #fff;
    padding: .4em 0;
}

.readmore a {
    color: #2f2f2f !important;
    display: block;
    padding: 0 .5em;
}

.readmore a.blh-goto-comments {
    background: url(/assets/mobile/img/sprite.png) 8px -259px no-repeat;
    float: right;
    padding-left: 2.4em;
}

.readmore a.blh-goto-comments:before {
    background: #b0b0b0;
    border-right: 1px solid #fff;
    content: ".";
    display: inline-block;
    left: -2.6em;
    overflow: hidden;
    position: relative;
    width: 1px;
}

/*
-------------------------------------------------------------------------------
  Hozzászólás / megosztás gombok
-------------------------------------------------------------------------------
*/

.comment-pager,
.feedback {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#dfdfdf));
    background: -moz-linear-gradient(top,  #f4f4f4,  #dfdfdf);
    border-top: 1px solid #ccc;
    display: none;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.8em;


    /* IE9 fix */
    *height:40px;
}
.feedback {
    margin: 0 -10px -10px;
}

.feedback > div {
    border-bottom: 1px solid transparent;
    border-top: 1px solid #fff;
    display: table;
    padding: .6em 0;
    width: 100%;
}

.feedback a {
    background-image: url(/assets/mobile/img/sprite.png);
    background-repeat: no-repeat;
    color: #2f2f2f !important;
    padding: 2px 0 2px 24px;
    text-shadow: 0 1px 1px #fff;
}

.feedback div > span {
    cursor: pointer;
    display: table-cell;
    *display: inline-block;
    text-align: center;
    width: 50%;
    *width: 49.8%;
}


.comment-pager > div {
    border-bottom: 1px solid transparent;
    border-top: 1px solid #fff;
    display: table;
    padding: .6em 0;
    width: 100%;
}
.comment-pager div > div {
    display: table-cell;
    *display: inline-block;
    text-align: center;
    width: 25%;
    *width: 24.8%;

    border-right: 1px solid #b0b0b0;
    border-left: 1px solid #fff;
}
.comment-pager div > div:first-child {
    border-left: 0px none;
}
.comment-pager div > div.last {
    border-right: 0px none;
}
.comment-pager div > div a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.comment-pager .blank-btn,
.comment-pager .comment-pager-btn span {
    background-image: url(/assets/mobile/img/sprite.png);
    background-repeat: no-repeat;
    padding: 0;
	display: inline-block;
	width:20px;
	height:100%;
}
.comment-pager .blank-btn {
	display:none;
    opacity: 0.3;
    filter: alpha(opacity = 30);
    height:25px;
}
.comment-pager .disabled a {
	display:none;
}
.comment-pager .disabled .blank-btn {
	display:inline-block !important;
}
.comment-pager-blank-last,
.comment-pager-last span {
	background-position: -547px -244px;
}
.comment-pager-blank-right,
.comment-pager-right span {
	background-position: -547px -198px;
}
.comment-pager-blank-left,
.comment-pager-left span {
	background-position: -547px -152px;
}
.comment-pager-blank-first,
.comment-pager-first span {
	background-position: -547px -106px;
}
.comment-pager .loading {
    margin: 0 auto;
}
.comment-error {
	font-size:140%;
	margin-bottom:5px;
}


/* -- hozzászólás -- */

.feedback div > span:first-child {
    border-right: 1px solid #b0b0b0;
}

.feedback div > span:first-child a {
    background-position: left -259px;
}

/* -- megosztás -- */

.feedback div > span:last-child {
    border-left: 1px solid #fff;
}

.feedback span#share-post a {
    background-position: -280px 2px;
}

/*
-------------------------------------------------------------------------------
  Hasonló cikkek
-------------------------------------------------------------------------------
*/

nav.post-related {
    font-size: 140%;
    line-height: 1.35em;
    margin-bottom: 5px;
}
nav.post-related > h1 {
    font-size: 130%;
    line-height: 1.15em;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #CCC;
}
nav.post-related .post-related-item {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 5px;
    height: 100px;
}
nav.post-related .post-related-item.no-image {
    height: auto;
}
nav.post-related .post-related-item:last-child {
    margin-bottom: 0;
}
nav.post-related .post-related-item h2 {
    padding: 5px 0;
    font-size: 120%;
}
nav.post-related .post-related-item p {
    color: #2F2F2F;
}
.post-related-thumb {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 5px;
    background-color: #f0f0f0;
}

/*
-------------------------------------------------------------------------------
  Layout kapcsoló
-------------------------------------------------------------------------------
*/

#blh-layout {
    clear: both;
    color: #777e81;
    font-size: 140%;
    font-weight: bold;
    padding: 1.8em 0;
    text-align: center;
    word-spacing: .4em;
}

#blh-layout strong {
    color: #2f2f2f;
    font-weight: bold;
}

/*
-------------------------------------------------------------------------------
  Megosztás
-------------------------------------------------------------------------------
*/

#share-links {
    background: url(/assets/mobile/img/bg_share.png) left top repeat-x;
    display: none;
    height: 61px;
    margin-bottom: 7px;
}

#share-links ul {
    display: table;
    padding-top: 8px;
    width: 100%;
}

#share-links li {
    display: table-cell;
    font-size: 110%;
    text-align: center;
    width: 20%;
}

#share-links span {
    background-image: url('/assets/mobile/img/sprite.png');
    background-repeat: no-repeat;
    display: block;
    height: 33px;
    margin: 0 auto;
    width: 32px;
}

#share-links .share-fb {
    background-position: -280px -49px;
}

#share-links .share-twitter {
    background-position: -280px -112px;
}

#share-links .share-tumblr {
    background-position: -280px -175px;
}

#share-links .share-buzz {
    background-position: -280px -238px;
}

#share-links .share-iwiw {
    background-position: -280px -301px;
}

#share-links a {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

/*
-------------------------------------------------------------------------------
  Post nézet
-------------------------------------------------------------------------------
*/

.blh-post .post-content p {
    margin-bottom: 1em;
    text-align: left !important;
    width: 100%;
}

.blh-post .post-content img {
    float: none !important;
    margin: 0;
}

.blh-post .post-content img {
    display: block !important;
    height: auto !important;
    margin: 1em auto !important;
    max-width: 100% !important;
}

.blh-post .post-content h1,
.blh-post .post-content h2,
.blh-post .post-content h3,
.blh-post .post-content h4,
.blh-post .post-content h5,
.blh-post .post-content h6 {
    font-weight: bold;
    margin: 1em 0;
}

.blh-post .post-content ul,
.blh-post .post-content ol {
    margin: 1em 0;
    padding-left: 2em;
}

.blh-post .post-content ul li {
    list-style-type: disc;
}

.blh-post .post-content ol li {
    list-style-type: decimal;
}

.blh-post .post-content blockquote {
    background-color: #f3f3f1;
    border-left: 3px solid #c3c3c1;
    font-style: italic;
    margin: 1em 0;
    padding: 1em;
}

.blh-post .post-content blockquote p {
    margin: 0;
}

.blh-post .post-content em {
    font-style: italic;
}

.blh-post .post-content strong {
    font-weight: bold;
}

.blh-post .post-content iframe,
.blh-post .post-content object,
.blh-post .post-content embed {
    display: block;
    margin: 1em auto;
}

.blh-post .post-tags,
.blh-post #comment-pager,
.blh-post .feedback {
    display: block;
}

/*
-------------------------------------------------------------------------------
  Címke nézet
-------------------------------------------------------------------------------
*/

.blh-tags .readmore {
    display: block;
}

/* -- címke buborékok (nem csak ehhez a nézethez) -------------------------- */

.blh-tags .tagcloud,
.blh-rovat .rovatcloud,
.blh-authorlist #main-content {
    font-size: 140%;
    padding: .5em;
    text-align: center;
}

.blh-tags .tagcloud-label {
    display: none;
}

.blh-tags .tagcloud-tag,
.blh-rovat .rovatcloud-tag,
.blh-authorlist #main-content li {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    display: inline-block;
    line-height: 2em;
    margin: .3em;
    padding: 0 1em;
    white-space: nowrap;
}

.blh-tags .tagcloud-tag,
.blh-rovat .rovatcloud-tag {
    font-size: 100% !important;
}

.blh-tags .tagfrequency,
.blh-rovat .rovat-postcount {
    color: #848484;
    font-size: 85%;
}

/* -- breadcrumb ----------------------------------------------------------- */

.blh-tags .tagcloud h3 {
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #3c3c3c 21%, #1e1e1e 79%, #1e1e1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(21%,#3c3c3c), color-stop(79%,#1e1e1e), color-stop(100%,#1e1e1e));
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C3C3C', endColorstr='#1E1E1E',GradientType=0 );*/
    color: #ccc;
    font-size: 115%;
    font-weight: bold;
    line-height: 2.4em;
    margin: -0.4347em; /* .tagcloud padding eliminálása */
    margin-bottom: -1.3em; /* h3 alatt lévő br eliminálása */
    overflow: hidden;
    padding: 0 6px;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: 0 -1px 1px #000;
    white-space: nowrap;
}

.blh-tags .tagcloud h3 a:first-child {
    color: #ccc !important;
}

.blh-tags .tagcloud h3 a:last-child {
    color: #fff !important;
}

/*
-------------------------------------------------------------------------------
  Keresés nézet
-------------------------------------------------------------------------------
*/

.blh-searchlist .readmore {
    display: block;
}

.blh-searchlist .searchHighlight1 {
	background-color: #F6F0AC;
	color: #4C4C4C;
	font-weight: bold;
	padding: 2px;
}

/*
-------------------------------------------------------------------------------
  Szerzők nézet
-------------------------------------------------------------------------------
*/

.blh-authorlist .authors-label {
    display: none;
}

.blh-authorlist hr {
    display: none;
}

.blh-authorlist #main-content li {
    border-radius: 1.18em;
    -moz-border-radius: 1.18em;
    -webkit-border-radius: 1.18em;
    color: #848484;
    font-size: 85%;
    line-height: 2.36em;
    padding: 0 1.18em;
}

.blh-authorlist #main-content li a {
    font-size: 118%;
}

/* szerző posztlistája */
.blh-authors .readmore {
    display: block;
}

/*
-------------------------------------------------------------------------------
  Rovat nézet
-------------------------------------------------------------------------------
*/

.blh-rovat .empty {
    margin: -0.2em -0.3em;
}

/*
-------------------------------------------------------------------------------
  Alsó navigáció
-------------------------------------------------------------------------------
*/

#nav-bottom {
    margin-top: 15px;
}

.pager {
    background: #f82;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9c24), to(#ff7021));
    background: -moz-linear-gradient(top,  #ff9c24,  #ff7021);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 1px #da5006;
    -webkit-box-shadow: 0 1px 1px #da5006;
    -moz-box-shadow: 0 1px 1px #da5006;
    font-size: 1px;
    height: 39px;
    margin: 0 5px;
    width: 48px;
}

.pager.disabled {
    opacity: .5;
    filter: alpha(opacity = 50);
}
.pager a,
.pager span {
    background-image: url(/assets/mobile/img/sprite.png);
    background-repeat: no-repeat;
    display: block;
    height: 100%;
}

.pager.prev {
    float: left;
}

.pager.prev a,
.pager.prev span {
    background-position: 16px -298px;
}

.pager.next {
    float: right;
}

.pager.next a,
.pager.next span {
    background-position: 16px -345px;
}

#nav-bottom-c {
    background: #f82;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9c24), to(#ff7021));
    background: -moz-linear-gradient(top,  #ff9c24,  #ff7021);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 1px #da5006;
    -webkit-box-shadow: 0 1px 1px #da5006;
    -moz-box-shadow: 0 1px 1px #da5006;
    height: 39px;
    margin: 0 58px;
}

#nav-bottom-c div {
    display: table;
    padding: 11px 0;
    width: 100%;
}

#nav-bottom-c a {
    display: table-cell;
    *display: inline-block;
    text-align: center;
    width: 50%;
    *width: 49.8%;
}

#nav-bottom-c a:first-child {
    border-right: 1px solid rgba(0,0,0,0.3);
}

#nav-bottom-c a:last-child {
    border-left: 1px solid rgba(255,255,255,0.6);
}

/*
-------------------------------------------------------------------------------
  Hozzászólások
-------------------------------------------------------------------------------
*/


#commenthead {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.15em;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}
#reload-comments {
    text-align: center;
    font-size: 160%;
    margin-top: 50px;
    margin-bottom: 20px;
}
#reload-comments h2 {
    margin-top: 40px;
    line-height: 120%;
}
#reload-comments a {
    color: #000000;
}

.comment-header {
	clear: both;
	overflow: hidden;
	background: #ECECEC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 6px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    /* IE9 fix */
	*display:block;
	*height:35px;
}

#comments .owncomment .comment-header{
    background: #FFF7CF;

}

.comment-header .reply {
	float:right;
	background-image:url(/assets/mobile/img/sprite.png);
	background-repeat:no-repeat;
	background-position:-475px 11px;
	cursor:pointer;
	height:30px;
	width:30px;
	padding:4px;
	text-indent:-9999px;
}

.comment-header p {
	padding-top: 5px;
	height: 25px;
}
.comment-header .comment-author {
	font-weight: bold;
	font-size: 140%;
}
.comment-header time{
	display: block;
	color: #767676;
	font-size: 120%;
}

.comment-header img {
	float: left;
    height: 28px !important;
    margin: 0 5px 5px 5px;
    width: 28px;

    /*
    box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    /**/
}

.comment-content {
	margin-bottom: 15px;
    padding-bottom: 5px;
	display: block;
	font-size: 140%;
    line-height: 1.35em;
    word-wrap: break-word;
    margin-left:5px;
}

.comment-btn {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(top,  #f8f8f8,  #e9e9e9);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: none;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 10px;
    padding: 0 3px;
    text-shadow: 0 1px 1px #fff;
	display: block;

	*border:1px solid #ccc;
}

.comment-btn > div {
    border-bottom: 1px solid transparent;
    border-top: 1px solid #FFFFFF;
    display: block;
    padding: 0.4em 0;
    text-align: center;
    width: 100%;
}

.comment-btn a {
    color: #2F2F2F !important;
    display: block;
    padding: 0 0.5em;
}

article.no-comment {
    font-size: 140%;
	margin: 6px 0 12px;
}
#last-comment-list #commenthead { border:0; }
#last-comment-list section.comment-content { margin-bottom:0; }
#last-comment-list footer {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
}
#last-comment-list footer h1,
#last-comment-list footer h1 a {
	font-weight:bolder;
}
#last-comment-list .comment-post {
	font-size:130%;
	margin-left:5px;
	margin-bottom:20px;
}

/*
-------------------------------------------------------------------------------
  Indapass login
-------------------------------------------------------------------------------
*/

.indapass-box {
	display:block;
	background-color:#fff7cf;
	color:#2f2f2f;
	font-size:100%;
	font-weight:normal;
	margin:0 5px;

    border: 1px solid #f8cfad;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.indapass-box header {
	display:block;
	height:25px;

    background: #f9b131;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd131), to(#f9b131));
    background: -moz-linear-gradient(top,  #ffd131,  #f9b131);

}
.indapass-box header h1 {
	color:#442c04;
	font-size:140%;
	font-weight:bolder;
	line-height:25px;
	padding-left:10px;

	float:left;

    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}
.indapass-box header span {
	background-image: url("/assets/mobile/img/sprite.png");
	background-position: -275px -404px;
	display: block;
	float: right;
	height: 25px;
	width: 80px;
}
.indapass-box form {
	margin:0 10px;
	display:block;
	text-align:center;
}
.indapass-box h2 {
	color:#2f2f2f;
	margin:10px;
	font-size:140%;
}
.indapass-box .error {
	color:#C00;
	font-size:11px;
}
.indapass-box .input {
	width:100%;
	max-width:228px !important;
	margin-bottom:10px;
	padding:0.35em 0.5em;
	font-size:150%;
}
.indapass-box .submit {
	color:#442c04;
	font-size:140%;
	font-weight:bold;
	width:135px;
	margin-bottom: 10px;
    line-height: 2.8em;

    border: 1px solid #f8cfad;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    text-shadow: 0 1px 1px rgba(255,255,255,0.3);

    background: #f9b131;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd131), to(#f9b131));
    background: -moz-linear-gradient(top,  #ffd131,  #f9b131);
}

.indapass-box .submit.fb-login {
    color:#FFFFFF;
    width:135px;
    margin-bottom: 10px;
    line-height: 2.8em;
    width: 170px;

    border: 1px solid #2b4170;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);

    background: #3B5998;
    background: -webkit-gradient(linear, left top, left bottom, from(#3B5998), to(#2b4170));
    background: -moz-linear-gradient(top,  #3B5998,  ##2b4170);
}

/*
-------------------------------------------------------------------------------
  Hozzaszolas
-------------------------------------------------------------------------------
*/
.indapass-box header .exit {
	color: #805C0E !important;
	font-size: 140%;
	font-weight: bolder;

	display: block;
	float: right;
	margin-top: .4em;
	padding: 0 10px;

	border-left: 1px solid #000000;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}
.indapass-box select {
	width:100%;
	max-width:245px !important;
	margin:15px 0;
	font-size:13px;
}

.indapass-box textarea {
	width:85%;
	max-width:460px !important;
	margin-bottom:15px;
	padding:0.35em 0.5em;
	height:120px;
	font-size:15px;
}

.indapass-box .checkbox {
    vertical-align: top;
}

.indapass-box label {
	font-size:130%;
}

.indapass-box .radar_follow {
	margin-bottom:15px;
}

.indapass-box .radar_follow input {
    margin-right: .3em;
}

.indapass-box div.input {
	font-size: 130%;
    line-height: 1.3em;
	max-width: 100% !important;
}

.indapass-box strong {
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
    line-height: 2.3em;
}

.add-comment {
	text-align:center;
	margin: 2em;
}

.add-comment a {
	font-size: 140%;
	font-weight: bolder;
}

/*
-------------------------------------------------------------------------------
  Hirdetesek
-------------------------------------------------------------------------------
*/

.blh-billboard-ad {
    font-size: 0;
    line-height: 0;
    padding: 0 5px;
	text-align: center;
}

.blh-billboard-ad img,
.blh-billboard-ad iframe {
	max-width:100% !important;
}

/*
-------------------------------------------------------------------------------
  Képernyő alján fixált hirdetés
-------------------------------------------------------------------------------
*/

#fixed-ad {
    border-bottom: 1px solid #ab9f61;
    border-top: 1px solid #ab9f61;
    display: none;
    font-size: 130%;
    line-height: 1.35em;
    margin-top: 2em;
    width: 100%;
}

#fixed-ad .container {
    background: #ffef98;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff6c5), to(#ffef98));
    background: -moz-linear-gradient(top,  #fff6c5,  #ffef98);
    border-top: 1px solid #fff;
    padding: .6em;
}

#fixed-ad a {
    color: #363636 !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

#fixed-ad .ico-close {
    display: none;
    float: right;
}

/* -- JS fixálás esetén ---------------------------------------------------- */

#fixed-ad.js {
    border-bottom: 0;
    position: absolute;
    margin-top: 0;
}

#fixed-ad.js .ico-close {
    display: inline-block;
}

/*
-------------------------------------------------------------------------------
  Help form
-------------------------------------------------------------------------------
*/
.modal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #333;
    opacity: 0.4;
    display: none;
}

/* user feedback */
#user_feedback_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    padding-top: 20px;
}

#user_feedback {
    position: relative;
    background: #666;
    border: 1px solid #ccc;
    padding: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#user_feedback .txt {
    color: white;
    font-size: 130%;
    min-height: 24px;
    padding-bottom: 20px;
}

#user_feedback .txt p { padding: 5px 0 0; margin: 0; }

#user_feedback .txt a {
    z-index: 9999;
}

#user_feedback .txt span.icon {
    float: right;
    z-index: 9999;
}

#user_feedback .form_container textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    z-index: 9999;

    padding:1px;
    font-size:130%;
}

#user_feedback .form_container input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #333;
    z-index: 9999;

    padding:1px;
    font-size:130%;
}

#user_feedback .form_container input[type="submit"] {
    display: block;
    width: 50%;
    margin: 0 auto;
    z-index: 9999;
}
#user_feedback span.icon {
    background-image: url("http://m.index.hu/assets/images/i_sprite_mobile.png");
    background-repeat: no-repeat;
    background-position: -231px -96px;
    display: inline-block;
    overflow: hidden;
    height: 24px;
    width: 24px;
}

/*
-------------------------------------------------------------------------------
  Frontend / root,defaults
-------------------------------------------------------------------------------
*/
.cimlap * {
	font-size:14px;
	line-height:18px;
}
.hr {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin:10px 0 10px 0;
}

.blog-csoki {
	background-color: #FF8003;
	color:#fff;
	font-size:100%;
	font-weight: bold;
	letter-spacing:-1px;
	line-height: 14px;
	padding: 0 2px;
}
.blog-csoki-adult {
	background-color: red;
	color:#fff;
	font-size:100%;
	font-weight: bold;
	letter-spacing:-1px;
	line-height: 14px;
	padding: 0 2px;
}
.post-title {
	color:#009ad4;
	font-size:100%;
	font-weight: bold;
    line-height: 20px;
}

/*
-------------------------------------------------------------------------------
  Blog címlap (nem bloghu cimlap!!!)
-------------------------------------------------------------------------------
*/

.blh-blogcimlap .readmore {
    display: block;
}

.blh-blogcimlap .post-content img {
    width: 95px;
    height: 95px;
}




/*
-------------------------------------------------------------------------------
  Bloghu cimlap / Fejlec
-------------------------------------------------------------------------------
*/
.cimlap #masthead h1 {
	display: block;
	height: 50px;
}
.cimlap #masthead h1 a {
    background-image: url(/assets/mobile/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -395px -438px;
    display: inline-block;
    height: 30px;
	padding: 10px 25px 10px 5px;
    width: 100px;
    text-indent:-90000px;
}

/*
-------------------------------------------------------------------------------
  Bloghu cimlap / Fejlec / Menuk
-------------------------------------------------------------------------------
*/
.cimlap #search,
.cimlap #login,
.cimlap #user {
    background-color: #2c2c2c;
 	background: -moz-linear-gradient(top, #2c2c2c 0%, #3c3c3c 23%, #1e1e1e 74%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(23%,#3c3c3c), color-stop(74%,#1e1e1e));
	color: #fff;
    display: none;
    font-size: 150%;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
}
.cimlap #login { height: 5.5em; }
.cimlap #login.has-user { height: 3.5em; }
.cimlap #search { height: 3.5em; }
.cimlap #search #q { font-size: 110%; }

/* ha majd lesz login
#cimlap-nav {
	background-image: url(/img/mobile/sprite.png);
	background-position: -550px 0px;
	float: right;
	height: 33px;
	margin: 10px 5px 0px 0px;
	padding: 0px;
	width: 130px;
}
*/
.cimlap #cimlap-nav {
	background-image: url(/img/mobile/sprite.png);
	background-position: -685px 0px;
	float: right;
	height: 33px;
	margin: 10px 5px 0px 0px;
	padding: 0px;
	width: 40px;
}

.cimlap #cimlap-nav #login-trigger {
	background-image: url(/img/mobile/sprite.png);
	background-position: -423px -110px;
	color: white;
	display: inline-block;
	font-weight: bolder;
	height: 26px;
	line-height: 32px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	width: 74px;

	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.cimlap #cimlap-nav #search-trigger {
	background-image: url(/img/mobile/sprite.png);
	/* ha majd lesz login: background-position: -534px -56px; */
	background-position: -539px -56px;
	display: inline-block;
	height: 26px;
	line-height: 32px;
	margin: 0px;
	overflow: hidden;
	padding: 0px 8px 0px 0px;
	text-indent: -99999px;
	width: 36px;

}
.cimlap #cimlap-nav #login-trigger.open {
	background-position: -423px -82px;
}

/*
-------------------------------------------------------------------------------
  Bloghu cimlap / Fejlec / Menuk / Login form
-------------------------------------------------------------------------------
*/

/* nincs meg befejezve! */
.cimlap #nav-top.long{
    height: 5.5em;
}
.cimlap .login-form {
	text-align:center;
}
.cimlap .login-form .text {
	width:40%;

	font-weight: normal;
	padding: 0.35em 0.5em;
	font-size:80%;
}
.cimlap .login-form .submit {
	width:30%;
	display:inline-block;

	color:#442c04;
	font-size:100%;
	font-weight:bold;
	margin-bottom: 10px;
    line-height: 1.8em;

    border: 1px solid #f8cfad;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    text-shadow: 0 1px 1px rgba(255,255,255,0.3);

    background: #f9b131;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd131), to(#f9b131));
    background: -moz-linear-gradient(top,  #ffd131,  #f9b131);
}
.cimlap .login-form-row {
	width:100%;
	margin:10px 0;
}

/*
-------------------------------------------------------------------------------
  Bloghu cimlap / Kereses
-------------------------------------------------------------------------------
*/
#cimlap-search .readmore { display:block!important; }
#cimlap-search .snippet { clear:both; overflow:hidden; }
#cimlap-search .snippet img { padding-right: 5px; }
#cimlap-search .post-footer { padding-bottom: 10px; }
#cimlap-search div.lapozo {
	margin-bottom: 10px;
	text-align: center;
}
#cimlap-search div.lapozo a {
	display: inline-block;
	margin: 3px;
	min-width: 15px;
	padding: 4px;
	text-align: center;

	line-height:18px;
}
.cimlap .searchHighlight1 {
	background-color: #F6F0AC;
	color: #4C4C4C;
	font-weight: bold;
	padding: 2px;
}

/*
-------------------------------------------------------------------------------
  Bloghu cimlap / Feedtag list
-------------------------------------------------------------------------------
*/
#cimlap-feedtag .readmore { display:block!important; }
#cimlap-feedtag .snippet { clear:both; overflow:hidden; }
#cimlap-feedtag .snippet img { padding-right: 5px; }
#cimlap-feedtag .post-footer { padding-bottom: 10px; }

/*
-------------------------------------------------------------------------------
  Bloghu cimlap / Blogtag list
-------------------------------------------------------------------------------
*/
#cimlap-blogtag .readmore { display:block!important; }
#cimlap-blogtag .snippet { clear:both; overflow:hidden; }
#cimlap-blogtag .snippet img { padding-right: 5px; }
#cimlap-blogtag .post-footer { padding-bottom: 10px; }

/*
-------------------------------------------------------------------------------
  Bloghu cimlap / Tartalom
-------------------------------------------------------------------------------
*/
.cimlap h1,
.cimlap h2,
.cimlap h3 {
	display: inline;
	line-height:16px;
}
.cimlap article { margin:5px 0 10px 0; }
.cimlap hgroup { margin:5px 0 3px 0; }
.cimlap p.content {
	padding:0 0 5px 0;
	line-height:16px;
}

.cimlap article .img-container { text-align:center; }

/* szerkesztett tartalom*/
.cimlap article img {
	margin:2px 0;
	max-width:100%;
}
.cimlap article .img-container img {
	width:100%;
	max-width:320px;
	margin:5px 0;
}

.cimlap #content-container { margin:7px 0; }
.cimlap #content-first { margin-bottom:5px; }
.cimlap #content-third { margin-top:5px; }

/* Az elso elem kiemelese */
.cimlap article.content-lead .post-title {
	font-size:120%;
	line-height:22px;
}
/* Fejlec dobozok miatt */
.cimlap #content-hot .box,
.cimlap #content-second .box,
.cimlap #content-third .box {
	margin-top:0px;
}
/* fejlec dobozok */
.cimlap #content-hot header,
.cimlap #content-second header,
.cimlap #content-third header {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom:0;
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
	margin: 7px 5px 0px;
    padding: 10px;
    text-align: left;

    /* IE9 fix */
    *border: 1px solid #ccc;
}
/* narancs szin hotnak */
.cimlap #content-hot header {
    background: #f82;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9c24), to(#ff7021));
    background: -moz-linear-gradient(top,  #ff9c24,  #ff7021);
}
.cimlap #content-hot header h1 {
    color:#fff;
    font-size:15px;
    font-weight:bolder;
    line-height:18px;
    text-shadow: 0 1px 1px #656565;
}
/* szurke a 2. es 3. resznek */
.cimlap #content-second header,
.cimlap #content-third header {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(top,  #f8f8f8,  #e9e9e9);
}
.cimlap #content-second header h1,
.cimlap #content-third header h1 {
    color:#2f2f2f;
    font-size:15px;
    font-weight:bolder;
    line-height:18px;
    text-shadow: 0 1px 1px #fff;
}
.cimlap .box {
	padding:5px 10px 0 10px;
}
.cimlap .box-top {
    border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
}
/*
-------------------------------------------------------------------------------
  Bloghu cimlap / Banner
-------------------------------------------------------------------------------
*/
.cimlap .ad_container,
.cimlap .ad_container .ad {
	text-align:center;
}
.cimlap .ad_container .adtxt span {
    font-size:70%;
}
.cimlap .ad_container img {
	width:96%;
	max-width:480px !important;
}

/*
-------------------------------------------------------------------------------
  Bloghu cimlap / lablec gomb
-------------------------------------------------------------------------------
*/
.cimlap #cimlap-nav-bottom {
    background: #f82;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9c24), to(#ff7021));
    background: -moz-linear-gradient(top,  #ff9c24,  #ff7021);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 1px #da5006;
    -webkit-box-shadow: 0 1px 1px #da5006;
    -moz-box-shadow: 0 1px 1px #da5006;
    height: 39px;
    margin: 0 58px;
}
.cimlap #cimlap-nav-bottom div {
    display: table;
    padding: 11px 0;
    width: 100%;
}
.cimlap #cimlap-nav-bottom a {
    display: table-cell;
    *display: inline-block;
    text-align: center;
    width: 100%;
    *width: 99.8%;
}

/*
-------------------------------------------------------------------------------
  Bloghu cimlap / fektetett mod
-------------------------------------------------------------------------------
*/
@media all and (orientation:landscape) {
	.cimlap #content-container {
		overflow:hidden;
        display: -moz-box;
        -moz-box-orient: horizontal;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        width: 100%;
        padding: 0;
	}
	.cimlap #content-first { width:50%; }
	.cimlap #content-container .content-col { width:50%; }
	/* kozepso szelesseg csokkentese, kicsit csalas, de nem feltuno */
	.cimlap #content-first .box { margin-right:0; }
	/* banner feletti vonal nagyobb margin*/
	.cimlap .ad_container .adtxt {
	    margin-left:5%;
		margin-right:5%;
	}
}








/*
-------------------------------------------------------------------------------
  Adult Content Mask + Form
-------------------------------------------------------------------------------
*/

#adult-content-mask {
    background:url(/assets/mobile/img/bg_main.png);
	height:100%;
	width:100%;

	z-index:998;
	position:fixed;
	left:0px;
	top:0px;
}
#adult-content-container {
	width:100%;
	text-align:center;

	position: fixed;
	z-index:999;
	left:1%;
	right:1%;
	top:5%;
}
#adult-content-container img {
	margin-bottom:15px;
}
#adult-content-container h1 {
	font-size:240%;
	font-family:arial;
	font-weight:bold;
	letter-spacing:-2px;
	margin:10px 0 5px 0;
	text-decoration:none;
	color:#4c4c4c;
	border:0;
}
#adult-content-container p {
	font-size:100%;
	margin:20px 0 0 0;
}
#adult-content-container #adult-content-short {
	vertical-align: bottom;
}
#adult-content-container input.adult-btn {
    background: #f82;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9c24), to(#ff7021));
    background: -moz-linear-gradient(top,  #ff9c24,  #ff7021);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 1px #da5006;
    -webkit-box-shadow: 0 1px 1px #da5006;
    -moz-box-shadow: 0 1px 1px #da5006;
    height: 39px;
    padding:0 5px;
    border:none;
    margin:40px 2px 0 2px;

    color:#ffffff;
	font-size:150%;
    font-weight:bold;
    font-family:arial;
}

/*
-------------------------------------------------------------------------------
  Blog specifikus témák
-------------------------------------------------------------------------------
*/

/* -- Subba ---------------------------------------------------------------- */

#blog-subba a {
    color: #f81d00;
}

#blog-subba #masthead {
    background: #f81d00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fa4830), to(#f81d00));
    background: -moz-linear-gradient(top,  #fa4830,  #f81d00);
}

#blog-subba #masthead,
#blog-subba #masthead a {
    color: #fff;
}

#blog-subba #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-subba .searchHighlight1 {
    background-color: #f81d00;
    color: #fff;
}

#blog-subba #nav-bottom .pager,
#blog-subba #nav-bottom-c {
    background: #f81d00;
    background: -webkit-gradient(linear, left top, left bottom, from(#fa4830), to(#f81d00));
    background: -moz-linear-gradient(top,  #fa4830,  #f81d00);
    box-shadow: 0 1px 1px #D6260F;
    -webkit-box-shadow: 0 1px 1px #D6260F;
    -moz-box-shadow: 0 1px 1px #D6260F;
}

/* -- Comment:com ---------------------------------------------------------- */

#blog-comment a {
    color: #bc2200;
}

#blog-comment #masthead {
    background: #bc2200;
    background: -webkit-gradient(linear, left top, left bottom, from(#d35d43), to(#bc2200));
    background: -moz-linear-gradient(top,  #d35d43,  #bc2200);
}

#blog-comment #masthead,
#blog-comment #masthead a {
    color: #fff;
}

#blog-comment #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-comment .searchHighlight1 {
    background-color: #bc2200;
    color: #fff;
}

#blog-comment #nav-bottom .pager,
#blog-comment #nav-bottom-c {
    background: #bc2200;
    background: -webkit-gradient(linear, left top, left bottom, from(#d35d43), to(#bc2200));
    background: -moz-linear-gradient(top,  #d35d43,  #bc2200);
    box-shadow: 0 1px 1px #9C250B;
    -webkit-box-shadow: 0 1px 1px #9C250B;
    -moz-box-shadow: 0 1px 1px #9C250B;
}

/* -- Belsőség ------------------------------------------------------------- */

#blog-belsoseg a {
    color: #8b9fd4;
}

#blog-belsoseg #masthead {
    background: #8b9fd4;
    background: -webkit-gradient(linear, left top, left bottom, from(#abbae0), to(#8b9fd4));
    background: -moz-linear-gradient(top,  #abbae0,  #8b9fd4);
}

#blog-belsoseg #masthead,
#blog-belsoseg #masthead a {
    color: #000;
}

#blog-belsoseg .searchHighlight1 {
    background-color: #8b9fd4;
    color: #fff;
}

#blog-belsoseg #nav-bottom .pager,
#blog-belsoseg #nav-bottom-c {
    background: #8b9fd4;
    background: -webkit-gradient(linear, left top, left bottom, from(#abbae0), to(#8b9fd4));
    background: -moz-linear-gradient(top,  #abbae0,  #8b9fd4);
    box-shadow: 0 1px 1px #8290B3;
    -webkit-box-shadow: 0 1px 1px #8290B3;
    -moz-box-shadow: 0 1px 1px #8290B3;
}

/* -- Jégkorong ------------------------------------------------------------ */

#blog-jegkorong a {
    color: #5dace6;
}

#blog-jegkorong #masthead {
    background: #5dace6;
    background: -webkit-gradient(linear, left top, left bottom, from(#87c3ef), to(#5dace6));
    background: -moz-linear-gradient(top,  #87c3ef,  #5dace6);
}

#blog-jegkorong #masthead,
#blog-jegkorong #masthead a {
    color: #000;
}

#blog-jegkorong .searchHighlight1 {
    background-color: #5dace6;
    color: #fff;
}

#blog-jegkorong #nav-bottom .pager,
#blog-jegkorong #nav-bottom-c {
    background: #5dace6;
    background: -webkit-gradient(linear, left top, left bottom, from(#87c3ef), to(#5dace6));
    background: -moz-linear-gradient(top,  #87c3ef,  #5dace6);
    box-shadow: 0 1px 1px #5C98C4;
    -webkit-box-shadow: 0 1px 1px #5C98C4;
    -moz-box-shadow: 0 1px 1px #5C98C4;
}

/* -- Homár ---------------------------------------------------------------- */

#blog-homar a {
    color: #c00000;
}

#blog-homar #masthead {
    background: #c00000;
    background: -webkit-gradient(linear, left top, left bottom, from(#d64848), to(#c00000));
    background: -moz-linear-gradient(top,  #d64848,  #c00000);
}

#blog-homar #masthead,
#blog-homar #masthead a {
    color: #fff;
}

#blog-homar #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-homar .searchHighlight1 {
    background-color: #c00000;
    color: #fff;
}

#blog-homar #nav-bottom .pager,
#blog-homar #nav-bottom-c {
    background: #c00000;
    background: -webkit-gradient(linear, left top, left bottom, from(#d64848), to(#c00000));
    background: -moz-linear-gradient(top,  #d64848,  #c00000);
    box-shadow: 0 1px 1px #9E0B0B;
    -webkit-box-shadow: 0 1px 1px #9E0B0B;
    -moz-box-shadow: 0 1px 1px #9E0B0B;
}

/* -- Lángoló gitárok ------------------------------------------------------ */

#blog-langologitarok a {
    color: #fe0001;
}

#blog-langologitarok #masthead {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
}

#blog-langologitarok #masthead,
#blog-langologitarok #masthead a {
    color: #fff;
}

#blog-langologitarok #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-langologitarok .searchHighlight1 {
    background-color: #fe0001;
    color: #fff;
}

#blog-langologitarok #nav-bottom .pager,
#blog-langologitarok #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
    box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Sebesség oltára ------------------------------------------------------ */

#blog-sebessegoltara a {
    color: #2f65d9;
}

#blog-sebessegoltara #masthead {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
}

#blog-sebessegoltara #masthead,
#blog-sebessegoltara #masthead a {
    color: #fff;
}

#blog-sebessegoltara #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-sebessegoltara .searchHighlight1 {
    background-color: #2f65d9;
    color: #fff;
}

#blog-sebessegoltara #nav-bottom .pager,
#blog-sebessegoltara #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
    box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Webisztán ------------------------------------------------------------ */

#blog-webisztan a {
    color: #28b6fe;
}

#blog-webisztan #masthead {
    background: #99d5ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#afdeff), to(#99d5ff));
    background: -moz-linear-gradient(top,  #afdeff,  #99d5ff);
}

#blog-webisztan #masthead,
#blog-webisztan #masthead a {
    color: #000;
}

#blog-webisztan .searchHighlight1 {
    background-color: #99d5ff;
    color: #000;
}

#blog-webisztan #nav-bottom .pager,
#blog-webisztan #nav-bottom-c {
    background: #99d5ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#afdeff), to(#99d5ff));
    background: -moz-linear-gradient(top,  #afdeff,  #99d5ff);
    box-shadow: 0 1px 1px #8BC0E6;
    -webkit-box-shadow: 0 1px 1px #8BC0E6;
    -moz-box-shadow: 0 1px 1px #8BC0E6;
}

/* -- Cukiság -------------------------------------------------------------- */

#blog-cukisag a {
    color: #ff595a;
}

#blog-cukisag #masthead {
    background: #ff595a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e7f), to(#ff595a));
    background: -moz-linear-gradient(top,  #ff7e7f,  #ff595a);
}

#blog-cukisag #masthead,
#blog-cukisag #masthead a {
    color: #000;
}

#blog-cukisag .searchHighlight1 {
    background-color: #ff595a;
    color: #fff;
}

#blog-cukisag #nav-bottom .pager,
#blog-cukisag #nav-bottom-c {
    background: #ff595a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e7f), to(#ff595a));
    background: -moz-linear-gradient(top,  #ff7e7f,  #ff595a);
    box-shadow: 0 1px 1px #DE5D5E;
    -webkit-box-shadow: 0 1px 1px #DE5D5E;
    -moz-box-shadow: 0 1px 1px #DE5D5E;
}

/* -- Urbanista ------------------------------------------------------------ */

#blog-urbanista a {
    color: #5bbae3;
}

#blog-urbanista #masthead {
    background: #5bbae3;
    background: -webkit-gradient(linear, left top, left bottom, from(#81c9ec), to(#5bbae3));
    background: -moz-linear-gradient(top,  #81c9ec,  #5bbae3);
}

#blog-urbanista #masthead,
#blog-urbanista #masthead a {
    color: #000;
}

#blog-urbanista .searchHighlight1 {
    background-color: #5bbae3;
    color: #fff;
}

#blog-urbanista #nav-bottom .pager,
#blog-urbanista #nav-bottom-c {
    background: #5bbae3;
    background: -webkit-gradient(linear, left top, left bottom, from(#81c9ec), to(#5bbae3));
    background: -moz-linear-gradient(top,  #81c9ec,  #5bbae3);
    box-shadow: 0 1px 1px #5BA3C2;
    -webkit-box-shadow: 0 1px 1px #5BA3C2;
    -moz-box-shadow: 0 1px 1px #5BA3C2;
}

/* -- Kisautó -------------------------------------------------------------- */

#blog-kisauto a {
    color: #b8ac78;
}

#blog-kisauto #masthead {
    background: #504668;
    background: -webkit-gradient(linear, left top, left bottom, from(#78699d), to(#504668));
    background: -moz-linear-gradient(top,  #78699d,  #504668);
}

#blog-kisauto #masthead,
#blog-kisauto #masthead a {
    color: #fff;
}

#blog-kisauto #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-kisauto .searchHighlight1 {
    background-color: #504668;
    color: #fff;
}

#blog-kisauto #nav-bottom .pager,
#blog-kisauto #nav-bottom-c {
    background: #504668;
    background: -webkit-gradient(linear, left top, left bottom, from(#78699d), to(#504668));
    background: -moz-linear-gradient(top,  #78699d,  #504668);
    box-shadow: 0 1px 1px #373047;
    -webkit-box-shadow: 0 1px 1px #373047;
    -moz-box-shadow: 0 1px 1px #373047;
}

/* -- Bigyó ---------------------------------------------------------------- */

#blog-bigyo a {
    color: #30a700;
}

#blog-bigyo #masthead {
    background: #30a700;
    background: -webkit-gradient(linear, left top, left bottom, from(#3fd300), to(#30a700));
    background: -moz-linear-gradient(top,  #3fd300,  #30a700);
}

#blog-bigyo #masthead,
#blog-bigyo #masthead a {
    color: #fff;
}

#blog-bigyo #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-bigyo .searchHighlight1 {
    background-color: #30a700;
    color: #fff;
}

#blog-bigyo #nav-bottom .pager,
#blog-bigyo #nav-bottom-c {
    background: #30a700;
    background: -webkit-gradient(linear, left top, left bottom, from(#3fd300), to(#30a700));
    background: -moz-linear-gradient(top,  #3fd300,  #30a700);
    box-shadow: 0 1px 1px #268500;
    -webkit-box-shadow: 0 1px 1px #268500;
    -moz-box-shadow: 0 1px 1px #268500;
}

/* -- Művelt alkoholista --------------------------------------------------- */

#blog-alkoholista a {
    color: #900000;
}

#blog-alkoholista #masthead {
    background: #900000;
    background: -webkit-gradient(linear, left top, left bottom, from(#b20202), to(#900000));
    background: -moz-linear-gradient(top,  #b20202,  #900000);
}

#blog-alkoholista #masthead,
#blog-alkoholista #masthead a {
    color: #fff;
}

#blog-alkoholista #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-alkoholista .searchHighlight1 {
    background-color: #900000;
    color: #fff;
}

#blog-alkoholista #nav-bottom .pager,
#blog-alkoholista #nav-bottom-c {
    background: #900000;
    background: -webkit-gradient(linear, left top, left bottom, from(#b20202), to(#900000));
    background: -moz-linear-gradient(top,  #b20202,  #900000);
    box-shadow: 0 1px 1px #6E0000;
    -webkit-box-shadow: 0 1px 1px #6E0000;
    -moz-box-shadow: 0 1px 1px #6E0000;
}

/* -- Inda ----------------------------------------------------------------- */

#blog-inda a {
    color: #009ad4;
}

#blog-inda #masthead {
    background: #f5b300;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5cd00), to(#f5b300));
    background: -moz-linear-gradient(top,  #f5cd00,  #f5b300);
}

#blog-inda #masthead,
#blog-inda #masthead a {
    color: #000;
}

#blog-inda .searchHighlight1 {
    background-color: #f5b300;
    color: #fff;
}

#blog-inda #nav-bottom .pager,
#blog-inda #nav-bottom-c {
    background: #f5b300;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5cd00), to(#f5b300));
    background: -moz-linear-gradient(top,  #f5cd00,  #f5b300);
    box-shadow: 0 1px 1px #D49B00;
    -webkit-box-shadow: 0 1px 1px #D49B00;
    -moz-box-shadow: 0 1px 1px #D49B00;
}

/* -- Könyves -------------------------------------------------------------- */

#blog-konyves a {
    color: #782a0e;
}

#blog-konyves #masthead {
    background: #782a0e;
    background: -webkit-gradient(linear, left top, left bottom, from(#9c340e), to(#782a0e));
    background: -moz-linear-gradient(top,  #9c340e,  #782a0e);
}

#blog-konyves #masthead,
#blog-konyves #masthead a {
    color: #fff;
}

#blog-konyves #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-konyves .searchHighlight1 {
    background-color: #782a0e;
    color: #fff;
}

#blog-konyves #nav-bottom .pager,
#blog-konyves #nav-bottom-c {
    background: #782a0e;
    background: -webkit-gradient(linear, left top, left bottom, from(#9c340e), to(#782a0e));
    background: -moz-linear-gradient(top,  #9c340e,  #782a0e);
    box-shadow: 0 1px 1px #571E0A;
    -webkit-box-shadow: 0 1px 1px #571E0A;
    -moz-box-shadow: 0 1px 1px #571E0A;
}

/* -- Tóta W. -------------------------------------------------------------- */

#blog-w a {
    color: #961306;
}

#blog-w #masthead {
    background: #961306;
    background: -webkit-gradient(linear, left top, left bottom, from(#d01b0a), to(#961306));
    background: -moz-linear-gradient(top,  #d01b0a,  #961306);
}

#blog-w #masthead,
#blog-w #masthead a {
    color: #fff;
}

#blog-w #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-w .searchHighlight1 {
    background-color: #961306;
    color: #fff;
}

#blog-w #nav-bottom .pager,
#blog-w #nav-bottom-c {
    background: #961306;
    background: -webkit-gradient(linear, left top, left bottom, from(#d01b0a), to(#961306));
    background: -moz-linear-gradient(top,  #d01b0a,  #961306);
    box-shadow: 0 1px 1px #750F05;
    -webkit-box-shadow: 0 1px 1px #750F05;
    -moz-box-shadow: 0 1px 1px #750F05;
}

/* -- Apple ---------------------------------------------------------------- */

#blog-appleblog a {
    color: #1c86ee;
}

#blog-appleblog #masthead {
    background: #848484;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#848484));
    background: -moz-linear-gradient(top,  #c1c1c1,  #848484);
}

#blog-appleblog #masthead,
#blog-appleblog #masthead a {
    color: #000;
}

#blog-appleblog .searchHighlight1 {
    background-color: #1c86ee;
    color: #fff;
}

#blog-appleblog #nav-bottom .pager,
#blog-appleblog #nav-bottom-c {
    background: #848484;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#848484));
    background: -moz-linear-gradient(top,  #c1c1c1,  #848484);
    box-shadow: 0 1px 1px #636363;
    -webkit-box-shadow: 0 1px 1px #636363;
    -moz-box-shadow: 0 1px 1px #636363;
}

/* -- 645 ------------------------------------------------------------------ */

#blog-645 a {
    color: #fe0001;
}

#blog-645 #masthead {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
}

#blog-645 #masthead,
#blog-645 #masthead a {
    color: #fff;
}

#blog-645 #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-645 .searchHighlight1 {
    background-color: #fe0001;
    color: #fff;
}

#blog-645 #nav-bottom .pager,
#blog-645 #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
    box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Városban ------------------------------------------------------------- */

#blog-varosban a {
    color: #6884f9;
}

#blog-varosban #masthead {
    background: #6884f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#a98cf6), to(#6884f9));
    background: -moz-linear-gradient(top,  #a98cf6,  #6884f9);
}

#blog-varosban #masthead,
#blog-varosban #masthead a {
    color: #fff;
}

#blog-varosban #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-varosban .searchHighlight1 {
    background-color: #6884f9;
    color: #fff;
}

#blog-varosban #nav-bottom .pager,
#blog-varosban #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#a98cf6), to(#6884f9));
    background: -moz-linear-gradient(top,  #a98cf6,  #6884f9);
    box-shadow: 0 1px 1px #5063B5;
    -webkit-box-shadow: 0 1px 1px #5063B5;
    -moz-box-shadow: 0 1px 1px #5063B5;
}

/* -- Kötöttpálya ---------------------------------------------------------- */

#blog-kotottpalya a {
    color: #451bff;
}

#blog-kotottpalya #masthead {
    background: #151065;
    background: -webkit-gradient(linear, left top, left bottom, from(#451bff), to(#151065));
    background: -moz-linear-gradient(top,  #451bff,  #151065);
}

#blog-kotottpalya #masthead,
#blog-kotottpalya #masthead a {
    color: #fff;
}

#blog-kotottpalya #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-kotottpalya .searchHighlight1 {
    background-color: #151065;
    color: #fff;
}

#blog-kotottpalya #nav-bottom .pager,
#blog-kotottpalya #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#451bff), to(#151065));
    background: -moz-linear-gradient(top,  #451bff,  #151065);
    box-shadow: 0 1px 1px #080621;
    -webkit-box-shadow: 0 1px 1px #080621;
    -moz-box-shadow: 0 1px 1px #080621;
}

/* -- Kockagyár ------------------------------------------------------------ */

#blog-kockagyar a {
    color: #fe0000;
}

#blog-kockagyar #masthead {
    background: #fe0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4444), to(#fe0000));
    background: -moz-linear-gradient(top,  #ff4444,  #fe0000);
}

#blog-kockagyar #masthead,
#blog-kockagyar #masthead a {
    color: #fff;
}

#blog-kockagyar #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-kockagyar .searchHighlight1 {
    background-color: #fe0000;
    color: #fff;
}

#blog-kockagyar #nav-bottom .pager,
#blog-kockagyar #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4444), to(#fe0000));
    background: -moz-linear-gradient(top,  #ff4444,  #fe0000);
    box-shadow: 0 1px 1px #BA0404;
    -webkit-box-shadow: 0 1px 1px #BA0404;
    -moz-box-shadow: 0 1px 1px #BA0404;
}

/* -- Neszeszer ------------------------------------------------------------ */

#blog-neszeszer a {
    color: #8e4998;
}

#blog-neszeszer #masthead {
    background: #8e4998;
    background: -webkit-gradient(linear, left top, left bottom, from(#b15abe), to(#8e4998));
    background: -moz-linear-gradient(top,  #b15abe,  #8e4998);
}

#blog-neszeszer #masthead,
#blog-neszeszer #masthead a {
    color: #fff;
}

#blog-neszeszer #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-neszeszer .searchHighlight1 {
    background-color: #8e4998;
    color: #fff;
}

#blog-neszeszer #nav-bottom .pager,
#blog-neszeszer #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#b15abe), to(#8e4998));
    background: -moz-linear-gradient(top,  #b15abe,  #8e4998);
    box-shadow: 0 1px 1px #4F2A54;
    -webkit-box-shadow: 0 1px 1px #4F2A54;
    -moz-box-shadow: 0 1px 1px #4F2A54;
}

/* -- IDDQD ---------------------------------------------------------------- */

#blog-iddqd a {
    color: #B60000;
}

#blog-iddqd #masthead {
    background: #1b1b1b;
    background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#1b1b1b));
    background: -moz-linear-gradient(top,  #535353,  #1b1b1b);
}

#blog-iddqd #masthead,
#blog-iddqd #masthead a {
    color: #fff;
}

#blog-iddqd #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-iddqd .searchHighlight1 {
    background-color: #1b1b1b;
    color: #fff;
}

#blog-iddqd #nav-bottom .pager,
#blog-iddqd #nav-bottom-c {
    background: #1b1b1b;
    background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#1b1b1b));
    background: -moz-linear-gradient(top,  #535353,  #1b1b1b);
    box-shadow: 0 1px 1px #4F2A54;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Csajok és pasik ------------------------------------------------------ */

#blog-csajokespasik a {
    color: #705e89;
}

#blog-csajokespasik #masthead {
    background: #504361;
    background: -webkit-gradient(linear, left top, left bottom, from(#705e89), to(#504361));
    background: -moz-linear-gradient(top,  #705e89,  #504361);
}

#blog-csajokespasik #masthead,
#blog-csajokespasik #masthead a {
    color: #fff;
}

#blog-csajokespasik #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-csajokespasik .searchHighlight1 {
    background-color: #504361;
    color: #fff;
}

#blog-csajokespasik #nav-bottom .pager,
#blog-csajokespasik #nav-bottom-c {
    background: #504361;
    background: -webkit-gradient(linear, left top, left bottom, from(#705e89), to(#504361));
    background: -moz-linear-gradient(top,  #705e89,  #504361);
    box-shadow: 0 1px 1px #4F2A54;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Star wars ------------------------------------------------------------ */

#blog-starwars a {
    color: #fe0001;
}

#blog-starwars #masthead {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
}

#blog-starwars #masthead,
#blog-starwars #masthead a {
    color: #fff;
}

#blog-starwars #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-starwars .searchHighlight1 {
    background-color: #1f1f1f;
    color: #fff;
}

#blog-starwars #nav-bottom .pager,
#blog-starwars #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
    box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Pamacs és penge ------------------------------------------------------ */

#blog-pamacsespenge a {
    color: #911300;
}

#blog-pamacsespenge #masthead {
    background: #40403f;
    background: -webkit-gradient(linear, left top, left bottom, from(#636058), to(#40403f));
    background: -moz-linear-gradient(top,  #636058,  #40403f);
}

#blog-pamacsespenge #masthead,
#blog-pamacsespenge #masthead a {
    color: #fff;
}

#blog-pamacsespenge #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-pamacsespenge .searchHighlight1 {
    background-color: #911300;
    color: #fff;
}

#blog-pamacsespenge #nav-bottom .pager,
#blog-pamacsespenge #nav-bottom-c {
    background: #40403f;
    background: -webkit-gradient(linear, left top, left bottom, from(#636058), to(#40403f));
    background: -moz-linear-gradient(top,  #636058,  #40403f);
    box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Apc ------------------------------------------------------------------ */

#blog-apc a {
    color: #fe0001;
}

#blog-apc #masthead {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
}

#blog-apc #masthead,
#blog-apc #masthead a {
    color: #fff;
}

#blog-apc #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-apc .searchHighlight1 {
    background-color: #fe0001;
    color: #fff;
}

#blog-apc #nav-bottom .pager,
#blog-apc #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
    box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Midi ----------------------------------------------------------------- */

#blog-midi a {
    color: #fe0001;
}

#blog-midi #masthead {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
}

#blog-midi #masthead,
#blog-midi #masthead a {
    color: #fff;
}

#blog-midi #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-midi .searchHighlight1 {
    background-color: #fe0001;
    color: #fff;
}

#blog-midi #nav-bottom .pager,
#blog-midi #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
    box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* -- Kalóz ---------------------------------------------------------------- */

#blog-kaloz a {
    color: #fe0001;
}

#blog-kaloz #masthead {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
}

#blog-kaloz #masthead,
#blog-kaloz #masthead a {
    color: #fff;
}

#blog-kaloz #masthead h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#blog-kaloz .searchHighlight1 {
    background-color: #fe0001;
    color: #fff;
}

#blog-kaloz #nav-bottom .pager,
#blog-kaloz #nav-bottom-c {
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1f1f1f));
    background: -moz-linear-gradient(top,  #464646,  #1f1f1f);
    box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
}

/* picomat galeria es mozaik normalis megjelenitese */

.blh-post .post-content ul.blh-mosaic li, .blh-post .post-content ul.blh-gallery li {
    list-style-type: none;
    margin:  0;
    padding: 0;
}

/* eltuntetjuk az adverticum meropixel divjet */
#zone2031827 {
    display: none;
}