/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
} 

body {
	text-align: left;
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 14px;
	border: 0;
	color: #000;
	background:#e1f1f7 url(../_pix/bg.jpg) center 0 no-repeat ;
	line-height: 20px;
}	

div.wrap {
	width: 700px;
	margin: 0 auto;
	padding: 171px 0 20px 0;
}

div.participants {
	height: 170px;
	background: url(../_pix/participants.png) center center no-repeat;
	text-indent: -1111em;
}


/* Headlines ######################################################### */		


h1 {
	padding: 0;
	margin: 0;
	text-indent: -1111em;
}

h1.ebook {
	background: url(../_pix/h-ebook.png) 0 0 no-repeat;
	height: 64px;
	margin-bottom: 30px;
}

h1.release {
	background: url(../_pix/h-release.png) 0 0 no-repeat;
	height: 64px;
	margin-bottom: 30px;
}

h1.main {
	background: url(../_pix/h-main.png) 0 0 no-repeat;
	height: 172px;
	width: 353px;
	float: left;
	margin: 0 0 45px -5px;
}

h1.behind {
	background: url(../_pix/h-behind.png) center center no-repeat;
	height: 12px;
	padding: 15px;
	border-bottom: 2px solid #000;
	border-top: 4px solid #000;
	clear: both;
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#1881ae; text-decoration: none; outline: none}
a:hover {text-decoration: underline}

a.logo:link, a.logo:active, a.logo:visited {
	width: 319px;
	height: 224px;
	display: block;
	text-indent: -1111em;
	background: url(../_pix/logo.png) 0 0 no-repeat;
	position: absolute;
	top: -135px;
	left: -50px;
}

a.twitter {
	width: 186px;
	height: 106px;
	display: block;
	text-indent: -1111em;
	background: url(../_pix/twitter.png) 0 0 no-repeat;
	position: absolute;
	top: -140px;
	left: 515px;
}

a.twitter:hover {
	background: url(../_pix/twitter.png) 0 -106px no-repeat;
}

/* Fonts ######################################################### */

.font-grey {color:#878787;}

p {
	padding: 15px 0 45px 0;
	width: 320px;
	float: right;
}


/* Navigation ######################################################### */


	
/* Images ######################################################### */	

img {
	border:0;
}

	
/* Tables ######################################################### */

	

/* Lists ######################################################### */



/* Forms ######################################################### */

		


/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}	

.relative {
	position: relative;
}