
/*
+---------------------------------------------------------------+
|	e107 Theme
|     --------------
|     MaW31
|     --------------
|	©2006 mcpeace
|	http://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: url("images/bg.jpg");
}

a {
	color: #DAA520;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.2em;
	color: #333;
}

h3 {
	font-size: 1.6em;
}

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;
	}

.hidden{
	display:none;
}

#page {
	margin:0 ;
	padding: 0;
	width: 950px;
	text-align: left;
	background:white url("images/background.jpg") repeat-y top; border: none;
}

#page2 {
	margin:0 ;
	padding: 0;
	width: 950px;
	text-align: left;
	background:white url("images/fullbackground.jpg") repeat-y top; border: none;
}

#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 950px;
	background: url("images/header.jpg") no-repeat bottom center; 
	border-bottom: 5px solid #5E0000;
}


#header h1{
	position:absolute;
	top:50px;
	left:100px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 3em;
	text-align: left;
}


#header h1 a{
	color: #5E0000;
}

#header h1 a:hover{
	color: #5E0000;
}



#header h2 {
	position:absolute;
	top:100px;
	left:100px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 1.6em;
	text-align: left;
	color: #5E0000;
}

#navigation{
	font-size: 11px;
	width: 950px;
	height: 22px; 
	position: absolute;
	top: 180px;
	left: 0px;
	list-style: none;
      background: #5E0000;
}

#navigation li{
	background: none;
 	display: inline;
}

#content {
	margin-top:22px;
	font-size: 1.2em
}

#sidebar {
	margin:0px 0px 0px 755px;
	padding: 10px 0 10px 0;
	width: 190px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

*html #sidebar {
	margin:0px 0px 0px 752px;
}

#sidebar h3 {
      background: #5E0000;
      color: #EEE;
      text-align: center;
      margin-bottom:5px;
}

#sidebar a {
      color: #000000;
	text-decoration: underline;
}

#sidebar a:hover {
      color: #333;
}

#altbar {
	margin:0px 0px 0px 540px;
	padding: 10px 5px 10px 5px;
	width: 190px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#altbar {
	margin:0px 0px 0px 537px;
}

#altbar h3 {
      background: #C0C0C0;
      color: #444;
      text-align: center;
      margin-bottom:5px;
}


.left {
      float:left;
}

#credit {
      display:none;
}

.contentcolumn {
	float: left;
	padding: 5px;
	margin: 0 0 10px 10px;
	width: 510px;
}

.contentcolumn h2 {
	padding: 5px 0 5px 40px;
	background: url("images/dazy.jpg") no-repeat left center; 
}

*html .contentcolumn {
	margin: 0 0 10px 5px;
}

.fullcolumn {
	padding: 5px;
	margin: 10px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.contentcolumn .entry, .fullcolumn .entry {
	line-height: 1.4em;
}

.fullcolumn {
	line-height: 1.6em;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	background:#FFF;
	border-top: 10px solid #5E0000;
}

#footer p {
	margin: 0;
	padding: 10px;
	text-align: center;
}

#source {
      float:right;
      margin-right: 40px;
      margin-top: 10px;
}

#combox {
     background: #FFFFFF;
     padding:3px;
     color:#444;
}
#comttl {
     background: #EEE;
     padding:5px;
     border:1px solid #999;
}

#nm {
      background: #D1D116;
      padding:3px;
      margin-top:5px;
}

#time {
	background: #CCC;
	font-size: 8px;
      color: #333;
      padding:1px 0 1px 5px;
}

#msg {
	background: #B19B7C;
      color: #333;
      padding:3px;
      margin-bottom:5px;
}

#altbar #nm {
      background: #EEE;
      padding:3px;
      margin-top:5px;
}

#altbar #msg {
	background: #EEE;
      color: #333;
      padding:3px;
      margin-bottom:5px;
}


#newsimage{
     float:left;
     padding: 3px 10px 0 3px;
}

.button{
      margin:3px 0 1px 0;
      padding: 0 5px 0 5px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	background:white url("images/bar.jpg") repeat-x top; border: none;
      color: #222;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	padding:4px;
	border: 1px solid #06c;
}

.smalltext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.mediumtext {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #EEE;
	border: #5e5d63 1px solid;
	color: #222;
	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-top: #CCC 1px solid;
	border-right: #777 1px solid;
	border-bottom: #777 1px solid;
	border-left: #CCC 1px solid;
	background-color: #EEE;
	
}

.forumheader{
	background-color: #EFE48F;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid #DDD;
}

.forumheader2{
	background-color: #FAFAD3;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	color:#000;
	padding: 4px;
	border: 1px solid #DDD;
}

.forumheader3{
	background-color: #FAFAD3;
	font: 14px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: 1px solid #DDD;

}

.forumborder{
	border:  #000080 1px solid;
	background-color: #EEE;
}

.fcaption {
	height:35px;
	border: #ededed 1px solid;
	padding: 2px 0 2px 8px;
	background-color: #68ADE5;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	background: #5E0000;

}
.fcaption a{
	padding-right:4px;
	color:#EEE;
}

.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited{
	color: #EEE;
	width: 115px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align:center;
	background: url("images/btn.jpg") no-repeat top left; 
}

.nav1_onpage a:link, .nav1_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav4_onpage a:link, .nav4_onpage a:visited, .nav5_onpage a:link, .nav5_onpage a:visited, .nav6_onpage a:link, .nav6_onpage a:visited, .nav7_onpage a:link, .nav7_onpage a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	color: #333;
	width: 115px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align:center;
	background: url("images/btn_over.jpg") no-repeat top left; 
}

.nav1 a:link, .nav1 a:visited, .nav1_onpage a:link, .nav1_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 2px;
}

.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 119px;
}
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 236px;
}

.nav4 a:link, .nav4 a:visited, .nav4_onpage a:link, .nav4_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 353px;
}

.nav5 a:link, .nav5 a:visited, .nav5_onpage a:link, .nav5_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 470px;
}

.nav6 a:link, .nav6 a:visited, .nav6_onpage a:link, .nav6_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 587px;
}

.nav7 a:link, .nav7 a:visited, .nav7_onpage a:link, .nav7_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 704px;
}

.nav8 a:link, .nav8 a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 821px;
}

.nav1 a:hover, .nav1 a:active,
.nav2 a:hover, .nav2 a:active,
.nav3 a:hover, .nav3 a:active,
.nav4 a:hover, .nav4 a:active,
.nav5 a:hover, .nav5 a:active,
.nav6 a:hover, .nav6 a:active,
.nav7 a:hover, .nav7 a:active,
.nav8 a:hover, .nav8 a:active{
	background: url("images/btn_over.jpg") no-repeat top left; 
	margin: 1px 0 0 0;
	color: #333;
}

.nav1_onpage a:link, .nav1_onpage a:visited,
.nav2_onpage a:link, .nav2_onpage a:visited,
.nav3_onpage a:link, .nav3_onpage a:visited,
.nav4_onpage a:link, .nav4_onpage a:visited,
.nav5_onpage a:link, .nav5_onpage a:visited,
.nav6_onpage a:link, .nav6_onpage a:visited,
.nav7_onpage a:link, .nav7_onpage a:visited,
.nav8_onpage a:link, .nav8_onpage a:visited{
	background: url("images/btn_over.jpg") no-repeat top left; 
}

.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;
	opacity: 0.9;
}
.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;
}

