/*
Theme Name: Hosszuhaz
Theme URI: http://www.hosszuhaz.hu
Description: Wordpress sablon a Hosszú ház túristaház weboldalához
Version: 1.0
Tags:
*/

/* CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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,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,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* css.defaults */

body{
  background:#a5a93f url(img/hosszuhaz_bg.jpg) no-repeat;
  background-position: top center;
  font-family:tahoma;font-size:13px;color:#000;
  background-attachment: fixed;
}
.clear{clear:both}
.last-item{border-right:0}
.first-item{border-left:0}
strong,b{font-weight:bold}
p{margin-bottom:7px}
a{outline:0;color: #9B9367;}

/* CONTAINERS */
#wrapper {
  border: 5px solid #fff;
  width: 940px;
  margin: 35px auto 40px auto;
  background: #ecedd2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* HEADER */

#header {
  height: 130px;
  position: relative;
}

#header_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 257px;
  height: 80px;
  background-image: url(img/logo.png);
}

#header_logo a {
  width: 257px;
  height: 80px;
  display: block;
}

#header_logo span {
  display: none;
}

#menu {
  font-family: 'Dosis', sans-serif;
  height: 50px;
  background: #868855;
}

#menu ul {
  position: relative;
  left: 10px;
}

#menu ul li {
	float: left;
  height: 50px;
}

#menu ul li a {
  height: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

#menu ul li.current-menu-item a {
  background-color: #bcbb6f;
}

#menu ul li a span {
  display: block;
  padding: 18px 9px 0 9px;
}

/* FOOTER */

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #fff;
}



/* CONTENT */

#content {
  padding-top: 30px;
	padding-bottom: 20px;
}

#main {
  padding: 20px;
  line-height: 150%;
  font-size: 14px;
}

#main h1 {
  font-family: 'Dosis', sans-serif;
  font-size: 26px;
  margin-bottom: 24px;
  color: #585935;
  text-transform: uppercase;
  line-height: 120%;
}

#main h2 {
  font-family: 'Dosis', sans-serif;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 25px;
  color: #585935;
  text-transform: uppercase;
  line-height: 120%;
}

#main h3 {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #417FA0;
}

#main ul {
  list-style: disc;
  margin: 10px 10px 10px 30px;
}

#main ul li {
  margin-bottom: 7px;
}

#main p {
  margin-bottom: 15px;
}

/* SIDEBAR */

#sidebar .whitebox > div {
  padding-top: 20px;
  padding-bottom: 15px;
  line-height: 1.5;
}

#sidebar .whitebox {
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}



/* IMAGES */

.page img {
  border: 4px solid #868855;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.ngg-albumoverview.default-view .ngg-album {
  padding: 10px !important;
  border: 0 !important;
  background-color: #fff;
  display: inline-block;
}

.ngg-albumoverview.default-view .ngg-album {

}
