/*  
Theme Name: chudo.biz
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 
Author: 
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



*html body {height: 100%}
html {height: 100%}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #845500;
  font: 13px/1.3 verdana, tahoma, arial;
  position: relative;
  min-height: 100%;
  color: #FFF
}
a {
  color: #FFF
}
a:hover {
  text-decoration: none;
  background: none;
}
h2, h3 {
  font-size: 15px;
  margin: 5px 0;
}

#main {
  margin: 0;
  padding: 0;
  width: 1000px;
  background: url(i/top_menu.gif) 0 171px repeat-x;
}

#logo1 {
  height: 171px;
  background: url(i/logo1.gif) no-repeat;
}
#logo2 {
  height: 171px;
  background: url(i/logo2.gif) 312px 0 no-repeat;
}
#logo3 {
  height: 171px;
  background: url(i/logo3.gif) 518px 0 no-repeat;
}
#logo4 {
  height: 171px;
  background: url(i/logo4.gif) 714px 0 no-repeat;
}
#logo5 {
  height: 171px;
  background: url(i/logo5.gif) 882px 0 no-repeat;
}
#top_menu {
  height: 30px;
  float: right;
  text-align: center;
  margin-bottom: -30px;
}
div> #top_menu {
  margin-bottom: 20px;
}
#top_menu a {
  color: #FFF;
  font-size: 10px;
  text-decoration: none;
}
#top_menu a:hover {
  text-decoration: underline;
}
#home {
  width: 89px;
  height: 47px;
  background: url(i/home.gif) no-repeat;
  float: left;
  padding: 22px 0 0 18px;
}
#favorite {
  width: 87px;
  height: 47px;
  background: url(i/favorite.gif) no-repeat;
  float: left;
  padding: 22px 0 0 19px;
}
#mail {
  width: 98px;
  height: 47px;
  background: url(i/mail.gif) no-repeat;
  float: left;
  padding: 20px 0 0 15px;
  line-height: 10px;
}

.adsense {
  width: 725px;
  height: 15px;
  margin: 10px auto;
  text-align: center;
}


#container {
  width: 100%;
  min-height: 500px;
  /height: 500px;
  padding-bottom: 100px;
}
*html #container {
  padding-bottom: 50px;
}

#left {
  float: left;
  width: 200px;
  margin-top: 40px;
}
#menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu a {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: underline;
}
#menu li {
  line-height: 45px;
  background: url(i/menu.gif) no-repeat;
  padding-left: 15px;
}
#menu .children {
  margin: 0 0 10px 15px;
  padding: 0;
}
#menu .children li {
  background: 0;
  line-height: 20px;
  padding-left: 5px;
}
#search {
  margin: 20px 0 20px 10px;
}
#search #s {
  width: 110px;
}
#linkz {
  padding: 0 0 20px 10px;
}
#links {
  margin: 20px 0 20px 20px;
  padding: 0;
}


#content {
  float: right;
  width: 620px;
  padding-right: 80px;
}
.post {
  margin: 40px 0;
  padding-top: 12px;
  background: url(i/line.gif) no-repeat;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 1000px;
  height: 36px;
  text-align: right;
  background: url(i/bottom_bg.gif) repeat-x;
  font-size: 10px;
  padding: 12px 5px 0;
  color: #798080;
}

#clear {
  clear: both;
  height: 1px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
}
.alignleft {
	float: left;
	text-align: left;
	margin-right: 5px;
}
.alignright {
	float: right;
	text-align: right;
	margin-left: 5px;
}