/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Garden
|	-------------------
|	©2007 mcpeace
|	http://www.manatwork.evonet.ro
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the
|	commercial license.
+---------------------------------------------------------------+
*/
* {
	margin: 0;
	padding: 0; 	
}
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #005300;
	text-align: center;
	background:#0e9050 url("images/background.jpg") top left repeat-x;
}
a {
	color: #ffff20;
	text-decoration: none;
}
a:hover {
	color: #006c00;
	text-decoration: none;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
	color: #004a00;
	margin-bottom: 10px;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#005300;
	padding: 0px;
	text-align:left;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
hr {
	display: none;
}
a img {
	border: none;
}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear{
	clear:both;
}
#pageout {
	margin: 0px auto;
	padding: 0;
	width: 840px;
	text-align: left;
	background: url("images/page.jpg") top left repeat-y;
}
#page {
	margin: 0;
	padding: 0;
	width: 840px;
	text-align: left;
	background: url("images/header.jpg") top left no-repeat;
}
#pagein {
	margin: 0;
	padding: 0;
	width: 840px;
	text-align: left;
	background: url("images/footer.jpg") bottom left no-repeat;
}
#pageout1 {
	margin: 0px auto;
	padding: 0;
	width: 840px;
	text-align: left;
	background: url("images/page1.jpg") top left repeat-y;
}
#page1 {
	margin: 0;
	padding: 0;
	width: 840px;
	text-align: left;
	background: url("images/header1.jpg") top left no-repeat;
}
#pagein1 {
	margin: 0;
	padding: 0;
	width: 840px;
	text-align: left;
	background: url("images/footer1.jpg") bottom left no-repeat;
}
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 215px;
	width: 100%; 
}
#header h1{
	position:absolute;
	top:120px;
	left:0px;
	width: 500px;
	padding: 0;
	margin: 0 auto;
	font-size: 2.8em;
	text-align: center;
}
#header h1 a{
	color:#d4ffd4;
}
#header h1 a:hover{
	color:#00ff00;
}
#header h2 {
	position:absolute;
	top:150px;
	left:0px;
	width: 500px;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #d4ffd4;
}
#top_menu {
	position: absolute;
	top: 15px;
	left: 50px;
}
#search {
	position: absolute;
	top: 175px;
	right: 50px;
}
#navigation{
	width: 785px;
	height: 40px;
	padding-left: 27px; 
	margin-bottom: 40px;
}
#content {
	font-size: 1.4em;
}
#sidebar {
	float: left;
	margin:0;
	padding: 0 0 90px 40px;
	width: 200px;
	font: 1.2em 'lucida grande', verdana, arial, sans-serif;
}
.narrowcolumn {
	float: right;
	padding: 0 40px 100px 0;
	margin: 0;
	width: 535px;
}
.widecolumn {
	float: left;
	padding: 0 0 50px 35px;
	margin: -20px 0 0 0;
	width: 770px;
	line-height: 1.6em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 840px;
	clear: both;
	background:#0e9050;
	color: #333;
}
#footer p {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding: 2px 10px;
	background: url(images/button.jpg) top left repeat-x;
	cursor: pointer;
	border: 1px solid;
	border-color: #00e800 #006400 #006400 #00e800;
	color: #ffff00;
}
.tbox.chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid #005300;
	background: #00c600;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 12px 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background-color: #01e969;
	border: #5e5d63 1px solid;
	color: #005300;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	padding: 2px;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	border: none;
	background: transparent;
}
.forumheader{
	background: url("images/forum.jpg") top left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	padding: 4px;
	border: 1px solid #008800;
}
.forumheader2{
	background: transparent;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#005300;
	padding: 4px;
	border: 1px solid #008800;
}
.forumheader3{
	background: transparent;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#005300;
	padding: 4px;
	border: 1px solid #008800;
}
.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}
.fcaption {
	height:35px;
	border: 1px solid #008800;
	padding: 2px 0 2px 8px;
	background: url("images/forum1.jpg") top left repeat-x;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#ffd400;
	font-weight:bold;
}
.nicetitle {
	font-weight: bold;
	color: #3c3c3c;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 35em;
	z-index: 20;
	max-width: 60%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 7px;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5e7743;
}
div.nicetitle p span.accesskey {
	color: #ff7200;
}
.nforumdisclaimer{
	display:none;
}
.news_info_bottom {
	width: 100%;
	clear: left;
	margin-top: 10px;
}
.news_info_left {
	width: 30%;
	text-align: left;
}
.news_info_middle {
	width: 40%;
	text-align: center;
}
.news_info_right {
	width: 30%;
	text-align: right;
}
.newsimage {
	float: left;
	padding: 3px 10px 0 0;
}
.article .entry {
	margin-top: 20px;
}
.comm{
	background: #00c600;
    border:1px solid #ddd;
	padding: 5px;
	color: #333;
}
.nextprev {
    margin-bottom:15px;
}
.nextprev_link {
    background: url("images/forum1.jpg") left repeat-x;
    border:1px solid;
    border-color: #ccc #777 #777 #ccc;
    color: #000;
    font: 12px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
}
.nextprev_link:hover{
    background: url("images/forum.jpg") bottom left repeat-x;
    border:1px solid;
    border-color: #777 #ccc #ccc #777;
    color: #000;
    font: 12px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}
.nextprev_current {
	background: url("images/forum.jpg") top left repeat-x;
	border:1px solid;
    border-color: #ccc #777 #777 #ccc;
	color: #fff;
	font: 12px tahoma;
	text-align:center;
	padding: 2px 5px 2px 5px;
}
.npbutton{
    background: url("images/forum1.jpg") top left repeat-x;
    text-decoration: none;
    width: 16px;
    height:12px;
    text-align:center;
    padding:3px 0;
    border:1px solid;
    border-color: #ccc #777 #777 #ccc;
    color: #000;
}
#top_menu a{
	color: #fff;
}
#top_menu a:hover {
	color: #00ff00;
}
#searchfield {
	background-color: #01e969;
	border: 1px solid #006c00;
}
#searchsubmit {
	background: url(images/go.gif) center center no-repeat;
	width: 30px;
	height: 20px;
	border: none;
	color: #ffff00;
	cursor: pointer;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
#source {
        position:relative;
        z-index:100;
        display:block;
        float:left;
        width: 60px;
        height:25px;
        margin: -10px 0 0 40px;
        text-align:center;
        color:#000;
}
#source a {
        display:block;
        color:#000;
	    width: 60px;
        height:25px;
	    background: url("images/source.gif") bottom no-repeat;
}
#source a:hover {
        color:#FFFF00;
	    background: url("images/source_over.gif") bottom no-repeat;
}