﻿/* Drupal 6 Framework - Created by Andre Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
11.CSS Support

Font sizes: 16px base font with 24px line-height
------------------------------------------------
       font-size / line-height / margin-top
------------------------------------------------
40px = 2.5em     / 1.2         / 0.6em
32px = 2em       / 1.5         / 0.75em
24px = 1.5em     / 1           / 1em
20px = 1.25em    / 1.2         / 1.2em
16px = 1em       / 1..5        / 1.5em
14px = 0.875em   / 1.7143      / 1.7143em
13px = 0.8125em  / 1.8462      / 1.8462em
12px = 0.75em    / 2           / 2em
10px = 0.625em   / 2.4         / 2.4em

Equation for font sizing: 
  Desired px ÷ Default (or parent) px = em size
------------------------------------------------*/

/**
 * 0.RESET 
 */

@import "reset.css";

/**
 * 1.GLOBAL
 */

body {
  background: #ffffff url(images/bodybg.png) top left repeat-x;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div.content {font-size:13px;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.5;
  margin: 20px 0px 10px 0px;;
  color:black;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 1em;
}

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 1.2em;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5em;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

#block-menu-menu-termekeink h2 {color:#b59c72; border-bottom:1px solid #9a9a9a;padding: 7px 3px 7px 38px; background: url(images/m.gif) 3px 0px no-repeat;}
ul.menu {
  list-style: none;  
  margin: 0;
  padding: 0;        
}
ul.menu li {border-bottom:1px solid #dadada;list-style-image: none; list-style-type: none; margin:0; padding: 7px 3px 7px 3px;}
ul.menu li a {
    color:#b59c72;
    display:block;
    padding: 0px;
} 
ul.menu li a:hover {
    text-decoration:underline;
}

a { color: #b69c72; text-decoration: none; }
a:visited { color: #b69c72; }
a:hover  { color: #b69c72; text-decoration: underline;  }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* apply common styling after reset.css */

li ul, li ol {  margin: 0; }
ul, ol {  margin: 0 1.5em 1.5em 0;  padding-left: 1.5em; }
ul {  list-style-type: disc; }
ol {  list-style-type: decimal; }
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr {  background: #666;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4375em;  padding: 1.5em; }
table {  margin-bottom: 1.5em;  width: 100%; }
th, tr, td {  vertical-align: middle; }
th { padding-right: 1em; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

/**
 * 2.LAYOUT
 */

#container {
  margin: 0px auto 30px auto;
  padding: 0;
  width: 950px;
  /*border: 1px solid red;*/
  /*background: white url(images/containerbg.gif) top right repeat-y;*/
}

/**
 * 3.MAIN
 */

/* 1 column: global values*/

#main {
  display: inline;
  margin: 0;
}

/* 3 columns */

body.two-sidebars #main {
  float: left;
  margin: 0 0 0 240px;
  padding: 44px;
  width: 460px;
}

/* 2 columns: sidebar-left */

body.sidebar-left #main {
  float: right;
  margin: 0;
  padding: 0;
  padding: 0px 0px 0px 0px;
  width:693px;
}

/* 2 columns: sidebar-right */

body.sidebar-right #main {
  float: left;
  margin: 0;
  padding: 0px 0px 0px 44px;
  width:580px;
}

/**
 * 4.SIDEBARS
 */

/* 3 columns: sidebar-left */

body.two-sidebars #sidebar-left {
  float: left;
  margin: 0 0 0 -700px;
  padding: 0;
  width: 300px;
}

/* 3 columns: sidebar-right */

body.two-sidebars #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 300px;
}

/* 2 columns: sidebar-left */

body.sidebar-left #sidebar-left {
  float: left;
  margin: 0;
  padding: 0;
  width: 230px;
}

/* 2 columns: sidebar-right */

body.sidebar-right #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 300px;
}

/**
 * 5.HEADER
 */

#header {
  margin: 0;
  padding: 0;
  position: relative;
  background: url(images/headerbg.png) center top no-repeat;
}

#header #logo {
  float: left;
  margin: 0;
  width: 205px;
}

#header #site-name-slogan {
  float: left;
  margin: 0;
}

#header #site-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

#header #site-name a:hover {
  text-decoration: none;
}

#header #site-slogan {
  margin: 0;
}

#search-theme-form {
  float: right;
  margin: .7em 0 0;
}

/* hides "Search this site:" label from search forms */

div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * 6.NAVIGATION
 */

#navigation {padding: 144px 0px 0px 24px;margin: 0px;background: url(images/topmenubg.png) 0px 142px no-repeat;margin-left:220px;text-align: right;}
#navigation ul#main-menu {list-style: none;margin: 0;padding: 0;text-align: right;}
#navigation ul#main-menu li {float: left;margin: 0;padding: 12px;}
#navigation ul#main-menu li a {color:black; text-transform: uppercase;}
#navigation ul#main-menu li.active {background:url(images/topmenuitembg.png) top left repeat;}
#navigation ul#main-menu li.active a {color:white;}
#navigation ul#main-menu li.last a {background:none;}
#navigation ul#main-menu li a:hover {text-decoration:underline;}

#navigation ul#secondary-menu {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li a {
  display: block;
  padding: 0 2em 0 0;
}

.breadcrumb {
  clear: both;
  padding: 1.5em 0 0;
}

#skip-link {
  position: absolute;
}

/* menus and item lists */

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.links li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/* admin tabs */

.tabs-wrapper {
  border-bottom: 1px solid #333;
  margin: 0 0 1.4375em;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0 1em;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/**
 * 7.NODES
 */

.node {
  margin-bottom: 1.5em;
}

/* tags */

.terms {
  margin: 0 0 1.5em;
}

.terms span {
  font-weight: bold;
}

/* profile */

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

/**
 * 8.COMMENTS
 */

#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

/**
 * 9.BLOCKS
 */

.block {
  margin-bottom: 1.5em;
  position: relative;
}

/* login block */
#user-login-form {
  padding: 0;
  text-align: left;
}

#user-login-form .form-item {
  margin: 1em 0;
}

#user-login-form .item-list ul li {
  background: none;
  margin: 1em 0;
  padding: 0;
}

/* block configuration links */

section.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

section.block:hover div.edit {
  display:block;
}

section.block div.edit a {
  color: #999;
  margin-right: 10px;
}

section.block div.edit:hover a {
  color: #000;
}

/* views configuration links */

div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}

/**
 * 10.FOOTER
 */

#footer {
  clear: both;
  padding: 10px;
  position: relative;
  background: #dedede;
  font-size:11px;
  
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.6667em;
}

/* support drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.6667em;
}

/**
 * 11.CSS SUPPORT
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user.
 */

.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */

* html .clearfix {
  height: 1%;
}

/* IE7 */

*:first-child + html .clearfix {
  min-height: 1%;
}

/* clear floats */
.clear { clear: both; }

/* display block */
.display-block { display: block; }

#termekek{margin-left:-10px;}
.termekblokk {width:305px !important; width:325px; border:1px solid #f4e7c2; float: left; margin:10px; padding:10px;}
.termekblokk img {margin: 0px 10px 0px 0px;}
.termekblokk h3 {margin-bottom: 5px;line-height:18px; font-weight:bold;}
.termekblokk .teaser {line-height:16px;}
.termekblokk .morelink {margin-top: 5px;}

a#erlelt-parlatok {width:250px; height:437px; background: url(images/kat-brandy-erlelt-parlatok.png) 0px 0px no-repeat; float:left; text-indent: -5000px;margin-right:16px;}
a#erlelt-parlatok:hover {background: url(images/kat-brandy-erlelt-parlatok.png) -250px 0px no-repeat;}

a#gyumolcspalinkak {width:168px; height:437px; background: url(images/kat-gyumolcspalinkak.png) 0px 0px no-repeat; float:left; text-indent: -5000px; margin-left:3px;}
a#gyumolcspalinkak:hover {background: url(images/kat-gyumolcspalinkak.png) -168px 0px no-repeat;}
a#szolo-es-torkolypalinkak {width:168px; height:437px; background: url(images/kat-szolo-es-torkolypalinkak.png) 0px 0px no-repeat; float:left; text-indent: -5000px; margin-left:3px;}
a#szolo-es-torkolypalinkak:hover {background: url(images/kat-szolo-es-torkolypalinkak.png) -169px 0px no-repeat;}
a#mezes-likorok {width:168px; height:437px; background: url(images/kat-mezes-likorok.png) 0px 0px no-repeat; float:left; text-indent: -5000px; margin-left:3px;}
a#mezes-likorok:hover {background: url(images/kat-mezes-likorok.png) -169px 0px no-repeat;}
a#reserve-valogatas {width:168px; height:437px; background: url(images/kat-special-reserve-palinkak.png) 0px 0px no-repeat; float:left; text-indent: -5000px; margin-left:3px;}
a#reserve-valogatas:hover {background: url(images/kat-special-reserve-palinkak.png) -168px 0px no-repeat;}

div.item {border-bottom:1px solid #d6d2c3; padding: 10px 0px 10px 0px;}
div.item h3 {margin:0; padding:0; color: #b59c72;}
div.item div {margin: 5px 0px 5px 0px;}
div.item div.teaser {font-size:13px; color: #666; font-style:italic; font-family:georgia;}
div.item img {margin-left: 10px;}

#overlay { position: absolute; top: 0; left: 0; z-index: 99; width: 100%; height: 100%; background-color: #ffffff; filter:alpha(opacity=86); -moz-opacity: 0.86; opacity: 0.86; display:none;}
#permquery { position: absolute; top: 0; left: 0; z-index: 100; width: 451px;  color: #333; text-align: center; display:none; padding-top:20px;}
#permquery p {margin: 0px 0px 5px 0px; padding: 5px; background: #e9d7a2;}