body {
	background: #354933;
	background: -webkit-linear-gradient(top, #354933, #317A8D);
	background: -moz-linear-gradient(top, #354933, #317A8D);
	background: linear-gradient(to bottom, #354933, #317A8D);
	background-color: #0375AB;
	background-image: url('038a514bc31420cbff45bac3303672a9_large.jpeg');
	background-size: cover;
	font-family: 'Ubuntu', sans-serif;
}

#menubar {
	padding: 4px 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px #B1AEB1 solid;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
}

#menubar #clock {
	text-align: right;
}

#dock {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -25%;
	min-width: 50%;
	height: 50px;
	padding: 5px 10px;
	box-sizing: border-box;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: rgba(255, 255, 255, 0.4);
}

#dock img {
	width: 40px;
	height: auto;
}

#dock img:last-child {
	float: right;
}

.window {
	position: absolute;
	top: 38px;
	left: 15px;
	width: 400px;
	height: 300px;
	border-radius: 3px;
	background-color: rgba(230, 229, 230, 1.0);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 5px 26px #000000;
}

.window h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 200;
	padding: 4px 0px 3px 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px #B1AEB1 solid;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
	text-align: center;
	cursor: default;
}

.window .window__content p {
	font-size: 12px;
}

.close {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px #E74445 solid;
	background-color: #FF5F5D;
}

.minimize {
	position: absolute;
	top: 6px;
	right: 23px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px #E4A142 solid;
	background-color: #F5AC3E;
}

.maximize {
	position: absolute;
	top: 6px;
	right: 38px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px #14AE47 solid;
	background-color: #03C956;
}

.btn {
	background-color: #EBEBEB;
	border: 1px #2C9BF9 solid;
	text-decoration: none;
	padding: 8px 15px;
	font-size: 12px;
	font-weight: 200;
	color: #000;
}

.btn:hover {
	color: #fff;
	background-color: #2C9BF9;
}

#messagebox {
	top: calc(50% - 95px);
	left: calc(50% - 180px);
}

#messagebox .window__content {
	padding: 15px;
}

#messagebox img {
	float: left;
	width: 64px;
	margin-right: 20px;
}

#messagebox p {
	float: left;
	width: 246px;
	line-height: 1.5;
}

#WelcomeApp {
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 200px);
	text-align: center;
}

#TerminalApp {
	top: 100px;
	left: 100px;
	background-color: rgba(0, 0, 0, 0.7);
}

#TerminalApp p {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	font-weight: 200;
	font-family: 'Inconsolata';
	color: #26FF00;
}

#WebBrowserApp {
	background-color: #fff;
}

#WebBrowserApp img {
	float: left;
	width: 20px;
}

#WebBrowserApp #navbar {
	font-size: 14px;
	font-weight: 200;
	font-family: 'Inconsolata';
	background-color: #E6E5E6;
	padding: 4px;
}

#WebBrowserApp #address-box {
	margin-left: 8px;
	border-radius: 3px;
	padding: 0px 4px;
	width: 290px;
}

#WebBrowserApp #renderer {
	background-color: #fff;
}
