/*
Theme Name: wdbmh
Description: Individual Theme for webdesign by marcus hofbauer
Theme URI: http://www.webdesign.co.at
Version: 0.1
Author: Marcus Hofbauer
Author URI: http://www.webdesign.co.at
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
	text-rendering: optimizeLegibility;
}

h1,h2,h3,h4,h5 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
img {border:0;}
/* HEADER */

#wrapper_header {
	background: url(img/bg_header_wrapper.png) repeat-x left top;
	height: 99px;
	border-bottom: 1px solid #000;
}
#header {
	width: 960px;
	margin: 0 auto;
	background: url(img/bg_logo.png) no-repeat left top;
	height: 99px;
}
#logo {
	width: 403px;
	height: 115px;
	background: url(img/logo.png) no-repeat;
	position: relative;
	text-indent: -999em;
}
/* PORTFOLIO */

#wrapper_portfolio {
	border-top: 1px solid #282e38;
	border-bottom: 1px solid #000;
	background: #1a1d24 url(img/bg_portfolio_wrapper.png) repeat-x bottom;
	min-height: 300px;
}
#portfolio {
	width: 960px;
	background: url(img/bg_portfolio.png) no-repeat center bottom;
	margin: 0 auto;
	min-height: 300px;
	overflow: hidden;
}

#intro {
	float: left;
	width: 320px;
	padding-top: 50px;
	font-size: 14px;
	line-height: 18px;	
	min-height: 250px;
	padding-right: 15px;
	background: url(img/sep_intro.png) no-repeat right center;
	text-shadow: 0 0 3px #000;
}
#intro h2 {
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 1em;
}

#projects {
	float: left;
	width: 610px;
	padding: 50px 0 0 15px;
	overflow: hidden;
}
#project-detail .detail {
	display: none;
}

#project-detail {
	width: 280px;
	float: left;
	margin-right: 20px;
}
#project-detail h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

#project-detail {
	text-shadow: 0 0 3px #000;
}

#project-detail a{
	background: #22262f url(img/icons/arrow.png) no-repeat 3px center;
	padding: 3px 5px 3px 23px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	display: block;
	line-height: 20px;
}


#project-detail ul {
	list-style-type: none;
	margin-left: 30px;
	margin-bottom: 30px;
}
#project-detail li {
	background: url(img/icons/tick.png) no-repeat left center;
	padding-left: 20px;
	line-height: 20px;
	font-size: 14px;
}

#project-detail p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 1em;
}

#project-list-wrapper {
	width: 278px;
	background: url(img/bg_proj_ss.png) no-repeat;
	float: left;
	padding: 13px 17px 0px 14px;
	overflow: hidden;
}
#project-list-wrapper ul {
	overflow: hidden;
	list-style-type: none;
	height: 178px;
}
#project-list-wrapper li {
	float: left;
}
#project-list-wrapper li img {
	display: inline;
}

#project-list-ctrl {
	margin-top: 16px;
}

#project-list-ctrl a {
	line-height: 20px;
	display: block;
	width: 119px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 0 3px #000;
}
#project-list-ctrl a.left {
	text-align: left;
	background: url(img/icons/document-page-previous.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#project-list-ctrl a.right {
	text-align: right;
	background: url(img/icons/document-page.png) no-repeat right center;
	padding: 0 20px 0 0;
}

#project-list {
	overflow: hidden;
}

/* ABOUT */

#wrapper_about {
	border-top: 1px solid #444c5e;
	border-bottom: 1px solid #000;
	background: #22262f url(img/bg_about.png) repeat-x;
	overflow: hidden;
}
#about {
	width: 960px;
	margin: 0 auto;
}

#about h2 {
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	line-height: 25px;
	padding: 10px 0;
	text-shadow: 1px 1px 1px #32363e;	
}
#about .navi {
	margin-top: 0;
}

#about .col {
	clear: right;
	width: 280px;
	background: url(img/sep_intro.png) no-repeat right 30px;
	float: left;
	padding: 30px;
	margin-bottom: -270px; padding-bottom: 300px;
}
#about .last {
	padding: 30px 0 30px 30px;
	background: none;
	margin-bottom: -270px; padding-bottom: 300px;
}
#about .first {
	padding: 30px 30px 30px 0px;
	margin-bottom: -270px; padding-bottom: 300px;
}
#about h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 100px;
	text-shadow: 0 0 3px #000;
	padding-left: 150px;
	margin-bottom: 1em;
}

#konzept {
	background: url(img/konzept_kl.png) no-repeat left top;
}
#gestaltung {
	background: url(img/gestaltung_kl.png) no-repeat left top;
}
#umsetzung {
	background: url(img/umsetzung_kl.png) no-repeat left top;
}

#about p{
	font-size: 12px;
	line-height: 16px;
	text-shadow: 0 0 3px #000;
}
#about .image {
	background: none;
	height: auto;
}
/* BLOG */

#wrapper_blog {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	background: url(img/bg_blog.png) repeat-x;
	overflow: hidden;
}
#blog {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	color: #22262f;
	padding: 0 0 30px;
}
#blog h2 {
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	line-height: 41px;
	text-shadow: 1px 1px 1px #efefef;
	margin-bottom: 30px;	
}
#blog .navi {
	margin-top: 0;
	background: url(img/sep_navi_blog.png) no-repeat right top;
}

#blog ul.navi li {
	background: url(img/sep_navi_blog.png) no-repeat left top;
	float: left;
	line-height: 42px;
	padding-left: 2px;
}
#blog ul.navi li a {
	color: #22262f;
	text-shadow: 1px 1px 1px #efefef;	
}




#content {
	width: 670px;
	float: left;
	overflow: hidden;
}
	#meta {
		width: 160px;
		float: left;
		background: url(img/icons/blog--arrow.png) no-repeat left top;
		padding-left: 20px;
	}
	#meta .date {
		font-size: 12px;
		font-weight: bold;
		color: #86ae3e;
		line-height: 16px;
	}
	#meta .comments {
		font-size: 12px;
		color: #00639b;
		line-height: 16px;
	}
	
	#meta .tags {
		margin-top: 1em;
		list-style: none;
	}
	#meta .tags li{
		padding-left: 20px;
		background: url(img/icons/tag.png) no-repeat left center;
		line-height: 20px;
	}
	#meta .tags li a {
		color: #000;
		text-decoration: none;
	}
	
	#post {
		width: 490px;
		float: left;
		margin-bottom: 30px;
	}
	#post h2 {
		margin: 0;
		text-transform: none;
		font-size: 25px;
		line-height: 24px;
		margin-bottom: 1.5em;
	}
	#post .teaser {
		font-size: 14px;
		margin-bottom: 1.5em;
		line-height: 18px;
	}

	#post .body {
		font-size: 13px;
		line-height: 18px;
	}
	#post p {
		margin-bottom: 1em;
	}

	#post .body ul{
		background: #efefef;
		margin: 1em 0;
		padding: 1em 1em 1em 2.5em;
	}


#sidebar {
	width: 260px;
	padding-left: 30px;
	float: left;
}
	#sidebar h2 {
		font-size: 23px;
		line-height: 23px;
		margin-bottom: 1.5em;
		text-transform: none;
	}
	#sidebar h2 .blue{
		color: #00639b;
	}
	#sidebar h2 .green{
		color: #86ae3e;
	}

	#recent-entries {
		list-style: none;
	}
	#recent-entries li {
		background: url(img/icons/blog--arrow.png) no-repeat left 10px;
		padding: 10px 0 10px 20px;
		border-bottom: 1px solid #ddd;
	}
	#recent-entries li h3 a{
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		color: #000;
		text-decoration: none;
	}
	#recent-entries li span {
		font-size: 14px;
		font-weight: normal;
		color: #86ae3e;
		line-height: 18px;
	}


/* CONTACT */
#wrapper_contact {
	border-top: 1px solid #444c5e;
	border-bottom: 1px solid #000;
	background: #22262f;
	overflow: hidden;
}
#contact {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	text-shadow: 0 0 3px #000;
}

#contact h2 {
	line-height: 1em;
	margin-bottom: 0.6em;
	font-weight: bold;
	font-size: 23px;
}


#feedback {
	width: 300px;
	margin-right: 30px;
	float: left;
}
#feedback p {
	margin-bottom: 1em;
}

#feedback label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.textarea,
.text,
.select {
	padding: 5px 0;
	margin-bottom:  0 !important;
}
.row {
	overflow: hidden;
}
#feedback .col {
	width: 128px;
	float: left;
	margin-left: 15px;
}
#feedback .first {
	margin-left: 0;
	margin-right: 15px;
}
#feedback textarea {
	width: 296px;
	height: 100px;
	border: 2px solid #000;
}
#feedback input {
	width: 100%;
	border: 2px solid #000;
	padding: 5px;
}

#feedback .submit {
	margin-top: 15px;
	border-top: 1px solid #fff;
	padding-top: 15px;
	width:  300px;
}
#feedback .select input {
	width: 100px;
}

#hcard a {
	color: #fff;
	text-decoration: none;
}

#hcard {
	width: 300px;
	margin-right: 30px;
	float: left;
	font-size: 14px;
	line-height: 1.5em;
}

#hcard .fn {
	font-size: 16px;
}
#hcard ul {
	list-style-type: none;
}
#hcard li {
	border-bottom: 1px solid #444c5e;
	padding: 5px 0;
}

#hcard .url {
	background: url(img/icons/bookmark.png) no-repeat;
	padding-left: 20px;
}

#hcard .email {
	background: url(img/icons/mail.png) no-repeat;
	padding-left: 20px;
}

#hcard .adr {
	background: url(img/icons/map.png) no-repeat;
	padding-left: 20px;
}

#hcard .tel {
	background: url(img/icons/mobile-phone.png) no-repeat;
	padding-left: 20px;
}
#hcard .hcard a {
	background: url(img/icons/card-address.png) no-repeat;
	padding-left: 20px;
}
#hcard li.social {	
	border: 0;
	padding: 10px 0 0 0;
}
.social a {
	margin-right: 10px;
}

#twitter {
	float: left;
	width: 300px;
	background: url(img/bg_twitter.png) no-repeat center 30px;
}
#twitter .status {
	padding: 20px 30px 30px 30px;
	height: 80px;
	overflow: hidden;
	color: #22262f;
	line-height: 18px;
	font-size: 13px;
	text-shadow: none;
}
#twitter .tweet {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 20px 0 30px 90px;
}
#twitter .social {
	text-align: center;
}
/* NAVI */

ul.navi {
	background: url(img/sep_navi_header.png) no-repeat right top;
	overflow: hidden;
	float: right;	
	list-style-type: none;
	margin-top: 57px;
	padding-right: 2px;
}

ul.navi li {
	background: url(img/sep_navi_header.png) no-repeat left top;
	float: left;
	line-height: 42px;
	padding-left: 2px;
}
ul.navi a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 3px #000;
}

ul.navi li:hover {
	background: url(img/hl_l.png) no-repeat left top;
}
ul.navi li:hover a {
	background: url(img/hl_r.png) no-repeat right top;
}


/*COMMENTS*/
#comments {
	clear: both;
	background: url(img/bg_comments_wrapper.png) no-repeat left top;
	padding-top: 30px;
}

#comments h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 1.5em;
	color: #00639b;
	text-transform: none;
}

.comment {
	background: url('img/bg_comment.png') no-repeat bottom right;
	padding-bottom: 30px;
}

.cwrapper {
	background: url('img/bg_comment.png') no-repeat top right;
	padding: 30px 30px 0 0;
}
.comment-meta-wrapper {
	float: left;
	width: 170px;
}
.comment-text {
	font-size: 12px;
	margin-left: 230px;
	line-height: 1.5em;
	min-height: 100px;
}
.avatar {
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	float:left;
	margin-right: 10px;
}

cite.fn {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	font-style: normal;
}
cite.fn a{
	color: #000;
	text-decoration: none;
}
.comment-meta a {
	font-size: 12px;
	color: #86ae3e;
	line-height: 16px;
	text-decoration: none;	
}

#respond {
	margin-top: 30px;
	background: url(img/bg_comments_wrapper.png) no-repeat left top;
	padding-top: 30px;
	
}

#respond p {
	margin-bottom: 10px;
}
#respond input,
#respond textarea {
	padding: 4px;
	font-size: 14px;
	border: 1px solid #bababc;
	background: #e8e9ea;
	
}
#respond textarea {
	width: 600px;
}

#respond label {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 10px;
}


/* BUTTON */
.btn {
	display:inline-block;
	background:none;
	margin:0;
	padding:3px 0;
	border-width:0;
	overflow:visible;
	font-size: 14px;
	text-decoration:none;
	color:#333;
}
* html button.btn {
	padding-bottom:1px;
}
html:not([lang*=""]) button.btn {
	margin:0 -3px;
}
.btn span {
	background:#ddd url(img/bg-button.gif) repeat-x 0 0;
	margin:0;
	padding:3px 0;
	border-left:1px solid #bbb;
	border-right:1px solid #aaa;
}
* html .btn span {
	padding-top:0;
}
.btn span span {
	position:relative;
	padding:3px .4em;
	border-width:0;
	border-top:1px solid #bbb;
	border-bottom:1px solid #aaa;
}


div.alignleft { 
	float: left;
}

