html, body {
	height: 100%;
	background-image: url(../images/background.png);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #1e3642;
}

#page {
	position: relative;
	margin: auto;
	width: 942px;
	background: #fff;
	min-height: 100%;
	border-left: 10px solid #051923;
	border-right: 10px solid #051923;
	border-bottom: 10px solid #051923;
}

/* @group Header */

#header {
	padding: 20px;
	background: url(../images/rainbow.png) repeat-x;
}

#header h1 {
	position: relative;
	top: 10px;
}

#sticker {
	position: absolute;
	top: 20px;
	right: -25px;
	z-index: 1000;
}

/* @end */

/* @group Masthead */

#masthead {
	position: relative;
}

/* @group Main Menu */

#mainmenu {
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.75);
	font: 0.9em "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 999;
}

#mainmenu a {
	color: #fff;
	text-decoration: none;
}

#mainmenu {
	margin: 0;
	padding: 0;
}

#mainmenu li {
	float: left;
	padding: 10px 30px;
	list-style: none;
}

#mainmenu .heading {
	font-weight: 600;
}

/* @end */

/* @end */

/* @group Content */

#body {
	font-size: 0.8em;
	padding: 30px;
}

a {
	color: inherit;
}

b {
	font-weight: bold;
}

h2 {
	color: #0b5191;
	font: bold 2em Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 1em 0 0.2em;
	color: #40a4dd;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
}

.subtitle {
	color: #50781c;
	font-size: 1em;
}

p {
	margin: 1.2em 0;
}

ol, ul {
	padding-left: 20px;
}

li {
	list-style-type: disc;
}

/* @end */

/* @group Sidebar */

#body {
	width: 490px;
}

#sidebar {
	position: relative;
	top: -20px;
	right: -4px;
	width: 400px;
	float: right;
}

#sidebar img {
	margin: -1px;
}

/* @end */

/* @group Posts */

.post {
	margin: 20px 10px;
	margin-bottom: 30px;
}

.post .subtitle {
	color: #797979;
	font-size: 0.85em;
}

/* @end */
