@import url('reset.css');

/* Globals */

* { outline: none; }

a { 
	color: #F10;
}

a:hover { 
	color: #000;
}

body {
	background: #FFF url('../img/body.png') repeat-x 0 200px;
	color: #333;
	font: 400 14px facitweb, Arial, Helvetica, sans-serif;
}

h2 {
	color: #F10;
	font: 600 38px facitweb, Arial, Helvetica, sans-serif;
	margin-bottom: 24px;
}

hr {
	border-top: 1px solid #F10;
	margin: 0;
	width: 320px;
}

input, textarea {
	color: #666;
	display: block;
	font: 400 14px Arial, Helvetica, sans-serif;
	margin: 0;
}

/* Helpers */

.clear:after {
	clear: both;
	content: '';
	display: block;
}

.indent {
	margin-left: 176px;
}

.large {
	font-size: 16px;
}

.left {
	display: block;
	float: left;
}

.light {
	color: #999;
}

.small {
	font-size: 12px;
	line-height: 16px;
}

.right {
	display: block;
	float: right;
}

/* Lay-out */

#books {
}

#comments {
	margin-bottom: 40px;
}

#comments header {
	color: #F10;
	float: left;
	padding: 7px 16px;
	text-align: right;
	width: 128px;
}

#comments .comments {
	float: right;
	margin-bottom: 28px;
	padding: 0 16px;
	width: 536px;
}

#follow {
	height: 28px;
	overflow: hidden;
}

#footer {
	background: transparent url('../img/footer.png') no-repeat center top;
	height: 56px;
	padding-top: 36px;
	text-shadow: #FFF 0 1px 0;
}

#header {
	background: #F10 url('../img/header.png') no-repeat center center;
	height: 200px;
	margin-bottom: 88px;
}

#header h1 {
	bottom: 15px;
	font: 200 42px facitweb, Arial, Helvetica, sans-serif;
	left: 352px;
	line-height: 48px;
	position: absolute;
	text-shadow: #F10 0 1px 0;
	width: 240px;
}

#header h1 a {
	color: #FFF;
	text-decoration: none;
}

#header .sidebar {
	padding-top: 96px;
}

#header .wrapper {
	height: 200px;
	position: relative;
}

#like {
}

#logo {
	background: transparent url('../img/jeroendebakker.png') no-repeat;
	display: block;
	height: 200px;
	overflow: hidden;
	text-indent: -9999px;
	width: 320px;
}

.main {
	float: left;
	width: 728px;
}

.main p {
	line-height: 22px;
	margin-bottom: 18px;
}

#nav {
	left: 352px;
	position: absolute;
	top: 27px;
}

#nav li {
	float: left;
	margin-right: 24px;
}

#nav li a {
	color: #610;
	font-size: 16px;
	text-decoration: none;
	text-shadow: #F10 0 1px 0;
}

#nav li a.active,
#nav li a:hover {
	color: #FFF;
}

#nightstand {
	display: block;
	left: 16px;
	position: relative;
}

#pagination {
	margin: 0 0 40px 176px;
}

#posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

#posts li {
	line-height: 22px;
	margin-bottom: 23px;
}

#posts article footer {
	color: #F10;
	float: left;
	padding: 0 16px;
	text-align: right;
	width: 128px;
}

#posts article footer .day {
	text-transform: capitalize;
}

#posts article h2 a {
	color: #F00;
	text-decoration: none;
}

#posts article .post {
	float: right;
	margin-bottom: 28px;
	padding: 0 16px;
	width: 536px;
}

#posts article .post p:first-child {
	font-weight: 600;
}

#search .search-field {
	background: #FFF url('../img/search-field.png') no-repeat 8px 6px;
	border-radius: 16px;
	box-shadow: inset #DDD 0 2px 2px;
	height: 32px;
	margin-bottom: 16px;
	padding-left: 32px;
}

#search .search-field input {
	background: transparent;
	border: none;
	line-height: 16px;
	padding: 8px 0;
	width: 168px;
}

#share {
	height: 20px;
	list-style: none;
	overflow: hidden;
	padding-top: 16px;
}

#share li {
	float: left;
}

#share li.facebook { width: 88px; }
#share li.google { width: 71px; }
#share li.twitter { width: 88px; }

.sidebar {
	float: right;
	width: 216px;
}

#sidebar {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	padding-top: 14px;
}
#sidebar label
{
	display: none;
}
#sidebar h3, #sidebar h2 {
	color: #F10;
	font: 400 16px facitweb, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}

#sidebar select {
	width: 100%;
}

#sidebar #like {
	height: 38px;
}

#sidebar section, #sidebar div{
	margin-bottom: 24px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li  {
	background: transparent url('../img/link.png') no-repeat 0 4px;
	margin-bottom: 4px;
	padding-left: 12px;
}

#sidebar  li a {
	color: #666;
}

#sidebar  li a:hover {
	color: #F10;
}

#social {}

#social li {
	float: left;
	margin-right: 8px;
}

#social li a {
	background: transparent url('../img/social.png') no-repeat;
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 32px;
}

#social li a#linkedin { background-position: 0 0; }
#social li a#linkedin:hover { background-position: 0 -32px; }
#social li a#twitter { background-position: -32px 0; }
#social li a#twitter:hover { background-position: -32px -32px; }
#social li a#facebook { background-position: -64px 0; }
#social li a#facebook:hover { background-position: -64px -32px; }
#social li a#rss { background-position: -96px 0; }
#social li a#rss:hover { background-position: -96px -32px; }

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
