﻿@font-face {
	font-family: 'OldEnglishTextMTRegular';
	src: url('fonts/oldengl-webfont.eot');
	src: local('☺'), url('fonts/oldengl-webfont.woff') format('woff'), url('fonts/oldengl-webfont.ttf') format('truetype'), url('fonts/oldengl-webfont.svg#webfontHm5QNnTH') format('svg');
	font-weight: normal;
	font-style: normal;
}

* { margin:0; padding:0; }
img { border:0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #444444;
	background-image: url("gfx/background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	font-size:13px;
	text-align:center\9;
}

a:link { text-decoration: none; color: #8e0808; }
a:hover { text-decoration: underline; color: #000; }
a:visited { text-decoration: none; color: #8e0808; }
a:visited:hover { text-decoration: underline; color: #000; }
a:active { text-decoration: none; color: #000; }
h1 {
	font-family:'OldEnglishTextMTRegular';
	text-transform:lowercase;
	font-size:70px;
	font-weight:normal;
	text-shadow:2px 2px 1px #000;
}
h1 a {
	display: inline-block;
	padding-left:110px;
	height:130px;
	line-height:130px;
	background:url("gfx/tt-logo.png") no-repeat;
	color:#fff!important;
	text-decoration:none!important;
}
h1 a:hover {
	color:#ddd!important;
	text-decoration:none!important;
}

h2 { font-size:1.5em; margin-bottom:15px; padding-bottom:5px; border-bottom:1px solid #eee; color:#666; }
h3 { font-size:1.3em; margin-bottom:10px; }
h4 { font-size:1.1em; margin-bottom:10px; }
#contents p { margin-bottom:15px; }
header {
	text-align:left;
    display: block;
    margin: 0 auto;
    padding: 44px 0px 17px 0;
    width: 978px;
	}
#wrapper {
	background:#fff;
	width: 978px;
	padding:20px;
	margin:0 auto 30px auto;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:left\9;
}
#contents {
	float:left;
	width:65%;
}
#contents .small {
	font-size:0.8em;
}
#contents  .meta {
	margin:-5px 0 10px 0;
	color:#888;
}
#contents .post {
	margin-bottom:45px;
}

aside { 
	float:right;
	width:30%;
}
aside  h4 {
	padding-left:5px;
}
#meny {
	list-style:none;
	font-weight:bold;
}
#meny li  a{
	display:block;
	padding:10px 5px;
	border-bottom:1px solid #eee;
}
#meny li  a:hover {
	background:#eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top,  #eee,  #fff);
}
aside .widget {
	padding:15px 5px;
	border-bottom:1px solid #eee;
}
.donate p { font-size:1.3em; }
.donate em { font-style:normal; font-weight:bold; }

#lastnews {
	list-style:none;
}

#lastnews li {
	display:block;
	padding:5px;
}

#contactform label {
display:block;
margin-bottom:3px;
}

#contactform input {
display:block;
margin-bottom:15px;
width:50%;
}

#contactform input.securitycheck {
width:60px;
}

#contactform input.hidden {
display:none;
}

#contactform textarea {
width:100%;
height:75px;
margin-bottom:10px;
}

#contactform span.small {
font-size:11px;
color:#ccc;
}

#contactform input, #contactform textarea {
background:#eee;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
background: -moz-linear-gradient(top,  #eee,  #fff);
border:1px solid #ccc;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
padding:5px;
}

#contactform input:focus, #contactform textarea:focus {
border:1px solid #333;
}

#contactform .button {
font-weight:bold;
font-size:1.2em;
width:70px;
cursor:pointer;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}

#contactform .button:hover {
background:#eee;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
background: -moz-linear-gradient(top,  #fff,  #eee);
}

p.red {
background:#ead0d0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebeb', endColorstr='#e5a3a3');
background: -webkit-gradient(linear, left top, left bottom, from(#ffebeb), to(#e5a3a3));
background: -moz-linear-gradient(top,  #ffebeb,  #e5a3a3);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:20px;
border:1px solid #333;
}

p.green {
background:#d4ead0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff6e8', endColorstr='#9df36e');
background: -webkit-gradient(linear, left top, left bottom, from(#eff6e8), to(#9df36e));
background: -moz-linear-gradient(top,  #eff6e8,  #9df36e);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding:20px;
border:1px solid #333;
}



