/*
Theme Name: Roka Akor Theme
Theme URI: http://wordpress.org/
Description: The Roka Akor WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Kevin Phillips
Author URI: http://fervorcreative.com/

	Roka v0.1
	 http://wordpress.fervorcreative.com/Roka/

	This theme was designed and built by Kevin Phillips based off Kubrick by Michael Heilemann,
	whose site you will find at http://fervorcreative.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body, html {
	height: 100%;	
}

body {
	background: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 100%;	
	font-family: Helvetica, Arial, sans-serif;
}

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

	a:hover {
		color: #ff0099;
	}

#page {
	text-align: left;
	width: 600px;
	margin: 0 auto;
	height: 100%;
	padding-bottom: 40px;
}

#header * {
	padding: 0;
	margin: 0;
}

#header {
	position: relative;	
}

#header h1 a {
	display: block;
	background: url("images/roka-blog-header.jpg") top left no-repeat;
	outline: none;
	text-indent: -9999px;
	height: 212px;
}

	#header h2 a {
		position: absolute;
		right: 0;
		background: url("images/roka-blog-logo.jpg") top right no-repeat;
		height: 101px;
		width: 199px;
		display: block;
		text-indent: -9999px;
		outline: none;
	}


#wrapper {
	padding: 18px;	
	background: #000 url("images/roka-blog-bg.jpg") top center repeat-y;
}


#content {
	width: 413px;
	float: left;
}

#sidebar {
	width: 149px;
	float: left;
}

	#sidebar ul {
		list-style: none;	
		padding: 0 6px; margin: 0;
	}
	
	#sidebar ul li {
		padding: 0;
		margin: 0 0 40px 0;
	}
	
	#s {
		width: 130px;	
	}

#footer {
	clear: both;	
}

.post {
	margin-bottom: 100px;	
}

.post h2 a, #post h2 {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 22px;
}

.post h2 a:hover {
	color: #ff0099;	
}

.entry {
	font-size: 14px;	
	color: #cccccc;
	padding-bottom: 10px;
	border-bottom: 8px solid #fff;
}

.entry a {
	color: #fff;	
}


.premetadata {
	color: #999999;
	text-transform: uppercase;
	font-size:12px;
}

.postmetadata {
	color: #999999;	
}

.postmetadata a {	
	color: #cccccc;
}

.postmetadata a:hover {
	color: #ff0099;
}

#comment {
	width: 100%;	
}

.commentlist {
	margin: 0; padding: 0;
	list-style: none;
}

.commentlist li {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 8px solid #aaa;	
}

.fn a {
	color: #ff0099;
	text-transform: uppercase;
	font-style: normal;
}

.avatar {
	float: left;
	margin-right: 5px;
}