/*   
Theme Name: colombin-dark-and-big
Theme URI: http://www.colombin.at/
Description: A custom WP Theme for the Austrian Band Colombin
Author: Michael Grafl
Author URI: http://www.michaelgrafl.com/
Version: 0.1
.
Copyright 2009 Colombin
.
*/

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

body {
	background-color: #231c1c;
	background-image: url("images/background.png");
	background-repeat: repeat-y;
	background-position:center;
	height: 100%;
}

#wide-lines {
	height: 54px;
	background-image: url("images/lines.png");
	display: block;
}

#narrow-lines {
	height: 54px;
	width: 960px;
	margin: 0 auto 0 auto;
	background-image: url("images/narrow-lines.png");
}

#middle-container {
	width: 960px;
	margin: 0 auto 0 auto;
}

#left-content {
	padding: 10px 10px 10px 10px;
	width: 540px;
	float: left;
	color: #ebe0e1;
}

#left-content p {
	padding: 0px 60px 0 0;
}

#left-content a:link, #left-content a:visited {
	color: #fff4c3;
}

#left-content a:active, #left-content a:hover {
	color: #ffbf36
}

#left-content em {
	font-style: normal;
	color: #fff;
}

#right-content {
	padding: 10px 10px 10px 10px;
	width: 380px;
	float: right;
	color: #ebe0e1;
}

h1 {
	width: 420px;
	height: 235px;
	background-image: url("images/colombin-header.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 30px auto 30px -10px;
}

h2 {
	margin: 30px 30px 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #fff;
}

h3 {
	margin: 0px 30px 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #fff;
}

h2 a, h3 a {
	text-decoration: none;
}

.entry {
	margin-top: 20px;
}

p.date {
	margin: 0 0 0 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 0.8em;
	color: #bbb;
}

p {
	margin: 0 0 0 0;
	line-height: 1.7em;
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul {
	margin: 30px 0 0 0;
	list-style: none;
}

hr {
	width: 480px;
	height: 1px;
	background-image: url("images/hr-line.png");
	border-style: none;
}

.postmetadata {
	margin-top: 20px;
	margin-bottom: 30px;
}

.navigation {
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 70px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*
**************** NAVIGATION ******************
*/

li#blog a:link, li#blog a:visited {
	text-indent: -9999px;
	margin: 0 auto 0 -10px;
	display: block;
	height: 79px;
	width: 112px;
	background-image: url("images/navigation/blog.png");
}

li#blog a:hover, li#blog a:active {
	text-indent: -9999px;
	margin: 0 auto 0 -10px;
	display: block;
	height: 79px;
	width: 112px;
	background-image: url("images/navigation/blog.png");
	background-position: right;
}

li#audio a:link, li#audio a:visited {
	text-indent: -9999px;
	margin: 0 auto 0 -10px;
	display: block;
	height: 84px;
	width: 112px;
	background-image: url("images/navigation/audio.png");
}

li#audio a:hover, li#audio a:active {
	text-indent: -9999px;
	margin: 0 auto 0 -10px;
	display: block;
	height: 84px;
	width: 112px;
	background-image: url("images/navigation/audio.png");
	background-position: right;
}

li#video a:link, li#video a:visited {
	text-indent: -9999px;
	margin: 0 auto 0 -10px;
	display: block;
	height: 79px;
	width: 112px;
	background-image: url("images/navigation/video.png");
}

li#video a:hover, li#video a:active {
	text-indent: -9999px;
	margin: 0 auto 0 -10px;
	display: block;
	height: 79px;
	width: 112px;
	background-image: url("images/navigation/video.png");
	background-position: right;
}

/*
***************** Audio Player ****************
*/

.song {
	margin: 20px 0 0px 0;
}

/*
****************** Kommentare ******************
*/

h3#comments {
	margin-top: -50px;
}

textarea {
	width: 430px;
	border: none;
	background-color: #f6f2e6;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	padding: 5px;
	margin: 0 0 0 0;
}

input {
	width: 300px;
	border: none;
	background-color: #f6f2e6;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	padding: 5px;
	margin: 0 0 0 0;
}

input#submit {
	width: 200px;
	border: 2px;
}

ol.commentlist {
	margin-top: -20px;
}



ol.commentlist li.comment div.vcard {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
}

ol.commentlist {
	list-style: none;
}

ol.commentlist li.comment {
	margin-bottom: 40px;
}

ol.commentlist li.comment div.comment-author {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
}

ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}

ol.commentlist li.comment div.commentmetadata {
	margin: 0 0 0 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 0.8em;
	color: #bbb;
}

ol.commentlist li.comment div.commentmetadata a {
	text-decoration: none;
}

#respond h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 20px;
}

form#commentform p {
	margin-bottom: 10px;
}

/*
****************** Footer ******************+
*/

#copyright {
	padding: 10px 0 10px 0;
	font-size: 0.9em;
	color: #ffffff;
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #000;
	border-top-width: 1px;
	border-top-color: #333;
	border-top-style: solid;
}

#copyright a {
	color: #fff4c3;
}

