@font-face {
    font-family: 'Panefresco1wtRegular';
    src: url('../font/Panefresco1wtRegular-webfont.eot');
    src: url('../font/Panefresco1wtRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Panefresco1wtRegular-webfont.woff') format('woff'),
         url('../font/Panefresco1wtRegular-webfont.ttf') format('truetype'),
         url('../font/Panefresco1wtRegular-webfont.svg#Panefresco1wtRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Panefresco400wtRegular';
    src: url('../font/Panefresco400wtRegular-webfont.eot');
    src: url('../font/Panefresco400wtRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Panefresco400wtRegular-webfont.woff') format('woff'),
         url('../font/Panefresco400wtRegular-webfont.ttf') format('truetype'),
         url('../font/Panefresco400wtRegular-webfont.svg#Panefresco400wtRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #000 url(../images/background.png);
	color: #777;
	font-family: 'Panefresco400wtRegular';
}
#container {
	margin: auto;
	overflow: hidden;
	width: 960px;
}
#column-wrapper {
	position: relative;
}
#page-content {
	padding: 20px;
	width: 560px;
}
.post {
	border-bottom: 1px solid #111;
	border-top: 1px solid #444;
	padding: 1em 0 0.5em;
}
.first {
	border-top: none;
}
#sidebar {
	background: #1a1a1a;
	left: 600px;
	padding: 20px;
	position: absolute;
	top: 1.4em;
	width: 320px;
}
#sidebar section {
	border-bottom: 1px solid #111;
	border-top: 1px solid #444;
	padding: 1em 0;
}
#about, #contact {
	padding: 1em 0 0.3em !important;
}
#about {
	border-top: none !important;
	padding: 0 0 0.3em !important;
}
#facebook {
	border-bottom: none !important;
	padding: 1em 0 0 !important;
}
.fb-like-box {
	background: #fff;
}

h1 {
	background: url(../images/logo.png) no-repeat;
	height: 307px;
	margin: 5em auto 3em;
	text-indent: -9999px;
	width: 280px;
}
h2 {
	color: #fff;
	font-size: 1.6em;
	margin-bottom: 0.8em;
}
h3 {
	color: #fff;
	margin-bottom: 1.2em;
}
ol, p, ul {
	line-height: 1.4;
	margin-bottom: 1.2em;
}
a {
	color: #09f;
}

.screenshots li {
	float: left;
	margin: 0 2% 1% 0;
	width: 48%;
}
.screenshots img {
	height: auto;
	width: 100%;
}
.youtube {
	margin-bottom: 1em;
}

#footer  {
	margin-bottom: 3em;
	text-align: center;
}

.clear {
	clear: both;
}