/*-----------------------------------------------------------------------------
[perfectday] Screen Stylesheet

version:   1.0
date:      2009-11-02
author:    Manuel Boy | polargold GmbH
email:     manuel@polargold.de

website:   perfectday.gb.com
-----------------------------------------------------------------------------*/


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

/* General
-----------------------------------------------------------------------------*/
* {
	outline: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
}

p {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 1.2em;
}

	p a {
		color: #d32234;
	}

	p a:hover {
		color: #FFF;
	}


ul, ol {
	font-size: 13px;
	line-height: 1.5;
	padding-left: 2em;
}
	
	ul li {
		list-style: disc;
		margin-bottom: .3em;
	}

/* Styles for layout
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}

a img {
	border: none;
}

/* Document
-----------------------------------------------------------------------------*/
html {
	background: #000;
	overflow: hidden;
}

body {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 13px;
	overflow: hidden;
	color: #999;
}

#wrapper {
	overflow: hidden;
}

#content {
	min-height: 650px;
	overflow: hidden;
	background: url(../images/background.jpg) top left repeat-x;
}

/* Preloader
-----------------------------------------------------------------------------*/
.QOverlay {
	background-color: #000;
	z-index: 9999;
}

.QLoader {
	background: #d32234;
	height: 3px;
}

/* Wall
-----------------------------------------------------------------------------*/
#wall {
	position: absolute;
	height: 650px;
	z-index: 1;
}

	table#wall-grid {
		border-spacing: 0;
		margin: 0;
		padding: 0;
		display: block;
	}
		
		table#wall-grid td {
			padding: 0;
			margin: 0;
			width: 750px;
		}
			
		table#wall-grid td img {
			display: block;
			width: 750px;
		}
		
	.client-marker {
		position: absolute;
		z-index: 500;
		width: 50px;
		height: 50px;
		display: block;
	}
			
		.client-marker a {
			width: 50px;
			height: 50px;
			display: block;
			background-position: top left;
			background-repeat: no-repeat;
		}
			
		.client-marker a:hover {
			background-position: bottom left;
		}
		
		.client-marker a span {
			display: none;
		}
			
		.marker-type-link a {
			background-image: url(../images/buttons/button_link.png);
		}
			
		.marker-type-video a {
			background-image: url(../images/buttons/button_video.png);
		}
			
		.marker-type-info a {
			background-image: url(../images/buttons/button_info.png);
		}
		
/* Application Menu
----------------------------------------------------------------------------- */
#menu {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
    background: url(../images/black_transparency.png);
}

#application-menu {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 500px;
}
	
	#application-menu li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		float: left;
		position: relative;
		line-height: 1;
	}
		
		#application-menu li.active a {
			color: #d32234;
		}
		
		#application-menu li.active li a {
			color: #FFF;
		}
	
	#application-menu a {
		position: relative;
		display: block;
		text-decoration: none;
		padding: 6px 10px;
	}

#application-menu ul.dropdown {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 100%;
	width: 250px;
	display: none;
	z-index: 997;
	left: 0;
    background: url(../images/black_transparency.png);
}
	
	#application-menu ul.dropdown li {
		margin: 0;
		padding: 0;
		float: none;
		position: relative;
		list-style: none;
		line-height: 1;
		display: inline;
	}
		
		#application-menu ul.dropdown li a {
			display: block;
			padding: 6px 10px;
		}
		
		#application-menu li a {
			color: #FFF;
		}
		
		#application-menu li a:hover,
		#application-menu li.active li a:hover {
			color: #d32234;
		}
			
			#application-menu li a span {
				display: block;
			}

/* Team List
-----------------------------------------------------------------------------*/
#team-overview {
}

	.team-person {
		width: 210px;
		float: left;
		margin-bottom: 10px;
	}

	.team-person-image {
		float: left;
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}

	.team-person-data {
		float: left;
		width: 150px;
	}

	.team-person-data h3 {
		font-size: 13px;
	}

	.team-person-data h5 {
		font-size: 11px;
		font-weight: normal;
		color: #FFF;
	}


/* Help
-----------------------------------------------------------------------------*/

#help {
}
	
	.help-item {
		margin-bottom: 10px;
	}
	
	.help-icon {
		width: 70px;
		float: left;
	}
	
	
	
	.help-text {
		width: 470px;
		float: left;	
	}
	
	.help-text-news {
		width: 160px;
		float: right;
		margin-top: 70px;
		text-decoration:underline;
		 font-size: 14px;
		 color: #d32234;
			
	}
		


	.help-icon-news {
		width: 80px;
		float: right;
		margin-top: 46px;	
	}	
		
		.help-text h3 {
			font-size: 14px;
			margin-top: 10px;
		
		}
		
	
		

/* Contact Info
-----------------------------------------------------------------------------*/

#contact-info {
}

	.contact-column {
		width: 200px;
		float: left;
	}


/* Tooltip
-----------------------------------------------------------------------------*/

.tooltip {
	display: none;
    background: url(../images/black_transparency.png);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	-opera-border-radius: 5px;
	position: absolute;
	margin-left: 50px;
	margin-top: -50px;
	z-index: 9999;
	width: 300px;	
	font-size: 13px;
	color: #FFF;
}
	
	.tooltip-inner {
		color: #FFF;
		padding: 15px;
	}
	
	.tooltip h3 {
		font-size: 14px;
		margin-bottom: .5em;
		color: #FFF;
	}
	
	.tooltip h4 {
		font-size: 13px;
		margin-bottom: .5em;
		color: #d32234;
	}


/* Dialog Window
-----------------------------------------------------------------------------*/
	
#dialog {
    position: fixed;
    z-index: 600;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 580px;
    height: 440px;
    background: url(../images/black_transparency.png);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	-opera-border-radius: 5px;
	font-size: 12px;
}

.jqmOverlay { background-color: #000; }

* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

	#dialog-header {
		padding: 13px 20px;
		cursor: move;
	}
	
		#dialog-header h3 {
			font-size: 14px;
			color: #FFF;
			border-bottom: 2px solid #222;
			padding-bottom: 5px;
			
		}
		
		#dialog-header span {
			float: left;
			width: 400px;
		}
		
		#dialog-header h3 a {
			text-align: right;
			float: right;
			color: #FFF;
			text-decoration: none;
			font-size: 11px;
		}
	
	.jqmClose {
		display: none; /* this is undone by js */
		width: 55px;
		height: 15px;
		background: url(../images/close.png) no-repeat;

		
		
	}
		
		.jqmClose span {
			display: none;
		}
		
	#dialog-wrapper {
		height: 380px;
	}
		
	#dialog .loading {
		background: url(../images/ajax-loader.gif) center center no-repeat;
	}
	
	#dialog-content {
		color: #FFF;
		padding: 0 20px;
	}
	
	#dialog-content h4 {
		font-size: 14px;
		margin-bottom: .5em;
		color: #d32234;
	}
	
	.youtube-container {
		margin: 0 auto;
		width: 425px;
	}

/* News Item
-----------------------------------------------------------------------------*/
.news-item {
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
	
	#news-wrapper h3 {
		color: #d32234;
		font-size: 14px;
	}

	#news-wrapper h4 {
		font-weight: normal;
		color: #FFF;
		font-size: 12px;
	}
	
	#dialog #news-wrapper {
		height: 350px;
		overflow: auto;
	}

