﻿/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

* {
	margin: 0;
	padding-top: 80;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
 
html {
	background: #fdfdfb url(bg.jpg) center 0 repeat;
}

input, select, textarea, body {
	font-family: "droid-sans-1", "droid-sans-2", "droid-sans-1", "droid-sans-2", "Myriad Web Pro", "Myriad Pro", Tahoma, Arial;
	font-size: 22px;
}

body {
	text-align: center;
	border: 0;
	color: #7c7c7b;
	background: url(bg-top.jpg) center 8px no-repeat;
	line-height: 22px;
	font-size: 14px;
}

body#blog {	
	background: url(bg-blog-top.jpg) center 0 no-repeat;
}

#outer {	
	background: url(bg-top2.jpg) center 151px no-repeat;
	border-top: 8px solid #303e3f;
}	

body#blog #outer {	
	background: url(bg-blog-top2.jpg) center 181px no-repeat;
}

body#work, body#work #outer {	
	background: #222f30;
	background-image: none;
	border: none;
	color: #7c8889;
}

div.wrap {
	margin: 0 auto;
	width: 960px;
	text-align:left;
	z-index: 5;
}

div#nav {
	position: relative;
}

/* added by Frank */
#home div#nav {
	position: fixed;
	z-index: 10;
	top: 170px;
}

#work div#nav {
	position: fixed;
	top: 0px;
	width: 940px;
	height: 100px;
	padding: 0 10px;
	z-index: 25;
}

body#work .fade-top {
	position: fixed;
	background: url(fade-top.png) 0 bottom repeat-x;
	height: 122px;
	width: 100%;
	z-index: 20;
}

body#work .fade-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(fade-bottom.png) 0 bottom repeat-x;
	height: 93px;
	width: 100%;
}

#work .intro {
	padding: 100px 0 0 10px;
}

.section {
	position: relative;
	clear: both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 170px;
}

#work .section {
	padding: 30px 0 30px 10px;
	clear: both;
	position: static;
	border-bottom: 1px dotted #434d4e;
}

#work .section .columns-6 {
	position: relative;
}	


div.section-intro {
	padding-top: 100px;
	padding-bottom: 0px;
}	

div.section-work div.portfolio {
	background: url(bg-work.jpg) 0 0 no-repeat;
	width: 490px;
	height: 464px;
	float: right;
	margin: 30px 0 0 0;
}

div.article {
	margin-left: 90px;
}

div.section-blog {
	background: url(bg-blog.jpg) 100px 210px no-repeat;	
}

div.section-about {
	background: url(bg-about.gif) 843px 220px no-repeat;	
}

div.section-projects {
	background: url(bg-projects.jpg) 463px 175px no-repeat;	
}

div.section-contact {
	background: url(bg-contact.jpg) 370px 30px no-repeat;	
	padding-bottom: 100px;
}

div.section-contact div.middle {
	padding-top: 240px;
}

div.section-about div.last {
	margin-top: 308px;
}

div.google {
	position: absolute;
	top: 295px;
	left: 603px;
	width: 340px;
	height: 342px;
	background-image: url(kai-google.jpg);
	background-position: -140px 18px;
	background-repeat: no-repeat;
}

div.google:hover {
	background-position: 0px 18px ;
}	

div.columns-1 {
	width: 60px;
}

div.columns-2 {
	width: 140px;
}

div.columns-3 {
	width: 400px;
}

div.columns-4 {
	width: 00px;
}

div.columns-5 {
	width: 670px;
	z-index: 5;
}

div.columns-6 {
	width: 460px;
}

div.margin-20-left {
	margin-left: 20px;
}

div.margin-10-left {
	margin-left: 10px;
}

div.margin-20-right {
	margin-right: 20px;
}

/* changed by Frank */
#footer {
	height: 90px;
	width: 100%;
	position:fixed;
	background: #c83829;
	left: 0px;
	bottom: 0px;
	z-index: 11000;
}

#footer div {
	width: 950px;
	margin: 0 auto;
	padding: 13px 0 0 10px;
	color: #eca69e;
	position: relative;
}

#inlinefooter, .article blockquote {
	padding: 18px 0 0 0;
	font-style: italic;
	margin: 0 0 170px 0;
	text-align: center;
	border-bottom: 1px dotted #d4d4cd;
	clear: both;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 16px;
}

.article blockquote {
	padding: 0;
	margin: 0 0 0 -40px;
	border: none;
	text-align: left;
}

#work #inlinefooter {
	margin: 0;
	border-bottom: none;
	color: #4e595a;
}

#blog form div {
	position: relative;
}

.blognav {
	border-top: 1px dotted #d4d4cd;
	border-bottom: 1px dotted #d4d4cd;
	line-height: 18px;
	clear: both;
}

.blognav p.middle {
	text-align: center;
	float: left;
	width: 160px;
}

.blognav p.middle strong {
	font-weight:normal;
}

.blognav p.right {
	text-align: right;
}	

#blog .head {
	padding: 40px 350px 0 0;
}

#blog .desc {
	padding-top: 185px;
	margin-right: 10px;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 16px;
}

#blog .comments {
	padding: 30px 0 45px 90px;
}

#blog .comments .item {
	position: relative;
	padding-top: 15px;
}

#blog .comments .kai {	
	left: -40px;
}

/* Headlines ######################################################### */		


h1 {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 60px;
	font-weight:normal;
	line-height: 83px;
	color: #c83829;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: normal;
	padding: 0 0 5px 0;
}

.section-blog .columns-4 h2, .section-projects h2 {
	font-size: 18px;
	line-height: 26px;
}

.section-projects h2 {
	outline: none;
	background: url(arrow-accordion.gif) 0px 13px no-repeat;
	padding: 5px 0 9px 13px;
	border-bottom: 1px dotted #d4d4cd;
}

.section-projects  h2.ui-state-active {
	background: url(arrow-accordion.gif) 0 -25px no-repeat;
	border: none;
}

.section-blog h2 {
	position: relative;
}

.section-blog .columns-6 h2, #blog .article h2, #blog .comments h2, #work h2 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 15px;
}

#blog .article h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	padding: 0 0 15px 0;
	color: #303e3f;
	margin: 0;
}

#work h2 {
	color: #fff;
} 

#blog h1 {
	padding-bottom: 40px;
}

#blog .comments h2 {
	margin-left: -40px;
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {
	color:#333;
	text-decoration: none;
	outline: none
}
a:hover {color:#c83829;}

.font-grey a:link, .font-grey a:visited, .font-grey a:active {color:#afafa6; text-decoration: underline}
#footer a:link, #footer a:visited, #footer a:active { color: #eca69e; text-decoration: underline}
#work #inlinefooter a:link, #work #inlinefooter a:visited, #work #inlinefooter a:active { color: #4e595a; text-decoration: underline}

a.button {
	background: #303e3f;
	display: inline-block;
	padding: 9px 13px 8px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: -1px -1px #000;
	position: relative;
	cursor: pointer;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a.button:active {
	top: 1px;
}	

#work a.button {	
	background: #717c7d;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #222c2d;
	-webkit-box-shadow: 0 1px 3px #222c2d;
	text-shadow: -1px -1px #4d5a5b;
}

#work a.button:hover {
	background: #859394;
}

#work #nav a.button {
	margin: 25px 0 0 0;
}	

a.button:hover {
	background: #3f4d4f;
	text-shadow: -1px -1px #303e3f;
}	

#footer a.button {
	background: #eca69e;
	color: #c83829;
	-moz-box-shadow: 0 1px 3px #a22916;
	-webkit-box-shadow: 0 1px 3px #a22916;
	text-shadow: none;
	float: right;
	text-decoration: none;
	margin: 8px 10px 0 0 ;
}

#footer a.button:hover {
	background: #f2bcb6;
}	

/* changed by Frank */ 
.portfolio a.button {
	z-index: 9999;
	position: absolute;
	top: 450px;
	left: 593px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}

.social a {
	width: 24px;
	height: 24px;
	margin: 0 10px;
	display: inline-block;
	text-indent: -1111em;
	background-image: url(social.gif);
	background-repeat: no-repeat;
}

.social a.twitter {
	background-position: 0 0;
}

.social a.twitter:hover {
	background-position: 0 -24px;
}

.social a.flickr {
	background-position: -24px 0;
}

.social a.flickr:hover {
	background-position: -24px -24px;
}

.social a.lastfm {
	background-position: -48px 0;
}

.social a.lastfm:hover {
	background-position: -48px -24px;
}

.social a.rss {
	background-position: -72px 0;
}

.social a.rss:hover {
	background-position: -72px -24px;
}

p.date span.com-amount a {
	text-decoration: none;
	color: #fff;
}

#blog .comments .item a.number, #blog .comments .item a.number:visited {
	position: absolute;
	top: 30px;
	z-index: 1;
	left: -25px;
	font-size: 100px;
	letter-spacing: -1px;
	font-style: italic;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	color: #edede7;
}

#blog .comments .item a.number:hover {
	color: #e3e3da;
}	

#work .section .columns-6 a {
	display: block;
	width: 16px;
	height: 18px;
	padding: 15px;
	text-indent: -1111em;
	position: absolute;
	top: 38px;
	opacity: 0.3;
}	

#work .section .columns-6 a.left {
	background: url(go-left.png) center center no-repeat;
	left: -40px;
}

/* changed by Frank */ 
#work .section .columns-6 a.right {
	background: url(go-right.png) center center no-repeat;
	left: 631px;
}

#work .section .columns-6 a:hover {
	opacity: 1;	
}	
	
/* Fonts ######################################################### */

.font-grey {color:#afafa6;}

.font-large {
	font-size: 40px;
	line-height: 10px;
	color: #c83829;
}

div.article p.font-large {
	position: relative;
	left: -40px;
}

p {
	padding:0 0 22px 0;
}

div.google p.block {
	background: url(grunge.png) 0 0 no-repeat;
	height: 300px;
	width: 50px;
	padding: 0;
}	

p.date, div.archive ul li span.post, #work p.details {
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;	
	position: relative;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
}	

#work p.details {
	line-height: 20px;
	color: #4e595a;
}	

p.date span, #work p.details span {
	font-style: italic;
	text-transform: none;
}	

#footer div p.tweet {
	width: 700px;
	text-align: left;
	padding: 0 0 0 0px;
	height: 55px;
	float: left;	
	line-height: 20px;
}

#footer div p.tweet span {
	font-style: italic;	
	color: #e27d6e;
	white-space: nowrap;
}	

p.social {
	border-bottom: 1px dotted #d4d4cd;
	margin-bottom: 15px;
}

.section-blog p.block {
	display: block;
	float: right;
	width: 175px;
	height: 75px;
}

#accordion p {
	padding-left: 13px;
}

form p {
	width: 266px;
	height: 35px;
	padding: 0;
	margin: 0 0 12px 0;
	background: url(form-txt.gif) 0 0 no-repeat;
}

form p.area {
	width: 266px;
	height: 174px;
	margin: 0;
	background: url(form-area.gif) 0 0 no-repeat;
	margin-bottom: 12px;
}

form p.layout-slider {
	background: none;
	padding: 10px 0 0 4px;
	margin-bottom: 0;
}	

.section-blog h2 a span {
	display: none;
	background: url(bubble.png) 0 0 no-repeat;
}

.section-blog h2 a:hover span, p.date span.com-amount {
	display: block;
	position: absolute;
	top: -18px;
	left: -36px;
	background: url(bubble.png) 0 0 no-repeat;
	width: 35px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 2.2;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
}	

#blog .article p.date span.com-amount {
	background: url(bubble-blue.png) 0 0 no-repeat;
	top: -8px;
	left: -40px;
	font-style: normal;
} 

.blognav p a span, .comments .item p span.font-grey {
	
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;	
	position: relative;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
}	

.blognav p a span span, .comments .item p span.font-grey span {
	font-style: italic;
	text-transform: none;
}	

.blognav p {
	padding: 6px 0 10px 0;
	width: 400px;
}

div.archive ul li p {
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 10px;
}	

div.archive ul li span.post {
	width: 50px;	
	display: block;
	float: right;
	line-height: 20px;
}	

.comments .item p.author {
	border-bottom: 1px dotted #d4d4cd;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.comments .item p {
	position: relative;
	z-index: 10;
}		

/* Navigation ######################################################### */

#nav ul {
	width: 90px;
	padding: 0;
	margin: 0;
	list-style-type: none;

}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
}	

#nav ul li a {
	text-align: right;
	width: 70px;
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #717c7d;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav ul li a:hover {
	color: #303e3f;
}	

#nav ul li.current a {
	background: #303e3f;
	color: #fff;
}
	
/* Images ######################################################### */	

img {
	border:0;
}

div.section img.logo {
	position: absolute;
	top: 78px;
	left: 713px;
}

div.section-intro img.logo {
	top: 160px;
}

div.section-intro img.hummer {
	position: absolute;
	top: 170px;
	left: 540px;
}

div.section-work img.deco {
	position: absolute;
	top: -214px;
	left: 680px;
} 

div.section-projects img.deco {
	position: absolute;
	top: 0px;
	left: 540px;
} 

div.section-about img.deco {
	position: inherit;
	top: -102px;
	left: 608px;
}  

div.section-blog img.deco {
	position: static;
	top: -19px;
	left: 450px;
}  

#footer div img {
	position: absolute;
	top: -24px;
	left: 0px;
}

#blog form div img {
	position: absolute;
	top: -34px;
	left: 0px;
}	

#blog #nav img.logo {
	position: absolute;
	top: 50px;
	left: 630px;
	padding:0 0 30px 80px;
}


/* changed by Frank */
img.frame, img.avatar { 
	border: 7px solid #fff;	
	-moz-box-shadow: 0 0 3px #d1d1ce;
	-webkit-box-shadow: 0 0 3px #d1d1ce;
}

img.shadow {
	-moz-box-shadow: 0 0 3px #d1d1ce;
	-webkit-box-shadow: 0 0 3px #d1d1ce;
}

/* added by Frank */
img.avatar-default { 
	display: none;
}

.article img.large {
	margin: 0 0 20px -40px;
}

/* changed by Frank */
.article img.small-right, .article img.alignright {
	margin: 0 -80px 20px 20px;
	float: right;
}	

/* changed by Frank */
.article img.small-left, .article img.alignleft {
	margin: 0  20px 20px -40px;
	float: left;
}	

.comments .item img {
	float: right;
	margin: 0 0 10px 10px;
	z-index: 15;
	position: relative;
}

#work #nav img {
	margin: 25px 0 0 0;
	float: right;
}

#work .section img {
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
}
	
/* Tables ######################################################### */


	

/* Lists ######################################################### */

div.archive ul {
	margin: 0;
	padding: 30px 30px 30px 100px;
	list-style-type: none;
	border-top: 1px dotted #d4d4cd;
	clear: both;
}

div.archive ul li {
	margin: 0;
	padding: 2px;
	clear: both;
}

/* Forms ######################################################### */

button {
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 16px;
	color: #626f70;
}

form {
	padding: 17px 0 17px 17px;
	margin: 0;
	background: #303e3f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#blog #nav form {
	width: 283px;
	position: fixed;
	top: 570px;
	margin-left: 650px;
	z-index: 50;
}

form p input.txt {
	float: left;
	width: 165px;
	margin: 8px 0 0 10px;
	border: none;
	background: transparent;
}

form p textarea {
	width: 243px;
	height: 135px;
	margin: 8px 0 0 10px;
	border: none;
	background: transparent;
}

form label {
	float: right;
	padding: 12px 10px 0 0;
	width: 70px;
	text-align: right;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #303e3f;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;	
}

form .layout-slider label {
	color: #b8c2c3;
	width: 60px;
	padding: 10px 14px 0 0;
}

form p.area label {
	padding-top: 3px;		
}

label.error {
	color: #c83829;	
}

form button {
	background: #717c7d;
	display: inline-block;
	padding: 7px 13px 6px;
	width: 259px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #222c2d;
	-webkit-box-shadow: 0 1px 3px #222c2d;
	text-shadow: -1px -1px #4d5a5b;
	position: relative;
	cursor: pointer;
	border: none;
	margin: 4px 0 4px 4px;
}

form button:hover {
	background: #859394;
}

form button:active {
	top: 1px;
}


/* Slideshow ######################################################### */

/* changed by Frank */
#slideshow {
    position:relative;
	height: 295px;
	margin: 76px 15px 55px 25px;
	overflow: hidden;
}

/* added by Frank */
.slide-show {
	position:relative;
	width: 636px;
	height: 578px;
	overflow: hidden;
}

.slide-panel {
	position:relative;
	left: 0px;
	width: 9999px;
}

.slide-panel img {
	float:left;
	margin:8px;
}


/* Form-Slider ######################################################### */		


.jslider .jslider-bg i, .jslider .jslider-pointer { background: url(jslider.png) no-repeat 0 0; }

.jslider { display: block; width: 178px; height: 1em; position: relative; top: 0.6em; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; float: left; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td { width: 100%; vertical-align: top; }

.jslider .jslider-bg { position: relative; }
.jslider .jslider-bg i { height: 17px; position: absolute; font-size: 0; top: 0; }
.jslider .jslider-bg .l { width: 50%; background-position: 0 0; left: 0; }
.jslider .jslider-bg .r { width: 50%; left: 50%; background-position: right 0; }
.jslider .jslider-bg .v { position: absolute; width: 60%; left: 20%; top: 0; height: 5px; background-position: 0 -20px; }

.jslider .jslider-pointer { width: 16px; height: 25px; background-position: 0 -30px; position: absolute; left: 20%; top: -4px; margin-left: -6px; cursor: pointer; cursor: hand; }
.jslider .jslider-pointer-hover { background-position: -20px -30px; }
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label {  line-height: 11px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -17px; left: 0px; color: #b8c2c3}
.jslider .jslider-label-to { left: auto; right: 0; color: #b8c2c3}

.jslider .jslider-value {  white-space: nowrap; padding: 4px; position: absolute; top: -25px; left: 20%; background: none; line-height: 11px; color: #b8c2c3; -moz-border-radius: 3px;	-webkit-border-radius: 3px; }
.jslider .jslider-value-to { left: 80%; }

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: 9px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins {text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label { display: none; }



/* Misc ######################################################### */		

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}	

