
        html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,ul,li,img,table,caption,tr,th,td,tt,span,fieldset,legend, form { margin: 0; padding: 0; border: 0; }
input, select, textarea { margin: 0; padding: 0; }

#header-image {
	background: url(http://www.bilddump.se/bilder/20131227174600-81.225.38.179.png);
}

/*TEXTSTYCKEN*/
p, .entrybody div {
	margin-bottom: 4px;
	margin-top: 6px;
}

/*LÄNKAR*/
a {
	color: #191970;
	text-decoration: none;
}

a:hover {
	color: #000080;
}

/*RUBRIKER*/
h1,h2, h3,h4,h5,h6, .navheader, .default {
	font-family: Georgia, 'Times New Roman', Serif;
	color: #001648;
	font-weight: normal;
}

/*HELA SIDAN*/
body {
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-serif;
	background: #EEE;
}

/*HEADERBILD*/
#header-image {
	height: 300px;
	width: 960px;
}

#header-image a {
	display: block;
	width: 960px;
	height: 300px;
}

/*HEADER, CONTENT OCH SIDE*/
div#wrapper {
	margin: 15px auto;
	width: 960px;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

#main {
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}

/*MENYER*/
.menu {
	background: #001f64; /* Old browsers */
	background: -moz-linear-gradient(top, #001f64 0%, #001648 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001f64), color-stop(100%,#001648)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #001f64 0%,#001648 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #001f64 0%,#001648 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #001f64 0%,#001648 100%); /* IE10+ */
	background: linear-gradient(to bottom, #001f64 0%,#001648 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f64', endColorstr='#001648',GradientType=0 ); /* IE6-9 */
	width: 100%;
	color: #fff;
	margin: 0 auto;
	text-shadow: 1px 1px 0px #000;
	height: 38px;
}

.menu a {
	color: #fff;
	text-shadow: 2px 2px 2px #000; 
}

.menu h1 {
	margin-left: 40px;
	margin-right: 20px;
	line-height: 1.5em;
}


.menu h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}

#top-menu {
	border-radius: 5px 5px 0 0;
}

#top-menu h1, #top-menu h2 {
	display: inline;
}

#top-menu a {
	font-size: 50px;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: bold;
}

#top-menu a:hover {
 	background: transparent;
}

#top-menu #description {
	font-style: italic;
}


.menu ul {
	list-style:none;
}

.menu li {
	display: inline;
}

#bottom-menu ul {
	padding: 0 30px;
}

#bottom-menu li {
	float: left;
}

#bottom-menu li a {
	display: block;
	padding: 10px 15px;
}


.menu a:hover {
	background: #970614; /* Old browsers */
	background: -moz-linear-gradient(top, #970614 0%, #970614 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#970614), color-stop(100%,#970614)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a70717 0%,#970614 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #970614 0%,#970614 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #970614 0%,#970614 100%); /* IE10+ */
	background: linear-gradient(to bottom, #970614 0%,#970614 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970614', endColorstr='#970614',GradientType=0 ); /* IE6-9 */
}

/*INLÄGG*/
div#content {
	float: left;
	clear: left;
	display: inline;
	padding: 20px 10px 20px 170px;
	width: 530px;
}

.entrybody {
	line-height: 1.7em;
}

.post {
	position: relative;
	min-height: 130px;
}

/*INLÄGGSRUBRIKER*/
	div#content h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

.post h3 a {
	color: #001648;
}

.post h3 a:hover {
	color: #001f64;
}

/*LISTOR I INLÄGG*/
	div#content div.entrybody ul {
	margin: 10px 0 10px 15px;
}

div#content div.entrybody li {
	font-size: 12px;
	color: #222;
	list-style-type: disc;
}

/*BILDER I INLÄGG*/
.post img, .image {
	margin: 10px;
	max-width: 530px;
}


/*DE GRÅSVARTA RUTORNA TILL VÄNSTER OM INLÄGG OCH KOMMENTARER*/
.meta-box {
	font-size: 11px;
	position: absolute;
	left:-160px;
	background: #001648;
	-webkit-box-shadow:0px 5px 3px -2px rgba(0, 0, 0, 0.1);
	box-shadow:0px 5px 3px -2px rgba(0, 0, 0, 0.1);
	color: #fff;
	top: 0;
	text-shadow: 2px 2px 2px #000;
	max-width: 131px;
	border-radius: 2px 0 2px 2px;
}

.meta-box a {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-weight: bold;
}

.meta-box a:hover {
	color: #C8C8C8;
}

.meta-box ul {
	list-style: none;
}

.meta-box li {
	padding: 10px 15px;
	max-width: 131px;
	overflow: hidden;
}

.first-meta {
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding: 10px 15px;
}

.second-meta {
	border-bottom: 1px solid #000;
	border-top: 1px solid #666;
	padding: 10px 15px;
	letter-spacing: 0.10em;
}

.third-meta {
	border-top: 1px solid #666;
	padding: 10px 15px 10px 15px;
	letter-spacing: 0.10em;
}

.arrow {
	width: 0;
	height: 0;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 21px solid #001648;
	position: absolute;
	top:0;
	right: -21px;
}

.comment-meta {
	top: -5px;
	width: 130px;
}

.comment-meta .first-meta {
	font-size: 15px;
	min-height: 17px;
	max-height: 55px;
	overflow: hidden;
}

/*KOMMENTARER*/
.comments-header {
	margin-bottom: 20px;
}

.comment {
	position: relative;
	min-height: 120px;
}

div.commentheader, p.commenttext {
	margin: 0 0 0 15px;
	font-weight: bold;
	color: #222;
}

p.commenttext {
	font-weight: normal;
	margin-bottom: 10px;
}

.response {
	margin-left: 15px;
	padding-top: 5px;
	color: #888;
}

.response-by {
	display: none;
}

h3.default {
	margin-bottom: 20px;
}

/*KOMMENTARSFORMULÄR*/
form.commentform {
	font-size: 13px;
	margin-left: 15px;
}

form.commentform input, form.commentform textarea {
	margin: 5px 5px 10px 0;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #BBB;
	padding: 5px;
	height: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

form.commentform textarea[name="content"] {
	height: 150px;
	font-family: Arial;
	width: 400px;
}

input.formbutton[name="submit"] {
	margin-top: 10px;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 3px 3px -3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px -3px rgba(0, 0, 0, 0.3);
	height: 30px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
}

input.formbutton:hover {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #d3d3d3 100%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d3d3d3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */

}

input.formbutton:active, input.formbutton:focus {
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

div.default {
	margin: 0 0 15px 0;
}

/*SIDOMENY*/

div#side {
	width: 165px;
	margin: 20px 39px 20px 15px;
	float: right;
	display: inline;
}


h3.navheader {
	color: #333;
}


div#side .navheader, div#side h3, div.default {
	padding: 20px 0 5px 0;
	font-size: 20px;
	font-weight: normal;
}

#profile {
	margin-top: 10px;
}

#profile img {
	margin-top: 8px;
}

#search form {
	margin-top: 8px;
}

#side input[type="text"] {
	border: 1px solid #AAA;
	height: 25px;
	border-radius: 4px;
}

#side input[type="submit"] {
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 3px 3px -3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px -3px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	font-size: 12px;
	color: #404040;
	padding: 5px 8px;
	border: 1px solid #AAA;
}

#side input[type="submit"]:hover {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #d3d3d3 100%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d3d3d3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#d3d3d3 100%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}

#side input[type="submit"]:active, #side input[type="submit"]:focus {
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#side li {
	list-style: none;
	padding: 2px 0;
}

#side ul li strong {
	line-height: 37px;
	font-size: 11px;
}


.thumbnail {
	margin: 0 6px 6px 0;
}

.video {
	padding: 0;
}

.xmlButton {
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration: none;
	margin: 0;
}

/*Clearfix - ändra ej*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


#credit {
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top, #3d3d3d 0%, #282828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#282828)); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d3d3d 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d3d3d 0%,#282828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d3d3d 0%,#282828 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3d3d3d 0%,#282828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
	width: 960px;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	text-shadow: 1px 1px 0px #000;
	border-radius: 0 0 5px 5px;
}

#credit a {
	color: #DCDCDC;
}

#credit a:hover {
	color: #FFF;
}