/*
+---------------------------------------------------------------+
|	e107 website system
|
|	http://e107norway.org
|	eelay@e107norway.org
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
|
+---------------------------------------------------------------+
*/

/* Generic Styling */

body {
	background:#FEFEEB;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:80.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

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

/* Structure */

#wrapper {
	width:98%;
	margin:auto;
	background:#E8F7F9;
	font-size:1,95em;
	}
#header {
	  background-image: url(images/bg-header.png);
      background-repeat: no-repeat;
      height: 140px;
      background-position: center;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar1 {
	float:left;
	width:15%;
	background:#B5E6F0;
	margin-left:10px;
	}
#sidebar {
	float:right;
	width:15%;
	background:#DDF4A8;
	margin-right:10px;
	}
#content {
margin:center; stress:inherit;
	float:left;
	width:66%;
	}
#contentBig {
	float:left;
	width:63%;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/footer.gif) repeat-x;
	width:auto; 
	background-position:bottom;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.entry-title2 {
	font-size:1.50em;
	font-weight:normal;
	letter-spacing:-1px;
	padding-left:2px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#CC0000;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#000000;
	}
.icons {
	margin-top:-1.8em;
	text-align: right;
	}
.sidemenu {
	color:#CC0000;
	padding:0 3px 0 5px;
	}
.sidemenu a {
	color:#5A2E2E;
	/*background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;*/
	padding-right:2px;
	}
.sidemenu a:hover {
	color:#000000;
	}

/* Menu */

#menu ul { 
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}

#menu li.active {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}

#sidebar li a:hover {
	background:#edebed;
	color:#000099;
	}
/* Footer */

#footer-valid {
	float:center;
	cursor:default;
	color:#ffffff;
	text-align:center; 
	text-decoration:none; 
	margin-bottom:5px;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

h1 a, h1 a:hover {

	color:#aaaaaa;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:6px 5px 5px 6px;
	}

/* END LAYOUT  */


/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	text-align:center;
	background-color: #CCCCCC;
	border: #5e5d63 1px solid;
}

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

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

.indent {
  margin: 10px;
  padding: 10px;
  background-color: #000000;
  border: #6CC7DC 1px solid;
}

.smalltext {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	text-align:center;
}

.smallblacktext {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	text-align:center;
}

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

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #333136;
	font: 10px verdana, arial, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color: #333136;
	font: 9px verdana, arial, sans-serif;
}

.fborder {
	border: #000000 1px solid;
	background-color: transparent;
	
}

.forumheader{
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: #000000;
	border: 1px solid #000000;
}

.forumheader2{
	/*background-color: #fff;*/
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: #222222;
	padding: 4px;
	border: #000000 1px solid;
}

.forumheader3{
	/*background-color: #fff;*/
	font: 1em verdana, arial, sans-serif;
	color: #222222;
	padding: 4px;
	border: #000000 1px solid;

}

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

.fcaption {
	border-bottom: #222222 1px solid;
	padding: 2px 0 2px 8px;
	/*background-color: #e2e7e0;*/
	font: 0.9em verdana, arial, sans-serif;
	color:#222222;
	text-align: left;
}

.fcaption a{
	padding-right: 4px;
	color: #000099;
	text-decoration: underline;
}

.fcaption a:hover{
	padding-right: 4px;
	color : #000000;
	text-decoration: underline;
}



