/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: WordPress standardtema baserat p&aring; k&auml;nda <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}


/************************************************
*	Navbar      								*
************************************************/

#navbar {
	
	width: 600px;

	color: #FFFFFF;
	
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #800000;
	border-bottom: 0px solid #800000;
	overflow: hidden;
	}
	
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#navbar p {
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	}
	
#navbarright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#navbarleft {
	width: 500px;
	float: center;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	}
	
#navbarright {
	width: 600px;
	font-size: 11px;
	float: center;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-right: 0px solid #777777;
	}
	
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#navbar ul li a, #navbar ul li a:visited {
	font-size: 14px;
	font-family: Calibri, Arial, Tahoma, Verdana;
	color: #FFFFFF;
	margin: 0px -3px 0px 0px;
	padding: 7px 7px 7px 7px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 0px solid #B90102;
	border-left: 0px solid #860202;
	}

#navbar ul li a:hover {
	background: #FFFFFF url(images/navhover.gif);
	color: #000000;
	margin: 0px -3px 0px 0px;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	border-right: 0px solid #B90102;
	}
	
.current_page_item a, .current_page_item a:hover {
    background: #FFFFFF !important;
    color: #000000 !important;
    }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



p 	{ 
	margin: 0px 0px 10px 0px; 
	}
h1 {
	font-size: 24px;
	margin: 0px 0px 8px 0px;
	}

a:link {
	color: #7b0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7b0000;
}
a:hover {
	text-decoration: none;
	color: #7b0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
#nyar {
	position:absolute;
	left:916px;
	top:3px;
	width:200px;
	height:202px;
	z-index:99;
}