@import url(debug.css);
@import url(navigation.css);
@import url(layout.css);
@import url(forms.css);

body {
	background-image: url(/assets/kernel/png/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #333333;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	margin: 0px;
}

div.clear {
	clear: both;
	height: 0px;
}

div#header {
	background-image: url(/assets/kernel/png/headerBackground.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 4px solid #d3e7f7;
	height: 111px;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

div#content {
	float: right;
	opacity: 0;
	width: 570px;
	-webkit-transition-property: opacity, -webkit-transform;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transform: scale(1, 1);
}

.loaded div#content {
	opacity: 1;
	-webkit-transform: scale(1, 1);
}

div#footer {
	float: right;
	color: #6e6e6e;
	margin: 32px 0px 32px 0px;
	width: 554px;
}

div#sidebar {
	float: left;
	width: 190px;
}

div.container {
	margin: 16px;
}

div.deco {
	border-left: 95px solid #d3e7f7;
	background-color: #4e8cb5;
	height: 4px;
	margin-left: 285px;
	width: 190px;
}

div.column {
	float: left;
	width: 190px;
}

div.column-wide {
	padding: 8px 16px 8px 16px;
	width: 348px;
}

div.column-full {
	width: 538px;
	padding: 0px 16px 0px 16px;
}

img.icon {
	float: left;
	margin-right: 8px;
}

img.icon-small {
	height: 32px;
	width: 32px;
}

img.splash {
	float: right;
}

p.fineprint {
	color: #666666;
	font-size: 9px;
}
