/*
Theme Name: LULA
Theme URI: http://www.lula.poznan.pl
Description: 
Version: 1.0
Author: Piotr Godek
Author URI: http://oddwebthings.com
Tags: fixed width
*/


body {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, Sans-Serif;
  font-size: 75%;
  color: #ffffff;
  background-color: #321d08;
}

#outercontainer {
  width: 941px;
  background-color: #ffffff;
  margin: 0 auto;
}

#topback {
  width: 941px;
  background: url(images/top.png) no-repeat top;
  padding-top: 10px;
}

#bottomback {
  width: 941px;
  background: url(images/bottom.png) no-repeat bottom;
  padding-bottom: 27px;
}

.container {
  background-color: #513e26;
  margin: 0 10px 0 10px;
  position: relative;
  height: 650px;
}

#topside {
  width: 941px;
  height: 17px;
  position: absolute;
  top: 27px;
  background: url(images/topside.png) no-repeat top;
}

#header {
  position: relative;
  width: 921px;
  height: 152px;
}

#footer {
  background: transparent;
  text-align: center; 
  margin-top: 20px;
}

a {
  color: #0AE8E5;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}
 
h1, h2, h3, h4 {
/*  color: #0AE8E5;*/
  color: #ffffff;
}

h2 {
  margin-top: 0.8em;
  font-size: 16px;  
  font-weight: normal;
}

h3 {
  font-size: 14px;
  font-weight: normal;
}

h2.underlined {
  display: block;
  background: url('images/hdash.png') repeat-x bottom;
}

ul {
  list-style-type: square;
  color: #ffffff;
}

#mainmenu {
  margin-bottom: 20px;
  visibility: hidden;
}

.submenu, .submenu-rest {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  height: 0;
  margin: auto auto 0 0;
  padding: 0;
}

.submenu-rest {
  height: 0;
  margin: 0;
  top: 182px;
  clear: both;
}

#mainmenu ul, 
.submenu ul,
.submenu-rest ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#mainmenu li,
.submenu li,
.submenu-rest li {
  display: block;
	list-style-type: none;
}

#mainmenu li {
	width: 171px;
	float: left;
	text-transform: uppercase;
	text-align: center;
  font-size: 1em;
	margin: 0 15px 0 0;
	padding: 5px 0px 7px 0px;
  background: #523E26 url(images/spacer1.png) no-repeat right;
  letter-spacing: 0.1em;
}

.submenu li,
.submenu-rest li {
	width: 151px;
	float: none;
  font-size: 0.8em;
	margin: 0 0 8px 0;
	padding: 5px 10px 7px 10px;
  background-color: #321d08;
}

#mainmenu a, 
.submenu a,
.submenu-rest a {
  display: block;
  width: 151px;
  height: 100%;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}

#mainmenu li.current_page_ancestor a, #mainmenu li.current_page_item a {
  color: #e05be4;
}

.submenu li.current_page_item a,
.submenu-rest li.current_page_item a {
  color: #0AE8E5;
}

#mainmenu a:hover,
#mainmenu li.current_page_ancestor a:hover, #mainmenu li.current_page_item a:hover,
.submenu a:hover,
.submenu li.current_page_item a:hover,
.submenu-rest a:hover,
.submenu-rest li.current_page_item a:hover {
  color: #0AE8E5;
}

/* Search */

#searchformbox {
  margin-bottom: 20px;
}

#s {
  border: none;
  border-width: 0;
  background-color: #ffffff;
}


.button {
  border: none;
  border-width: 0;
  color: #ffffff;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.entry {
  margin-top: 10px;
}

.subinfo {
	color: #E0C2E4;
}

#sidebar {
  position: relative;
  height: 427px;
}

#sidebar ul {
  margin: 1em 0 1em 1.5em;
  padding: 0;
}

#sidebar ul li {
  margin: 0;
  padding: 0;
}

#sidebar h2 {
  font-size: 14px;
  margin-bottom: 0;
}

#sidebar {
  font-size: 11px;
}


#sidebar a {
  color: #ffffff;
  text-decoration: none;
}

#sidebar a:hover {
  color: #0AE8E5;
}

#logo {
  position: absolute;
  top: 5px;
  right: 40px;
  width: 101px;
  height: 97px;
  clear: both; 
}

#bottomlinks {
  position: absolute;
  top: 10px;
  left: 0;
  clear: both; 
}

.fullw {
  width: 100%;
}

#content {
  height: 427px;
}

/* Scrollable content box */


#contentbox {
  height: 100%;
  overflow: hidden;
}

#contentsliderbox {
  height: 100%;
}

.scrollbar-vert {
  background: url('images/vbar.png') repeat-y;
  width: 10px;
  height: 100%;
  float: left;
}

.handle-vert {
	width: 10px;
	height: 11px;
	background: url('images/vbarhandle.png') no-repeat;
}

.vseparator {
  background: url(images/vdash.png) repeat-y right;
  width: 26px;
  height: 100%;
  float: right;
}

.hseparator {
  padding-bottom: 10px;
  margin-bottom: 30px;
  background: url('images/hdash.png') repeat-x bottom;
}

.twocol-container {
  visibility: hidden;
  height: 75px;
}

.twocol-small {
  width: 115px;
  margin: 0 15px 0 0;  
  float: left;
}

.twocol-first {
  clear: left;
}

.twocol-last {
  margin-right: 0;  
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

.alignright {
	padding: 10px 0 10px 10px;
	margin: 0;
	display: block;
	float: right;
}

.alignleft {
	padding: 10px 10px 10px 0;
	margin: 0;
	display: block;
	float: left;
}

.aligncenter,
.alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
	float: none;
}

.fullw {
	width: 100%;
}

.fullh {
	height: 100%;
}


img.wp-smiley {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
}

/* End Images */

.wp-caption-text, .wp-caption-dt, .wp-caption-dd {
	font-size: .8em;
	margin: 10px 0 15px 0;
	line-height: 1.875em;
}

textarea, input {
  background-color: #c19e75;
  border: 0;
}

#bookmarks-box, #gallery-box {
  margin-top: 100px;
}

.bookmarkimage {
  margin-top: 10px;
  margin-bottom: 10px;
}

.postmetadata {
  font-size:.8em;margin-bottom:1.875em;line-height:1.875em;
}
