@import "/core/templateresources/reset.css";

body
{
	background-color:#fe7903;
	font-size:14px;
	color:#2d2d2d;
	line-height:140%;
	margin-top:10px;
	font-family:Times, Times New Roman;
	font-size:14px;
	text-decoration:none;
}

input, textarea
{
	border:1px solid #ddd;
	padding:3px;
	margin:1px;	
}

.container
{
	width:1000px;
	margin:auto;
}

.header
{
	height:130px;	
}

.header .logos
{
	margin-left:10px;
	float:left;
	width:52%;
}

.header .counter
{
	float:right;
	height:90px;
}

.content
{
	background:#FFF;
	padding:10px;
	text-decoration:none;	
}

.contentLeft, .contentRight
{
	float:left;
	width:230px;
}

.contentMiddle
{
	float:left;
	margin-left:15px;
	margin-right:15px;
	width:490px;
	}

/* ############### STYLE AV BLOGG################ */ 

.blogmodule
{
	padding-top:10px;
}

.blogmodule .date
{
	font-family:Times, Times New Roman;
	font-size:11px;
	text-transform:uppercase;
	color:#777777;
	
}

/* ############### RUBRIKER  ################ */ 

h1
{
	font-family:Times, Times New Roman;
	font-size:31px;
	font-weight: 900;
	text-decoration:underline;
	line-height:36px;
	margin-top:0px;
	margin-bottom:3px;
	
}

h2
{
	font-family:Times, Times New Roman;
	font-size:17px;
	font-weight: 900;
	color: #fe7903;
	text-decoration:underline;
	line-height:23px;
}

h2 a
{
	color: #ed771c;
}

h3
{
	background:#000000;
	color: #fe7903;
	font-family:Times, Times New Roman;
	font-weight: 900;
	padding-left:5px;
	font-size: 18px;
	line-height:24px;
	margin-bottom:3px;
	
}

h4
{
	color: #000000;
	font-family:Times, Times New Roman;
	font-weight: 600;
	font-size: 14px;
	line-height:22px;
	text-decoration:underline;

	
}

h5
{
	font-family:Times, Times New Roman;
	font-size:18px;
	font-weight: bolder;
	color: #000000;
	text-decoration:underline;
	line-height:23px;
}

h5 a:hover
{
	color:#ffffff;
}

.marked
{
	background:#fe7903;
	
}

.share
{
	font-family:Times, Times New Roman;
	font-size:17px;
	font-weight: 900;
	color: #fe7903;
	text-decoration:underline;
	line-height:23px;

}

h1 a
{
	background:#fe7903;
	color:#000000;
	text-decoration:none;

}
h1 a:hover
{
	background:#fe7903;
	color:#ffffff;
	text-decoration:none;

}

h4 a
{
	background:#fe7903;
	color:#000000;
	text-decoration:none;
}

h4 a:hover
{
	background:#fe7903;
	color:#ffffff;
	text-decoration:none;

}

/* ############### DIVERSE KLASSER ################ */

.split
{
	float:left;
	position:relative;
	width:50%;	
}

.clear
{
	clear:both;
	height:0px;
	float:none;
}

.cloud
{
	padding:3px;
	line-height:24px;
	font-size:16px;
}

.postsplit
{
	clear:both;
	margin:0px;
	padding:20px;
	border:none;
	background:url(/core/templateresources/postsplit.gif) repeat-x center left;
}

.postcontent
{
	margin-top:10px;
	margin-bottom:10px;	
}

.postcontent td
{
	padding:3px;	
}

.rssblog
{
		color:#000;
		text-decoration:underline;
		font-weight:600;
		font-size:15px;
}

.signature
{
	display:none;
}

.developers
{
	text-align:center;
	font-weight:bold;
	padding:10px;
	color:#FFF;
}

.developers *
{
	color:#FFF	
}

span.count
{
	margin-top:10px;
	display:inline-block;
	background:url(/core/templateresources/counterbg.png) no-repeat;
	height:61px;
	line-height:50px;
	font-size:50px;
	margin-right:2px;
	font-family: helvetica, arial;
	font-weight:bolder;
	color:#FFF;
	width:40px;
}

span.count img
{
	position:absolute;
	margin-top:30px;
	z-index:100;
}

span.count div
{
	position:relative;
	top:4px;
	margin:0px;
	padding:0px;
	height:59px;
	width:40px;
	text-align:center;
}

.splitborder
{
	background:url(/core/templateresources/splitborder.gif) center center repeat-Y;
}
hr {height:1px;border:0;color:#ccc;background-color:#ccc;margin:5px 0;padding:0;}
