/*  
Theme Name: Da Werbal Design
Theme URI: http://werbal.ch/
Description: Remake of the Werbal design for IE 6 compatibility
Version: 2.1
Author: Mato Ilic, Werbal GmbH
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	width: 100%;
	height: 100%;
}

body, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}

h1 {
	margin: 0;
	padding: 5px 0px 12px 0px;
	font-size: 12pt;
}

h2 {
	margin: 0;
	padding: 5px 0px 12px 0px;
	font-size: 10pt;
}

p, form {
	margin: 0;
	padding: 6px 0px 0px 0px;
}

img, img a {
	border: none;
	text-decoration: none;
}

ul, ol {
	margin-left: 18px;
    margin-top: 12px;
    margin-bottom: 6px;
}

li {
        margin-bottom: 6px;
}

object, embed {
        display: inline;
}

body {
	background-image: url("images/bg.gif");
}

img {
	behavior: url("pngbehavior.htc");
}

/*
    Blue begin
*/
#blue #content {
	background-image: url("images/content_bg_blue.gif");
}

#blue #navigation {
	background-image: url("images/head_navi_blue.gif");
}

#blue #post_container {
	background-image: url("images/head_content_blue.gif");
}

#blue #post_container .post .top {
	background-image: url("images/post_top_blue.gif");
}

#blue #post_container .post .bottom {
	background-image: url("images/post_bottom_blue.gif");
}

#blue #post_container .post .content {
	background-image: url("images/post_bg_blue.gif");
}

#blue #content .finish {
	background-image: url("images/bottom_blue.gif");
}

#blue .rss {
    background-image: url("images/rss_blue.gif");
}

#blue .blue {
    display: none;
}

/*
    Blue end
*/

/*
    Red begin
*/

#red #content {
	background-image: url("images/content_bg_red.gif");
}

#red #navigation {
	background-image: url("images/head_navi_red.gif");
}

#red #post_container {
	background-image: url("images/head_content_red.gif");
}

#red #post_container .post .top {
	background-image: url("images/post_top_red.gif");
}

#red #post_container .post .bottom {
	background-image: url("images/post_bottom_red.gif");
}

#red #post_container .post .content {
	background-image: url("images/post_bg_red.gif");
}

#red #content .finish {
	background-image: url("images/bottom_red.gif");
}

#red .rss {
    background-image: url("images/rss_red.gif");
}

#red .red {
    display: none;
}

/*
    Red end
*/

/*
    Green begin
*/

#green #content {
	background-image: url("images/content_bg_green.gif");
}

#green #navigation {
	background-image: url("images/head_navi_green.gif");
}

#green #post_container {
	background-image: url("images/head_content_green.gif");
}

#green #post_container .post .top {
	background-image: url("images/post_top_green.gif");
}

#green #post_container .post .bottom {
	background-image: url("images/post_bottom_green.gif");
}

#green #post_container .post .content {
	background-image: url("images/post_bg_green.gif");
}

#green #content .finish {
	background-image: url("images/bottom_green.gif");
}

#green .rss {
    background-image: url("images/rss_green.gif");
}

#green .green {
    display: none;
}

/*
    Green end
*/

/*
    Orange begin
*/

#orange #content {
	background-image: url("images/content_bg_orange.gif");
}

#orange #navigation {
	background-image: url("images/head_navi_orange.gif");
}

#orange #post_container {
	background-image: url("images/head_content_orange.gif");
}

#orange #post_container .post .top {
	background-image: url("images/post_top_orange.gif");
}

#orange #post_container .post .bottom {
	background-image: url("images/post_bottom_orange.gif");
}

#orange #post_container .post .content {
	background-image: url("images/post_bg_orange.gif");
}

#orange #content .finish {
	background-image: url("images/bottom_orange.gif");
}

#orange .rss {
    background-image: url("images/rss_orange.gif");
}

#orange .orange {
    display: none;
}

/*
    Orange end
*/

.rss {
    background-repeat: no-repeat;
    border: none;
    text-decoration: none;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -168px;
    z-index: 5;
}

#color_panel {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -157px;
    z-index: 5;
}

#color_panel a {
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    overflow: hidden;
}

#spacefix {
	background-image: url("images/spacefix_bg.png");
}

h3#comments {
	padding-bottom: 15px;
}

#content {
	display: block;
	background-repeat: repeat-y;
	width: 796px;
	min-height: 110%;
	height: auto !important;
	height: 110%;
	position: absolute;
	left: 50%;
	margin-left: -398px;
	top: 0;
	z-index: 3;
}

#navi_home_link {
	display: block;
	width: 176px;
	height: 284px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -376px;
	z-index: 5;
}

#content_home_link {
	display: block;
	width: 186px;
	height: 58px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: 172px;
	z-index: 5;
}

#navigation {
	color: #FFFFFF;
	display: block;
	background-position: top;
	background-repeat: no-repeat;
	width: 207px;
	height: 100%;
	min-height: 100%;
	padding-bottom: 100px;
	float: left;
}

#navigation hr {
    color: #ffffff;
    background-color: #ffffff;
    border: 1px dotted #ffffff;
    width: 100px;
}

#navigation h2 {
	color: #FFFFFF;
	font-size: 13pt;
}

#navigation ul {
	margin-top: 300px;
	margin-left: 30px;
	margin-bottom: 18px;
}

#navigation ul li {
	list-style: none;
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 8px;
}

#navigation ul li a {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul ul {
	padding: 0;
	margin: 0;
}


#navigation ul ul li {
	margin-bottom: 3px;
}

#navigation ul ul li a {
	font-weight: normal;
}

#post_container {
	display: block;
	background-position: top;
	background-repeat: no-repeat;
	width: 589px;
	height: 100%;
	min-height: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#post_container .navigation_top, #post_container .navigation_top a,
#post_container .navigation_bottom, #post_container .navigation_bottom a {
	color: #FFFFFF;
	font-size: 9pt;
}

#post_container .navigation_top .alignleft,
#post_container .navigation_bottom .alignleft {
	float: left;
	margin-left: 29px;
}

#post_container .navigation_top .alignright,
#post_container .navigation_bottom .alignright {
	float: right;
	margin-right: 46px;
}

#post_container .post h1 a, #post_container .post .content .inner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	text-decoration: none;
}

#post_container .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
}

#post_container img {
	margin: 5px 0 5px 0;
}

#breadcrumbs {
	color: #FFFFFF;
	font-size: 8pt;
	margin-top: 105px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#breadcrumbs a {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#post_container .post {
	display: block;
	width: 532px;
	margin-left: 20px;
	margin-bottom: 5px;
	background-repeat: repeat-y;
}

#post_container .post .top {
	width: 532px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: middle bottom;
	overflow: hidden;
}

#post_container .post .bottom {
	width: 532px;
	height: 19px;
	background-repeat: no-repeat;
}

#post_container .post .content {
	width: 532px;
	height: 16px;
	background-repeat: repeat-y;
	min-height: 0px;
	height: auto !important;
}

#post_container .post .content .inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 489px;
	margin-left: 24px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#post_container .post a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#post_container .post .content .inner img {
	max-width: 489px !important;
	padding: 0px 5px 5px 0px;
}

#post_container .postmetadata {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

#post_container .postmetadata a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

ol.commentlist li {
	padding-bottom: 15px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nocomments {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 8px;
}

.more-link {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight: bolder;
}

.clearfix {
	display: inline-block;
}

/* Search */
#searchform label {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

#searchform input {
	margin: 3px 0px 0px 8px;
}

#searchsubmit {
	color: #535353;
	font-size: 8pt;
	font-weight: bold;
	background-color: #C3C3C3;
	border: 1px solid #838383;
	padding: 3px 2px 3px 2px;
}

.searchentry {
	font-size: 8pt;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#commentform textarea {
    width: 100%;
    height: 250px;
}

#content .finish {
	background-repeat: no-repeat;
	width: 796px;
	height: 43px;
	position: absolute;
	top: 100%;
	margin-top: -43px;
	clear: both;
}

/* ---------- Newsletter ---------------------*/
#newsletter table, #newsletter table, #newsletter table tr, #newsletter table tr td {
	background-color: transparent;
	margin: 0;
	padding: 0;
}