/* CSS Document */
/* Page */

#page {
	background: url(images/style/page-headfull.jpg) no-repeat;
}

/* Content */

#content {
	float: center;
	padding: 0 100px;
}

.post {
	padding-top: 50px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title:hover h2 {
	text-decoration: none;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(images/style/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/style/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/style/img08.gif) no-repeat left center;
}

.flerenyheter a{
	float: left;
	padding-left: 20px;
	text-decoration: none;
	color: #37404C;
	}
	
.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap0 {
  float:left;
  background:url(images/shadow.gif) right bottom no-repeat;
  }
.wrap1 {
  background:url(images/shadow180.gif) no-repeat;
  }
.wrap2 {
  background:url(images/corner_bl.gif) -17px 100% no-repeat;
  }
.wrap3 {
  padding:9px;
  background:url(images/corner_tr.gif) 100% -17px no-repeat;
  }
/* Wrapper */

#wrapper {
	width: 976px;
	margin: 0 auto;
	background: url(images/style/page-wrapyfull.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/style/page-footfull.jpg) no-repeat left bottom;
}
/* Footer */

#footer {
	height: 132px;
	background: url(images/style/footerfull.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 80px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

