/**
 * This is just an empty theme.
 */

body {
	margin: 0;
}

.signed-out #main {
	left: 5px;
}

#sidebar {
	bottom: 52px;
}

#footer {
	border-radius: 2px;
	bottom: 4px;
	left: 5px;
	width: 210px;
}

#main {
	bottom: 4px;
	right: 5px;
	top: 4px;
}

#windows .window:before {
	background: #05507d;
	background-image: linear-gradient(#dce3e7, #ecf8ff);
	border-bottom: 1px solid #dce5e9;
	content: " ";
	display: block;
	height: 10px;
	position: relative;
	z-index: 10;
}

#windows .window {
	border-radius: 2px;
	font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
	#sidebar {
		left: -220px;
	}

	#footer {
		left: -215px;
		width: 215px;
	}

	#main {
		left: 5px;
	}
}
