/*
Theme Name: Gasztromankó
Theme URI: http://wordpress.org/
Description: Gasztromanko theme for WordPress.
Author: Szűcs János, dr.sabotage
Version: 1.0
Tags: 
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */




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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	/*clear: both;*/
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

a {
    border: 0 none;
    outline: 0 none;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
}

#container {
	float:left;	
	width:735px;
}
.page-id-4584	 #container, .home #container {
	width:740px;
}

#content {
	margin: 0 20px;
	min-height: 480px;
}

#content a{
	color: #A20000;
    font-family: Garamond;
    font-size: 16px;
    text-decoration: none;
}
 
#content a:hover{
 	text-decoration:underline;
}


#content #content_left_head {
    height: 30px;
    padding-right: 10px;
    padding-top: 0px;
    float:left;
}

#content #content_right_head {
    height: 30px;
    padding-right: 10px;
    padding-top: 0px;
    float:right;
}

body.home #main, .page-id-4584 #main{
	background: url('images/content_open_bg.jpg') -15px 0px repeat-y;
}

body.home div.entry-content, .page-id-4584 div.entry-content{
	padding:0;	
	margin-top:-6px;
}
     	
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}

#primary {
	background:#3A101B;
	float:right;
	width: 200px;
	padding:0 20px;
}

#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

#content_left_ads {
    float: right;
    font-size: 14px;
    margin: 0px 0 0 10px;
    text-align: left;
    width: 245px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	/*margin-top: 20px;*/
	background: #FFFCF6;
	/*padding: 0 20px;*/
	
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 19px;
	width: 220px;
	border-right: 1px dashed #5E3D45;
	min-height: 260px;
}
#footer-widget-area #fourth {
	margin-right: 0;
	border-right: 0px dashed #5E3D45;
    padding-left: 30px;
    width: 190px;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #480A05 url('images/bg.jpg') repeat-y center 0;
	font: normal 15px Georgia, Garamond, Tahoma;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	/*background: #ffc;*/
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#0066CC;
}
a:visited {
	color:#743399;
}
a:active,
a:hover {
	color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header-top-border {
	background: #3A101B url('images/footer-bg-257.gif') repeat-x;
	height: 9px;
}

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}



/* =Menu
-------------------------------------------------------------- */
/*
#access {
	background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
	
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
	transition: background 0.6s ease;
	
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}
*/
/* =Content
-------------------------------------------------------------- */

#fb-box .fan_box .full_widget .connect_top  {
	background: #000;	
}

#main {
	overflow: hidden;
	padding: 30px 0 0 0;
	background: url('images/content_bg.jpg') repeat scroll -15px 0 #FFFCF5;

}
.page-id-4584 #content,.home #content{margin:0;}

.page-id-4584 #content div.content-flow-left, .home #content div.content-flow-left{margin-left:20px;background:none;border-bottom: 1px dashed #865e59;}
.page-id-4584 #content div.content-flow, .home #content div.content-flow{background:none;border-bottom: 1px dashed #865e59;}

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 15px;
	/*line-height: 24px;*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
	text-shadow: #FFF 0px 1px 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	color: #A20000;
    font-family: Georgia,Garamond;
    font-weight: normal;
    text-align: left;
    text-shadow: 1px 1px #FFF;
}

#primary h3.widget-title  {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    color: #FFF7E7;
    font-family: Georgia,Garamond,Arial,Tahoma,Palatino Linotype,sans-serif;
    margin-bottom: 14px;
}
#content div.content-flow{
	float: left; width: 330px;
	background:url('images/homepage-border.gif') repeat-x 0 bottom;
	margin-left: 35px;
	min-height: 180px;
	padding-bottom:10px;
	color:#EFEFEF;
	margin-bottom: 12px;
}



#content div.content-flow-left{
	float: left; width: 330px;
	background:url('images/homepage-border.gif') repeat-x 0 bottom;
	margin-left: 0px;
	min-height: 180px;
	padding-bottom:10px;
	color:#EFEFEF;
	margin-bottom: 12px;
}


#content div.content-flow h3, #content div.content-flow-left h3, ul.recents h3 {
    color: #FFF7E7;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #3A101B;
}

#content div.content-flow h4, #content div.content-flow-left h4 {
    color: #FFE6A0;
    font-size: 16px;
    font-weight: normal;
	margin: 0 0 10px;
    padding: 0;
    text-shadow: 1px 1px #3A101B;
}

#content div.content-flow h2,#content div.content-flow h2 a, #content div.content-flow-left h2,
#content div.content-flow-left h2 a ,
#content ul.recents h2 a
{
  	color: #FFE6A0;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin:0;
    padding:0;
    text-shadow: 1px 1px #3A101B;
}


#content div.content-flow h2 a:hover, #content div.content-flow-left h2:hover { 
	text-decoration:underline;
}
#content div.content-flow img.recent-thumb-home, #content div.content-flow-left img.recent-thumb-home{
	margin:0px 10px 10px 0;
	border:1px solid transparent;
	float: left;
}

.widget-area li.recent_5 div.separator{
	display: none;
}


#content div.content-flow img.recent-thumb-home:hover, #content div.content-flow-left img.recent-thumb-home:hover{
	opacity: 0.8;
	border:1px solid #FFD7B5;
}

#content div.content-flow-subpage{
	color: #000;	
	float: left; width: 330px;
	border-color: -moz-use-text-color -moz-use-text-color #777777;
    border-style: none none dashed;
    border-width: 0 0 1px;
	margin-left: 35px;
	margin-bottom: 12px;
	min-height: 170px;
	padding-bottom:0px;
}

#content div.content-flow-subpage-left{
	color: #000;	
	float: left; width: 330px;
	border-color: -moz-use-text-color -moz-use-text-color #777777;
    border-style: none none dashed;
    border-width: 0 0 1px;
	margin-left: 0px;
	min-height: 170px;
	padding-bottom:0px;
	margin-bottom: 12px;
}

#content div.content-flow-subpage:first-child{	
	/*margin-left:0;*/
}

#content div.content-flow-subpage p,#content div.content-flow-subpage-left p{
	margin:0;	
}

#content div.content-flow-subpage-left img.recent-thumb-home, #content div.content-flow-subpage img.recent-thumb-home{
	margin:0px 10px 10px 0;
	border:1px solid transparent;
	float: left;
}

#content div.content-flow-subpage-left img.recent-thumb-home:hover, #content div.content-flow-subpage img.recent-thumb-home:hover{
	opacity: 0.8;
	border:1px solid #FFD7B5;
}

#content div.content-flow-subpage h2, #content div.content-flow-subpage h2 a, #content div.content-flow-subpage-left h2, #content div.content-flow-subpage-left h2 a{
	color: #A20000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#content div.content-flow-subpage h3, #content div.content-flow-subpage-left h3{
	color: #A20000;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
    
      
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	/*margin: 0 0 48px 0;*/
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	/*margin: 0 0 36px 0;*/
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	color: #A20000;
    font-size: 20px;
    margin: 0;
    padding: 14px 0 16px;
	text-shadow: 1px 1px #FFF;
}


#content hr{
	/*background: url('images/content_left_head.jpg') no-repeat scroll 0 0 transparent;*/
    border-color: #777777;
    border-right: 0 none;
    border-style: none none dashed;
    border-width: 0 0 1px;
    height: 1px;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
	
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	/*margin: 0 0 24px 0;*/
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	/*margin: -18px 0 0 0;*/
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {

	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
    
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

#respond .form-submit #submit{
	background: none repeat scroll 0 0 #39111A;
    border: 1px solid #7B3832;
    color: #FFFFFF;
    font-family: Georgia,Garamond;
    font-size: 16px;
    margin-top: 4px;
    padding:4px;
    -moz-border-radius: 5px 5px 5px 5px;
    text-shadow: #000000 0px 1px 0px;
}

#respond .form-submit #submit:hover{
	color: #CFCFCF;	
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style-type: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style-type: none;
	/*margin-left: 1.3em;*/

}

#third, #first, #second{
	line-height: 20px;	
}

.widget-area ul li ul.recent-comments li{
	padding: 0 0 6px 0;
}

.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #FFF7E7;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	color: #FFF7E7;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
	margin:0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
	margin:0;
	list-style-type:none;
	color: #FFF7E7;
}

#main .widget-area h3 {
    margin-top:0px;	
}

#main .widget-area h3 a{
	color: #FFFFFF;
    font-family: Georgia,Garamond;
    font-size: 15px;
    font-weight: bold;
    /*line-height: 32px;*/

    text-decoration: none;
}

#main .widget-area h3 a:hover {
	text-decoration:underline;
}
	

#main .widget-area{
	 font-family: Georgia,Garamond,Arial,Tahoma,Palatino Linotype,sans-serif;
	color: #FFF7E7;
	font-size: 14px;
    font-weight: normal;
}

#main .widget-area .separator{
	background: url('images/articleoffer_right_bg.jpg') repeat-x 0 -10px;
	height: 30px;
}

#main .widget-area img.recent-thumb{
	margin:0px 6px 0px 0;
	border:1px solid transparent;
	float: left;
}

#main .widget-area img.recent-thumb:hover{
	opacity: 0.8;
	border:1px solid #FFD7B5;
}


#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	/*margin-bottom: 20px;*/
	background: #3A101B url('images/footer-bg-257.gif') repeat-x;
	min-height: 250px;
	font: normal 13px Georgia, Garamond, Tahoma;
	color:#FFF;
	padding-top:22px;
	position: absolute;
}

#footer .widget-title{
	font: bold 15px Georgia, Garamond, Tahoma;
	color:#FFF;
	margin-bottom: 12px;
}

#footer a{
	font: normal 13px Georgia, Garamond, Tahoma;
	color:#FFF;
}


#colophon {
	padding: 18px 0;
	/*overflow: hidden;*/
	width: 940px;
	position: relative;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		
		width: 100%;
		margin: 24pt 0 0;
	}
	
		
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}


.clear{
	clear:both;	
}

#header-top{height: 144px; width:980px;background: url('images/header-bg.gif') repeat-x;}
#header-logo{height: 144px; width:327px;background: url('images/gasztromanko-logo.jpg') no-repeat;float:left;}
#header-logo a{height: 144px; width:327px;display:block;}
#header-menu-top{width: 653px;height: 144px;float:left;background: url('images/header-right.jpg') right bottom no-repeat;}



#header-main{height: 303px; width:980px;border-bottom:6px solid #F03C23;}
#dropmenu-wrap{height: 303px;width: 240px; float:left; z-index:9990;position:relative;}
#slider-wrap{height: 303px;width: 500px; float:left;overflow:hidden;}
#social-wrap{min-height: 289px;width: 240px; float:left;background: #3A101B url('images/header-right-bottom.jpg') 4px 0 no-repeat;padding-top:20px;}

/*DROPMENU*/


 .webwidget_vertical_menu ul a{                   
 	color: #A20000;
}
.webwidget_vertical_menu ul{
    padding: 0px;
    margin: 0px;
    font-family: Georgia,Garamond;
    height: 40px;
    padding:10px;
   
 }
.webwidget_vertical_menu li{
	 height: 40px;
	 background:#E8E8E8;
	 font-size: 20px;
	 width: 220px;
	 color: #A20000;
	 zoom: 1;
	*display:inline;
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
	transition: background 0.6s ease;
	
	-webkit-transition: border 1.3s ease;
	-moz-transition: border 1.3s ease;
    -ms-transition: border 1.3s ease;
    -o-transition: border 1.3s ease;
	transition: border 1.3s ease;
}

.webwidget_vertical_menu ul li:hover{
	background: #FFF;
	border: 1px solid #39111A;
}

.webwidget_vertical_menu ul li{
    list-style: none;
    position: relative;
	margin-bottom:6px;
	border: 1px solid transparent;
}
.webwidget_vertical_menu ul li a{
    padding-left: 15px;
    text-decoration: none;
    width: 220px;
}
.webwidget_vertical_menu ul li ul.children{
    display: none;
    position: absolute;
    background-color: #39111A;
    color: #FFF;
    padding:0px;
     -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	z-index:100000001;

}
.webwidget_vertical_menu ul li ul.children li{
    margin: 0px;
    border:none;
    background-color: #39111A;
    color: #FFF;
	border-bottom:0px;
	padding:0;
	
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
	transition: background 0.6s ease;
	
}

.webwidget_vertical_menu ul li ul.children li:hover{
	background:#50343B;
}

.webwidget_vertical_menu ul li ul.children li a{
	color: #FFF;
	width: 220px;
}

.webwidget_vertical_menu ul li ul li ul{

}
.webwidget_vertical_menu_down_drop{
	background-position: right center;
	background-repeat:no-repeat !important;
}
.webwidget_vertical_menu ul li li{
    font-weight: normal;
}


/*DROPMENU*/

/*
#header-menu-top ul {padding:0; margin:0;list-style-type:none; margin: 39px 0 0 44px; }
#header-menu-top li{ display: inline; border-left: 1px solid #FFFAE0; padding: 0 10px;}
#header-menu-top li:first-child{border:0;}
#header-menu-top li a{text-shadow: 1px 1px #3A101B;font-family: Georgia,Garamond;color:#FFFAE0;font-size:16px; text-decoration:none;}
#header-menu-top li a:hover{text-decoration:underline;}
*/

#header-menu-top {
   font-family: Georgia,Garamond;color:#FFFAE0;font-size:16px; text-decoration:none;
  
}
#header-menu-top ul {
    list-style: none outside none;
  padding:0; margin:0;list-style-type:none; margin: 29px 0 0 44px;
 
   float: left;
}
#header-menu-top li {
    float: left;
  
	display: inline; border-left: 1px solid #FFFAE0; 
	padding:0;
}

#header-menu-top li:first-child {
	border:0px;
}

#header-menu-top a {
   display: block;
   text-shadow: 1px 1px #3A101B;font-family: Georgia,Garamond;color:#FFFAE0;font-size:16px; text-decoration:none;
   padding: 10px;
       	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
	transition: background 0.6s ease;
}
#header-menu-top ul ul {
    margin:0;
    padding:0;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    margin-top: 0px;
    padding:0px;
    width: 160px;
    z-index: 9999999999999;
    background:#3A101B;
}

#header-menu-top ul ul li {
min-width: 160px;
border:0;
margin:0;
padding: 0px;
}

#header-menu-top ul ul li a{
padding:10px;	
}

#header-menu-top ul ul ul {
    left: 100%;
    /*top: 0;*/
    margin-top:-38px;
}

#header-menu-top ul ul ul li{
	padding:0px;
}

#header-menu-top ul ul ul{
	 width: 230px;
}
#header-menu-top ul ul ul li{
	 min-width: 230px;
}
#header-menu-top ul ul ul li a{
	padding:6px;	
	font-size:14px;
}
#header-menu-topul ul a {
    background: none repeat scroll 0 0 #333333;
    height: auto;
    line-height: 1em;
    padding: 10px;
    width: 160px;

	
}
#header-menu-top li:hover > a, #header-menu-top ul ul *:hover > a {
    /*background: none repeat scroll 0 0 #333333;*/
    color: #FFFFFF;
    background: #50343B;
}
#header-menu-top ul li:hover > ul {
    display: block;
}
#header-menu-top ul li.current_page_item > a, #header-menu-top ul li.current-menu-ancestor > a, #header-menu-top ul li.current-menu-item > a, #header-menu-top ul li.current-menu-parent > a {
    color: #FFFFFF;
}
* html #header-menu-top ul li.current_page_item a, * html #header-menu-top ul li.current-menu-ancestor a, * html #header-menu-top ul li.current-menu-item a, * html #header-menu-top ul li.current-menu-parent a, * html #header-menu-top ul li a:hover {
    color: #FFFFFF;
}

	
	
/*SLIDER*/

#slider-posts{
	padding:0;
	margin:0;
	list-style-type:none;
	
}
#slider-posts div.jFlowSlideContainer{
	z-index:1;	
}

#slider-posts a{
	width:500px;	
	height:303px;
	position:absolute;
	z-index:99;
}
.single-post  #slider-posts a:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: rgba(0,0,0,0.2) url('images/zoom.png') 50% 50% no-repeat;
}

#slider-posts a img{
	transition: all .6s ease-in-out;
	}
#slider-posts a:hover img{transform: scale(1.1);}


slider-wrap .hidden
{
display: none;
}

slider-wrap #prevNext
{
margin-bottom: -2.5em;
}

slider-wrap #prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#slider-wrap div.description{
	margin: 200px 0 0 0px;
    position: absolute;
    z-index: 999;
    width: 480px;
    color: #FFF;
    padding:10px;
	background: black;
	opacity: .7;
	filter:alpha(opacity=70);
	height:auto;
	top:50px;
	display: none;
	font-size:14px;
}

#slider-wrap div.description p{
	display: none;
}

#slider-wrap div.description h2{
	font-size: 20px;
	padding-top:10px;
	opacity: 1;
	filter:alpha(opacity=100);
	text-shadow: 1px 1px #3A101B;
}

#slider-wrap #controller{
	position: absolute;
	z-index: 1001;
	margin: 20px 0 0 190px;
	width: 300px;
	z-index:999;
	display:none;
}

#slider-wrap div.page{
	display:inline !important;
	position: absolute !important;
	margin: 270px 0 0 10px !important;
	z-index:10000001;
	width: 50px;
	width:500px !important;
}

#controller span.jFlowControl{
	background: #F4F0EF;
	color: #3A101B;
	padding:4px 6px;
	cursor:pointer;
	display:none;
}

#controller span.page{
	display:inline !important;
	float: left;
	height: 10px;
	width:10px;
	margin-right: 2px;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius:3px;
}

#controller .jFlowSelected{
	background: #3A101B !important;
	color: #F4F0EF !important;
	padding:4px 6px;
	cursor:pointer;
}

#slider-wrap #prevNext{
	position: absolute;
	z-index: 999;
	width:500px;
	margin: 0;
}

#slider-wrap .jFlowPrev{
	background: url('images/arrow-prev.png') no-repeat 0px -100px transparent;
	height: 300px;
	width: 120px;
	float: left;
	cursor:pointer;
	position:absolute;
	z-index:10000001;
}

#slider-wrap .jFlowPrev:hover,#slider-wrap .jFlowNext:hover{
	opacity:1;
	
}
#slider-wrap .jFlowNext{
	background: url('images/arrow-next.png') no-repeat  0px -100px transparent;
	height: 300px;
	width: 120px;
	float: left;
	margin-left: 380px;
	cursor:pointer;
	position:absolute;
	z-index:10000001;
}


/*FB*/

.fan_box a:hover{
  text-decoration: none;
}



.fan_box .full_widget{
  height: 370px !important;
  border: 0 !important;
  background: none !important;
  position: relative;
}
.fan_box .connect_top{
  background: none !important;
  padding: 0 !important;
}
.fan_box .profileimage, .fan_box .name_block{
  display: none;
}
.fan_box .connect_action{
  padding: 0 !important;
}
.fan_box .connections{
  padding: 0 !important;
  border: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}
span.total{
  color: #FF6600;
  font-weight: bold;
}
.fan_box .connections .connections_grid {
  padding-top: 10px !important;
}
.fan_box .connections_grid .grid_item{
  padding: 0 10px 10px 0 !important;
}
.fan_box .connections_grid .grid_item .name{
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: normal;
  color: #666 !important;
  padding-top: 1px !important;
}
.fan_box .connect_widget{
position: absolute;
bottom: 0;
right: 10px;
margin: 0 !important;

}
.fan_box .connect_widget .connect_widget_interactive_area {
margin: 0 !important;
}
.fan_box .connect_widget td.connect_widget_vertical_center {
padding: 0 !important;
}

.fan_box .connections {
	background: none !important;
	padding: 0 !important;	
}

#footer-widget-area #fourth{overflow: hidden;}


.fb_iframe_widget {
    display: block;
  /*  height: 307px;*/
   /* margin: -2px 0 0 -31px;*/
    overflow: hidden;
    position: relative;
    /*width: 198px;*/
}


/*social*/

.socailtb{max-width:50% !important; border:0 !important; width:auto !important;}
							.socailtb td{max-width:50% !important; border:0 !important; width:auto !important; padding:0 2px !important;}
							
.rss-wrap{ 
	background: url('images/social-bg.png'); height:40px; width:235px;
	margin: 10px 0  10px 23px;
	font: normal 12px Georgia, Garamond, Tahoma;
	color:#000;
	padding:7px;
}

.rss-wrap h3{ 
	font: bold 16px Georgia, Garamond, Tahoma;
	z-index:1;
	position:relative;
}

.rss-wrap a{ 
	height:40px; width:235px;
	display:block;
	position:absolute;
	z-index:9999;
}
.rss-wrap .rss-logo{ 
	background: url('images/rss-logo.png'); height:45px; width:46px;
	float:right;
	margin-top:-5px;
}

.rss-wrap .rss-logo:hover,.rss-wrap:hover > .rss-logo{ 
	background-position: 0 -45px;
}

.fb-wrap{ 
	background: url('images/social-bg.png'); height:40px; width:235px;
	margin: 10px 0  10px 23px;
	font: normal 12px Georgia, Garamond, Tahoma;
	color:#000;
	padding:7px;
}

.fb-wrap h3{ 
	font: bold 16px Georgia, Garamond, Tahoma;
	z-index:1;
	position:relative;
}

.4s7c, .pluginSkinLight div {border:0 !important;}

.fb-wrap a{ 
	height:40px; width:235px;
	display:block;
	position:absolute;
	z-index:9999;
}
.fb-wrap .fb-logo{ 
	background: url('images/fb-logo.png'); height:45px; width:46px;
	float:right;
	margin-top:-5px;
}

.fb-wrap .fb-logo:hover,.fb-wrap:hover > .fb-logo{ 
	background-position: 0 -45px;
}

.search-wrap{ 
	background: url('images/social-bg.png'); height:40px; width:235px;
	margin: 10px 0  10px 23px;
	font: normal 12px Georgia, Garamond, Tahoma;
	color:#000;
	padding:7px;
}

.search-wrap  .searchText{
	border: none;
	border-color: transparent;
	outline: none;
	background:none;
	height:24px;
	width:170px;
	font: bold 16px Georgia, Garamond, Tahoma;
	color:#000;
	box-shadow: 0px 0px;
	-moz-box-shadow:0px 0px;
	-webkit-box-shadow: 0px 0px;
	margin-top:2px;
	float:left;
	padding-left:4px;
	line-height:24px;
	background:#fff; border:1px dashed #ccc;
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
	transition: background 0.6s ease;
	
}
.search-wrap  .searchText:focus{border:1px solid #ccc; background:#F03C23; color:#fff; font-weight:normal;}
.search-wrap  .searchButton{
	float:right;
	margin-top:-1px;
	height:40px;
	width:40px;
	background: url('images/search-logo.jpg') no-repeat 50% 50% ;
	border: 0 solid #F4F0EF;
	outline: none;
	cursor: pointer;
}

.email-wrap{ 
	background: url('images/social-bg.png'); min-height:40px; width:235px;
	margin: 10px 0  10px 23px;
	font: normal 12px Georgia, Garamond, Tahoma;
	color:#000;
	padding:7px;
	overflow:hidden;
}

.email-wrap h3{ 
	font: bold 16px Georgia, Garamond, Tahoma;
	z-index:1;
	position:relative;
}

.email-wrap a{ 
	height:40px; width:235px;
	display:block;
	position:absolute;
	z-index:10000001;
}
.email-wrap .email-logo{ 
	background: url('images/email-logo.png'); height:45px; width:46px;
	float:right;
	margin-top:-5px;
}

.email-wrap .email-logo:hover,#newsletter-info:hover > .email-logo{ 
	background-position: 0 -45px;
}

#newsletter{
	/*margin-top:10px;*/
	/*display: none;*/
}

#newsletter-info{
	height: 40px;
	float:left;
	width:235px;
}

.input_msgbord{
	border: none;
	border-color: transparent;
	outline: none;
	background:none;
	height:24px;
	width:160px;
	font: bold 16px Georgia, Garamond, Tahoma;
	color:#000;
	box-shadow: 0px 0px;
	-moz-box-shadow:0px 0px;
	-webkit-box-shadow: 0px 0px;
	margin-top:15px;
}

.kereso_gomb{
	float:right;
	margin-top:-5px;
	height:40px;
	width:40px;
	background: url('images/email-logo-2.png'); height:45px; width:46px;
	border: 0 solid #F4F0EF;
	outline: none;
	cursor: pointer;
	margin-top:7px;
}

#content .wpcf7-form input.wpcf7-submit{
  -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #39111A;
    border: 1px solid #7B3832;
    color: #FFFFFF;
    font-family: Georgia,Garamond;
    font-size: 16px;
    margin-top: 4px;
    padding: 4px;
    text-shadow: 0 1px 0 #000000;
}

#content .wpcf7-form input.wpcf7-submit:hover{
	color:#CFCFCF;	
}

#content #searchsubmit{
	 -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #39111A;
    border: 1px solid #7B3832;
    color: #FFFFFF;
    font-family: Georgia,Garamond;
    font-size: 16px;
    margin-top: 4px;
    padding: 4px;
    text-shadow: 0 1px 0 #000000;
}

#faceb{float:left;}
#twitt{float:right;}
#faces{float:right;margin-right:10px;}

#content_bottom_ads{margin-top:14px;float:left;}

li.banner{

	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #270B12;
	text-align: center;
	border: 1px dashed #865E59;
	color: #CCCCCC;
	font-size:14px;
	text-align: center;
}

li.banner img:hover{
	opacity: 0.8;	
}

.totop {
    position: absolute;
    right: 0;
    top: -26px;
}

.totop a {
    background-color: #C72033;
    border-bottom: 2px solid #2F2F2F;
    border-right: 2px solid #2F2F2F;
    color: #2F2F2F;
    display: block;
    font-size: 11px;
    padding: 3px 0;
    text-decoration: none;
    min-width: 90px;
    font: 11px sans-serif !important;
}

.totop a:hover {
    background-color: #2F2F2F;
    border-bottom: 2px solid #2F2F2F;
    border-right: 2px solid #2F2F2F;
    color: #C4091D;
}

.totop a span {
    background: url("images/totop_arrow.gif") no-repeat;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 15px 0 10px;
}



/*BOX S*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 20px 14px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*width: 100%;*/
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
	/*background: #fff;*/
	width: 100%;
	width: 710px !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #3a101a;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffe6a0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 16px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {

	right: -10px;
	background: url(images/controls.png) no-repeat -47px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -47px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 4%;
	margin-top: -16px;
	outline: 0;
	width: 22px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 100%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#content ul.recents {padding:0;margin:0;}
#content ul.recents li{padding:0;margin:0;min-height: 300px;background: url('images/vertical-sep.png') repeat-y 100% 0;padding-right:0px; width:240px !important;}

#content ul.recents li div{padding:0 8px 0 15px;}

#content ul.recents p, .content-article{padding:0; color:#fff; text-shadow: 0 1px 0 #000000; margin:0;}
#content ul.recents li div p{padding-right:5px; border-right: 0px dashed #865e59;}

#content ul.recents h2{margin: 0px 0 10px;}
#content ul.recents h3 a{
	color: #FFF7E7;
    font-size: 20px;
    font-weight: normal;
  
    text-shadow: 1px 1px #3A101B;
    font-family: Georgia,Garamond;
  
}

#content ul.recents h2{ clear:both; line-height:17px; padding-top:10px;}
#content ul.recents h3{
	  text-align:center;
	   margin: 0 0 10px 0;
    padding: 0;}

.content-article{float: left; width: 335px;
	background: #58211c url("images/content-article-bg1.png") repeat-x;
	/*background: url("images/homepage-border.gif") repeat-x scroll 0 bottom transparent;*/
    /*margin-bottom: 12px;*/
	background:#511c18;
	padding-left:25px;
	padding-right:20px;
    min-height: 374px;
   /* border-bottom: 1px dashed #865e59;*/
     border-top: 1px dashed #865e59;
    padding-top:10px;
}

.content-article.last{padding-left:25px;padding-right:0px; background:#4c1a16 url("images/content-article-bg2.png") repeat-x;}
	
#content .content-article a.readmore{background:#c8a071; border-radius:4px; -webkit-border-radius:4px; color:#3a101b;text-shadow:0px 0px; padding:4px 6px; font-size:10px; text-transform:uppercase; font-family: Arial;}
#content .content-article a.moreover{background:#3e121a; border-radius:4px; -webkit-border-radius:4px; color:#ffffff;text-shadow:0px 0px; padding:4px 6px; font-size:10px; text-transform:uppercase; font-family: Arial;}
#content .content-article a.moreover:hover, #content .content-article a.readmore:hover{text-decoration:none;}

#content .content-article a.readmore:hover{background:#e3bd91;}
#content .content-article a.moreover:hover{background:#59222c;}

#content .content-article a{
	
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
	transition: background 0.6s ease;
}
		
#content .content-article img,#content .recents img{
	border: 1px solid transparent;
	
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	
		-webkit-transition: border 0.6s ease;
	-moz-transition: border 0.6s ease;
    -ms-transition: border 0.6s ease;
    -o-transition: border 0.6s ease;
	transition: border 0.6s ease;
}
#content .content-article img:hover, #content .recents img:hover{
	opacity:0.7;
	border: 1px solid #FFD7B5;
}


#content .content-article h3 { 
	color: #FFE6A0;
    font-size: 16px;
    font-weight: normal;
   
    text-shadow: 1px 1px #3A101B;
    font-family: Georgia,Garamond;
	margin: 0 0 10px;
    padding: 0;}
    
#content h3.widget-title.home { 
	color: #FFE6A0;
    font-size: 20px;
    font-weight: normal;
   
    text-shadow: 1px 1px #3A101B;
    font-family: Georgia,Garamond;
	margin: 10px 0 10px 20px;
    padding: 0;
}
    
#content .content-article h3 a{
	color: #FFE6A0;
    font-size: 16px;
    font-weight: normal;
   
    text-shadow: 1px 1px #3A101B;
    font-family: Georgia,Garamond;
}
#content .content-article h2{ margin: 0 0 0;line-height: 26px;}
#content .content-article h2 a{
	color: #FFF7E7;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #3A101B;
    font-family: Georgia,Garamond;
    margin: 0 0 0;
}

#content .content-article .recent-thumb-home{margin: 0 10px 10px 0;}

ul.gasztrokalauz {
	background:#551e19;
	width:100%;
	display:block;
	margin:0;
	padding:0;
	    border-bottom: 1px dashed #865e59;
     border-top: 1px dashed #865e59;
}

ul.gasztrokalauz li{
	/*border-left:1px solid #8e7475;*/
	padding: 8px;
	display: inline-block;
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
	transition: background 0.6s ease;
	vertical-align: middle;
	 text-align: center;
	/*height: 40px;*/
}
ul.gasztrokalauz li:first-child{
	border:0;
}

#content ul.gasztrokalauz li img{
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	
	-webkit-transition: border 0.6s ease;
	-moz-transition: border 0.6s ease;
    -ms-transition: border 0.6s ease;
    -o-transition: border 0.6s ease;
	transition: border 0.6s ease;
	border: 1px solid transparent;
}

#content ul.gasztrokalauz li img:hover{
	opacity:0.7;
	border: 1px solid #FFD7B5;
}

#content ul.gasztrokalauz li a{
	color: #FFFFFF;
	
    display: inline-block;
    font-size: 17px;
   text-align:center;
    text-shadow: 1px 1px #000000;
    vertical-align: middle;
    padding: 4px;
    text-shadow: 1px 1px 0 #000000;
 }
 
 #content ul.gasztrokalauz li a:hover{
 	color: #FFE6A0;
 	text-decoration:none;
}

ul.gasztrokalauz li:hover{
	/*background:#4e1b28;*/
	text-decoration: none;
}
/*

*/


@media screen and (max-width: 480px) {
	html{margin-top:0 !important; font-size: 15px;}
	body, #content p{font-size: 15px; font-family: Helvetica, sans-serif; }
	
	#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
   	 	margin: 0 auto;
    	width: 100%;
	}
	
	 #menutop .page-item-26{display:none !important;}
	
	#content #content_left_head{display:none;}
	
	#header-top {width: 100%; height:auto; background: url('images/header-bg-m.png') repeat-x 0 -25px; }
	#header-menu-top{background:#ef3b22; float:left; height:auto; width:100%;top: 0;position:absolute;width: 100%;text-align:center;padding:2px 0;}

	#header-top-border{/*display:none;*/ height:20px;}
	    	
	#header-menu-top #menutop li{ display: inline-block; float:none;}
    #header-menu-top #menutop a{font-size:70%; padding:2px 4px; text-shadow:0px 0px; font-family: Helvetica, sans-serif;}
    
    #header-menu-top #menutop .page-item-18{display:none}
    
	#header-main {width: 100%; height:auto;}
	#header-menu-top ul{margin: 0; width: 100%;}
	#header-logo {position: relative;float: none; margin: 0;width: auto;background:url('images/header-logo-m.png') no-repeat 0 0; height:90px;}
	#header-logo a{height:70px; width: 200px; position: absolute; z-index:9999999;}
	
		
	#main{background:none;}
	#primary, #social-wrap{display:none;}
	
	#container{width:100%;}
	#dropmenu-wrap{float:none; width:auto; height:auto;}
	#slider-wrap{float:none; width:auto; height:auto;}
	
	#slider-wrap .jFlowNext, #slider-wrap #prevNext{width: auto;}
	#slider-wrap div.page{width: auto !important; margin:0 !important;}
	
	#dropdown li{display:inline-block;}
	#dropdown li ul.children{left:auto !important; top:41px !important;}
	#dropdown li ul.children {left:auto !important; top:41px !important;}
	
	#content ul.recents li {width:auto  !important;}
	#content ul.recents li img{max-width:120px;}
	
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{width: 100%;}
	
	div.ads, iframe {width: 95% !important;}
	.content-article{max-width:90% !important; float:none; width:100%; min-height: 290px; display:block; font-size: 1em; padding:0.5em 1em !important;}
	.content-article div{width:100%;}
	.content-article a img{display:block; max-width:100% !important; height:auto !important;}
	.content-article a.readmore, .content-article a.moreover{font-size: 0.75em !important;}
	
	#content .entry-title{font-size:1.6em;}
	
	#content .content-article h2 a, #content .content-article h2{font-size: 1.1em !important;}
	#content .content-article h3 a, #content .content-article h3{font-size: 1.3em !important;}
	
	.page-id-4584 #container, .home #container{width:100%;}
	
	#footer-widget-area .widget-area{float: none; width: auto; margin:0; border:0; border-bottom: 1px dashed #5E3D45; margin-bottom:10px;}
	#footer-widget-area { padding: 0 20px;}
	#footer .widget-title{font-size:20px;padding: 10px;	background:#511C18; border-radius:4px; -webkit-border-radius:4px;}
	#footer-widget-area #fourth{display:none;}
	#footer a{font-size: 1.2em !important; font-family: Helvetica, sans-serif; }
	#footer .widget-container ul li{padding:0.5em 0 !important;}
	
	#content ul.recents h3 a{font-size:17px;}
	ul.gasztrokalauz{text-align:center;font-size: 1.2em;}
	ul.gasztrokalauz li a{font-size: 90% !important;}
	.bx-wrapper{display:none;}
	
	#slider-wrap, #mySlides, .jFlowSlideContainer, #slider-wrap div.description{ /*max-width:18em !important;*/}
	 #slider-wrap #prevNext, #controller, #toc{display:none;}
	 
	 .page #slider-wrap, #content_right_head, .category #slider-wrap {display:none;}
	 #content div.content-flow-subpage-left, #content div.content-flow-subpage{float: none; width: 100% !important; margin:0.5em 0 !important; padding:0.8em 0;}
	 #content_left_ads{float:none; width:auto !important;}
	 #faceb, #twitt, #faces{display:none;}
	 
	 #content_bottom_ads{width: 95% !important; overflow:none; max-width:18em !important;display:none;}
	 
	 .page .hentry{width: 100% !important;}
	 
	 #content hr{display:none;}
	 
	 .paginate a, .paginate .current{font-size: 1.3em; border-radius:4px; -webkit-border-radius:4px; display:inline-block;}
	 .wp-paginate a{border-radius:4px; -webkit-border-radius:4px;}
	/* #webwidget_vertical_menu, #header-main{display:none;}*/
	 
	 /*#main{padding:0;}*/
	 
	 #content .entry-title {clear:both; text-align: center;}
	  #content h2.entry-title {clear:both; text-align: left;}
	 
	 .menu ul{display:none;}
}

@media screen and (max-width: 320px) {

	#header-logo {background:url('images/header-logo-m320.png') no-repeat 0 25%;}

}



/**/

.page-template-landing-page-php #main{ background: none repeat scroll 0 0 #FFFFFF; }

.page-template-landing-page-php #container {
    float: left;
    width: 100%;
}
.page-template-landing-page-php .one-column #content{width:720px;}

.page-template-landing-page-php #content .entry-title{text-align:center;  font-size:16px; color:#000;}
.page-template-landing-page-php .entry-content{ font-size:16px;}

.page-template-landing-page-php p.kiemelt{font-size:16px; text-align:center;}
.page-template-landing-page-php li.kiemelt{margin:20px 0 20px 15px; color:#F03C23;list-style-type:square;}
.page-template-landing-page-php li.kiemelt span{color:#0b0b0b; font-size: 16px;   text-transform: uppercase;}

.page-template-landing-page-php #content table.verseny-table{background:#ebe7d1; border:1px dashed #c2bea5 !important; border-radius:4px;}
.page-template-landing-page-php #content table.verseny-table tr td{border:0; /*border-bottom:1px solid #e7e7e7;*/}
.page-template-landing-page-php table.verseny-table .wpcf7-text, table.verseny-table .wpcf7-textarea{
	border:1px solid #ccc !important; background:#fff !important; width:440px; padding:10px;
	margin-bottom:5px;
	}

.page-template-landing-page-php #content  table.verseny-table .wpcf7-submit, #respond .form-submit #submit{cursor:pointer;
		-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border:0;
	padding:10px;
	}
.page-template-landing-page-php #content  table.verseny-table .wpcf7-submit:hover,#respond .form-submit #submit:hover{background:#C72033; padding:10px 24px; color:#fff;}
.page-template-landing-page-php table.verseny-table .wpcf7-text.number, .page-template-landing-page-php table.verseny-table .wpcf7-text.house{width:40px;}
 .page-template-landing-page-php table.verseny-table .wpcf7-text.city{width:220px;}
 .page-template-landing-page-php table.verseny-table .wpcf7-text.address{width:294px;}


/**/
.relatedposts h3{ padding-left:15px;}


.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::after, .row::before {
    content: " ";
    display: table;
}
.row::after {
    clear: both;
}
.col-md-4, .col-md-3, .col-md-2{
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width:92%
}

#content .relatedposts img {
	max-width:100% !important;
    border: 1px solid transparent;
    transition: border 0.6s ease 0s;
    margin-bottom:10px;
    width:100%
}
#content .relatedposts img:hover {
    border: 1px solid #ffd7b5;
    opacity: 0.7;
}
@media (min-width: 768px) {
	.col-md-4, .col-md-3, .col-md-2 {
	 float: left;
	}
	.col-md-4 {
    	width: 33.3333%;
	}
	.col-md-3 {
   	 width: 25%;
	}
	.col-md-2 {
    width: 20%;
	}
}