/* Allmänt */

body {	
	background-color: #a31a16;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .9em;	
	line-height: 1.6em;	
	color: #443c3c;
	margin: 0px;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:2em;
}

h2 {
	font-size:1.1em;
	margin-top: -0.2em;
	font-variant: small-caps;
	text-transform: lowercase;
	}
	
h3 {
	font-size:1.1em;
	margin-top: -0.2em;
	color:#a31a16;
	font-variant:small-caps;
	}

h4 {
	color:#a31a16;
	font-size: 1.3em;
	margin-bottom:-0.2em;
}

	
h5 {
	color:#a31a16;
	font-size: 1em;
	margin-bottom:-0.2em;
	font-weight:500;
}
		
table {
	color: #FFFFFF;
	}
	
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #443c3c;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;
	}
	
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside;
	}

a {	
	color: #a31a16;	
	text-decoration: none;
}

a:hover {	
	text-decoration: none;
	color: #443c3c;
	}
	
.block-size, .footer{
	width: 100% !important;
	width: 960px;
	min-width: 960px;
	max-width: 1440px;
	margin: 0 auto;
	display: block;
}

input, textarea{
		border: 1px solid #bbb8b8;
}

input:focus, input:active, textarea:focus, textarea:active{
		border: 1px solid #a31a16;
}

label {
	display:block;
}

img {
	border: 0px;
}

/* Pop Up */

#screenoverlay
{
	z-index: 1000;
}
#topbox
{
	position: absolute;
	margin-top:-500px;
	margin-left:auto; margin-right:auto;
	margin-left:75px;
	padding: 5px;
	padding-left: 15px;
	width: 560px;
	height: 550px;
	background-color: #FFFFFF;
	border: #a31a16 solid 10px;
	overflow:auto;

	/*Must use a z-index greater than the screen overlay*/
	z-index: 1001;
}
/* Header */

#header-wrap{
	background-color:#a31a16;
}

#header-content{
	background: url(img/header.jpg) bottom right no-repeat;
	background-color:#fff;
	height:232px;
	width:100%;
}

#header-content-wrap{
	margin-left:auto;
	margin-right:auto;
	width:90%;
}

.header-logo{
	float:left;
	margin-top: 50px;
	padding-right: 5%;
}

.header-content-social{
	float: left;
	margin-top: 85px;
	width: 28em;
	overflow: hidden;
}

.header-content-social li{
	display: inline;
	margin: 0;
}

.header-content-social li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	margin-right: 7%;
	padding: 8px;
	border: 1px solid #eee;
	color: #eee;
	background: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
}

.header-content-social li a:hover{
	border: #a31a16 solid 1px;
	color: #a31a16;
}

/* Header - Meny */

#header-menu{
	background-color:#443c3c;
	height:38px;
	width:100%;
	margin-top:5px;
	padding-top:12px;
}

#header-menuholder{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:.1em;
}

/* Drop-down menyns klasser */

ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	font-size: 1.2em;
}

ul.topnav li {
	float: left;
	margin: 0;	
	padding-left: 1.5em;
	position: relative;
}

ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	padding: 5px;
	cursor: pointer;
}

ul.topnav li a:hover { 
	color: #a31a16; 
}

ul.topnav li span { 
	width: 17px;
	height: 35px;
	float: left;
	background: url(img/meny.gif) center no-repeat;
	cursor: pointer;
}

ul.topnav li span:hover{ 
	background: url(img/meny_hover.gif) center no-repeat;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; 
	left: 0;
	top: 36px;
	background: #443c3c;
	margin: 0px;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 0px solid #111;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #333;
	clear: both;
	width: 170px;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover { 
	color: #a31a16; 
}

/* Innehåll */

#content-wrap{
	background: url(img/main.jpg) top left no-repeat;
	background-color:#FFF;
}

#content-innerwrap{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	text-align:left;
}

#main{
	width:60%;
	padding-top:2em;
	padding-bottom:2em;
	min-height:900px;
	overflow: inherit;
}

.main-space{
	width:2%;
	float:right;
}


/* Inlägg/Sida m.m. */

.post {
	padding-bottom: 2em;
}

.post-text {
	padding-bottom: 1em;
}

.post-info {
	background-color: #eee;
	width: 95%;
	padding: 1em;
	border: #b2b1b1 dotted 1px;
	font-size: .8em;
	color: #a31a16;	
}

.comments {
	padding:.2em;
	padding-left:1.4em;
	padding-right:.4em;
	border: #b2b1b1 dotted 1px;
	font-size: .8em;
	background-color: #eee;
	width: 95%;
	padding-top: 1.5em;
}

.comments-info{
	float:left;
	padding-left:2.7em;
	color: #a31a16;	
	width: 100%;
	margin-top:-.7em;
}

.post-info-more{
	float:left
}

.comments-info-name{
	font-weight:600;
}

.post-info-comments{
	text-align:center;
}
	
.post-info-date{
	float:right;
}

.comments-box label{
	display:block;
	padding-top:1em;
	padding-left:.2em;
}

.comments-button{
	background:#fff;
	border: 1px solid #999;
}

.comments-button:hover{
	border: 1px solid #a31a16;
}

.comments-holder{
	padding-top: 1em;
	padding-bottom: 2em;
}

.bubble {
	padding: 1em;
	background-color: #f8f8f8;
	border-top: 1px solid #bbb8b8;
	border-left: 1px solid #bbb8b8;
	border-right: 1px solid #bbb8b8;
	border-bottom: 0px;
	width:82%;
}

.bubble-bottom {
	background: transparent url(img/bubble.gif) no-repeat bottom left;
	width:82%;
	height:15px;
	padding-left: 1em;
	padding-right: 1em;
}

#addthis{
	float:right;
}

.search-results{
	background: url(img/pil.gif) 5px 5px no-repeat;
	display: block;
	margin-left: -40px;
	padding-left: 18px;
}

.search-results-text{
	background: none;
	display: block;
	margin-left: -38px;
	padding-bottom: 1.5em;
}

.cora-cat{
	color:#a31a16;
}

.archive-years {
	margin-left: -40px;
	margin-top: -10px;
}
	
.archive-years li {
	background: url(img/pil.gif) 5px 5px no-repeat;
	display: block;
	padding-left: 18px;
	padding-right: 1.5em;
	float: left;
}

/* Sidomeny */

#side{
	float: right;
	width: 20%;
	padding-top: 2em;
	padding-bottom: 2em;
}

.sidemenu{
}

.sidemenu a{
	color: #443c3c;
	font-size: 1.1em;
	font-weight: 500;
	font-variant: small-caps;
}

.sidemenu a:hover{
	font-weight:600;
}

.sidemenu-coraonline a{
	color: #a31a16;
	font-size: 1.1em;
	font-weight: 500;
	font-variant: small-caps;
	}
	
.sidemenu-coraonline a:hover{
	font-weight:600;
	}

.sidemenu li{
	background: url(img/pil.gif) 5px 5px no-repeat;
	border-bottom: 1px solid #eee;
	display:block;
	width:82%;
	margin-left: -30px;
	padding-left: 18px;
}

.current {
	height:32%;
}

.current-holder {
  width: 83%;
}

.current-img {
  width: 100%;
}

.find-button {
	background: url(img/find.gif) no-repeat;
	width:20px;
	height:20px;
	border:0px;
}

/* Annonser */

#ads{
	float:right;
	width:16%;
	padding-top:2em;
	padding-bottom:2em;

}

/* Footer */

.footer-block{
	float: left; 
	width: 30%;
	background-color: #443c3c;
}

.footer-space{
	width:5%;
	float:left;
	background-color: #443c3c;
}

#footer-wrap{
	background-color:#a31a16;
	color: #fff;
}

#footer-wrap h1{
	font-size: 1.2em;
	color: #FFF;
	font-variant:small-caps;
}

.footer{
	background-color: #443c3c;
}

#footer-holder{
	background-color: #443c3c;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 12px;
	height: 250px;
}

#footer-content{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	text-align: left;
	margin-top: .1em;
	padding-left: 8%;
}

#footer-copyright{
	padding-top: 10px;
	font-size: 0.8em;
	margin-left: 7px;
}

.w3c {
	margin-top: 6px;
}

#footer-archive li, #footer-copyright li, #footer-meta li, #footer-menu li{
	display: block;
	background-color: #443c3c;
	border-bottom: 1px solid #666;
	width: 98%;
	margin-left: -30px;
}

#footer-archive a, #footer-copyright a, #footer-meta a, #footer-menu a{
	color: #fff;
}

#footer-archive a:hover, #footer-meta a:hover, #footer-menu a:hover{
	color: #fff;
}

#footer-copyright a:hover{
	color: #666;
}

#footer-archive li:hover, #footer-copyright li:hover, #footer-meta li:hover, #footer-menu li:hover{
	background-color: #666;
}