/*
Theme Name: brinning.net 09
Theme URI: http://www.brinning.net/
Description: Markup, CSS + JS fuer brinning.net von Christian Fleschhut
Version: 0.1
Author: Christian Fleschhut
Author URI: http://www.christianfleschhut.de/
*/


/* "Delicious" font by Jos Buivenga (exljbris) -> www.exljbris.nl */

@font-face {
	font-family: Delicious;
	src: url("../fonts/Delicious/Delicious-Roman.otf") format("opentype");
}
@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url("../fonts/Delicious/Delicious-Bold.otf") format("opentype");
}
@font-face {
	font-family: Delicious;
	font-style: italic;
	src: url("../fonts/Delicious/Delicious-Italic.otf") format("opentype");
}
@font-face {
	font-family: Delicious;
	font-weight: bold;
	font-style: italic;
	src: url("../fonts/Delicious/Delicious-BoldItalic.otf") format("opentype");
}

body {
	margin: 0;
	padding: 0;
	/*font: 62.5%/1.4 Delicious, "American Typewriter", Consolas, "Courier New", Courier, monospace;*/
	font: 62.5%/1.4 Delicious, Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #575757;
	background: #fff;
}

/* Links */

a:link {
	color: #A3C2E1;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #A3C2E1;
	font-weight: bold;
	text-decoration: none;
}
a:focus {
	color: #75ABE0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #75ABE0;
	outline: none;
}
a:hover {
	color: #A3C2E1;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #A3C2E1;
}
a:active {
	color: #E075AB;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #E075AB;
	background: none;
	outline: none;
	position: relative;
	top: 1px;
}
a img {
	border: none;
}

/* Headlines */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em;
	font-size: 100%;
}
h1 { font-size: 320%; }
h2 { font-size: 280%; }
h3 { font-size: 240%; }


/* Container */

div#container {
	width: 760px;
	margin: 0 auto;
}

/* Header */

div#header {
	padding-top: 90px;
}
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
h2#intro {
	text-shadow: 0px 1px 1px #999;
}

/* Content */

div#content {
	font-size: 240%;
	margin: 0 0 40px;
}
em.publications {
	font-weight: bold;
}

.highlite_1 {
	background: #BBD873;
	color: #fff;
	padding: 2px 5px;
}
.highlite_2 {
	background: #ffc;
	padding: 5px 5px;
}

div.pic img {
	display: block;
	margin: 0.25em 0 0 0;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
}
div.pic a {
	display: block;
	padding: 5px 0;
	text-align: center;
	font: 12px Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #ccc;
	border: none;
}
div.picLeft {
	float: left;
	margin: 0 30px 10px 0;	
}
div.picRight {
	float: right;
	margin: 0 0 10px 30px;	
}


/* Footer */

div#footer {
	font-size: 180%;
	clear: both;
	margin: 0 0 40px;
	border-top: 1px solid #eee;
}
div#footer p {
	padding: 0 10px;
	text-align: center;
}


/* Plugins */

img#pageCurl {
	display: none;
}
body.js img#pageCurl {
	display: block;
}
body.js div#turn_object:hover {
	cursor: pointer;
}