/***** Body and main container *****/

body, html {
	margin:0 auto;
	padding:0;
	font:85% Verdana,Tahoma,Arial,sans-serif;
	background: #fff;
	color:#3a3a3a;
	line-height: 150%;
}
#headerlinks {
	float:right;
	margin-top:6px;
	margin-right:6px;
	margin-bottom:16px;
	text-align:right;
	color:#CCCCCC;
	font:90% Tahoma,Arial,Verdana,sans-serif;
	letter-spacing:0.1em;
}
#headerlinks a{
	text-decoration:none;
	color:#CCCCCC;
}
#headerlinks a:hover{
	text-decoration:underline;
	color:#fff;
}

#loggo {
	margin-top:22px;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:16px;
	text-align:left;
}

h1 {
	font-size:140%;
	font-family: "Lucida Grande", arial, sans-serif;
	color: #990000;
	margin: 5px 0 20px 0;
	line-height:100%; 
}
h2 {
	font-size: 110%;
	color:#000000;
	margin: 0 0 10px 0;
	padding: 0;
}
/***** Header *****/

#header {
	color:#505050;
	margin:0 auto;
	padding:0 0 0 0;
	width:850px;
	background:#990000 url(../img/bgtop2.png) repeat-x;
}
#extrastop {
	float:right;
	margin:5px 5px 0 5px;
	color:#e0e0e0;
}
#shield {
	color:#303030;
	border-top:4px solid #efefef;
	/*border-bottom:1px solid #efefef;*/
	margin:0 auto;
	margin-top:6px;
	margin-bottom:6px;
	padding:0 0 0 0;
	width:850px;
}

/**** tabs menu top ****/

#nav_main {
	padding: 1px 0 0 0;
	width:850px;
	height:26px;
	margin: 0px auto; 
	margin-bottom:5px;
	font: 90% "Lucida Grande", verdana, arial, helvetica, sans-serif;
	background:url(../img/menu_bg.gif) repeat;
	z-index:1000;
	bottom:0px;
}

#nav_main ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	}
#nav_main ul li { 
	display: inline; 
}
#nav_main ul li {
	margin: 0;
	padding: 0;
	float: left;
	}
#nav_main ul li a {
	float: left;
	margin: 0 0 0 1px;
	padding: 6px 10px;
	color: #ccc;
	text-decoration:none;
	border-top: 1px solid #383838;
	border-right: 1px solid #000;
	background: #2E2E2E;
	}
#nav_main ul li a:hover {
	background: #383838;
	text-decoration:underline;
	color: #fff
}
#nav_main ul li.active a {
	font-weight: bold;
	color: #ccc;
	border-right: 1px solid #000;
	background: #ccc;
}

/**** menu leftside ****/

#leftmenu {
	position: relative;
	margin: 3px 0 20px 0;
	list-style-type: none;
	width: 150px;
	float: left;
	z-index: 100;
	padding: 0 0 0 2px;
	color: #CCCCCC;
	text-align: left;
	background: #fff;
}

#leftmenu_bottom {
	position: relative;
	margin: -5px 0 5px 0;
	list-style-type: none;
	width: 150px;
	float: left;
	z-index: 100;
	padding: 0;
	color: #FCFBE8;
	text-align: left;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	
}

#leftmenu li {
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#leftmenu li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#leftmenu a {
	display: block;
	padding: 1px 5px 0px 0;
	background: #fff;
	text-decoration: none;
	color: #666;
	font-size: 90%;
	line-height: 20px;
	height: auto;
	_height:1em;
}
.menuTopic {
	margin-top:13px;
}

#leftmenu a:link, #leftmenu a:visited {
	color: #666;
	text-decoration: none;
}

#leftmenu a:hover {
	background: #fff;
	color: #666;
}

#leftmenu a:active {
	background: #fff;
	color: #666;
}

#leftmenu li ul li {
	font-weight:lighter;
	font: 95% "Lucida Grande", verdana, arial, helvetica, sans-serif;*/
	color: #666;
	width: 150px;
	margin: 0;
	border-bottom:1px dashed #ccc;
}

#leftmenu li ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 3px;
	background: #fff;
	font-size: 90%;
	height: auto;
	line-height: 14px;
}

#leftmenu li ul li a:link, #leftmenu li ul li a:visited {
	color: #666;
	text-decoration: none;
}

#leftmenu li ul li a:hover {
	background: #efefef;
	color: #333;
}

#leftmenu li ul li a:active {
	background: #fff;
	color: #666;
}
/***** Left tip a friend *****/

#tip {
	position: relative;
	margin: 0 0 0 0;
	list-style-type: none;
	width: 145px;
	float: left;
	z-index: 100;
	padding: 0 0 0 3px;
	color: #CCCCCC;
	text-align: left;
	background: #fff;
}

.tiptop {
	color: #666;
	font: bold 90% "Lucida Grande", verdana, arial, helvetica, sans-serif;
	display:block;
}
#tip input, select, checkbox {
	font: normal 90% "Lucida Grande", verdana, arial, helvetica, sans-serif;
	background:#fff;
	border:1px solid #ccc;
}
#tip label {
	color: #666;
	font: normal 90% "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
.tiptext {
	width: 135px;
	border:0px;
}
.tipbutton {
	width:60px;
	margin-top:3px;
	margin-bottom:-5px;
	background:#CCCCCC;
}

/***** Main page *****/

#wraper-start {
	color:#303030;
	margin:0 auto;
	padding:1px 0;
	width:850px;
	background:url(../img/wrap_bg.gif) #fff repeat-y;
}
#wraper {
	color:#303030;
	margin:0 auto;
	padding:1px 0;
	width:850px;
	background:url(../img/flower.jpg) bottom no-repeat;
	
}

#content-center {
	margin:0 165px 0 170px;
	padding:0 20px 0 0;
	line-height:155%;
	text-align:left;
	/*border-right: 1px dashed #cccccc;*/
}
#content-center a {
	color:#C51B1A;
	text-decoration:underline;
}
#content-center a:hover {
	color:#FFFFFF;
	background-color:#C51B1A;
	text-decoration:none;
}
.content-center-input {
	width: 250px;
	margin-bottom: 10px;
}

#content-arkiv {
	margin:0 165px 0 170px;
	padding:0 20px 0 0;
	line-height:155%;
	text-align:left;
}
#content-arkiv a {
	color:#666;
	text-decoration:none;
}
#content-arkiv a:hover {
	color:#000;
	text-decoration:underline;
}

#pagepath {
	margin:1px 165px 0 170px;
	color:#999;
	font: 90% "trebuchet ms", arial, sans-serif; 
	padding-bottom:10px;
	letter-spacing:0.1em;
	line-height:20px;
	display:block;	
}
#pagepath a {
	color:#999;
	text-decoration:none;
}
#pagepath a:hover {
	color:#000;
	text-decoration:underline;
}
#pageExtras {
	color:#999999;
	font: 90% "trebuchet ms", arial, sans-serif; 
	float:right;
	padding-top:3px;
}
#pageExtras img {
	padding-left:5px;
	border: 0px;
}

/***** Left sidebar *****/

#content-left {
	clear:left;
	float:left;
	width:456px;
	margin:0 0 10px 0;
	padding:0 10px 0 0;
}
#content-left img {
	border: #eaeaea 4px solid;
}
#content-left h3 {
	padding: 0 0 0 0;
	margin: 5px 0px 0px; 
	font: bold 115% "trebuchet ms", arial, sans-serif; 
	color: #000;
	text-transform:uppercase;
}
#top-news h1 {
	font-size:120%;
	font-family: "Lucida Grande", arial, sans-serif;
	color: #990000;
	margin: 8px 0 0 0;
	line-height:50%; 
}
#top-news p {
	color: #333; 
	padding: 0 0 10px 0;
	border-bottom: 0px dotted #999;
}
.bloglines p{
	font-family: "Lucida Grande", arial, sans-serif;
	font-size:100%;
	color:#666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.bloglines h4{
	font-family: "trebuchet ms", arial, sans-serif;
	font-size:140%;
	font-weight:bold;
	color: #333;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
a.read-more {
	margin: 0 0 0 0; 
	display: block;
	font-size:100%;
	font-family: "trebuchet ms", arial, sans-serif;
	text-align:right;
	color: #990000; 
	text-decoration: none;
	clear:both;	
}
a.read-more:visited {
	margin: 0 0 0 0; 
	color: #990000; 
	text-decoration: none;
}
a.read-more:hover {
	margin: 0 0 0 0; 
	color: #000; 
	text-decoration: underline;
	
}
a.read-more:active {
	color: #000
}

/***** Middle sidebar *****/

#content-mid {
	padding: 5px 0 0 0;
	float: left; 
	margin: 0 0 0 12px; 
	width: 190px;
}
.feed-image {
	border: 0px; 
	clear: both; 
	float: right; 
	margin: -20px 0px 0px;
}
#feed-image2 {
	border: 0px; 
	clear: both; 
	float: right; 
	margin: -40px 0px 0px;
}
#content-mid h3 {
	padding: 0 0 0 0;
	margin: 5px 0px 0px; 
	font: bold 115% "trebuchet ms", arial, sans-serif; 
	color: #000;
	text-transform:uppercase;
}
#content-mid h4 {
	padding: 0 0 0 0;
	margin: 5px 0px 1px; 
	/*font: bold 100% "trebuchet ms", arial, sans-serif; 
	color: #FFA500;
	color: #ec7900;*/
	font: bold 100% "trebuchet ms", arial, sans-serif; 
	color: #990000
}
#content-mid p {
	padding: 0 0 0 0;
	margin: 5px 0px 5px; 
	font: 95% "trebuchet ms", arial, sans-serif; 
	color: #000;
}
.dashed-border {
	border-bottom: 1px dotted #999;
}
.mid-news {
	border-bottom: 1px dotted #999;
	padding: 0 0 10px 0;
}
.mid-news a {
	margin: 0 0 0 0; 
	display: block;
	font-size:95%;
	font-family: "trebuchet ms", arial, sans-serif;
	text-align:right;
	color: #990000; 
	text-decoration: none;	
}
.mid-news a:visited {
	margin: 0 0 0 0; 
	color: #990000; 
	text-decoration: none;
}
.mid-news A:hover {
	margin: 0 0 0 0; 
	color: #000; 
	text-decoration: underline;
}
.mid-news A:active {
	color: #000
}
.datetag {
	color:#999999;
	font: 95% "trebuchet ms", arial, sans-serif; 
}
/***** Right sidebar *****/

#content-right {
	float: right; 
	margin: 0 0 0 0; 
	width: 158px; 
	height:100%;
	padding: 0 0 0 0;
}
#content-right img {
	border: #eaeaea 4px solid;
}
#content-right h3 {
	font: bold 95% "trebuchet ms", arial, sans-serif; 
	color: #000;
	margin: 10px 0 2px 2px;
}
#content-right p {
	margin: 10px 0 0 2px; 
	font: 90%/145% "lucida grande", verdana, arial, helvetica, sans-serif; 
	color: #666;
}
#content-right extras{
	margin: 15px 10px 115px;
}
#content-right a {
	padding-right: 0px; 
	display: inline; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 10px; 
	color: #990000; 
	padding-top: 0px; 
	text-decoration: none;
}
#content-right a:hover {
	color: #000; 
	text-decoration: underline;
}
#content-right a:active {
	color: #000
}

/***** Footer *****/

#footer {
	background: #6d1514; 
	margin: 0px auto; 
	width: 100%; 
	position: relative; 
	height: 50px; 
	font: 85% "lucida grande", verdana, arial, helvetica, sans-serif; 
	text-align: center;
	text-transform:uppercase;
	line-height:50px;
	color:#fff;
	bottom:0px;
}
#footer a {
	padding-right: 4px; 
	padding-left: 6px; 
	margin: 0px auto; 
	color:#fff;
	text-decoration: none;
	display: inline; 
}
#footer ul a {
	width: auto; 
	color: #fff
}
#footer a:hover {
	color: #fff;
	text-decoration:underline;
}

#datetag {
	color:#999999;
	letter-spacing:-1px;
}
.alignRight {
	float:right;
}
.clear {
	clear: both; 
	line-height: -10px; 
	height: -10px;
	visibility:hidden;
}
.higlight {
	background:#FFFFCC;
	border:1px dashed #FFCC00;
	padding-left:5px;
	padding-right:5px;
}
