/*
Theme Name: bizfolio
Theme URI: demos.banhawi.com/bizfolio
Description: A professional small business/portfolio theme
Version: 1.1
Author: Banhawi
Author URI: http://www.banhawi.com/
*/

@import url('styles/reset.css');
@import url('styles/typography.css');

#container{
	background: #FEFEFE url('images/bg.jpg') repeat-x top;
	min-height: 100%;
	padding-bottom: 10px;
}
#wrapper {
	margin: 0 auto;
	width:998px;
	/* border: 1px solid #EAEAEA; */
}
/************************************************************
************************HEADER*******************************/
#header {
	width: 1000px;
	height: 128px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	/*padding-top: 30px;*/
}
p.rss {
	background:#ccc url('images/rss.jpg') no-repeat left;
	padding: 4px 5px 4px 25px;
	position: absolute;
	top:0;
	right: 0;
}
p.rss a:hover {
	font-weight: normal;
}
#header h1 a,#header h1 a:hover,#header h1 a:visited,#header h1 a:active {
	color:#333;
	text-decoration:none;
	font-weight: bold;
	display: inline;
	/*border-right: 1px #c3c3c3 solid;*/
	padding-right:10px;
}
span.description { 
	font-size:24px;
	font-style:italic;
	font-family:Times New Roman;
	color: #3a4864;
	margin-left: 10px;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	/********************************************************
	************************NAVIGATION***********************/
		#teaser-wrapper {
			z-index: 1;
		}
		
		#menu-wrapper {
			background: url('images/nav.png') no-repeat top;
			width: 995px;
			padding-left: 5px;
			height: 30px;
			position: absolute;
			bottom: 2px;
			overflow: visible;
			z-index: 100;
		}
		
		ul.menu, ul.menu ul {
		
		    list-style-type: none;
		
		}
		
		ul.menu a {		
		    display: block;
		    font-weight:normal;
		    font-size:13px;
 		    padding:6px 10px;
		    color:#fff;	
		    border: none;
		}
		
		ul.menu a:hover {
		    border: none;
		    color:#fff;		
		}
		
		
		ul.menu ul a {		
		    border: none;
		    padding: 2px 10px 2px 10px;
		}
		
		ul.menu li a:hover {
		    background: #59819d;
		    color:#fff;
		    border: none;
		}
		
		ul.menu ul a:hover {
		    background: #59819d;
		    color:#fff;	
		    border: none;
		}
		
		ul.menu li#current a {
		    background: #59819d;
		    border: none;
		}
		
		ul.menu li#current ul li a {
		    background-color: transparent;
		    border: none;
		}
		
		ul.menu li#current ul li a:hover {
		    background: #59819d;
		    color:#fff;
		    border: none;
		}
		
		ul.menu li {
		    margin: 0 5px 0 0;
		    padding:0;
		    float:left;
		    background-color: transparent;
		}
		
		
		
		ul.menu ul {
		    margin-left:0;		
		    padding: 5px 0 5px 5px;
		    position: absolute;		
		    background-color: #283241;		
		    /*border:1px solid #FFF9E4;	*/
		    display:none;		
		    min-width:120px;
		}
		
		
		
		/* IE-Hack für die Breite */
		
		*html ul.menu ul {
		
		    width:160px;
		
		}
		
		
		
		/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
		
		/* über der Liste  befindet (.hover siehe JavaScript oben) */
		
		ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
		
		    display:block;
		
		}
		
		
		
		ul.menu ul li {
		
		    float:none;
		
		    background-color: transparent;
		
		}
	

ul.itemize li {
	list-style-type: square;
	margin-bottom: 8px;
	font-size: 11px;
}

ul.itemize-compact li {
	list-style-type: square;
	margin-bottom: 2px;
}

/****************************************************************
**************Featured Work Slider & Gray Area Under Header*******************/
#fwork {
	width: 1000px;
	margin: 0 auto 10px auto;
}

img.portfolio{
	width: 1000px;
	height: 250px;
}

#smain {
	background: #EAEAEA;
	min-height: 30px;
	width: 1000px;
	margin: 0 auto 0 auto;
	/*margin-bottom: 18px;*/
}

#smain h1{
	color: #666;
	padding-top: 8px;
	padding-left: 25px;
	padding-bottom: 6px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#smain h1 a:hover {
	font-weight: normal;	
	border-bottom: 1px dotted #3a4e5b;
}

#slideshow {
	margin-top:27px;
	position: relative;
}

#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
}
/****************************************************************
************************Content Area*********************************/
#content{
	width:720px;
	float:left;
	padding-right: 10px;
	border-right: 1px #EAEAEA solid;
	margin-top: 18px;
}

#full-content {
	width: 950px;
	margin-top: 18px;
}

.full-entry {
	padding: 9px 24px 18px;
}

li {
	font-size: 12px;
	margin-bottom: 6px;
}

#testimonials {
    padding:10px;
	margin-bottom: 30px;
    position:relative;
    font-style: italic;
}
    .testimonials {
        background: url('images/blockquote.png') no-repeat;
        font-family: Times New Roman, Times, serif;
        font-size: 14px;
        padding: 10px 25px 0px 25px;
    }
    .qoute2 p.by {
        padding-right: 40px;
        color: #999;
    }
	.qoute2 {
		background: url('images/blockquote2.png') no-repeat right bottom;
		height: 20px;
		float: right;
        position:absolute;
        bottom:10px;
        right:10px;
	}
.sleft{
	float:left;
	width:316px;

}
.sright{
	float:left;
	width:316px;
	padding-left:16px;
	margin-left:16px;
	border-left: 1px solid #dadaea;
}

.sleft p {
	margin-bottom:24px;
}

.sright p {
	margin-bottom:24px;
}

img.services {
	width: 85px;
	height: 70px;
	float: right;
	margin: 0 0 5px 10px;
	border: 2px #EAEAEA solid;
}

#content h2, #full-content h2 {
	padding-bottom: 12px;
}

#content .post, #content .pagepost {
	width:680px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 4px #EAEAEA solid;
	padding-bottom: 20px
}
#content .pagepost {
	border-bottom: 0;
}
#content .post h2,#content .post h2 a:hover, #content .post h2 a:visited, #content .post h2 a,h2.pf a,h2.pf a:hover {
	font-size: 21px;
	margin-bottom: 10px;
	font-weight : normal;
	text-decoration : none;
}
#content .post ul, #content .post ol,#content .pagepost ul,#content .pagepost ol {
	margin-left : 25px;
}
#content .entry {
	width: 640px;
	margin-left: 40px;
}
#content .c {
	padding: 0 5px;
}
#content .sentry {
	width: 680px;
	margin: 0;
	padding: 0 10px;
}
#content .date {
	width: 25px;
	position: absolute;
	top:0;
	left: 0;
}
p.meta,p.meta a {
	font-size: 11px;
	font-style: italic;
	margin-top: -15px;
	color: #999;
}
#content span.day{
	font-size: 18px;
	font-weight: bold;
}
#content span.month{
	font-size: 14px;
}
	#content .entry img{
		max-width: 622px;
		border: 4px #d7d7d7 solid;
		margin: 10px 0;
	}
	#content .sentry img{
		max-width: 662px;
		border: 4px #d7d7d7 solid;
		margin: 10px 0;
	}
	#content .entry img.alignleft,#content .sentry img.alignleft {
		float: left;
		margin: 10px 10px 10px 0;
	}
	#content .entry img.alignright,#content .sentry img.alignleft {
		float: right;
		margin: 10px 0 10px 10px;
	}
small {
	padding-left : 5px;
	font-size : 11px;
	font-style : italic;
	color : #666;
}
blockquote {
	background: url('images/blockquote.png') no-repeat top left;
	padding: 25px 10px 10px 40px;
	margin:10px;
	color : #555;
	clear: both;
	font-family: Georgia;
    font-style:italic;
    font-size:14px;
}
code {
	font : 14px 'Courier New', Courier, Fixed;
	display : block;overflow : auto;
	text-align : left;
	margin : 10px 0 10px 0;
	padding : 5px 10px 5px 10px;
	background : #eee;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
.navigation {display : block;font-size : 14px;font-weight : bold}
	.navigation a{color: #666}
	.alignleft {float : left;text-align : left;}
	.alignright {float : right;text-align : right;}
.widget h2 {
	font-weight: bold;
}

.widget_services h2 {
	font-size: 17px;
}
h3.rs {
	background: none;
	padding-left: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
}	
/****************************************************************
************************Portfolio Page**********************************/
ul.projects {
	list-style-type: none;
	margin: 20px 20px 20px 40px;
	padding: 0;
	display: block;
	clear: both;
	padding-bottom: 20px;
}
ul.projects li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 26px;
	text-align: center;
}
ul.projects li a {
	color: #fff;
	margin-right: 10px;
	font-size: 12px;
	padding: 5px 10px;
}
ul.projects li a:hover {
	color: #333;
	font-weight: normal;
}
img.design {
	border: 10px #eee solid;
	width: 980px;
	height: 250px;
	margin: 10px 0 40px 0;
}
img.design:hover {
	border-color: #ccc;
}
/****************************************************************
************************Sidebar**********************************/
#sidebar {
	float:right;
	width:250px;
	padding: 0;
	/*padding: 0 10px;*/
}

#sidebar .post {
	margin-top: 20px;
	height: 130px;
	overflow: hidden;
}
#sidebar .post h3,#sidebar .post h3 a,#sidebar .post h3 a:hover,#sidebar .post h3 a:visited {
	margin-bottom: 10px;
	font-weight: normal;
}
#sidebar .entry {
	width: 220px;
	margin-bottom: 20px;
	float: right;
	text-align: justify;
}
#sidebar .date {
	width: 25px;
	margin: 3px 10px 0 0;
	float: left;
	color: #999;
}
#sidebar span.day{
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding-left: 2px;
}
#sidebar span.month{
	font-size: 12px;
	padding-left: 2px;
	line-height: 13px;
}
#sidebar ul,#sidebar li {
	list-style-type : none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	list-style-type: none;
	margin-left: 10px;
}
#sidebar ul.posts ul {
	margin-left: 0;
}
#sidebar ul ul ul {
	margin: 0 0 0 5px;
}
#sidebar ul ul ul ul{
	margin: 0 0 0 5px;
}
#sidebar ul li{
	line-height : 24px;
	margin-bottom: 20px;
}
#sidebar ul ul li{
	list-style-type: square;
	margin: 0 0 0 10px;
	font-size: 11px;
}
#sidebar ul.posts ul li{
	list-style-type: none;
	margin: 0;
}
#sidebar ul ul ul li {
	margin: 0 0 0 5px;
}
#sidebar h2 {
	background: #666;
	font-size: 12px;
	color : #fff;
	text-align : left;
	padding: 10px 10px 8px 10px;
	margin-bottom: 5px;
}
#sidebar li.widget_contact_widget {
	color: #fff;
	padding: 10px;
}
#sidebar li.widget_contact_widget h2 {
	background: transparent;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}
/*******************************************************
*******************COMMENTS******************************/
h3#comments,h3#respond {
	font-size: 24px;
	margin: 0 0 20px 0;
}
h3#respond{
	padding-top:10px;
}
ol.commentlist {
	list-style-type : none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.commentlist li {
	list-style-type: none;
	width: 92%;
	border: 1px #eaeaea solid;
	margin:0 0 25px 0;
	padding: 25px 25px;
}
.commentlist li li {
	width: 90%;
}
.avatar {
	float:right;
}
.comment-author {
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px #d2d2d2 solid;
	display: block
}
.commentmetadata,.commentmetadata a{
	font-size: 11px;
	text-align: right;
	color: #999;
}
.reply {
	margin-bottom: 10px;
}
#commentform {
	height: 200px;
	border: 1px #eaeaea solid;
	padding: 25px;
	position: relative;
}
#commentform label{
	padding-right: 20px;
}
p.txt {
	position: absolute;
	right: 25px;
	top:25px;
}
#commentform textarea {
	width : 250px;
	padding : 5px;
	font-size : 12px;
	background: #EFEFEF;
	border : 1px solid #d3d3d3;
	border-top-color : #999;
	border-left-color : #999;
	margin:5px 0px;
	height: 115px;
	float: right;
}
input#author,input#url {
	width : 200px;
	padding : 5px;
	font-size : 12px;
	background: #EFEFEF;
	border : 1px solid #d3d3d3;
	border-top-color : #999;
	border-left-color : #999;
	margin:5px 0px;
}
input#author:hover,input#email:hover,input#url:hover,#commentform textarea:hover {
	background: #fff;
}
input#submit{
	background : #d3d3d3;
	color:#737373;
	margin-top: 20px;
	padding:5px;
	border:0px;
} 
input#submit:hover{
	color:#fff;
} 

div.alternating-row {
	padding: 20px;
	width: 580px;
}

div.row-a {
	background: #ffffff;
}

div.row-b {
	background: #e3e4ea;
}

/****************************************************************
************************Footer**********************************/
.clearfooter {
	height: 20px;
	clear: both;
}
#footer {
	border-top: 4px #EAEAEA solid;
	width: 1000px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	clear:both;
	background: #f8f8f8;
}
#footer-content {
	width : 960px;
	margin: 0 auto;
	padding: 0 20px;
}
#footer h2 {
	font-size: 18px;
	margin-bottom:5px;
}

#footer-content .news-item {
	width: 220px;
	margin-right: 20px;
	float: left;
}

.news-item h2 {
	font-weight: bold;
}

.news-item a {
	color:#3A4E5B;
}

#footer-content .left {
	width : 480px;
	float : left;
}
	#footer-content .lleft {
		width : 220px;
		float : left;
		margin-right: 20px;
	}
	#footer-content .lright {
		width : 220px;
		float : right;
		margin-right: 20px;
	}
#footer-content .right {
	width : 470px;
	float : right;
}
	#footer-content .rleft {
		width : 220px;
		float : left;
		margin-right: 20px;
	}
	#footer-content .rright {
		width : 220px;
		float : right;
	}
#footer ul,#footer li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer li a,#footer li a:visited {
	color: #666;
	line-height: 26px;
}
#footer li a:hover {
	text-decoration: none;
}
span.copyrights {
	padding: 10px 0;
	display : block;
	width : 1000px;
	clear : both;
	margin : 0 auto;
	text-align: right;
}
/*******************************************************
*******************Header Search Form******************************/
/*#header .search input {
	position: absolute;
	right: 0;
	top:50px;
	background: url('images/search.jpg') no-repeat;
	width: 288px;
	height: 19px;
	padding: 5px 45px 2px 15px;
	border: 0;
	font-size: 12px;
	color: #ccc;
}*/

#header .search input {
	background: url('images/search.jpg') no-repeat;
	width: 288px;
	height: 19px;
	padding: 5px 45px 2px 15px;
	margin:12px;
	border: 0;
	font-size: 12px;
	color: #ccc;
}
#header .search input#searchsubmit {
	width: 0;
	border: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

/*******************************************************
*******************Header Rückruf Banner + Suche toggle ******************************/
#rueckruf-banner {
	position: absolute;
	right: 170px;
	top:24px;
	border: 0;
}

#search-toggle {
	position: absolute;
	right: 10px;
	top:70px;
	border: 0;
}

/*******************************************************
*******************News******************************/
div.news-single-item {
	border: 1px solid #AAAAAA;
	padding: 30px;
	background-color: #EEEEEE;
	width: 600px;
	margin-left: 40px;
	float: left;
}

div.news-single-date {
	float: right;
}

/*******************************************************
*******************Search Form******************************/
#search-form {
	position: absolute;
	right: 0;
	top: 0;
	background: url('images/suche-back.gif') no-repeat;
	width: 373px;
	height: 66px;
	border: 0;
}

#search-form input {
	background:#fff;
	border: 1px #ccc solid;
	width: 185px;
	font-size: 14px;
	color: #666;
	padding: 5px;
}
input#searchsubmit {
	background: #333;
	width: 50px;
	color: #fff;
	border: 0px;
	margin: 0 0 0 5px;
	padding: 5px;
}
/*******************************************************
*******************404 Page******************************/
#content .left404{
	width: 340px;
	float: left;
}
#content .right404{
	width: 330px;
	float: right;
}	
#content #searchform {
	margin: 20px 0;
}

/*******************************************************
*******************Defaults******************************/
h1{
	font-size: 36px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
	margin-bottom: 8px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 12px;
}
h6{
	font-size: 10px;
}
hr {
	display : none;
}
a {
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #3a4e5b;
	border-bottom: none;
}

a img {
	border:0px;
}

p a:hover {
	border-bottom: 1px dotted #3a4e5b;
}

ul li a:hover {
	border-bottom: 1px dotted #3a4e5b;
}

.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
.clear {
	width: 0;
	height: 20px;
	display : block;
	clear : both;
}
/*Table Styling*/
table {
	margin-bottom: 10px;
}
table,th,tr,td {
	/*border: 1px #ccc solid;*/
	padding: 5px;
}
table.address {
	padding: 20px;
}

caption {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
th {
	background: #eee;
}
tr:hover {
	background: #eee;
}
td:hover {
	/*background: #ccc;*/
}
/*Gallery Styling*/
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	display: block;
	margin: 0;
}
.gallery img {
	border: 0;
	margin: 0;
	padding: 0;
}
.gallery-caption {
	margin-left: 0;
}

/*******************************************************
*******************Contact Form******************************/
.contact {
	padding: 10px;
}
.contact .notification_error
{
margin: 10px 0;
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
}

.contact .notification_ok
{
height: auto;
width: 94%;
padding: 10px;
text-align: center;
font-size: 14px;
}
.contact .button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
background: white;
color: #333333; 
font: 11px Verdana, Helvetica, Arial, sans-serif;
}

/* Label */
.contact label  { width: 100px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
.contact input, textarea
{
margin: 5px;
background: #EFEFEF;
border : 1px solid #d3d3d3;
border-top-color : #999;
border-left-color : #999;
color: #333333; 
padding: 5px;
width: 250px;
}
.contact input:hover,.contact textarea:hover {
	background: #fff;
}
.contact textarea {
	width: 400px;
}
.contact input#submit {
	background : #d3d3d3;
	color:#737373;
	margin-top: 20px;
	padding:5px;
	border:0px;
	width: auto;
} 
.contact input#submit:hover {
	color: #fff;
}
/* BR */

.contact br { clear: left; }
