/* @override 
	http://www.kristoffereliassen.com/wp-content/themes/Blue%20Kino%201.3/style.css
	tab2.png
	http://www.kristoffereliassen.com/wp-content/themes/Blue%20Kino%201.3/style.css
*/

/*
Theme Name: Blue Kino
Theme URI: http://kino.pandela.net/
Description: My first wordpress theme.
Version: 1.3
Author: Kino
Author URI: http://kino.pandela.net/
*/

body {
	font: 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	width: auto;
	background: black url(images/gradient_background.png) repeat-x;
overflow: auto;
	height: 100%;
}

/* My Comment */
img {
	padding-bottom: 10px;
	border-style: none;
}
a {
	text-decoration: none;
}
h2 {
	text-align:left;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}
blockquote { color:#777;
}
#header {
	width: 100%;
	height: 31px;
	background: url(images/header_transp3.png) no-repeat center;
	margin-top: 0;
	margin-bottom: 7px;
}

#slideshow {
	left: 0;
	background-position: 0;
	position: relative;
}

#container {
	width: 800px;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
	clear: none;
}

/*------- Tab Menu ---------*/
#nav {
	list-style:none;
	line-height: normal;
	font-size: 10px;
	margin-left: -40px;
	padding-bottom: 6px;
	position: relative;
	margin-top: -1px;
	letter-spacing: 2px;
}
#nav li {
	float: left;
	clear: none;
	padding-right: 0;
	margin-right: 27px;
}
#nav a {
	background-position: 0;
}
#nav a span {
	color: gray;
}
#nav #current a {
}
#nav #current a span {
	color: gray;
}
#nav a:hover {
	color: #fcd500;
}
#nav a:hover span {
	color: #fcd500;
}

/*------- Posts ---------*/
#content {
	margin: 35px 0 0;
	opacity: 1;
}
#content a, .entry a, .commentlist a, #footer a {
	color: maroon;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	text-decoration: underline;
}

.entry {
	opacity: 1;
	margin-top: 25px;
	padding-left: 10px;
	position: relative;
	background: #eeeeeb repeat-y 0;
	top: -23px;
}
.entry li {
	list-style:none;
	list-style-image:url("images/bullet.gif");
	margin: 10px 0 0;
}
.entrycontent {
	text-align: left;
}
.pie {
	font-size: 10px;
	text-align: left;
	color: #333;
	padding-left: 0;
	padding-bottom: 10px;
}
.date {
	background: none no-repeat center;
	opacity: 1;
}
.categories {
	background: none no-repeat;
}
.comments {
	padding-left: 6px;
	background-position: center;
	background-repeat: no-repeat;
}
	
/*------- Rounded divs ------------*/
.topl {
	background: none no-repeat left;
	padding-top: 0;
}
.topr {
}
.bottoml {
}
.bottomr {
	background: #261e17 none no-repeat right;
}

/* --- Comments template --- */
#comments {
	border-top:1px solid #e6e6e6;
	margin:30px 0 0;
	padding:20px 0 0;
}
#comments li {
	list-style:none;
	list-style-image:none;
	margin: 0 15px 0 -30px;
}
#comments .header {
}

#commentform p {
	text-align: left;
}

p {
	text-align: left;
	background-position: 0;
	margin: 0;
	padding-bottom: 10px;
}

#commentform p {
	
}
#comments .header.alt { background-color:#D8E7F3; }

/* --- Footer ---*/
#footer {
	text-align:center;
	padding: 20px 30px 10px;
	margin: 15px;
	font-weight: normal;
	font-style: normal;
}	