/*  

Theme Name: WordPress Freshblog
Theme URI: http://www.pixelarium.ch
Description: Mein eigenes, kleines Wordpress-Theme.
Version: 1.0
Author: Cornel Widmer
Author URI: http://www.pixelarium.ch

*/

/* CSS Document */

@import url("css/sifr.css");
@import url("css/form.css");
@import url("css/pagebar.css");
@import url("css/link-indication.css");
@import url("css/lightbox.css");
@import url("css/tinymce.css");
@import url("css/scrobbler.css");
@import url("css/comments.css");


* {
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

td {
	font-size: 12px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.8em;
}


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

a:hover {
	text-decoration: underline;
}

body {
	background-image: url(img/bg_pattern.png);
	background-repeat: repeat;
}

#page {
	margin: 30px auto 0px auto;
	width: 800px;
}

#header {
	background-image: url(img/bg_page_header.png);
	background-repeat: no-repeat;
	height: 300px;
}

#content {
	z-index: 5;
	position: relative;
	background-image: url(img/bg_page_content.png);
	background-repeat: repeat-y;
	padding: 0px 40px;
	min-height: 600px;
}

#footer {
	padding: 20px 40px 0px 40px;
	font-size: 11px;
	background-image: url(img/bg_page_footer.png);
	background-repeat: no-repeat;
	height: 70px;
}

#plant {
	position: absolute;
	z-index: 1;
	width: 430px;
	height: 580px;
	bottom: 0px;
	right: 40px;
	background-image: url(img/bg_plant.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#info {
	float: left;
}

#info a {
	color: #000;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

#valid {
	float: right;
}

#col_left {
	position: relative;
	z-index: 2;
	width: 420px;
	float: left;
}

#col_right {
	position: relative;
	z-index: 3;
	width: 250px;
	float: right;
	min-height:300px;
}

.clear {
	clear: both;
}

.nav_box {
	font-size: 11px;
	line-height: 1.5em;
	
	border:1px solid #CCC;
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 20px;
	background-image: url(img/bg_navbox.png);
	background-position: top left;
	background-repeat: repeat-y;
}

.nav_box ul {
	list-style-type: none;
}

.nav_box li {
	background-image:url(img/list_type_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding-left: 15px;
	margin-left: 0px;
	line-height: 1.5em;
}


.nav_boxtitle {
	padding-bottom: 10px;
}

.nav_boxcontent p {
	font-size: 11px;
	margin-bottom: 0.8em;
}

.nav_boxcontent a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

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

.freshmeat_img {
	float: right;
	margin-left: 10px;
}

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

.contribution_container {
	background-image:url(img/bg_contribution.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 40px;
}

.contribution_container ul {
	list-style-type: none;
	margin-bottom: 1.5em;
}

.contribution_container li {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;

	background-image:url(img/list_type_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding-left: 15px;
	margin-left: 0px;
	line-height: 1.5em;

}

.contribution_container blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	line-height: 1.5em;
	border-left: 10px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background-image: url(img/bg_blockquote.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #F3F3F3;
	padding: 20px;
	margin-bottom: 1em;
}

.contribution_container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.contribution_container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.contribution_container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 1.5em;
	margin-bottom: 0.25em;
}

.contribution_container p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.contribution_info {
	clear: both;
	font-size: 11px;
	color: #999999;
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 30px;
}

.contribution_info a {
	color: #990000;
	text-decoration: none;
}

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


.contribution_date {
	float: left;
	width: 125px;
}

.contribution_tags {
	float: left;
	width: 175px;
}

.contribution_comments {
	text-align: right;
	float: right;
	width: 120px;
}

.contribution_relations ul {
	list-style-type: none;
	margin-bottom: 40px;
}

.contribution_relations li {
	font-size: 11px;
	color: #000000;

	background-image:url(img/list_type_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	padding-left: 15px;
	margin-left: 0px;
	line-height: 1.5em;
}

.contribution_edit {
	float: right;
	padding: 4px;
	background-color: #FFF;
	border:1px solid #E5E5E5;
}

.comment_container {
	position: relative;
	border-left: 10px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.comment_img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 60px;
	height: 60px;
	border: 1px solid #666;
	background-image: url(img/comment_freshmeat.png);
}

.comment_author {
	float: left;
	margin-bottom: 5px;
}

.comment_info {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 10px;
	color: #999999;
	line-height: 1.5em;
}

.comment_link {
	position: absolute;
	bottom: 5px;
	left: 180px;
	font-size: 10px;
	color: #999999;
	line-height: 1.5em;
}

.comment_text {
	clear: left;
	font-size: 10px;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.comment_edit {
	position: absolute;
	bottom: 5px;
	right: 5px;
	clear: both;
}

.menu a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

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

#box_pages a, #box_admin a, #box_archives a, #box_categories a, #box_blogroll a {
	color: #000;
	font-weight: normal;
	text-decoration: none;

}

#box_pages a:hover, #box_admin a:hover, #box_archives a:hover, #box_categories a:hover,  #box_blogroll a:hover {
	text-decoration: underline;
}

/* ARCHIV DROPDOWN */
#dropdown_archive select {
	width: 210px;
}

#archiv {
	margin-bottom: 10px;
}

#search {
	height: 20px;
}

#search label {
	float: left;
	display: none;
}

#search input[type = "text"] {
	float: left;
	margin-right: 10px;
	width: 146px;
}

#search input[type = "submit"] {
	float: left;
	font-size: 10px;
}

div.tagCloud {
}

div.tagCloud a {
	color: #000;
	margin:2px;
}
