/*
+---------------------------------------------------------------+
|	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:url(images/bg-body.png) center #E8F7F9;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#FFFFFF;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#000;
	}

a:hover {
	text-decoration:none;
	color:#FFCC00;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:800px;
	background:#000000;
	font-size:1.20em;
	background:url(images/bg-main.png);

	}
#header {
	height:155px;
	background:url(images/header.jpg) no-repeat;
	}
#menu {
	height:44px;
	line-height:44px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 35px;
	}

#sidebartop {
	float:right;
	width:214px;
	height:44px;
	background:url(images/top-sidebar.png);
	}

#sidebar {
	float:right;
	width:214px;
	background:url(images/mid-sidebar.png);
	}
.liner1 {
	width:214px;
	height:37px;
	background:url(images/sidebar-sep.png) no-repeat;
	}
#liner2 {
	width:214px;
	height:37px;
	background:url(images/sidebar-sep.png) no-repeat;
	}
#content {
	float:left;
	width:551px;
	background:url(images/bg-main.png);
	padding-left:20px;
	padding-rigt:15px;
	}
#contenttop {
	float:left;
	width:586px;
	height:36px;
	background:url(images/bg-maintop.png);
	}
#contenttopbig {
	float:left;
	width:800px;
	height:81px;
	background:url(images/bg-upbig.png);
	}

#contentBig {
	width:800px;
	background:url(images/bg-mainbig.png);
	}

#footer {
	clear:both;
	height:81px;
	background:url(images/bg-bottom.png) no-repeat;
	}
#footer2 {
	clear:both;
	height:56px;
	background:url(images/bg-bottom2.png) no-repeat;
	}
#footer3 {
	clear:both;
	height:56px;
	background:url(images/bg-butbig.png) no-repeat;
	}
#banner {
	float:left;
	width:566px;
	height:71px;
	background:url(images/bg-banner.png);
	padding-top:13px;
	padding-left:20px;
	}
.dever {
	background:url(images/sidebar-dev.png) no-repeat left;
	width:214px;
	height:25px;
	}

/* Entries */

.entry {
/*padding-left:9px;*/
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.entry-title2 {
	color:#FFCC00;
	font-size:1.50em;
	font-weight:normal;
	/*letter-spacing:-1px;*/
	padding-left:10px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#FFCC00;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#FF9900;
	}
.icons {
	margin-top:-1.8em;
	text-align: right;
	}

/* Menu */

#menu ul {
	list-style-type:none;
	font-weight:bold;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	color:#FFCC00;
	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;
	}

.sidemenu {
	color:#fff;
	padding-left:10px;
	padding-right:18px;
	}
.sidemenu a {
	color:#ffffff;
	/*background:url(images/icon-comment.png) no-repeat 0px 2px;*/
	/*padding-left:18px;*/
	}
.sidemenu a:hover {
	color:#FF9900;
	}

/* 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:#FF4500;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bot-sidebar.png) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:15px;
	padding-left:50px;
	cursor:default;
	color:#ffffff;
	}
#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;
	}

/* END LAYOUT  */


/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	text-align:center;
	background-color: #FFCC00;
	border: #FF4500 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: #FF9900;
  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: #222222 0px solid;
	background-color: transparent;
	
}

.forumborder {
	border: 1px dashed #525957;
}
.forumheader {
	font: 11px verdana, tahoma, arial, sans-serif;
	color: White;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #525957;
	background: #333333;
}
.forumheader2 {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: Silver;
	border: 1px solid #525957;
	background: #333333;
}
.forumheader3{
	font: 1em verdana, arial, sans-serif;
	font-weight: bold;
	color: #222222;
	padding: 0px 0px 0px 0px;
	background:url(images/bg-images.jpg);
	width:150px;
	height:150px;

}
.forumheader4 {
	font: 10px verdana, tahoma, arial, sans-serif;
	background-color: #7F8A64;
	padding: 4px;
	border: 2px solid #CEDBB8;
}

.fcaption {
	border-bottom: #222222 1px solid;
	padding: 2px 0 2px 8px;
	/*background-color: #e2e7e0;*/
	font: 0.9em verdana, arial, sans-serif;
	color:#ffffff;
	text-align: left;
}

.fcaption {
	border: 1px solid #525957;
	padding: 2px 0px 2px 8px;
	font: 10px verdana, tahoma, arial, sans-serif;
	background-image: url(images/ncbg.png);
	color: White;
	font-weight: bold;
	background-color: #333333;
}

.fcaption a:hover{
	border: 1px solid #ffffff;
}

.caption {
	padding: 0px 4px 0px 4px;
	border-bottom: 1px solid #525957;
	border-left: 1px solid #B9B9BC;
	border-right: 1px solid #B9B9BC;
	border-top: 1px solid #525957;
	color: Silver;
	font: 10px verdana, tahoma, arial, sans-serif;
	background-color: #333333;
}
.caption2 {
	height:17px;
	padding: 0px 4px 0px 4px;
	background:url(images/bg-imagesmenu.jpg);
	color: #ffffff;
	font: 12px verdana, tahoma, arial, sans-serif;
	text-align: center;
//	background: #333333;
}
.captiontext {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: White;
	background: #333333;
}
