/*
Theme Name: KOTU 2010
Theme URI: http://kingsoftheuniverse.com
Description: A theme for KOTU
Author: David Paulsson
*/

/* bgr */

img.bg {
	/* Set rules to fill background */
	min-height: 768px;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

 @media screen and (max-width: 1024px) {
 img.bg {
 left: 50%;
 margin-left: -512px;
}
}

div.container {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
}
/* /bgr */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #3c3c3c;
	color: #fff;
}
.dev {
	background-color: fuchsia;
}
h1, h2, h3, h4, h5 {
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #eee;
}
h1 a {
	color: #fff;
}
h2 a, h3 a, h4 a, h5 a {
	color: #6699ff;
	margin: 0 40px;
}
.panel h2 {
	margin: 0 40px;
}
#leftcollumn h2 {
	margin: 0 40px;
}
#rightcollumn h2 {
	margin: 0 40px;
}
.panel-wrapper h2 {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	color: #6699ff;
}
a:hover {
	color: #eee;
}
.black {
	background-image: url(bilder/black-bgr.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.nav {
	padding-top: 3em;
	margin-bottom: 0;
}
.nav:hover {
	background-color: #6699ff;
}
.nav a {
	font-size: 1.5em;
	margin: 0;
	color: #eee;
}
.current {
	background-color: #6699ff;
}
#header h1 {
	font-size: 4em;
}
#feature {
	margin-top: 1em;
}
.readmore {
	background-color: #6699ff;
	padding: 10px 20px;
	display: block;
}
p {
	padding: 0 40px;
}
#bloggen {
}
.connect {
	margin: 0 20px;
}
#bloggen img {
	margin-left: -40px;
	margin-right: 0;
	padding-right: 0;
}
#bloggen .small {
	margin-top: -1em;
	margin-left: 40px;
}
#rightcollumn .small {
	margin-top: -1em;
	margin-left: 40px;
}
#leftcollumn {
	margin-top: 1em;
}
#rightcollumn {
	margin-top: 1em;
}
#footer {
	padding-top: 1em;
	margin-top: 1em;
}
.social {
	text-align: center;
	margin-bottom: 40px;
}
.social span {
	margin: 0 .5em;
	line-height: 14px;
}
.kommentarer {
	padding-left: 21px;
	height: 16px !important;
	line-height: 16px;
	display: inline-block;
	background-image: url(bilder/ico-comment.png);
	background-position: left;
	background-repeat: no-repeat;
}
.twitter {
	padding-left: 21px;
	height: 16px !important;
	line-height: 16px;
	display: inline-block;
	background-image: url(bilder/ico-twitter.png);
	background-position: left;
	background-repeat: no-repeat;
}
.facebook {
	padding-left: 21px;
	height: 16px !important;
	line-height: 16px;
	display: inline-block;
	background-image: url(bilder/ico-facebook.png);
	background-position: left;
	background-repeat: no-repeat;
}
.soundcloud {
	padding-left: 21px;
	height: 16px !important;
	line-height: 16px;
	display: inline-block;
	background-image: url(bilder/ico-soundcloud.png);
	background-position: left;
	background-repeat: no-repeat;
}
.storytitle img {
	margin-bottom: -20px;
	margin-left: -5px !important;
	padding: 0 !important;
}
.storytitle a:hover {
	color: #111;
}
.storytitle a {
	background-color: #eee;
	padding: 10px 20px;
	border-left: 20px solid #eee;
	padding-left: 25px;
	margin-left: -5px;
}
.fb-like {
	margin-top: 1em;
}
#coda-nav-left-1 a {
	background-image: url(bilder/pil-left.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 250px;
	display: block;
}
#coda-nav-right-1 a {
	background-image: url(bilder/pil-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 250px;
	display: block;
}
#twtr-hd {
	display: none !important;
}
#twtr-tweet-wrap {
	border-bottom: 0 !important;
}
.wp-pagenavi {
	padding: 1em;
	text-align: center;
}
.extend {
	margin: 0 1em;
}
.wp-pagenavi .pages {
	margin-right: 1em;
}
.wp-pagenavi .page {
	padding: .5em;
	margin: 0;
}
.wp-pagenavi .current {
	padding: .5em;
	margin: 0;
}
.nyheterpost img {
	float: left;
	margin-right: 1em;
	margin-bottom: 2em;
}
.blogheadline {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}
.nyheterpost {
	margin-bottom: 1em;
	clear: both;
}
.connect_widget_not_connected_text {
	color:#fff !important;
}
.description {
	color:#fff !important;
}
.right {
	float: right;
	width: 300px;
	margin-left: 40px;
	margin-bottom: 40px;
}
.left {
	float: left;
	width: 300px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.floatleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	clear: both;
}