/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 body {
	background-color: #034D1C;
    background-image: url("../images/template/metamorfosis-tree.png"), url("../images/template/body_bg.gif");
	background-repeat: no-repeat, repeat-x ;
    color: #444444;
    font: 14px/20px Arial,Helvetica,sans-serif;
    text-align:justify;
	
}

 #main,
 #tm-middle {
	background-color: #F4F4F4;
	border-left: 6px solid #093104;
	border-right: 6px solid #093104;
    
    margin-top: 0;

}

 #content{
    margin-right: 45px;
	
}

.menu-sidebar a:hover, .menu-sidebar li > span:hover {
    color: #7a4e1e;
}

.menu-sidebar a.current {
    color: #7A4E1E;
}

 h1 {
    font-size: 24px;
    line-height: 24px;
	color: #7a4e1e;
}

a {
    color: #898E11;
	font-weight: bold;
}

a, a:hover {
    text-decoration: none;
	font-weight: bold;
}

a:hover, code {
	color: #7a4e1e;
}

em, code {
	color: #898e11;
}

 #header {
	margin: 5px 0 0 0;
}

 #menubar {
	/*margin-top: 60px;
	background-color: #1A3755;
	border: 1px solid #ffffff*/
	border-left: 7px solid #093104;
	border-right: 7px solid #093104;
	background-image: url("../images/template/nav_bg.gif");
	background-repeat: repeat-x;
}

 #headerbar {
  margin-bottom: 0;
 }
	
.searchbox {
	height: 24px;
	margin: 5px 50px;
	background-color: #fff;
}
	
.searchbox input {
	height: 25px;
}

.menu-sidebar a, .menu-sidebar li > span {
    color: #898e11;
	font-weight: bold;
}

 #maininner {
	margin-top: 30px;
}

 #footer {
	background-image: url("../images/template/footer.gif");
	background-repeat: no-repeat;
	color: #f4f4f4;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	height: 24px;
	padding-top: 5px;
}

 #totop-scroller {
    background: url("../images/totop_scroller.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 20px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 5px;
    width: 20px;
    z-index: 1;
}

.mod-box {
    text-align: left;
}