/* ---------------------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------------------- */
html, body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ol, ul, li, dl, dt, dd,
table, th, td,
form, fieldset, legend, label, input, textarea {
	margin: 0;
	padding: 0;
}
img, fieldset { border: 0; }


/* 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;
	}
	.marginal 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 .marginal {
		background: #000;
		height: 40px;
		left: -240px;
		padding-left: 10px;
		position: absolute;
		top: 0;
		width: 210px;
	}
		.marginal 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 {
	position: absolute;
	right: -240px;
	top: 0;
	width: 220px;
}


/* HEADER
--------------------------------------------------------------------------------------------- */
header {
	display: block;
	margin: 0 10px 60px;
	position: relative;
}
	header 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;
}


/* 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; }
#portfolio ul { list-style-type: none; }
	#portfolio li { 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; }


