
* { padding: 0; margin: 0; }
h1 {
	font-size: 18px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
	background: url('images/stripe.png');
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	background: white;
	border: 1px solid #CCC;
}
#header {
	width: 960px;
	float: left;
	padding: 0px;
	height: 120px;

}
.content-middle-container {
	float: right;
	width: 274px;
}
#navigation {
	float: left;
	width: 960px;
	height: 142px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#leftcolumn {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	width: 650px;
	float: left;
}
#rightcolumn {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 300px;
	display: inline;
}
#footer {
	width: 920px;
	clear: both;
	padding: 20px;
	background: url('images/footer-bg.jpg') no-repeat top center;
	background-color: #231f20;
	color: white;
}
#footer a {
	color: white;
}

/* Featured */

 #featured {
 	width: 650px;
	margin-right: 10px;
 }
 /* Main content */

 #main-content {
 	width: 652px;
	margin-right: 10px;
 }

 body {
  margin: 0;
  padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
  color: #231f20;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #231f20;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #231f20;
}


ul, quote, code, fieldset {
  margin: .5em 0;
}
.notis {
	width: 254px;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #231f20;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

table {
	border-collapse: inherit;
}
.teaser {
	font-weight: bold;
}
/* Post Box
/* --------------- */

.post-box {
	margin:0; padding:0;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #ccc;
	border-bottom:1px solid #cfdbe1; border-top:0;
	margin-bottom: 15px;
}

.post-meta {
	margin:0 0 23px 0; padding:0;
	border-bottom:1px solid #FFF;
	position:relative;
}

.post-info {
	margin:0; padding:10px 5px;
	width:190px; height:auto;
	border-bottom:4px solid #889398;
	bottom:0; right:0;
	position:absolute;
}

.post-content, .page-content, .comment-content {
	margin:0; padding:10px 10px 10px;
	border:1px solid #FFF;
	position:relative;
}
.page-content {
	padding:15px 22px 0;

}

.post-category {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#8BD246;
	position:absolute; display:block;
	top:-10px; left:-10px;
}
.page-content .post-category {
	margin-top:-15px;
}
.post-category p {
	margin:0; padding:10px 20px;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}

.post_category_small {
	margin:0; padding:0;
	width:150px;; height:auto;
	background:#8BD246;
	position:relative; display:block;
	top:0px; left:-20px;
}
.page-content .post_category_small {
	margin-top:-15px;
}
.post_category_small p{
	margin:0; margin-bottom: 5px; padding:5px 10px;
	font:bold 1em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}

.post_category_small a:hover {
	background:#8A0917;
}
.post-image, .post-image-inner {
	margin:0 auto 10px auto; padding:0;
	width:auto; height:auto;
	display:block;
}

.post-image-inner {
	margin:0 auto 10px 15px;
	float:right;
}

.post-image img, .post-image-inner img {
	margin:0 auto; padding:3px;
	border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e7e8e8;
	text-align:center; display:block;
}

/** Featured-Large
 * ------------------------------------------ */
div.featured_large_wrapper{
	position:relative; /* important(so we can absolutely position the description div */
	border-bottom:1px solid #E7E8E8;
border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
padding:3px;
padding-bottom: 0px;
margin-bottom: 10px;
}

div.featured_large_description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:3px; /* position will be on bottom */
	left:3px;
	/* styling bellow */
	background: #000;
	height: 100px;
	width: 620px;
	color: white;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	overflow: hidden;
}
div.featured_large_description_content{
	padding:10px;

}
/* Featured-Small
 * --------------------- */
.featured_small {
}
.featured-small-wrapper {
	padding-bottom: 10px;
	margin-bottom: 10px;
		border-bottom:1px solid #e8ebec;
}
.featured-small-image {
border-bottom:1px solid #E7E8E8;
border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
padding:3px 3px 0;
position:relative;
width:130px;;
float: left;

}
.featured-small-description {
	padding-left: 5px;
width:171px;;
float: left;
}
/* News
 * --------------------- */
.news-wrapper {
	padding-bottom: 10px;
	margin-bottom: 10px;
		border-bottom:1px solid #e8ebec;
}
div.views-row-last .news-wrapper {
	padding-bottom: 0px;
	margin-bottom: 0px;
		border-bottom: none;
}
.feed-wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	width: 278px;
	margin-bottom: 3px;
		border-bottom:1px solid #e8ebec;
}
.feed-small {
	padding-left: 10px;
	font-size: 0.8em;
}
div.views-row-last .feed-wrapper {
	padding-bottom: 0px;
	margin-bottom: 0px;
		border-bottom: none;
}
.news-image {
border-bottom:1px solid #E7E8E8;
border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
padding:3px 3px 0;
position:relative;
width:100px;;
float: left;

}
.news-description {
	padding-left: 5px;
width:228px;;
float: left;
}
/* Content-Left
 * ------------------------ */
.content-left {
	width: 364px;
	float: left;
	margin-right: 10px;
}
/* Content-Middle
 * ------------------------ */
.content-middle {
	width: 274px;
	float: right;
}
.content-right {
	width: 298px;
	float: right;
}

.content-advertisement {
	width: 652px;
	overflow: hidden;
	margin-bottom: 12px;
	height: 240px;
	overflow: hidden;
}
.content-advertisement-small {
	width: 652px;
	margin-bottom: 12px;
}
 /* HACK: Cleafix
  * --------------------------------- */
.clear {
 display:inline-block;
}
.clear:after {
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
 content: ".";
}

/* NAVIGATYION */
/* ------------------------------ */


/*****/
.main_image a {
		color: white;
		text-decoration: none;
}
.image_thumb a {
		color: #231f20;
		text-decoration: none;
}
.main_image {
    width: 630px;
	margin-bottom: 10px;
    height: 330px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0 0;
	padding-bottom: 5px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 0px 10px 5px 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	display: block;
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 630px;

    background: #111;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

     /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	padding: 10px;
    width: 100%;

}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}
image_thumb section CSS

.image_thumb {
    float: left;
    width: 299px;
    background: #f0f0f0;
}
.image_thumb img {
    padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
    background: #fff;
    float: left;
}
div.views-row-last .image_thumb img{
	padding-bottom: 0px;
}
div.views-row-first .image_thumb img{
	padding-top: 5px;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.image_thumb ul li{
    margin: 0;
    padding: 1px 10px 1px 10px;
    width: 279px;
    float: left;
	border-bottom:1px solid #E8EBEC;
}
div.views-row-last .image_thumb ul li{
	border-bottom:0px solid #E8EBEC;
}
.image_thumb ul li.hover { /*--Hover State--*/
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.25em;
    margin: 3px 5px 0px 0px;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 175px;
	overflow: hidden;
}
div.main_image .long-teaser {color: white;}/*--Hide the description on the list items--*/
div.main_image .short-teaser {display:none; color: white;}/*--Hide the description on the list items--*/
div.image_thumb .long-teaser {color: #231f20; display:none;}/*--Hide the description on the list items--*/
div.image_thumb .short-teaser { color: #231f20;  display:inline-block;}/*--Hide the description on the list items--*/

/*****/
li.expanded, li.collapsed, li.leaf {
	padding: 0px;
}
.short-teaser {
	font-size: 0.85em;
}
ul.menu { width: 960px; height: 28px; background: #FFF url("images/menu-bg.jpg") top left repeat-x; font-size: 1em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul.menu li { display: block; float: left; margin: 0 0 0 15px; }
ul.menu li.leaf {margin: 0 0 0 0px;}
ul.menu li a { height: 28px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 0px 15px 0; }
ul.menu li a:hover { color: #333; }
ul.menu li a.active, ul.menu li.active-trail a { color: #FFF; background: #FFF url("images/current-bg.jpg") top left repeat-x;}
.expanded ul.menu {
display:block; position:absolute; width:950px; top:28px; left:0;background: #231f20 url("images/current-bg-bottom.jpg") no-repeat center bottom; margin-top:0; padding:0; z-index:10; height: auto;padding-left: 10px;padding-bottom: 4px;
}
li.expanded ul.menu li.leaf a{  background: #FFF url("images/current-bg-bottom.jpg") top center;}
.expanded ul.menu a {
	font-size: 0.8em;
	 padding: 0px;
	height: auto;
	padding-right: 20px;

 color: white; }
 .expanded ul.menu a:hover {
 	color: #45484c; }
 .expanded ul.menu a.active {
 color: #45484c; background: none; }
.block-menu {
	height: 51px;
	position: relative;
}
.content-right{
	margin-bottom: 16px;
}

/**** COMMENS ****/
 .box h2 {
	margin-top: 5px;
	font-size: 1.2em;
	padding: 3px;
	color : white;
	background: #231f20;
	font-weight: normal;
}
.new {
	display:none;
}
.description {
	display: none;
}
.comment-guidelines, .comment {
	border-top: 1px solid #E8EBEC;
}
.comment {
	padding-top: 5px;
	padding-bottom: 5px;
}
#comments {
border-top: 1px solid #E8EBEC;
}
.captcha {
	width: 383px;
}

.image-bar {
		border-bottom: 1px solid #E8EBEC;
		padding: 0px 0px 5px 0px;
		margin-bottom: 10px;
}
.image-bar a {
	padding-right:5px;
}
.imagecache-lightbox_thumbnail{
	margin-right: 5px;
	display: inline-block;
}

/* GARLABD */
/* $Id: garland.css,v 1.3.4.1 2008/12/07 18:09:24 pasqualle Exp $ */
.quicktabs_tabpage {
	padding: 10px;
}
div#quicktabs_container_3 .quicktabs_tabpage,div#quicktabs_container_6 .quicktabs_tabpage,div#quicktabs_container_7 .quicktabs_tabpage, div#quicktabs_container_1 .quicktabs_tabpage,div#quicktabs_container_4 .quicktabs_tabpage {
	padding: 0px;
}
.quicktabs_main.quicktabs-style-garland {
  clear:both;
}

ul.quicktabs_tabs.quicktabs-style-garland {
  background: #bcd6eb url('images/bg.gif') repeat-x bottom;
  font:bold 12px/20px Verdana;
  padding: 3px 0px 3px;
  height: 20px;
  margin:0 0 10px 0;
}

.sidebar ul.quicktabs_tabs.quicktabs-style-garland {
  padding:0 0 3px 0;
}

ul.quicktabs_tabs.quicktabs-style-garland li {
  margin:0;
  padding:0;
  display: block;
  float: left;
  padding: 2px 0 1px !important;
  list-style-type: none;
  background: none;
}

.sidebar ul.quicktabs_tabs.quicktabs-style-garland li {
  margin:0;
  display: block;
  float: left;
  padding: 2px 0 1px;
  list-style-type: none;
  background: none;
}

ul.quicktabs_tabs.quicktabs-style-garland li a:link,
ul.quicktabs_tabs.quicktabs-style-garland li a:visited {
  color: #fff;
  padding: 8px 10px 4px 9px;
  margin:0;
  font:bold 12px/20px Verdana;
}

ul.quicktabs_tabs.quicktabs-style-garland li.active a {
  color: #231f20 !important;
  background: url('images/tab-right.gif') no-repeat right bottom;
}
ul.quicktabs_tabs.quicktabs-style-garland li.active {
  background: url('images/tab-left.gif') no-repeat left bottom;
}

.sidebar ul.quicktabs_tabs.quicktabs-style-garland li.active a {
  color: #027AC6 !important;
  background: url('images/tab-right-sidebar.gif') no-repeat right bottom;
}
.sidebar ul.quicktabs_tabs.quicktabs-style-garland li.active {
  background: url('images/tab-left-sidebar.gif') no-repeat left bottom;
}

/* IE 6 Debug */
* html ul.quicktabs_tabs.quicktabs-style-garland,
* html .sidebar ul.quicktabs_tabs.quicktabs-style-garland {
  padding-bottom: 0px;
}

/* IE 7 Debug */
*+html .sidebar ul.quicktabs_tabs.quicktabs-style-garland li a:link {
  padding-bottom: 4px;
}
.news-wrapper {
	padding-left: 10px;
	padding-right: 10px;
}


.heading {
	  background: #bcd6eb url('images/bg.gif') repeat-x bottom;
  font:bold 12px/20px Verdana;
  padding: 3px 0px 3px;
  height: 20px;
  margin:0 0 10px 0;
}
.heading h2 {
	margin-top: 2px;
	  font:bold 12px/20px Verdana;
  height: 20px;
}
.heading-left {
	background: url('images/tab-left.gif') no-repeat left bottom;
	margin-top:0px;
	height: 23px;
	float:left;
	width: auto;
	padding-left:8px;
	display: inline;
}
.heading-right {
	  background: url('images/tab-right.gif') no-repeat left bottom;
	  width:20px;
	  height: 23px;
	  margin-top:0px;
	  float:left;
	  	display: inline;
}
.heading-left h2 {
	float:left;
}

 div.block-poll ul.links {
	display: none;
	}
.comment ul.links {display: none;}
#block-block-4 {
	height: 75px;
}
#block-quicktabs-2 .content {
	height: 448px;
}
#navigation p {
	margin: 0px;
}
/** SEARCH */
#searchwrapper {
width:120px; /*follow your image's size*/
height:28px;/*follow your image's size*/
background-image:url(images/search.jpg);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
top: 183px;
left: 835px;
position:relative; /*important*/
z-index: 999;
}

#searchwrapper form { display:inline ; }

div#searchwrapper .form-text {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:6px;
left:3px;
width:99px;
height:19px;
}

div#searchwrapper .form-submit{
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:5px;
left:98px;
width:21px;
height:19px;
}
.search-results h3 {
	padding-left: 10px;
}
.search-results dd {
	padding: 10px;
	border-bottom:1px solid #cfdbe1; border-top:0;
}
.search-results-end {
	padding-left: 10px;
	padding-bottom: 10px;
}
div.box div.content ul {
	padding: 10px;
	list-style: none;
}
#search-form {
	padding: 10px;
}
#release {
	color: #EEEDF2;
	font-size: 0.9em;
width:400px; /*follow your image's size*/
height:28px;/*follow your image's size*/
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
top: 50px;
left: 660px;
position:relative; /*important*/
z-index: 999;
}

.content-bottom {
	clear: both;
	width: 652px;
	margin-bottom: 12px;
}
.oneliners-blog {
	width: 592px;
}
.oneliners-blog {
	width: 632px;
}
.blog {
	margin: 0px;
}
.blog-comments {
	clear: both;
}
.blog-nodes
 {
 	width: 628px;
	border-top: 1px solid #E8EBEC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.blog-profile-desc {
	padding-left:10px;
	padding-right:10px;

}
.blog-profile-desc p {
margin: 0px;
}
.view-blog-header h1 {
	margin-bottom: 10px;
}

.small-blog {
	float: left;
	text-align: center;
	width: 278px;
	padding-left: 10px;
	padding-right: 10px;
}
#quicktabs_container_5 {
	overflow: hidden;
	height: 150px;
}

.article-teaser {
	margin-top: 8px;
	font-size: 1.1em;
	font-weight: bold;
}
#blogheader {
	width:652px;
	height: 152px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	overflow: hidden;
}
#blogleftcolumn{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 660px;
	float: left;
}
#blogrightcolumn {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 300px;
	overflow: auto;
}
div#block-views-Blogheader_960x110-block_1 .views-row{
	width:660px;
	height: 152px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* NEWSLETTER */
#newsletter {
	padding: 10px;
	padding-top: 0px;
}

#newsletter input {
	margin-left: 8px;
}
/* ARTICLE FLOAT BOX */
.box-float-container {
			margin-left:5px;;
margin-top: 10px ;
	width: 250px;
	float: right;
	background: #CCC;
	border:1px solid #231f20;
	border-bottom:1px solid #231f20;
	margin-bottom: 10px;
}
.box-float-container p{
padding: 5px;
}
.box-float-header {
	padding: 3px;
	font-size: 1.4em;
	font-weight: bold;
	background: #231f20;
	color: white;
}
.comment-header {
	margin-top: 5px;
	font-size: 1.2em;
	padding: 3px;
	color : white;
	background: #231f20;
	margin-bottom: 5px;
}
.comment-header a{
	color: white;
}

/* SENASTE NYTT / MEST LÄSTA / KOMMENTERAT */
.featured-height {
height: 358px;
overflow: hidden;

}
/* ADS */
#group-id-tids-91, #group-id-tids-24 {
	margin-bottom: 12px;
}

/* OMRÖSTNING */
#quicktabs_container_8 {
height:305px;
overflow: hidden;
}

/* NEWS CONTINUED */
#block-views-news_continued-block_1 {
overflow: hidden;
	height: 769px;
}
/* NOTISER */
#block-views-notis {
	height: 239px;
}
/* NYHETSBREV */
#block-block-5 {
	height: 138px;
}

.hidden-h1 {
	display:none;
}
#quicktabs-6 {
	height: 448px;
}

#block-webformblock-656 {
	margin-left: 35px;
	margin-bottom: 20px;
}
#block-views-blog_nodes_four-block_1 {
	padding: 10px;
}
#block-views-blog_nodes_four-block_1 h2{
	margin-left: 10px;
	margin-bottom: 5px;
}
ul.quicktabs_tabs.quicktabs-style-garland li.last a:link, ul.quicktabs_tabs.quicktabs-style-garland li.last a:visited {
    padding-right: 0;
}
/**
  * Vilkov Artem, Propeople Ukaine, March 28, 2014.
  * GTG-4, http://jira.propeople.com.ua/browse/GTG-4
  */
#block-sln div[id][style] {
  float: right;
}
.post-container1 {
    margin: 20px 20px 0 0;  
   
    overflow: auto
}
.post-thumb1 {
    float: left
}
.post-thumb1 img {
    display: block
}
.post-content1 {
    margin-left: 70px
}
.post-title1 {
    font-weight: bold;
    font-size: 200%
	padding-top: 5px;
}
.node .content a {
    color: blue;
}
h1 a {
    color: #000 !important;
}
.group-tids-2551{
    float:left;
}
/*.ad_right_250{
    position: absolute;
    right: 10px;
    top: 30%;
    
}
.ad_right_300 {
    position: absolute;
    right: 10px;
    top: 125%;
}*/
