
html {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	margin: 0; padding: 0;
}

body {
	padding: 0;
	margin: 0;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:Visited {
	color: #333;
}

a:Hover {
	color: #22dd55;
}

h1, h2, h3 {
	font-size: 13px;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
}

a img {
	border: none;
}

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

ul li {
	margin-bottom: .8em;
}

::-moz-selection { background: #22dd55; }
::selection { background: #22dd55; }

/* CONTAINER */

#content {
	width: 600px;
	margin: 3em auto;
	padding-bottom: 4em;
}

#content h1 {
	font-size: 4em;
}

#content h3, #content h2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 1em;
	margin-top: .5em;
}

#content h3 .postdate {
	font-weight: normal;
}

#title {
	margin-bottom: 5em;
}

#title h1 {
	padding-bottom: 0px;
	border-bottom: 18px solid black;
	margin-bottom: 10px;
	height:  55px;
}

#blogtitle {
	margin-bottom: 5em;
	text-align: center;
}

#content .section {
	padding-top: 50px;
	margin-bottom: 4em;
}

#content .section:after {
	width: 100%;
	display: block;
	margin-top: 20px;
	text-align: center;
	content: "…";
}

#navigation {
	margin-top: 1em;
}

#navigation ul {
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	margin: 0;
}

#navigation li {
	display: inline;
	padding: 25px;
}

#blogtitle a {
	border-bottom: none;
}

#blogtitle .logo {
	display: block;
	margin: auto;
}

#banner {
	height: 345px;
	margin-bottom: 10px;
	border-top: 18px solid black;
	border-bottom: 50px solid black;
	position: relative;
}

#banner img {
	position: absolute;
	z-index: 1;
}

#banner #logos {
	position: absolute;
	top: 325px;
	z-index: 3;
}

#banner * {
	margin-bottom: -3px;
}

.comment-author {
	float: left;
}

.comment-meta {
	float: right;
}

.comment p, .pingback p {
	clear: both;
}

.comment, .pingback {
	margin-bottom: 2em;
}

#footer {
	margin-top: 100px;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	text-shadow: none;
}

/* SCREENSHOTS */

#standstill {
	overflow: hidden;
}

#standstill a {
	margin-right: 2px;
}

/* TO REMOVE */
#screenshots {
	overflow: hidden;
}
/* TO REMOVE */
#screenshots a {
	margin-right: 2px;
}
/* TO REMOVE */

/* VIDEO */

#motion {
}

#selectvideo {
	margin-top: .5em;
	/*border: 1px solid red;*/
}

/* NEWSLETTER */

#subscribe {
	color: white;
	padding: 30px;
	width: 450px;
	background-color: black;
}

#subscribe a {
	color: white;
}

.navigation {
	padding-top: 0.6em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}