/*
+---------------------------------------------------------------+
|	e107 Theme
|     --------------
|     MaW26
|     --------------
|	©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: 60%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #fff ;
}

a {
	color: #F57A22;
	text-decoration: none;
}

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

h1 {
	font-size: 4em;
}

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

h3 {
	font-size: 1.3em;
}

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: 20px auto;
	padding: 0;
	width: 950px;
	text-align: left;
	background:#FFF url(images/background.jpg) top left repeat-y;
}

*html #page {
	margin: 20px;
	padding: 0px;
	width: 950px;
	text-align: left;
	background:#FFF url(images/background.jpg) top left repeat-y;
}

#ie {
	height: 0px;
      margin-top: -10px;
}


#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 400px;
	width: 100%;
	background: url(images/header.jpg) top right no-repeat;
}

*html #header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 400px;
	width: 950px;
	background: url(images/header.jpg) top right no-repeat;
}

#logo {
	position:absolute;
	top:230px;
	left:350px;
	width: 580px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#header h1{
	position:relative;
	padding: 0;
	margin: 0 auto;
	font-size: 4em;
}

#header h1 a{
	color:#000;
}

#header h1 a:hover{
	color: #F57A22;
}

#header h2 {
	position:relative;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	color: #000;
}

#navigation{
	font-size: 11px;
	width: 910px;
	height: 24px; 
	position: absolute;
	top: 370px;
	left: 20px;
	list-style: none;
      background: #000;
}

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

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

.info {
      background: #fff;
      padding:2px 0 2px 5px;
      border-top: 3px solid #F57A22;
}

.com {
      background: #fff;
      padding:2px 0 2px 0;
      border-bottom: 3px solid #F57A22;
}


#sidebarl {
      float: left;
	margin: 0px 0px 0px 20px;
	padding: 20px 0 10px 0px;
	width: 200px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

*html #sidebarl {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 20px 0 10px 0px;
	width: 200px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebarr {
	float: right;
	margin:0px 20px 0px 0px;
	padding: 20px 0 10px 0px;
	width: 200px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

*html #sidebarr {
	float: right;
	margin:0px 0px 0px 0px;
	padding: 20px 22px 10px 0px;
	width: 200px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebarl .box{
      border: 1px solid #F57A22;
      padding: 0 5px 5px 5px;
      background:#F2F7FB;
      height: auto; 
}

*html #sidebarl .box{
      border: 1px solid #F57A22;
      padding: 0 5px 5px 5px;
      background:#F2F7FB;
      height: 100%; 
      background:#F2F7FB;
}

#sidebarr .box{
      border: 1px solid #F57A22;
      padding: 0 5px 5px 5px;
      background:#F2F7FB;
      height: auto; 
      background:#F2F7FB;
}

*html #sidebarr .box{
      border: 1px solid #F57A22;
      padding: 0 5px 5px 5px;
      background:#F2F7FB;
      height: 100%; 
      background:#F2F7FB;
}

#sidebarl .icon{
      margin: 2px 5px 0 0;
      float:left;
	width: 25px;
	height: 22px; 
      background: #000 url(images/icon.gif);
}

*html #sidebarl .icon{
      margin: 2px 5px 0 -1px;
	width: 25px;
	height: 22px; 
      background: #000 url(images/icon.gif);
      border:0px;
}

#sidebarr .icon{
      margin: 2px 5px 0 0;
      float:left;
	width: 25px;
	height: 22px; 
      background: #000 url(images/icon.gif);
}

*html #sidebarr .icon{
      margin: 2px 5px 0 -1px;
	width: 25px;
	height: 22px; 
      background: #000 url(images/icon.gif);
      border:0px;
}

#image {
	width: 200px;
	height: 175px; 
      margin-bottom:10px;
      background: url(images/img.jpg);
      border:0px;
      clear:both;
}

#image1 {
	width: 200px;
	height: 267px; 
      margin-bottom:10px;
      background: url(images/barnacle.jpg);
      border:0px;
      clear:both;
}

#image2 {
	width: 200px;
	height: 227px; 
      margin-bottom:10px;
      background: url(images/hero.jpg);
      border:0px;
      clear:both;
}

#image3 {
	width: 200px;
	height: 93px; 
      margin-bottom:10px;
      background: url(images/counterstrikelogo.jpg);
      border:0px;
      clear:both;
}

#image4 {
	width: 200px;
	height: 278px; 
      margin-bottom:10px;
      background: url(images/coverL4D.png);
      border:0px;
      clear:both;
}

#image5 {
	width: 200px;
	height: 283px; 
      margin-bottom:10px;
      background: url(images/coverL4D2.png);
      border:0px;
      clear:both;
}

#sidebarl h3{
     margin: 0 0 5px -5px;
     padding: 3px 0 3px 10px;
     background: #000;
     color: #F57A22;
	width: 186px;
     border: 1px solid #EEE;
}

#sidebarr h3{
     margin: 0 0 5px -5px;
     padding: 3px 0 3px 10px;
     background: #000;
     color: #F57A22;
	width: 186px;
     border: 1px solid #EEE;
}


*html #sidebarl h3{
     margin: -22px -5px 5px 23px;
     padding: 2px 0px 2px 5px;
     background: #000;
     color: #F57A22;
	width: 162px;
     border:0px;
}

*html #sidebarr h3{
     margin: -22px -6px 5px 23px;
     padding: 2px 0px 2px 5px;
     background: #000;
     color: #F57A22;
	width: 167px;
     border:0px;
}

.narrowcolumn {
      float: left;
	padding: 5px 10px 20px 10px;
	margin: 20px 10px 0 10px;
	width: 470px;
      background:#F2F7FB;
}

*html .narrowcolumn {
	float: left;
	padding: 0 5px 20px 5px;
	margin: 20px 0 0 12px;
	width: 472px;
      background:#F2F7FB;
}

.widecolumn {
	float: right;
	padding: 10px 22px 5px 0;
	margin: 5px 0 0 0;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height: 200px; 
	clear: both;
	background: url(images/footer.jpg) top left no-repeat;
}


#footer p {
	margin: 0;
	padding: 110px 0 0 0;
	text-align: center;
      color: #eee;
}

#source {
      text-align:right;
      margin: 25px 30px 0 0;
}

#credit {
      display:none;
}

#comm {
      background:#eee;
      padding:5px;
	border:1px solid #F57A22;
}

.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
      background: #F4F4F4 url(images/bar.jpg) top left repeat-x;
}

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

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


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

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

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

.tbox{
	background-color: #fff;
	border-top: #333 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #333 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: #000 1px solid;
	background-color: #fff;
	
}

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

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

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

}

.forumborder{
	border:  #F57A22 1px solid;
	background-color: transparent;
}

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

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

}

.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: 100px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-align:center;
}

.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: #000;
	width: 100px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-align:center;
}

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

.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	position: absolute;
	top: 1px;
	left: 112px;
}
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
	position: absolute;
	top: 1px;
	left: 214px;
}

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

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

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

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

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

.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: #F57A22;
      color:#000;
}

.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{
      padding-bottom:1px;
      background: #F57A22;
}

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

/**************  FBOX ************/

div#promos div.scroller { 
background: url(images/fbox_bg.png) repeat-x;
width: 920px; /* --> edit */
height: 200px; 
text-align: left;
overflow: hidden;
}
div#promos div.scroller div.content {
width: 10000px;
}

div#promos div.scroller div.section {
width: 920px; /* --> edit */
height: 200px;
overflow: hidden;
float: left;
}

.innerbox {
margin: 15px 30px;
}

h2.promo {
color: #EFEFEA;
font-size: 19px;
font-variant: small-caps;
text-transform: none;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0px
}

p.promo{
color: #EFEFEA;
font-size: 13px;
}

div.fBoxImage img, div.ecliImage img {
padding: 0px;
}

