/*
Theme Name: osteam.hu 
Theme URI: http://www.osteam.hu/
Description: Wordpress Tema az OS TEAM weboldalahoz
Author: Bacsi Gabor // ENEXIS Kft.
Version: 1.0
Tags: osteam
*/

body {
  margin: 0px;
  padding: 30px 0px 30px 0px;
  border: 0px;
  font-family: tahoma, arial, helvetica, times, 'times new roman', georgia;
  font-size: 12px;
  text-align: center;
  background: #2C4314;
}

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

/* common classes*/

.clearer {
  clear: both;	
}

.padding_3 {
  padding: 3px;	
}

.padding_5 {
  padding: 5px;	
}

.padding_7 {
  padding: 7px;	
}

.padding_10 {
  padding: 10px;	
}

.padding_15 {
  padding: 10px;	
}

.padding_20 {
  padding: 20px;	
}

.round_5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

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

/* boxes */

#container {
}

#wrapper {
  text-align: left;
  width: 780px;
  margin: 0px auto;
  background: url(img/main_bg.jpg) repeat-y;
}

#header {
  height: 100px;
  width: 757px;
  position: relative;
  left: 12px;
  background: url(img/header_bg.jpg) no-repeat;
  background-position: -150px 0px;
}

#menu {
  height: 45px;
  position: relative;
  background: url(img/menu_bg.jpg) repeat-x;
  overflow: hidden;
}

#footer {
  position: relative;
  background: url(img/footer_bg.jpg) repeat-y;
  color: #fff;
  font-size: 12px;
  font-family: georgia;
  padding-top: 7px;
}

#footer_round {
  position: relative;
  height: 15px;
  background: url(img/footer_bg_round.jpg) no-repeat;
}

#content {
  border: 0px solid #ccc;
  width: 515px;
  float: left;
  position: relative;
  padding: 20px 0px 30px 0px;
  color: #405823;
}

#sidebar {
  float: left;
  border: 0px solid #000;
  width: 200px;
  height: 298px;
  margin-left: 12px;
  margin-right: 20px;
  background: url(img/sidebar_g.png) no-repeat;
}

#main {
  border: 0px solid #000;	
}

/* header */

#header_logo {
  position: absolute;
  top: 20px;
  right: 35px;	
}

#header h1, #header h2 {
  position: absolute;
  top: 20px;
  left: 10px;
  font-family: times, 'times new roman';
  font-size: 30px;
}

#header h2 {
  top: 60px;	
  color: #2F471C;
  font-size: 15px;
}

/* footer */

#footer p {
  margin: 0px 0px 3px 0px;
  padding: 0px;	
}

/* menu */

#menu ul {
  list-style: none;
  margin: 0px;
  padding: 14px 0px 0px 20px;	
}

#menu ul li {
  float: left;
  height: 31px;
}

#menu ul li a {
  height: 31px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-right: 3px;
}

#menu ul li a span {
	display: block;
	padding: 8px 8px 0px 8px;
}

#menu ul li.current-menu-item a {
  color: #000;
  background-color: #86A65C;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

#menu ul li a:hover {
  color: #000;
  background-color: #80C23A;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

/* content */

#content {
  font-family: georgia;
  font-size: 14px;	
  line-height: 160%;
}

#content h1 {
  margin-bottom: 10px;
  padding: 2px 5px 5px 35px;
  background: url(img/h1_bg.png) no-repeat;
  background-position: 0px 0px;
  font-size: 22px;
  font-family: georgia;
  line-height: 100%;
}

#content p {
  margin-bottom: 10px;	
}

#content hr {
  margin: 7px 0px 7px 0px;
  padding: 0px;
  color: #70924B;
  background-color: #70924B;
  border: 0px;
  height: 3px;	
}

/* sidebar */

#sidebar_content {
  padding: 15px; 	
}


#footer_menu {
  text-align: center;
}

#footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 7px 0px 0px 80px;
   text-align: center;
   border: 0px solid #000;

}

#footer_menu ul li {
  float: left;  
  padding: 5px;
  text-align: center;
   border: 0px solid #000;
}

#footer_menu ul li a {
  font-size: 11px;
  font-family: tahoma;
  text-decoration: none;
  color: #7CB53D;
  text-align: center;
}

#page {
  text-align: justify;
}