/*
Theme Name: Gyogyitogomba.hu 
Theme URI: http://www.gyogyitogomba.hu/
Description: WordPress tema a gygogyitogomba.hu weboldalhoz 
Version: 1.0
Author: 
Author URI: 
Tags: 
*/

body {
 background: #cdd1ab url(/wp-content/themes/gyogyitogomba/img/body_bg.jpg) repeat-x; 
/* background: #cdd1ab url(/wp-content/themes/gyogyitogomba/img/body_bg_uj.jpg); */
 margin: 0px;
 padding: 0px;
 border: 0px;
 font-family: tahoma, arial, verdana, sans;
 font-size: 12px;
 text-align: center;
}

div, img, span, p, h1, h2, h3, h4, h5, h6 {
 border: 0px;
 margin: 0px;
 padding: 0px;
}

p, h1, h2, h3, h4, h5, h6 {
 margin-bottom: 10px;
}

small, .small {
 font-size: 11px;
}

.clear, .clearer {
 clear: both;
}

a {
 color: #7D2A1A;
}

h2 {
 font-family: arial;
 font-size: 18px;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 color: #17689E;
}

.shadow {
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=1);
 box-shadow: 1px 1px 4px #aaa;
 -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); 
 -webkit-box-shadow: 1px 1px 4px #aaa;
}

#container {
 width: 900px;
 text-align: left;
 margin: 0px auto;
}

#header {
 position: relative;
 height: 100px;
 border: 0px solid #000;
 background: url(/wp-content/themes/gyogyitogomba/img/header_bg.png) no-repeat;
 background-position: 0px -100px; 
 margin-bottom: 30px;
}

#footer {
 text-align: center;
 padding: 15px;
 margin-top: 10px;
 margin-bottom: 20px;
}

#sidebar {
 width: 200px;
 float: left;
 margin-right: 10px;
}

#content {
 width: 670px;
 float: left;
 background-color: #F0EAD8;
 padding-bottom: 50px;
}

.padding_10 {
 padding: 10px 15px 10px 15px;
 border: 0px solid #000;
}

#page_title, .page_title_h1 {
 margin: 0px 0px 0px 0px;
 border-bottom: 1px solid #fff;
 background-color: #E1D5BA;
 color: #5B523D;
 padding: 5px 15px 10px 15px;
 height: 35px;
}

#page_title h1, .page_title_h1 h1 {
 font-size: 18px;
 font-family: verdana, arial;
 margin: 0px;
}

#cats ul {
 background: #fff;
 background-position: 0px 25px;
 margin: 0px;
 padding: 0px;
 width: 200px;
 list-style: none;
 margin-bottom: 7px;
 padding-bottom: 7px;
}

#cats li {
 padding: 3px;
 padding-left: 14px;
 margin: 0px;
 background: url(/wp-content/themes/gyogyitogomba/img/right_array.png) no-repeat;
 background-position: 9px 8px;
}

#cats li a {
 text-decoration: none;
 color: #5B4937;
 margin-left: 5px;
 font-size: 12px;
}

#cats li a:hover {
 text-decoration: underline;
}

#cats li.catshead {
 background: #E1D5BA;
 color: #5B4937;
 font-weight: bold;
 padding: 3px 3px 3px 10px;
 margin-bottom: 3px;
 border-bottom: 1px solid #fff;
}

.post {
 margin-bottom: 14px;
 padding-bottom: 14px;
 border-bottom: 1px dotted #666;
}


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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.the_time {
 font-size: 11px;
 font-family: tahoma;
 color: #5C5339;
}


#o_box_container {
  text-align: center;
  padding: 50px 0px 20px 0px;
}

#o_box_container #o_box {
  margin: 0px auto;
  text-align: left;
  width: 380px;
  background-color: #fff;
}

#o_box_container form {
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

#o_box_container p {
  font-size: 11px;
  color: #000;
  margin-bottom: 10px;
}

#o_box_container #o_title {
  background-color: #E1D5BA;
  height: 35px;
  border-bottom: 1px solid #AA9D81;
  position: relative;
}

#o_box_container #o_title h1 {
  color: #222;
  font-family: verdana;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 7px;
  left: 15px;
}

#o_box_container #o_content {
  padding: 15px;
  color: #fff;
}

#o_box_container label {
  float: left;
  margin-bottom: 10px;
  width: 100px;
  color: #222;
}

#o_box_container input, #o_box_container textarea {
  float: left;
  margin-bottom: 9px;
  border: 1px solid #AA9D81;
  font-family: tahoma;
  font-size: 11px;
  color: #222;
  padding: 2px;
  width: 220px;
}

#o_box_container textarea {
  height: 50px;
}

