/*
+---------------------------------------------------------------+
|	e107 Theme
|     --------------
|     MaW46
|     --------------
|	©2007 mcpeace
|	http://www.manatwork.evonet.ro
|	manatwork@evonet.ro
|
|	Released under the terms and conditions of the
|	Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License 
|     (http://creativecommons.org/licenses/by-nc-sa/2.5/).
|
|     DON'T REMOVE THE CREDIT, SOURCE AND LICENSE LINKS!
+---------------------------------------------------------------+
*/

* {
	margin: 0;
	padding: 0; 
}

body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #000;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: none;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
	color: #333;
      margin:0 0 10px 0;
}

h3 {
	font-size: 1.3em;
      margin:0 0 10px 0;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#5d6e75;
	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;
}

#pageout {
	margin:0;
	padding: 0;
      margin-left:auto;
      margin-right:auto;
	width: 970px;
	text-align: left;
	background: url("images/page.jpg") repeat-y top left;
}

#page {
	margin: 0;
	padding: 0;
	width: 970px;
	text-align: left;
	background: url("images/header.jpg") no-repeat top left;
}

#pageout_wide {
	margin: 0;
	padding: 0;
      margin-left:auto;
      margin-right:auto;
	width: 970px;
	text-align: left;
	background: url("images/page_wide.jpg") repeat-y top left;
}

#page_wide {
	margin: 0;
	padding: 0;
	width: 970px;
	text-align: left;
	background: url("images/header_wide.jpg") no-repeat top left;
}

#header {
	position:relative;
	padding: 0;
	margin: 0;
	height: 140px;
	width: 730px;
}

#header h1{
	position:absolute;
	top:50px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 2.6em;
	text-align: center;
}

#header h1 a {
	color:#333;
}

#header h1 a:hover{
	color:#336699;
}


#header h2 {
	position:absolute;
	top:80px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #333;
}


#navigation {
	width: 200px;      
	margin: 0;
      padding:10px 0 10px 15px;
	list-style: none;
}

.btn {
      padding:6px 0 5px 0;
      margin: 0 ;
      width: 190px;
	height: 18px;
      display:block;
	font-size: 1.1em;
	background: url("images/separator.gif") no-repeat bottom left;
}

.btn a{
      padding:5px 20px 5px 0;
      color:#ffcc00;
      width: 190px;
	height: 18px;
}

.btn a:hover {
 	color: #00CCFF;
      width: 190px;
	height: 18px;
}


.btn a:active {
 	color: #00CCFF;
      width: 190px;
	height: 18px;
}

#content {
	margin-top:0px;
	font-size: 1.2em
}

.sidebar {
	margin:0;
	padding: 0;
	width: 226px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar_left {
      float:left;
	margin:30px 0 0 4px;
      padding:0;
      color:#eee;
}

#sidebar_right {
      margin:0 0 0 506px;
}

#right_content {
	margin:5px 0 0 235px;
	padding:0;
}

.narrowcolumn {
      float:left;
	padding: 5px;
	margin: 0 0 0 0;
	width: 490px;
}

.widecolumn {
	padding: 5px 10px 5px 0;
	margin: 0 0 0 -5px;
	width: 720px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

#footer {
	padding: 30px 0 0 0;
	margin: 0;
	width: 970px;
      height:40px;
	clear: both;
	background: url("images/footer.jpg") bottom left no-repeat;
	text-align: center;
}

#footer p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer_wide {
	padding: 30px 0 0 0;
	margin: 0;
	width: 970px;
      height:40px;
	clear: both;
	background: url("images/footer_wide.jpg") bottom left no-repeat;
	text-align: center;
}

#footer_wide p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	background: url("images/button.jpg") bottom left repeat-x;
      padding:1px 5px 1px 5px;
      cursor:pointer;
      border:1px solid;
      border-color:#aaa #333 #333 #aaa;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	padding:4px;
	border: 1px solid #06c;
	background-color: #fff;
}

.smalltext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.mediumtext {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}

.fborder {
	border: #FF9E37 1px solid;
	background-color: #fff;	
}

.forumheader{
	background-color: #FF9E37;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: #FF9E37 1px solid;
}

.forumheader2{
	background-color: #efefef;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: #FF9E37 1px solid;
}

.forumheader3{
	background-color: #efefef;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #FF9E37 1px solid;
}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	height:35px;
	border: #FF9E37 1px solid;
	padding: 2px 0 2px 8px;
	background-color: #336699;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}

.fcaption a{
	padding-right:4px;
	color:#fff;
}


.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;
}



.left_box {
      padding: 0 5px 5px 15px;
      margin:0;
}

#orangeout {
	background: url("images/left_corp.jpg") repeat-y top left;
}

#orangein {
	background: url("images/left_bottom.jpg") no-repeat bottom left;
}

#orange {
	background: url("images/left_top.jpg") no-repeat top left;
      padding:30px 5px 20px 15px;
      color:#000;
}

.right_box {
      padding: 0 15px 5px 5px;
      margin:0;
}

#blueout {
	background: url("images/right_corp.jpg") repeat-y top left;
}

#bluein {
	background: url("images/right_bottom.jpg") no-repeat bottom left;
}

#blue {
	background: url("images/right_top.jpg") no-repeat top left;
      padding:30px 15px 20px 5px;
      color:#eee;
}

#sidebar_left a{
      color:#ffcc00;
}

#sidebar_left a:hover {
 	color: #00CCFF;
}

#orange a {
	color: #06c;
	text-decoration: none;
}

#orange a:hover {
	color: #147;
	text-decoration: none;
}

#blue a {
	color: #ffcc00;
}

#blue a:hover {
 	color: #00CCFF;
}

.comm {
      border:1px solid #ccc;
      padding:5px;
}

.newsimg {
      float:left;
      margin:3px 10px 0 0;
}

.other {
      float:left;
}

#source {
      float:left;
      margin:-20px 0 0 40px;
	width: 180px;
}