/**
* Root
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: transparent;
}
/**
* Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
*/
body { 
	font:13px/1.231 sans-serif; *font-size:small; 
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q { 
	quotes: none; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
	content: none; 
}

ins { 
	background-color: #ff9; 
	color: #000; 
	text-decoration: none; 
}

mark { 
	background-color: #ff9; 
	color: #000; 
	font-style: italic; 
	font-weight: bold; 
}

del { 
	text-decoration: line-through; 
}

abbr[title], dfn[title] { 
	border-bottom: 1px dotted; cursor: help; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0; 
}

input, select { 
	vertical-align: middle; 
}


select, input, textarea, button { 
	font:99% sans-serif; 
}

/* Normalize monospace sizing:
en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { 
	font-family: monospace, sans-serif; 
}

/**
* Minimal base styles.
*/
/* Always force a scrollbar in non-IE */
html { 
	overflow-y: scroll; 
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { 
	outline: none; 
}

ul, ol { 
	margin-left: 2em; 
}

ol { 
	list-style-type: decimal; 
}

small { 
	font-size: 85%; 
}

strong, th { 
	font-weight: bold; 
}

td { 
	vertical-align: top; 
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { 
	font-size: 75%; line-height: 0; position: relative; 
}

sup { 
	top: -0.5em; 
}

sub { 
	bottom: -0.25em; 
}

pre {
    white-space: pre; 
	white-space: pre-wrap; 
	word-wrap: break-word;
    padding: 15px;
}

textarea { 
	overflow: auto; 
}
 
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { 
	vertical-align: text-bottom; 
}

input[type="checkbox"] { 
	vertical-align: bottom; 
}

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { 
	cursor: pointer; 
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { 
	margin: 0; 
}

/* Colors for form validity */
input:valid, textarea:valid   { 
 }

input:invalid, textarea:invalid {
	border-radius: 1px; 
	-moz-box-shadow: 0px 0px 5px red; 
	-webkit-box-shadow: 0px 0px 5px red; 
	box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { 
	background-color: #f0dddd; 
}

/* These selection declarations have to be separate
No text-shadow: twitter.com/miketaylr/status/12228805301
Also: hot pink! */
::-moz-selection{ 
	background: #000000; 
	color:#fff; 
	text-shadow: none; 
}

::selection { 
	background:#000000; 
	color:#fff; 
	text-shadow: none; 
}

/* j.mp/webkit-tap-highlight-color */
a:link { 
	-webkit-tap-highlight-color: #888A13; 
}

/* Make buttons play nice in IE:
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  
	width: auto; 
	overflow: visible; 
}

/**
* You might tweak these..
*/
body, select, input, textarea {
	color: #444;

/* Set your base font here, to apply evenly */
/* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}

a, a:active, a:visited { 
	color: #888A13; 
	text-decoration: none; 
	background-color: transparent;
}

a:hover { 
	color: #888A13;
	text-decoration: underline; 
}

strong, b {
	font-weight: bold;
}

i, cite, em, var, address, dfn { 
	font-style: italic; 
}

.hidden { 
    display: none; 
    visibility: hidden; 
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
j.mp/bestclearfix */

.clearfix:before, .clearfix:after { 
	content: "\0020"; 
	display: block; 
	height: 0; overflow: hidden; 
}


.clearfix:after { 
	clear: both; 
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { 
	zoom: 1; 
}

body{ 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #ffffff; 
}

body:before {
	content: "";
	position: fixed;
	background: #242326;
	left: 0;
	right: 0;
	height: 0px;
	z-index:3000;
}

/************************************************************************************************/

body > .toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url(../images/toolbar.png) #6d84a2 repeat-x;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 25%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

#notification {
    display: none !important;
}

body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
}

.blueButton {
    -webkit-border-image: url(../images/blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.leftButton {
    left: 6px;
    right: auto;
}

#backButton {
    display: none;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../images/backButton.png) 0 8 0 14;
}

.whiteButton,
.redButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

.whiteButton {
    -webkit-border-image: url(../images/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.redButton {
    -webkit-border-image: url(../images/redButton.png) 0 12 0 12;
    color:#fff;
    text-shadow: #7a0001 0 -1px 0;
}

.grayButton {
    -webkit-border-image: url(../images/grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}

/*
	Additional CSS for the iOrbiter.
	Copyright Peer Oliver Schmidt 2008
	Licence GPL v2
	based on the regular button class in iUI

 */
.button2 {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 55px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
}

#homeButton {
    display: none;
    left: 60px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../images/backButton.png) 0 8 0 14;
}


/************************************************************************************************/

/* Menu 
-------------------------------------------------------------- */

a:hover#menu-icon {
	background-color: #C2B38F;
	border-radius: 4px 4px 0 0;
}

#apps {
	position:absolute;
	top:5px;
	left:10px;
	width: 50px;
	height: 50px;
	background-image: url(../images/left_frame_pluto_logo.jpg);
	background-repeat: no-repeat;
    background-size: 50px  30px;
}

#apps:hover > nav ul {
		display: block;
	}

#apps nav ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

	nav ul {
	padding: 0 10px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	background-color: #FFFFFF;
	Z-index:100;
	}
	
	nav ul:after {
		content: "";
		clear: both;
		display: block;
	}
	nav ul ul {
	background: #2E2521;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	Z-index:100;
}

nav ul li {
	float: left;
}
	
	nav ul li a {
		display: block;
		padding: 2px 2px;
		color: #FFFFFF;
		text-decoration: none;
	}


/*Klap*/
	nav ul ul li {
		float: none; 
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		position: relative;
		text-align: left;
	}
		nav ul ul li a {
			padding: 5px 4px;
			color: #ffffff;
		}	
			nav ul ul li a:hover {
				color: #C11F2E;
				
			}

		/*klap klap*/
		nav ul ul ul {
			position: absolute;
			left: 100%;
			top:0;
			width: 150px;
			Z-index:100;
		}
		
		nav ul ul ul li a {
			padding: 5px 4px;
			color: #ffffff;
		}	
			nav ul ul ul li a:hover {
				color: #C11F2E;
				
			}

/* Main style starts now*/

/* Header 
-------------------------------------------------------------- */

#header{
	padding-top: 20px;
}

#header .content{
	padding: 0px;
	display:table;
}

#header .logo{
	vertical-align:middle;
	display:table-cell;
	width:260px;
	padding-right:20px;
}

#header .menu{
	display:table-cell;
	width:100%;
}

/* Main
-------------------------------------------------------------- */

#main{
	text-align: left;
	clear: both; 
	margin-left: 0px;
}

.block{
	margin: 0px;
	padding:40px 0px 40px 0px;
	clear:both;
	overflow: hidden;
}

.content{
	margin: 0px auto;
  	max-width: 990px;
	overflow: hidden;
	clear:both;
}

.bgBlack{
	background-color:#211f1c;
	color: #ddd;
}

.bgBlack h2{
	color: #ffffff;
}

.bgWhite{	
	color: #181818;
}

.bgWhite h2{
	color: #000000;
}

.col {
    float:left;
    width:auto;
    max-width:310px;
    margin: 5px 5px 15px 5px;
    padding: 5px;
}

.col h2 {
    display:block;
    font-weight: normal;
    letter-spacing: -0.5px;
    font-size: 20px;
    line-height: 30px;
    padding:10px 0px;
    margin-bottom:15px;
    font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-style: solid;
	border-bottom-color: #444;
	border-bottom-width: 1px;
}

.col img.services{
	width:250px;
	height:333px;
}
.col p{
	margin-top:5px;
}

/* app layout
----------------------------------------------------------------*/

#app-navigation {
	top:0px;
	left:5px;
    width: 250px !important;
	height:auto;
}


#app-content {
	position: absolute;
	top: 45px;
    left: 250px ;
    overflow-x: hidden;
    width: 100% !important;
    }


/* Footer 
-------------------------------------------------------------- */
#footer{
    background-color: #211f1c;
    color:#959494;
}

#footer .col{
	max-width:470px;
	width: 100%;
}

#footer h2{
	border-bottom-style: dashed;
	border-bottom-color: #444;
	border-bottom-width: 1px;
}

#copyright{
    clear:both;
    padding:5px 0px;
	border-top-style: dashed;
	border-top-color: #444;
	border-top-width: 1px;
}

#copyright p{
    color:white;
    font-size: 11px;
    margin:10px 30px 10px 5px;;
    text-align:center;
}

#copyright a{
	color:white;
}

#copyright a:hover{
  color:#888A13;
  text-decoration: none;
}