/*  
Theme Name: Talang
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Jens T&ouml;rnell
Author URI: http://binarybonsai.com/

	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, html, page, h1, h2, h3, li, ul, p, object, param, form {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #1d1d1d;
	padding: 10px;
	padding-bottom: 0px;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	font-style: italic;
	color: #a8a8a8;
	font-weight: normal;
	text-decoration: none;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	color: #a8a8a8;
	margin-left: 40px;
}

a {
	color: #a8a8a8;
}

.entry ul {
	margin-left: 40px;
	margin-right: 40px;
}

h1 a {
	color: #a8a8a8;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h3 {
	font-family: 'Lucida Sans Unicode', Arial;
	font-size: 14px;
	color: #fffd41;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial;
	font-size: 11px;
	color: #a8a8a8;
	font-weight: normal;
	margin-left: 40px;
	margin-right: 40px;
}

em, li.alt, li {
	font-family: Arial;
	font-size: 11px;
	
}

input {
	margin-left: 40px;
}

label small {
	padding: 0;
	margin: 0;
}

cite {
	color: #fffd41;
}

li {
	margin-bottom: 10px;
	color: #a8a8a8;
}

small {
	font-family: Arial;
	font-size: 11px;
	color: #a8a8a8;
	padding-left: 40px;
	margin-bottom: 10px;
}

small.commentmetadata {
	padding: 0;
}

textarea#comment {
	width: 420px;
	margin-left: 40px;
}

.box small {
	padding: 0;
	margin: 0;
}

ul.comments li a {
	color: #fffd41;
}

#page {
	background: #000000;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: blue url('img/top.jpg') no-repeat;
	height: 120px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#leftlogo {
	width: 147px;
	height: 120px;
	float: left;
}

#middlelogo {
	width: 648px;
	float: left;
	height: 120px;
}

#rightlogo {
	width: 205px;
	height: 120px;
	float: left;
}

.buttonleft {
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
}
.buttonleft a {
	height: 30px;
	width: 142px;
	background: url('img/buttonleft.gif') no-repeat;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}

.buttonleft a:hover {
	text-decoration: underline;
}

.buttonleft a, .buttonleft {
	float: left;
}

.buttonright {
	margin-top: 5px;
	margin-right: 5px;
	display: inline;
	height: 30px;
	width: 200px;
	background: url('img/buttonright.gif') no-repeat;
}
.buttonright a {
	height: 30px;
	width: 200px;
	background: url('img/buttonright.gif') no-repeat;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}

.buttonright a:hover {
	text-decoration: underline;
}

.buttonright a, .buttonright {
	float: left;
}

#page {
	background: url('img/ridabkg.gif') repeat-y;
}

#left {
	width: 250px;
	float: left;
	/*height: 500px;*/
}
#content {
	background: #1d1d1d;
	float: left;
	width: 500px;
}
#right {
	
	float: left;
	width: 250px;
	
	/*height: 500px;*/
}

.entry {
	border-bottom: 1px solid #333;
}

#content .entry p {
	padding-left: 38px;
	padding-right: 38px;
}

.box {
	/*background: #333333;*/
	width: 155px;
	padding: 10px;
}
 
.box li a, .box li {
	color: #a8a8a8;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 3px;
}
.box li a:hover {
	text-decoration: underline;
}
.postmetadata {
	margin-top: 10px;
	font-size: 11px;
	font-family: Arial;
	color: #a8a8a8;
	margin-left: 40px;
}

.postmetadata a {
	color: #a8a8a8;
}

.entry p {
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial;
	color: #a8a8a8;
	margin-bottom: 10px;
}
.clear {
	float: none;
	clear: both;
}
#footer {
	background: #1d1d1d;
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer p {
	color: #a8a8a8;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
}

#footer p a {
	color: #a8a8a8;
}
#footer p a:hover {
	color: #fffd41;
}