/*
Theme Name: WordPress 3w-publishing 08 Theme
Theme URI: http://www.3w-publishing.ch
Description: Theme passend zur neuen 3w-publishing.ch Site
Version: 1.2
Author: Raphael Fink
Author URI: http://www.3w-publishing.ch
*/

.connect_widget_connected_text { color: #fff; }

/* Begin Typography & Colors */
body {
	font: 12px arial;
	background:url(/img/bg_v2.png) repeat-x 0 0 #4c362d;
	text-align:center;
	color:#fff;
	}

/*

 -----------------------------------
*/

html, body {
	margin:0;
	padding:0;
}

#maincontainer {
	width:985px;
/*	background-color: #422f27; */
	margin:0px auto;
	text-align:left;
	min-height:550px;
	height: auto !important;
	]height:550px;
	}
	a {
		color:#c0d51d;
		text-decoration:none
	}
	a:hover {
		color:#c0d51d;
		text-decoration: underline;
	}
	img {
	    border: 0px;
	}
	small {
	    font: 10px/13px arial;
	}
	img.centered {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
    img.alignright {
	    padding: 4px;
	    margin: 0 0 2px 7px;
	    display: inline;
	}
	img.alignleft {
	    padding: 4px;
	    margin: 0 7px 2px 0;
	    display: inline;
	}
	acronym, abbr, span.caps {
		cursor: help;
	}
	acronym, abbr {
	    border-bottom: 1px dashed #999;
	}
	blockquote {
	    margin: 15px 30px 0 10px;
	    padding-left: 20px;
	    border-left: 5px solid #ddd;
	}
	blockquote cite {
	    margin: 5px 0 0;
	    display: block;
	}
	.center {
	    text-align: center;
	}
	hr {
	    display: none;
	}
	input, textarea {
		border: 0px solid #fff;
		background-color: #665750;
		margin-bottom: 3px;
		color: #fff;
		font-size: 11px;
		font-family: Arial;
	}
	input.button {
		border: 0px;
		background-color: #4c362d;
	}
	#header {
		height:140px;
		position:relative;
		}
		#logo {
			width:220px;
			height:80px;
			float:right;
			}
			#logo img {border:0;}
		#slogan {
			float:right;
			height:32px;
			clear:right;
			color:#fff;
			font-size:17px;
			padding:28px 0 0
		}
		#tools {
			position:absolute;
			left:0;
			bottom:12px;
			width:92px;
			height:12px;
			}
			#tools a {
				float: left;
				display: block;
				margin: 0px 0px 0px 0px;
				height: 12px;
				text-indent:-999px;
				overflow:hidden;
				}
				#tools a.fnc-mail {
					background: url(../../img/funktionen.png) no-repeat -23px 0px;
					width:27px;
				}
				#tools a.fnc-mail:hover {
					background: url(../../img/funktionen.png) no-repeat -23px -12px;
				}
				#tools a.fnc-impressum {
					background: url(../../img/funktionen.png) no-repeat -50px 0px;
					width:22px;
				}
				#tools a.fnc-impressum:hover {
					background: url(../../img/funktionen.png) no-repeat -50px -12px;
				}
				#tools a.fnc-sitemap {
					background: url(../../img/funktionen.png) no-repeat -72px 0px;
					width:20px;
				}
				#tools a.fnc-sitemap:hover {
					background: url(../../img/funktionen.png) no-repeat -72px -12px;
				}

	#navBar {
		height:20px;
		color:#c0d51d;
		line-height:15px;
		z-index:999;
		width:350px;
		margin:110px 0 0 0;
		float:left;
		}

		/* common styling */
		#navBar ul {
			padding:0; 
			margin:0;
			list-style-type: none;
		}
		#navBar ul li {
			float:left;
			position:relative;
		}
		#navBar ul li a, #navBar ul li a:visited {
			display:block;
			background: url(/img/pfeil_klein.gif) no-repeat 6px 3px;
			text-decoration:none; 
			color: #c0d51d;
			line-height:15px;
			height:15px;			
			padding: 0 3px 0 14px;
			min-width:25px;
		}

		#navBar ul li a.last,
		#navBar ul li.news a {
			border-left:none;
		}
		* html #navBar ul li a, #navBar ul li a:visited {
			/*]width:130px;*/
		}
		
		#navBar ul li ul {
			display: none;
		}
		table {
			border-collapse:collapse;
			font-size:12px;
		}
		
		/* specific to non IE browsers */
		#navBar ul li:hover a,
		#navBar ul li a:hover {
			text-decoration:underline;
			color:#c0d51d;
			background-color:#4C362D;
		}
		
		#navBar ul li:hover ul,
		#navBar ul li a:hover ul {
			display:block; 
			position:absolute;
			left:0;
			border-top:4px solid #3d281f;
		}
		* html #navBar ul li a:hover ul {
			margin-top:0;
		}
		
		#navBar ul li:hover ul li ul,
		#navBar ul li a:hover ul li a ul {
			visibility:hidden; 
			position:absolute; 
			height:0; 
		}
		
		#navBar ul li:hover ul li a,
		#navBar ul li a:hover ul li a {
			display:block; 
			height:auto; 
			line-height:20px;
			padding: 0 5px 0 5px;
			margin:0;
			color: #c0d51d;
			background: #4c362d;
			text-decoration: none;
			
			border-right:  1px solid #957e74;
			border-left:  1px solid #957e74;
			border-top: 1px solid #957e74;
		}
		
		#navBar ul li.publishing:hover ul li a,
		#navBar ul li.publishing a:hover ul li a {
			width:120px;
		}
		#navBar ul li.service:hover ul li a,
		#navBar ul li.service a:hover ul li a {
			width:80px;
		}
		
		#navBar ul li.contact:hover ul li a,
		#navBar ul li.contact a:hover ul li a {
			width:115px;
		}
		
		
		#navBar ul li:hover ul li a:hover,
		#navBar ul li a:hover ul li a:hover {
			color:#957e74;
		}
		#navBar ul li ul li.last {
			border-bottom:1px solid #957e74;
		}


		#newsTitle {
			float:left;
			width:320px;
			font-size:15px;
		}
		#sidebar {
			float:left;
			width: 300px;
			padding: 0px 0 0 0px;
			font-size: 12px;
			line-height: 15px;
	    }
	    #sidebar h2 {
                margin: 0 0 3px;
				padding: 0;
                font: bold 13px/14px arial;

            }
            #sidebar ul, #sidebar ul ol {
                margin: 0;
                padding: 0;
            }
            #sidebar ul li {
                list-style-type: none;
                list-style-image: none;
                margin-bottom: 10px;
            }
            #sidebar ul ul, #sidebar ul ol {
				/*margin: 0px 0 0 10px;*/
            }
            #sidebar ul ul li:before {
                /*content: "\00BB \0020";*/
            }
                #sidebar ul ul li, #sidebar ul ol li {
                    /*margin: 3px 0 0;*/
                    margin:0;
/*                    padding: 0; */
                }
            #searchform {
                margin: 10px auto;
                padding: 5px 3px;
                }
                #sidebar #searchform #s {
                    width: 108px;
                    padding: 2px;
                    float:left;
                }
                #sidebar #searchsubmit {
                    padding: 1px;
                    float:left;
                }
            #sidebar form {
                margin: 0;
            }
	    #sidebar h2, #wp-calendar caption, cite {
                text-decoration: none;
            }
			
            #wp-calendar {
                    empty-cells: show;
                    margin: 10px 0 0;
                    width: 240px;
                }
                #wp-calendar #prev a, #wp-calendar #next a {
                    font-size: 9pt;
                    }
                    #wp-calendar #next a {
                        padding-right: 10px;
                        text-align: right;
                    }
                    #wp-calendar #prev a {
                        padding-left: 10px;
                        text-align: left;
                    }
                #wp-calendar a {
                    text-decoration: none;
                    display: block;
					
                }
                #wp-calendar caption {
                    font: bold 12px Arial, Sans-Serif;
                    text-align: left;
                }
                #wp-calendar th {
                    font-style: normal;
                    text-transform: capitalize;
                    text-align:center;
                }
                #wp-calendar td {
                    padding: 3px 0;
                    text-align: center;
                }
                #wp-calendar td.pad:hover { /* Doesn't work in IE */
                    background-color: #fff;
                }
			#searchform #searchsubmit {
				background:url(/img/pfeil_gross.png) no-repeat 0 0;
				height:18px;
				width:20px;
				margin-left:3px;
			}
		
		#leftNavigationBox {
			float:left;
			width: 338px;
			padding: 10px 0 0 0;
			font-size: 12px;
			line-height: 23px;
			z-index:1;
		}
		
		
		#leftNavigation {
			float:left;
			width: 338px;
			padding: 10px 0 0 0;
			font-size: 12px;
			line-height: 23px;
			z-index:1;
		}
		#leftNavigation ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		#leftNavigation a {
			text-decoration: none;
			font-family:arial;
			}
			/* 1st level */
			#leftNavigation ul a {
				display: block;
				color: #c0d51d;
				width: 240px;
				padding: 0px 0px 0px 0px;
				line-height:25px;
				border-bottom:1px solid #957e76;
			}
			#leftNavigation ul a:hover {
				text-decoration:none;
				color: #957e74;
			}
			/* Active */
			#leftNavigation li.current a {
				display: block;
				width: 240px;
				padding: 0px 0px 0px 0px;
				color:#fff;
				}
				
				/*
				 ----------
				*/
				
				/* 2nd level */
				/* hide all */
				#leftNavigation li ul {
					display: none;
				}
				/* show active */
				#leftNavigation li.current ul {
					display: block;
				}
				#leftNavigation li li {
					margin: 0px;
					padding: 0px;
				}
				#leftNavigation li.current li a,
				#leftNavigation li li a{
					display: block;
					width: 230px;
					padding: 0px 0px 0px 10px;
					color: #c0d51d;
					line-height:18px;

					border:none;
					text-decoration: none;
				}
				#leftNavigation li li.last a {border-bottom:1px solid #957e76;}
				#leftNavigation li li a:hover {
					text-decoration:none;
					color: #957e74;
				}
				/* Active */
				#leftNavigation li.current li.current a {
					width: 230px;
					padding: 0px 0px 0px 10px;
					color: #fff;
					}

	#contentText {
		float:left;
		width:645px;
		padding-top: 10px;
		z-index:1;
		}

	.widecolumn {
		    width:645px;
		    }
		    .navigation {
			height:30px;
			}
			.alignleft {
			    float:left;
			}
			.alignright {
			    float:right;
			}
		    .post {
			margin:0px 0 30px 0;
			}
			#contentText h2{
			    color: #fff;
				font-size: 17px;
				font-family: Arial;
				font-weight: normal;
				margin-top: 0px;
				padding-top: 0px;
			}
			.entry {
			    line-height:16px;
			    }
			    p {
				
			    }
			    .postmetadata {
					/*background:#957e74;*/
					border:1px solid #957e74;
					padding:10px;
			    }
			    .postmetadata ul, .postmetadata li {
					display: inline;
					list-style-type: none;
					list-style-image: none;
			    }
			    h3 {
					font: bold 12px arial;
			    }
			    h3.comments {
					padding: 0;
					margin: 40px auto 20px ;
				}
				.commentlist {
					padding: 0;
					text-align: justify;
				}
		    .commentlist li, #commentform input, #commentform textarea {
			/*font: 0.9em Arial, Sans-Serif;*/
		    }
		    .commentlist li {
				font-weight: bold;
				margin: 15px 0 3px;
				padding: 5px 10px 3px;
				list-style: none;
				background:#957e74;
			}
			.commentlist li.alt {
			    background:#665750;
			}
			.commentlist li .avatar { 
			    float: right;
			    border: 1px solid #eee;
			    padding: 2px;
			    background: #fff;
			}
		    .commentlist cite, .commentlist cite a {
				font-weight: bold;
				font-style: normal;
				font-size: 1.1em;
		    }
		    .commentlist p {
				font-weight: normal;
				line-height: 1.5em;
				text-transform: none;
				margin: 10px 5px 10px 0;
		    }
		    


		    
		    
		    
		    #commentform input {
				width: 170px;
				padding: 2px;
				margin: 5px 5px 1px 0;
			}
		
			#commentform textarea {
				width: 99%;
				padding: 2px;
				}
			
			#commentform #submit {
				margin: 0;
				float: right;
				background:url(/img/btn_kommentar_senden_out.png) no-repeat 0 0;
				height:30px;
				width:148px;
				}
				#commentform #submit:hover {background-image:url(/img/btn_kommentar_senden_over.png);cursor:pointer;}
				#commentform p {
					margin: 5px 0;
				}
	
	.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
#footer {
	text-align:left;
	margin:20px auto 20px auto;
	width:985px;
	font-size:10px;
}

h2.widgettitle {
        padding-top: 20px;
        text-align: left;
}

#tag_cloud {
        padding-top: 20px;
        
}

#sidebar ul.children {
padding-left: 15px;
}

li.cat-item {
			background: url(/img/btn_pfeildreieck.gif) no-repeat 0px 4px;
			padding-left: 10px;
}
