/*  
Theme Name: niklasekstedt.se
Theme URI: http://niklasekstedt.se
Description: niklasekstedt.se
Version: 1.0
Author: Andy Karlsson
Author URI: http://luckycat.se/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #FFF;
	background-color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 15px;

}
a{
	color: #C00;
	text-decoration: none;	
}
a:hover{
	/*text-decoration: underline;*/
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}
.btn{border:0; background-color:#FFF;}
select{
	padding: 0;
}
li{
	list-style: none;
	padding: 0 0 10px;
}
.entry-content ol li{list-style:decimal; margin-left:20px;}
.entry-content ul li{list-style:disc; margin-left:20px;}
h2{
	font-size: 15px;
	padding: 0 0 15px;
}
h3{
	font-size: 12px;
	padding: 5px 0 5px 0;
}
h3 a, h2 a{
	color: #FFF;
}
p{
	padding: 0 0 15px;
	line-height: 15px;
}
.widgettitle{color:#FFF;}

/*========= LAYOUT =========*/
#header{
	position:relative;
	height:100px;
	width:600px;	
}
#wrapper{
	width:600px;
	margin:0 0 0 40px;
}
#container{
	width:600px;
}
#content{
	width:560px;
	/*margin:0 200px 0 150px;*/
	padding:20px;	
	background-image:url(images/bg/b.png);
	min-height:400px;
}
#search{	
	position:absolute;
	top:10px;
	right:0;
	width:200px;
	
	text-align:right;
}
#footer{
	clear: both;
	color: #666666;
	padding:20px;
}
.sidebar {
	float:right;
	width: 160px; 
	padding:15px;
	/*background-image:url(images/bg/w.png);*/
	background-color:#000;
	display:inline;
}
#logo{position:absolute; left:20px; top:50px; width:146px; height:20px;}


/*========= HEADER =========*/

/*- Page Navigation -*/

#nav{
	width:600px;
	height:35px;
	padding:0px; !important;
	background-color:#000;	
	position:absolute;
	bottom:5px;
}

#nav ul{
	padding: 0;
	list-style: none;
}
#nav a {
	display: block;
	color:#FFF;
	background-color:#000;
	padding:3px;
}
#nav .current_page_item a{text-decoration:none;background-color:#C00;}
#nav li {
	font-size:17px;	
	text-transform:uppercase;
	padding:7px;
	float:left;
}
#nav li a:hover {
	background-color:#C00;
	/*text-decoration:underline;*/
}



/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.entry-meta{padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #666;}


/* 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 */

