/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: Jonatan Spang
Version: 1.0
Author: Eskil Busck
Author URI: http://www.eskilbusck.com
Tags:
Text Domain:
*/


/* Reset */

* {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

body {
	background: url(images/js_sitebackground.png) repeat-x #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	}

#sitewrap {
	margin: 0 auto;
	width: 960px;
	}

/* Typography and links */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	}

h3 {
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 10px 0;
	}

p {
	padding: 0 0 17px 0;
	}

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

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

/* Primary sections */

#header {
	float: left;
	width: 960px;
	}
	
#logo {
	float: left;
	height: 90px;
	width: 330px;
	}

#topmenu {
	float: right;
	width: 560px;
	height: 30px;
	margin: 0px 15px 0 0;
	}

#bannerwrapper {
	float: left;
	width: 940px;
	background: #000;
	padding: 10px;
	}

#banner {
	float: left;
	width: 938px;
	background: #fff;
	padding: 1px;
	}

#content {
	float: left;
	width: 960px;
	padding: 0 0 0 0;
	background: #000;
	}

#sidebar {
	float: right;
	width: 370px;
	margin: 0 20px 0 0;
	}

#postwrapper {
	float: left;
	width: 560px;
	}

#footer {
	float: left;
	width: 980px;
	padding: 0 0 20px 0;
	}

/* Header */


/* Posts */

.post {
	float: left;
	width: 530px;
	padding: 10px;
	margin: 0 0 10px 10px;
	background: #fff;
	}

.post h2 {
	float: left;
	width: 410px;
	line-height: 24px;
	color: #000;
	font-weight: normal;
	padding: 2px 0 0 5px;
	}

.post h2 a {
	color: #000;
	text-decoration: none;
	}

.post h2 a:hover {
	color: #000;
	text-decoration: underline;
	}

#date {
	float: right;
	width: 110px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 5px 0 0;
	}

.entry {
	float: left;
	width: 520px;
	border-top: #a89bcc dotted 1px;
	margin: 5px 0 0 0;
	padding: 10px 5px 0 5px;
	}

/* Comments */

.comments {
	float: left;
	width: 520px;
	padding: 15px;
	margin: 0 0 0 10px;
	background: #fff;
	}

#fbc_login {
	float: left;
	width: 500px;
	}

#comment-fb-button {
	float: left;
	display: inline;
	width: 120px;
	height: 30px;
	}

#comment-fb-text {
	font-size: 10px;
	line-height: 12px;
	float: left;
	display: inline;
	width: 140px;
	height: 30px;
	padding: 0px 0 0 0;
	}

.commentlist {
	float: left;
	width: 520px;
	margin: 10px 0 10px 0;
	background: #90C;
	}

.commentlist li {
	list-style: none;
	}

.commentlist .thread-even {
	background: #eee;
	padding: 10px;
	}

.commentmetadata {
	display: none;
	}

.says {
	display: none;
	}

.comments textarea {
	width: 510px;
	height: 100px;
	}

textarea {
	width: 465px;
	}

/* Sidebar */

.widget_text {
	list-style: none;
	float: left;
	padding: 10px;
	background: #fff;
	margin: 0 0 10px 0;
	}

.widget h2 {
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
	padding: 6px 0 0 5px;
	}

.widget h2 a {
	color: #000;
	text-decoration: none;
	}

.widget h2 a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.textwidget {
	float: left;
	width: 350px;
	border-top: #a89bcc dotted 1px;
	margin: 5px 0 0 0;
	padding: 10px 5px 0 5px;
	}

#twitter_update_list li {
	list-style: none;
	padding: 0 0 10px 0;
	}

#facebooklogin {
	float: left;
	width: 360px;
	padding: 10px;
	background: #fff;
	margin: 0 0 10px 0;
	}

#facebooklogin h2 {
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
	padding: 6px 0 0 5px;
	}

iframe {
	float: left;
	border: 0;
	overflow: hidden;
	}
