/*  
Theme Name: bgstaal
Theme URI: http://www.bgstaal.net
Description: Jejeje
Version: 1.0
Author: Bjørn Gunnar Staal
Author URI: http://www.bgstaal.net

*/


* {
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-image: url(images/bg2.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	text-transform: uppercase;
}

#wrapper
{
	margin: 30px 0;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div
{
	/*border: 1px solid #000;*/
}

#container
{
	width: 720px;
	float: left;
}

#footer
{
	clear: both;
}

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

p
{
	margin-bottom: 1em;
	line-height: 18px;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}

.post
{
	margin: 0;
}

/*
.post img
{
	visibility: collapse;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
*/

.post a
{
	border: 0;
	margin: 0;
	padding: 0;
	background: 0;
}

.post p
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post a
{
	background-color: #fffde2;
}

.post a:hover
{
	background-color: #fffbbd;
}

.postheader
{
	font-size: 20px;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace;
	display: block;
	background-color: #fffde2;
	background-image: url(images/lines2.png);
	text-decoration: underline;
	padding: 25px;
}

.postheader a
{
	background: none;
}

.postheader a:hover
{
	background: none;
}

.post h3
{
	margin: 2em 0 1em 0;
	text-decoration: underline;
	font-size: 16px;
}

	

.postmetadata
{
	margin-bottom: 20px;
	clear: both;
	font-style: italic;
	color:#666;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	border-right: 1px dotted #000;
	float: left;
	font-size: 11px;
}

.postcontent
{
	float: right;
	width: 600px;
	margin-bottom: 60px;
}


.postnavigation
{
	margin-top: 20px;
}

.flashmovie
{
	margin-bottom: 10px;
}

#sidebar
{
	border-left: 1px dotted #000;
	padding-left: 10px;
	width: 240px;
	float: right;
}

#sidebar li
{
	list-style: none;
}

#sidebar h2
{
	font-size: 12px;
	margin-top: 1em;
	text-decoration: underline;
	margin-bottom: 5px;
}


#sidebar .logo
{
	padding: 0;
}

#sidebar .list
{
	margin-top: 40px;
}

#sidebar a:hover
{
	background-color: #fffde2;
}

#sidebar .logo:hover
{
	background: none;
}

code
{
	display: block;
	width: 560px;
	padding: 20px;
	background-color: #f4f4f4;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: auto;
	font-size: 10px;
	margin-bottom: 10px;
}

pre
{
	display: block;
	width: 560px;
	padding: 20px;
	background-color: #f8f8f8;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: auto;
	margin-bottom: 10px;
}

pre li
{
	list-style-position: inside;
}

#footer
{
	clear: both;
	border-top: 1px dotted #000;
	padding-top: 20px;
	text-align: center;
	margin-left: 120px;
	margin-right: 260px;
}

.navigation
{
	margin-left: 120px;
	margin-bottom: 20px;
	clear: both;
}

.comments-template{
	margin: 10px 0 0 120px;
	padding: 10px 0 0;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comments-template h3{
	text-transform: none;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
}

.comments-template ol{
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

.comments-template ol li{
	margin: 20px 0 0;
	line-height: 18px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.commentmetadata{
	font-size: 14px;
	margin-bottom: 5px;
	background-color: #fffde2;
	display: inline-block;
	padding: 2px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

input
{
	margin-right: 10px;
}