/* 
	Theme Name: Gyermekek haza
	Theme URI: http://www.gyermekekhaza.hu
	Description: WP theme for the gyermekekhaza.hu site
	Author: Who knows ;)
	Author URI: http://www.gyermekekhaza.hu
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0
			First Release
*/

html {
  background: url('images/background.gif');
}

#doc2 {
  background: #ffff00 url('images/felul.gif') repeat-x right top;

 /*  background: #ffff00 url('images/felul.gif') repeat-x right top; */
  /* Pali */ 
  /* background: url('images/felul3.gif') repeat-y; */
  font-family: Comic Sans MS;
  position: relative;
}

#bg-container {
  background: transparent url('/images/alul.gif') repeat-x bottom;
}

#logo {
  float: left;
}

#hd {
  height: 70px;  
}

#logo a {
  display: block;
  background: url('images/logo.gif');
  height: 100px;
  width: 100px;
  text-indent: -999em;
}

/*
 * Menu
 */
#menu {
  position: absolute;
  top: 28px;
  left: 155px;
  height: 24px;
  border: 1px solid #000;
  padding: 1px 0 0 0;
}

#menu ul { 
  list-style: none; 
  clear: both;
  background: url('images/submenu.jpg');
  border: 1px solid #ccc;
}

#menu * { 
  padding: 0; 
  margin: 0; 
  text-decoration: none;
  color: #333;
}

/* Head links */
#menu li.headlink { 
  float: left; 
  margin: 0 1px; 
  text-align: center;
  background: url('images/mainmenu.jpg') repeat-x;
  width: 90px;
  line-height: 15px;
}

#menu li.headlink a { display: block; padding: 5px; }
#menu li.headlink a:hover {
  background: url('images/mainmenuclicked.jpg') repeat-x;
} 

/* Child lists and links */
#menu li.headlink ul { display: none; text-align: left; min-width: 140px; font-size: 90%; }
#menu li.headlink:hover ul { 
  display: block;
  font-size: 90%;
}

#menu li.headlink ul li a { padding: 5px; height: 18px; }
#menu li.headlink ul li a:hover {
  color: #fff;
}

/* content */
#content {
  margin: 1em 8em 2em;
  padding: 4em 4em 4em 4em;
  background: #fdd9a8;
  min-height: 600px;
}

#content h2.title {
  font-size: 18px;
  padding: 0 0 1em 0;
  text-align: center;
}

#content p {
  line-height: 21px;
  font-size: 14px;
}

#content ul {
  padding: 0 0 0 40px;
  margin: 13px 0;
}

#content li {
  list-style-type: circle;
  padding: 13px 0;
  font-size: 14px;
}

/* footer */
#ft {
  text-align: center;
  height: 50px;
  font-size: 16px;
  top: -20px;
  background: fffff00 url('images/alul.gif') repeat-x;
  background-x-position: 0%;
  background-y-position: 0%;
  /* background: ffff00 repeat-x; */

}

#pagerank-container {
  float: right;
  position: relative;
  top: -75px;
  margin: 0.5em;
}