/*-----------------------------------------------------------------------------
[Olympus PENGIANT] Screen Stylesheet

version:   1.0
date:      2010-05-18
author:    Manuel Boy
email:     manuel@polargold.de
-----------------------------------------------------------------------------*/


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

html {
	width: 100%;
	height: 100%;
	background: #000 url(../img/footer_bg.png) bottom left repeat-x;
}

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%;
}

/* Layout
-----------------------------------------------------------------------------*/
#launcher {
	width: 100%;
	height: 100%;
	min-height: 600px;
	min-width: 960px;
	overflow: hidden;
}

#container {
	min-height: 600px;
	min-width: 960px;
	height: 600px;
}

#wrapper {
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: url(../img/footer_bg.png) top left repeat-x;
	height: 69px;
	min-height: 69px;
	overflow: hidden;
}

	#fb-box {
		height: 69px;
		background: url(../img/footer_widget_bg.jpg) top left no-repeat;
		width: 300px;
		overflow: hidden;
		float: left;
	}
	
	#fb-box iframe {
		margin: 8px 0 0 8px;
	}
	
	#footer ul {
		float:  right;
		list-style: none;
	}
	
		#footer ul li {
			float: right;
			list-style: none;
			display: inline;
			font-size: 11px;
			color: #c2cbd6;
		}
		
		#footer li a {
			display: block;
			color: #c2cbd6;
			margin-right: 12px;
			margin-top: 45px;
		}

			#footer li a:hover {
				text-decoration: underline;
			}

