/*-----------------------------------------------------------------------------
[Olympus PEN] Fallback Screen Stylesheet

version:   1.0
date:      2010-02-26
author:    Lennart Basler
email:     lennart@polargold.de
-----------------------------------------------------------------------------*/


/* General
-----------------------------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	background: #FFF;
}

a:focus, object:focus { /* important mozilla flash fix */
	outline: none;
	-moz-outline-style: none;
}

.clear {
	clear: both;
}

body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

* {
	outline: none;	
}

a {
	text-decoration: none;
	color: #fff;
}

/* Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* Top Bar
-----------------------------------------------------------------------------*/
#topbar {
	background: #fff url(../images/topbar-bg.png) repeat-x;
	height: 27px;
	overflow: hidden;
}

#topbar .left {
	color: white;
	float: left;
	margin: 0 10px;
}

#topbar .left a {
	background: url(../images/arrow-left.png) 0 1px no-repeat;
	padding-left: 20px;
}

#topbar .left a:hover {
	background: url(../images/arrow-left.png) 0 -15px no-repeat;
	padding-left: 20px;
	color: #bababa;
}

#topbar a {
	line-height: 27px;
}

/* Layout
-----------------------------------------------------------------------------*/
#launcher {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 980px;
	overflow: hidden;
	background: #fff url(../images/bg.jpg) top left no-repeat;
}

#wrapper {
}

#content {
	margin: 50px 30px;
	line-height: 1.4;
}

h1 {
	font-size: 38px;
	font-weight: bold;
	letter-spacing: -0.5pt;
	word-spacing: 1.2pt;
	line-height: 1.1;
}

#content p {
	font-size: 16px;
	color: #717171;
	padding-top: 20px;
}

/* Button
-----------------------------------------------------------------------------*/
#button {
	width: auto !important;
	width: 1px;
	height: 29px;
	padding-top: 20px;
	overflow: visible;
	white-space: nowrap;
}

#button a {
	display: block;
	float: left;
	height: 29px;
	background: url(../images/btn-left.png) no-repeat;
}

#button a:hover {
	background: url(../images/btn-left.png) bottom left no-repeat;
}

#button a span {
	display: block;
	height: 24px;
	background: url(../images/btn-right.png) top right no-repeat;
	padding-right: 35px;
	padding-top: 5px;
	padding-left: 10px;
}

#button a:hover span {
	background: url(../images/btn-right.png) bottom right no-repeat;
}


