@font-face {
	font-family: Harabara;
	src: url('/skin/harabara.eot'); 
	src: local('Harabara'), url('/skin/harabara.woff') format('woff'), url('/skin/harabara.otf') format('opentype');
}

* {
	margin: 0;
	padding: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
h1, h2,
p, ul, pre {
	margin-bottom: 10px;
}
html, body {
	background-color: #0b2234;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f0f0f0;
}
p {
	text-align: justify;
}
ul, ol, dd {
	padding-left: 30px;
}
	ul.menu {
		padding-left: 0;
		list-style: none;
		line-height: 20px;
	}
img {
	border: 0;
}
	img.align-left, img[align=left] {
		float: left;
		margin-right: 1em;
	}
	img.align-right, img[align=right] {
		float: right;
		margin-left: 1em;
	}
	div.align-center {
		text-align: center;
	}
h1 {
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
aside h1, h2 {
	text-align: left;
	text-transform: uppercase;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
a, a:visited {
	text-decoration: none;
	color: #87aecb;
}
a.active, a.active:visited,
a:hover {
	color: #f0f0f0;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.hidden {
	display: none;
}
.noborder {
	border: 0;
}
div.odd {
	clear: left;
}
.container {
	width: 970px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
}

div#container {
	background-color: #1f3d54;
}

header {
	height: 85px;
	background-color: #1f3d54;
	z-index: 1;
	position: relative;
}
	a#logo, a#logo:visited {
		display: block;
		outline: none;
		font-family: Harabara, "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 43px;
		line-height: normal;
		text-transform: lowercase;
		position: absolute;
		top: 30px;
		right: 20px;
	}
		a#logo span {
			color: #ffffff;
			font-size: 15px;
			font-style: italic;
			position: absolute;
			bottom: -6px;
			right: 10px;
		}
		a#logo:hover span {
			color: #87aecb;
		}
	nav {
		font-family: Harabara, "Trebuchet MS", Arial, Helvetica, sans-serif;
		position: absolute;
		top: 0;
		left: 10px;
	}
		nav li {
			float: left;
		}
		nav li.item1 {
			transform: rotate(2deg);
			-o-transform: rotate(2deg);
			-moz-transform: rotate(2deg);
			-webkit-transform: rotate(2deg);
		}
		nav li.item2 {
			transform: rotate(-4deg);
			-o-transform: rotate(-4deg);
			-moz-transform: rotate(-4deg);
			-webkit-transform: rotate(-4deg);
		}
		nav li.item3 {
			transform: rotate(1deg);
			-o-transform: rotate(1deg);
			-moz-transform: rotate(1deg);
			-webkit-transform: rotate(1deg);
		}
		nav li.item4 {
			transform: rotate(3deg);
			-o-transform: rotate(3deg);
			-moz-transform: rotate(3deg);
			-webkit-transform: rotate(3deg);
		}
			nav a, nav a:visited {
				display: block;
				margin-right: 25px;
				padding: 60px 30px 10px;
				font-size: 18px;
				color: #f0f0f0;
				outline: none;
				position: relative;
				top: -12px;
			}
			nav a.active, nav a.active:visited,
			nav a:hover {
				background-color: #87aecb;
				color: #f0f0f0;
			}
div#content {
	padding: 35px 0 100px;
	background-color: #1f3d54;
}
	div.block {
		padding-bottom: 10px;
		position: relative;
	}
	section#main {
		float: left;
		width: 640px;
	}
		section#main div.block {
			width: 48%;
			padding-left: 1%;
			padding-right: 1%;
			float: left;
		}
	aside {
		float: right;
		width: 280px;
		margin-top: 40px;
		margin-right: 20px;
		padding: 40px 10px 20px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		-o-border-bottom-left-radius: 10px;
		-o-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		background-color: #0b2234;
		font-size: 12px;
		color: #ffffff;
		position: relative;
	}
		aside div.top {
			height: 23px;
			width: 100%;
			background-color: #87aecb;
			transform: skew(0, -3deg);
			-o-transform: skew(0, -3deg);
			-moz-transform: skew(0, -3deg);
			-webkit-transform: skew(0, -3deg);
			position: absolute;
			top: -12px;
			left: 0;
		}
		aside ul {
			padding-left: 0;
			list-style: none;
		}
			aside li {
				padding-bottom: 5px;
			}
		ul.social {
			padding-left: 0;
			list-style: none;
		}
			ul.social li {
				display: block;
				padding-left: 30px;
				padding-right: 30px;
				clear: left;
				float: left;
				padding-bottom: 10px;
			}
			ul.social li.even {
				clear: right;
				float: right;
			}
				ul.social a {
					display: block;
					width: 60px;
					border-radius: 10px;
					-o-border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
					text-align: center;
					text-transform: uppercase;
					line-height: 24px;
					font-size: 9px;
					color: #000000 !important;
				}
				ul.social a.twitter {
					background-color: #6fbbed;
				}
				ul.social a.twitter:hover {
					background-color: #a9d6f4;
				}
				ul.social a.github {
					background-color: #ffffff;
				}
				ul.social a.github:hover {
					background-color: #c0c0c0;
				}
				ul.social a.facebook {
					background-color: #1d406b;
					color: #ffffff !important;
				}
				ul.social a.facebook:hover {
					background-color: #778ca6;
				}
				ul.social a.linkedin {
					background-color: #ffcb00;
				}
				ul.social a.linkedin:hover {
					background-color: #ffdf66;
				}
				ul.social a.rss {
					background-color: #ff9800;
				}
				ul.social a.rss:hover {
					background-color: #ffc166;
				}
footer {
	clear: both;
	min-width: 970px;
	padding-top: 100px;
	background-color: #0b2234;
	font-size: 11px;
	position: relative;
}
	footer:before {
		display: block;
		content: ' ';
		width: 100%;
		height: 30px;
		background-color: #1f3d54;
		transform: skew(0, -3deg);
		-o-transform: skew(0, -3deg);
		-moz-transform: skew(0, -3deg);
		-webkit-transform: skew(0, -3deg);
		position: absolute;
		top: -50px;
		left: 0;
	}
	footer:after {
		display: block;
		content: ' ';
		width: 100%;
		height: 30px;
		background-color: #0b2234;
		transform: skew(0, -3deg);
		-o-transform: skew(0, -3deg);
		-moz-transform: skew(0, -3deg);
		-webkit-transform: skew(0, -3deg);
		position: absolute;
		top: 20px;
		left: 0;
	}
	footer div.top {
		width: 100%;
		height: 40px;
		background-color: #87aecb;
		transform: skew(0, -3deg);
		-o-transform: skew(0, -3deg);
		-moz-transform: skew(0, -3deg);
		-webkit-transform: skew(0, -3deg);
		position: absolute;
		top: -20px;
		left: 0;
	}
		footer h1 {
			text-align: left;
			font-weight: normal;
			font-family: Harabara, "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 20px;
			line-height: normal;
			text-transform: lowercase;
			color: #f0f0f0;
			position: relative;
		}
			footer h1 span {
				font-size: 7px;
				font-style: italic;
				position: absolute;
				bottom: -4px;
				left: 51px;
			}
		footer h2 {
			margin-bottom: 15px;
		}
		footer a, footer a:visited {
			color: #f0f0f0;
		}
		footer a.active, footer a.active:visited {
			color: #f0f0f0;
		}
		footer a:hover {
			color: #87aecb;
		}
		footer li.col {
			display: block;
			float: left;
			width: 140px;
			padding-left: 20px;
		}
			footer ul.submenu {
				padding-left: 0;
				list-style: none;
				line-height: normal;
			}
				footer ul.submenu li {
				}
					footer li.col ul a {
						display: block;
						padding: 4px 0;
						position: relative;
					}
					footer a span {
						display: block;
						font-size: 10px;
					}
		footer div.footnote {
			clear: both;
			padding: 30px;
			text-align: center;
		}
		footer div.search {
			position: absolute;
			top: -15px;
			right: 20px;
		}

