/*
Theme Name: EkmanTheme
Theme URI: http://wordpress.org/
Description: This is the Ekman Theme
Version: 1.0
Author: Computer Courage
Author URI: http://www.computercourage.com
Tags: awesome
*/

* {
margin: 0px;
padding: 0px;
}
body{
	background:#000000 url(images/bg.jpg) no-repeat top;
	font:normal 12px Arial;
	color:#eee;
	line-height:1.4em;

}

.content{
	position:relative;
	margin:10px auto;
	width:920px;
	padding-left:11px;
	padding-right:9px;
	border:solid 1px #212121;
}
.newsletter{
	position:absolute;
	top:42px;
	right:15px;
}
.newsletter a, .newsletter a:link, .newsletter a:visited{
	text-decoration:underline;
	color:#eee;
}
.menu{
	position:relative;
	width:920px;
	height:32px;
	border:solid 1px #262626;
	margin-bottom:8px;
	z-index:1000;
}
.left_c{
	position:relative;
	width:580px;
	float:left;
	clear:left;
}
.right_c{
	position:relative;
	width:332px;
	float:left;
	left:8px;
}
.footer{
	position:relative;
	height:60px;
	border-top:solid 20px #000;
	clear:both;
}
.footer a, .footer a:link, .footer a:visited {
	font:normal 11px Arial;
	color:#ccc;
	padding-right:36px;
	text-decoration:none;
	text-transform:uppercase;
	}
.footer a:hover, .footer a:active  {
	color: #fff;
	text-decoration:underline;
}
.bordered{
	border:solid 1px #666;
}
.main{
	position:relative;
	margin-bottom:8px;
}
.banner{
	position:relative;
	margin-bottom:8px;
}
.player{
	position:relative;
	height:342px;
	border-left:solid 3px #666;
	border-bottom:solid 3px #666;
	border-right:solid 3px #666;
	border-top:solid 1px #666;
	margin-bottom:8px;
}

	
.books{
	position:relative;
	width:564px;
	padding:7px;
	border:solid 1px #666;
}
.book{
	position:relative;
	width:552px;
	height:208px;
	background:#000 url(images/book_bg.jpg) repeat-x top left;
	padding:6px;
}
table.booklist tr {
	background:#000 url(images/book_bg.jpg) repeat-x top left;
	width: 100%;
}
table.booklist td {
	padding: 20px 10px;
	}
table.booklist td h2 {
	color: #fff;
	font-size: 14px;
	padding-top: 0px;
	}
table.booklist td.cover {
	text-align:center;
	width: 20%;

	}
.text{
	position:relative;
	padding:15px;
	height:644px;
	border:solid 1px #666;
}
.author{
	position:relative;
	width:100%;
	color:#fff;
	padding-top:5px;
	padding-bottom:20px;
}
.desc{
	position:absolute;
	width:400px;
	top:7px;
	left:155px;
	color:#fff;
	line-height:12px;
}
.desc a, .desc a:link, .desc a:visited{
	color:#dfdfdf;
}
.book_author{
	font:bold 14px Arial;
}
.copy{
	position:absolute;
	top:0px;
	right:0px;
	font:normal 10px Arial;
	color:#666666;
	text-align:right;
}
.copy a, .copy a:link, .copy a:visited{
	padding:0;
	
}
.form_email{
	position:relative;
	margin-top:14px;
	font:normal 11px Arial;
	color:#333333;
	border:solid 1px #384352;
	padding:3px;
}
.form_button{
	position:absolute;
	top:31px;
	right:0px;
}
.full{
	position:relative;
	width:904px;
	border:solid 1px #666;
	padding:8px;
}

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

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/************* posts *******************/

.post {	
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	}
	
.post h1, .post h2, .post h3 {
	margin: 0px 0 5px;
	color: #ccc;
	}
.post p {	
	margin-bottom: 10px;
	}
.post h2.title a, .post h2.title  {
font-size:20px;
margin-bottom:15px;	}
.hentry {
	border-bottom: 1px solid #666;
}

/* ------------------------ register ----------------------- */


