/*
Theme Name: ogrodykompleksowo.pl
Theme URI: http://wlodarski.info/
Description: Szablon graficzny stworzony na potrzeby serwisu ogrodykompleksowo.pl
Author: Konrad Wlodarski
Version: 1.0
*/

body{
  background: #406900 url(images/bg.png) repeat-x;
  margin: 0;
  padding: 0;
  font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2";
}

img {
  border: 0;
}

#wrap {
  background: url(images/bg_wrap.png) no-repeat;
  width:970px;
  margin: 0 auto;
  position: relative;
  height: 356px;
}

#bg_left {
  background: url(images/bg_left.png) no-repeat;
  position: absolute;
  left: -121px;
  height: 700px;
  width: 131px;
}

#bg_right {
  background: url(images/bg_right.png) no-repeat;
  position: absolute;
  right: -83px;
  height: 700px;
  width: 93px;
}

#header {
  width: 970px;
  background: url(images/header.png) no-repeat;
  height: 356px;
  position: absolute;
  z-index: 10;
}

img.slide{
  position: absolute;
  z-index: 1;
  top: 53px;
  left: 10px;
  
}

#logo {
  width: 246px;
  height: 206px;
  position: absolute;
  left: 50px;
  top:0;
  z-index: 11;
}

#menu {
  position: absolute;
  top: 313px;
  left: 80px;
}

#menu ul{
  padding: 0;
  margin: 0;
}

#menu ul li{
  display: inline;
}

#menu ul li a{
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2";
  margin-right: 10px;
  text-shadow: 1px 1px 0 #000;
  padding: 5px;
}

#menu ul li a:hover, #menu ul li.current-menu-item a{
  background: url(images/menu_hover.png) repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#flower1{
  width: 174px;
  height: 216px;
  position: absolute;
  top: 290px;
  left: -84px;
  background: url(images/flower1.png) no-repeat;
  z-index: 11;
}

#flower2{
  width: 116px;
  height: 112px;
  position: absolute;
  top: 250px;
  right: -34px;
  background: url(images/flower2.png) no-repeat;
  z-index: 11;
}

#wrap2{
  width:950px;
  margin: 0 auto;
  z-index: 100;
}

#content_wrap{
  background: #6a9b1e;
  width: 950px;
}

#sidebar {
  width: 248px;
  float: left;
  background: #ffffff url(images/sidebar.png) no-repeat bottom left; 
  padding-bottom: 30px;
  min-height: 200px;
}

#sidebar .menu{
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 100;
}

#sidebar .menu li{
  background: url(images/sidebar_li.png) no-repeat;
  line-height: 29px;
  z-index: 100;
}

#sidebar .menu li a{
  line-height: 29px;
  height: 29px;
  color: #6a9a1d;
  margin-left: 40px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 100;
}

#sidebar .menu li a:hover{
  text-decoration: underline;
}

#sidebar .sub-menu{
  list-style-image: url(images/arrow.png);
  margin-left: 10px;
}

#sidebar .sub-menu li{
  background: none;
}

#sidebar .sub-menu li a{
  color: #8a8a8a;
  text-transform: none;
  margin-left: 0;
}


#sidebar h3{
  font-weight: normal;
  text-align: right;
  font-size: 22px;
  color: #a2a2a2;
  padding-right: 10px;
  margin: 10px 0px;
}

#sidebar div{
  margin-left: 10px;
  color: #727272;
}

#content{
  background: url(images/content.png) no-repeat top left;
  color: #d5f0a9;
  float: left;
  width: 702px;
  min-height: 199px;
}

#content .post{
  margin: 20px;
  text-align: justify;
}

#content .post h2{
  font-weight: normal;
}

#content .post h2 a{
  color: #354e0e;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #8abd3a;
}

#content .gallery-content {
  background: #243b00;
  padding: 5px;
  width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 3px;
}

#content .gallery-content p{
  margin: 5px 0;
  text-align: center;
}

#content .gallery-content a{
  color: #6a9a1d;
  text-decoration: none;
}

#content .post-content img.attachment-thumbnail{
  border: 2px solid #243b00;
}

#content .gallery-content a:hover{
  text-decoration: underline;
}


#galeria {
  width: 702px;
  height: 196px;
  position: relative;
  background: url(images/galeria.png) no-repeat;
}

#galeria h3{
  position: absolute;
  top: 10px;
  margin:0;
  left: 20px; 
  font-weight: normal;
  color: #6a9a1d;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #2a4301;
}

#karuzela {
  position: absolute;
  top: 20px;
  left: 30px;
}

#flower4{
  width: 43px;
  height: 53px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(images/flower4.png) no-repeat;
}

#footer{
  width: 950px;
  height: 63px;
  position: relative;
  margin-top: -10px;
  background: url(images/footer.png) no-repeat;
}

#footer p{
  position: absolute;
  text-align: center;
  width: 950px;
  top: 5px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2";
}

#flower3{
  width: 176px;
  height: 123px;
  position: absolute;
  top: -50px;
  left: -30px;
  background: url(images/flower3.png) no-repeat;
}

