/* ---------------------------------------------------------------------------------------------
oliver-breuer.com
CSS by Oliver Breuer

Colors:
beige - #f3f1e5,
black 5% - #e7e5d9;
black 10% - #dad8ce;
black 15% - #cfcdc3;
black 35% - #adaca3;
black 50% - #797872;
--------------------------------------------------------------------------------------------- */


/* Reset
------------------------------------------------------------------------------------ */
/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

/* HTML5 work-around for older versions of Firefox and Opera */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

ul { list-style:none; }

blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }


/* Global Definitions
--------------------------------------------------------------------------------------------- */

@font-face {
	font-family: "Museo Sans";
	src: url(../files/MuseoSans_500.otf) format('opentype');
}

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
}

body {
	background: #f3f1e5;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 60px 0 20px;
	text-align: center;
	position: relative;
}
p, li, td { font-size: 12px; line-height: 20px; }
p { margin-bottom: 20px; }
img {
	/* forhanded styling of alt-text */
	color: #999;
	font-size: 12px;
	font-style: italic;
}
a {
	border-bottom: 1px dotted #000; 
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
	a:hover { border: 0; }
	p a {
		color: #000;
		font-weight: normal;
		padding: 2px 0;
	}
	section header h1+a {
		background: url(../images/arrow.png) no-repeat;
		border: 0;
		display: block;
		height: 20px;
		outline: none;
		overflow: hidden;
		position: absolute;
		right: 10px;
		text-indent: -9999px;
		top: 10px;
		width: 20px;
		z-index: 20;
	}
	
section {
	display: block;
	margin: 0 250px 60px;
	position: relative;
}
	section header {
		background: #000;
		height: 40px;
		left: -240px;
		padding-left: 10px;
		position: absolute;
		top: 0;
		width: 210px;
	}
		section header h1 {
			color: #f3f1e5;
			font-size: 20px;
			font-weight: 300;
			letter-spacing: 1px;
			line-height: 40px;
			text-transform: uppercase;
		}
	section h2 {
		font-family: "Museo Sans", Helvetica, Arial, sans-serif;
		font-size: 18px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
aside,
section section {
	margin: 0;
	position: absolute;
	right: -240px;
	top: 0;
	width: 220px;
	z-index: 50;
}


/* HEADER
--------------------------------------------------------------------------------------------- */
header.intro {
	display: block;
	margin: 0 10px 60px;
	position: relative;
}
	header.intro h1 {
		background: url(../images/logo.png) no-repeat;
		height: 80px;
		margin-bottom: 40px;
		overflow: hidden;
		text-indent: -9999px;
		width: 320px;
	}
blockquote {
	color: #000;
	font-size: 24px;
	font-weight: 100;
	line-height: 40px;
	margin-left: 110px;
}
	blockquote a {
		color: #000;
		font-weight: 300;
		outline: none;
	}
a#jump-contact,
button {
	background: #000;
	border: 5px solid #dad8ce;
	color: #F3F1E5;
	display: block;
	font-family: "Museo Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 210px;
}
a#jump-contact {
	position: absolute;
	right: 0;
	top: 15px;
}
#announce {
	background: #dad8ce;
	color: #797872;
	font-size: 11px;
	height: 40px;
	padding: 5px 10px;
	width: 220px;
	
	position: absolute;
	right: 210px;
	top: 15px;
}
	#announce a {
		border: 0;
		color: #333;
		font-weight: normal;
	}


/* ABOUT
--------------------------------------------------------------------------------------------- */
#about img { z-index: 0; }
p#tweet {
	background: url(../images/bg_tweet.png) no-repeat;
	color: #797872;
	font-size: 11px;
	padding: 25px 10px 10px;
	position: absolute;
	left: 0;
	top: 130px;
	width: 200px;
	z-index: 20;
}
	p#tweet small {
		color: #adaca3;
		display: block;
		font-size: 8px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	p#tweet a {
		border: 0;
		color: #333;
		font-weight: normal;
	}


/* PORTFOLIO
--------------------------------------------------------------------------------------------- */
#portfolio img { border: 10px solid #e7e5d9; cursor: pointer; }
article { margin-bottom: 20px; position: relative; }
a.preview,
a.lightbox { border: 0; padding: 0 }
.slides { display: none; }


/* CONTACT
--------------------------------------------------------------------------------------------- */
legend { display: none; position: absolute; }
label { font-size: 12px; }
input, textarea {
	background: #f3f1e5;
	border: 1px solid #cfcdc3;
	color: #797872;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 18px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 5px 10px;
	text-align: left;
	width: 438px;
}
	input:focus, textarea:focus { border: 1px solid #333; color: #333; }
textarea { height: 120px; overflow: hidden; }
button {
	/* additional styling in HEADER section */
	cursor: pointer;
	height: 50px;
	width: 220px;
}

.error {
	border-color: #900;
	color: #900;
}
.note {
	background: #cfcdc3;
	border: 1px solid #797872;
	cursor: pointer;
	padding: 5px 10px;
}

#social a {
	background: url(../images/social_icons.gif);
	border: 0;
	display: block;
	float: left;
	height: 24px;
	margin-right: 10px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 24px;
}
	#social a[href*=skype] { background-position: 0 0; }
	#social a[href*=xing] { background-position: 0 -24px; }
	#social a[href*=twitter] { background-position: 0 -48px; }
	#social a[href*=flickr] { background-position: 0 -72px; }
	#social a[href*=delicious] { background-position: 0 -96px; }
	#social a[href*=facebook] { background-position: 0 -120px; }



