/* Rovat: Gasztronómia */

#menubar { background: url(/img/menu-brown.png) repeat-x; }
#menubar a:hover { color: #eedfd9; }
#menubar a.selected { background: #eedfd9; color: #8d3520; }

#submenu { background: #efe0da; }
#submenu a { color: #8c341e; }
#submenu .selected span { color: #8c341e !important; }

.link-color, .section-head { color: #8c341e; }

.pager-container { background: #efe0da; border-top: 1px solid #cfada0; }
.pager-container a { color: #8c341e; }

.tagcloud .size-1 {	color: #8c341e; }
.tagcloud .size-3 { color: #c18a75; }
.tagcloud .size-4 { color: #d8b7a9; }

#breadcrumb { color: #a15035; }

#single h2.title { color: #8c341e; }
#single .info { color: #a15035; }
#single a { color: #a15035; }
#single h3, #single h4, #single h5, #single h6 { color: #8c341e; }
#single .featured {	background: #efe0da; border: 1px solid #cfada0;	color: #8c341e; }

.button.gasztronomia {
	background: #8a321d;
	background: -moz-linear-gradient(top, #b16646 0%, #a15035 50%, #8a321d 51%, #8c341e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b16646), color-stop(50%, #a15035), color-stop(50%, #8a321d), color-stop(100%, #8c341e));
	background: -webkit-linear-gradient(top, #b16646 0%, #a15035 50%, #8a321d 50%, #8c341e 100%);
	background: -o-linear-gradient(top, #b16646 0%, #a15035 50%, #8a321d 50%, #8c341e 100%);
	background: -ms-linear-gradient(top, #b16646 0%, #a15035 50%, #8a321d 50%, #8c341e 100%);
	background: linear-gradient(top, #b16646 0%, #a15035 50%, #8a321d 50%, #8c341e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b16646', endColorstr='#8c341e', GradientType=0);
}