/*
Theme Name: Vinch 2009
Theme URI: http://vinch.be
Description: Vinch new theme 2009!
Version: 1.0
Author: Vincent Battaglia
Tags: white, light, simple, modern
*/

@font-face {
	font-family: "Rockwell";
	src: url('_fonts/Rockwell.ttf');
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 62.5%;
	background: #FFF;
}

ul {
	list-style: none;
}
a {
	outline: none;
	text-decoration: none;
	color: #f00;
}
img {
	display: block;
	border: 0;
}
img.wp-smiley {
	display: inline;
}
input, textarea {
	outline: none;
}

header {
	display: block;
	width: 900px;
	height: 255px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}
h1 {
	width: 900px;
	height: 220px;
	text-indent: -9999px;
	background: url(_img/logo.gif);
}
h1 a {
	display: block;
	width: 900px;
	height: 220px;
}

#container {
	width: 900px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

nav {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 40px;
}

nav ul li, nav ul li a {
	display: block;
	float: left;
}
nav ul li {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	margin-right: 10px;
}
nav ul li a {
	color: #3c3c3c;
	padding-left: 16px;
	background: url(_img/bullet1.gif) 2px no-repeat;
}
nav ul li.selected a, nav ul li a:hover {
	color: #f00;
	background: url(_img/bullet2.gif) 0 no-repeat;
}

#search_rss {
	position: absolute;
	bottom: 0;
	right: 33px;
}
#search, #rss {
	float: left;
}
#search input, #search img {
	display: block;
	float: left;
}
#search input {
	border: 1px solid #c0c0c0;
	border-right: 0;
	width: 179px;
	height: 23px;
	color: #666;
	background: #FFF;
	padding: 0 0 0 5px;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
}
#search img {
	cursor: pointer;
}
#rss {
	height: 25px;
	width: 25px;
	margin-left: 10px;
}
#rss a {
	background: url(_img/feed.gif) right no-repeat;
	display: block;
	color: #5e5e5e;
	line-height: 25px;
	font-weight: bold;
	text-indent: -9999px;
}

aside {
	display: block;
	float: right;
	padding: 0 33px 0 0;
	width: 160px;
}

.adhese_160x150 {
	width: 160px;
	height: 150px;
}

#twitter {
	display: block;
	width: 160px;
	height: 53px;
	text-indent: -9999px;
	background: url(_img/twitter.gif);
	margin-bottom: 20px;
}

#woorank {
	display: block;
	margin-bottom: 20px;
}

aside h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	color: #3c3c3c;
	padding-left: 16px;
	background: url(_img/bullet2.gif) 2px no-repeat;
	margin-left: -16px;
	margin-bottom: 10px;
	cursor: pointer;
}
aside h3.closed {
	background-image: url(_img/bullet1.gif);
}
aside ul {
	padding-bottom: 5px;
}
aside li {
	margin-bottom: 5px;
}
aside li a {
	color: #404040;
}
aside #adhese {
	margin-bottom: 20px;
}

#content {
	float: left;
	padding: 20px 0 0 40px;
	width: 600px;
}

article, .nothing {
	margin-bottom: 40px;
}
article {
	display: block;
}
article h2, .nothing h2 {
	color: #3c3c3c;
	font-size: 2.4em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Rockwell", "Helvetica", "Arial", sans-serif;
	line-height: 1em;
	margin-bottom: 5px;
}
article h2 a {
	color: #3c3c3c;
}
article .meta {
	overflow: hidden;
	margin-bottom: 20px;
	background: url(_img/bg-meta.gif) 0 4px repeat-x;
	height: 16px;
}
article .date, article .category {
	font-size: 1.6em;
	text-transform: uppercase;
	float: left;
	padding-right: 5px;
	background: #FFF;
}
article .date {
	color: #f00;
}
article .category a {
	color: #3c3c3c;
}
article .content {
	font-size: 1.2em;
	line-height: 1.6em;
}
article .content a:hover {
	background-color: #f00;
	color: #fff;
}
article .content p {
	margin-bottom: 20px;
}
article .content h3 {
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #3C3C3C;
}
article .content h4 {
	margin-bottom: 20px;
	font-size: 1.2em;
}
article .content ul {
	margin-bottom: 20px;
}
article .content li {
	padding-left: 40px;
	margin-bottom: 5px;
	background: url(_img/bullet1.gif) no-repeat 25px 5px;
}
article .content pre {
	display: block;
	margin-bottom: 20px;
	overflow: auto;
	font-family: "Monaco", monospace;
}
article .content code {
	font-family: "Monaco", monospace;
}
article .social {
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #e0e0e0;
	font-size: 1.2em;
	font-family: "Rockwell", "Helvetica", "Arial", sans-serif;
}
article .social a {
	color: #f00;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 8px;
}
article .social_comments {
	border-right: 1px solid #e0e0e0;
	float: right;
}
.nothing h2 {
	margin-bottom: 5px;
}
.nothing p {
	font-size: 1.2em;
	line-height: 1.6em;
}

#fans {
	overflow: hidden;
	margin: 0 30px 6px 0;
	width: 150px;
}
#fans img {
	border: 1px solid #000;
	float: left;
	margin: 0 4px 4px 0;
}
#fans .loader {
	border: 0;
	float: left;
}
footer {
	display: block;
	width: 900px;
	height: 376px;
	margin: 0 auto;
	position: relative;
	background: url(_img/footer.gif);
}
#lifestream {
	position: absolute;
	left: 341px;
	top: 186px;
	width: 514px;
	height: 184px;
}
#lifestream_inner {
	padding: 10px;
}
#lifestream h3 {
	width: 104px;
	height: 15px;
	text-indent: -9999px;
	background: url(_img/lifestream.gif);
	margin-bottom: 15px;
}
#lifestream ul {
	padding-right: 42px;
}
#lifestream li {
	margin-bottom: 10px;
	font-size:1.1em;
	line-height:1.4em;
	overflow: hidden;
}
#lifestream li img {
	display: block;
	float: left;
}
#lifestream li span {
	display: block;
	float: left;
	line-height: 16px;
	padding-left: 5px;
	width: 431px;
	color: #3c3c3c;
}
#friendfeed {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url(_img/friendfeed.gif);
}
#photos {
	position: absolute;
	left: 536px;
	top: 101px;
}
#photos a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
footer blockquote {
	position: absolute;
	bottom: 210px;
	left: 260px;
	width: 240px;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #3c3c3c;
	font-family: "Rockwell", "Helvetica", "Arial", sans-serif;
}

#comments, #respond {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	color: #3c3c3c;
	margin-bottom: 20px;
}
.commentlist {
	margin-bottom: 20px;
}
.commentlist li {
	background: #F7F7F7;
	padding: 15px 15px 5px;
	color: #3C3C3C;
	margin-bottom: 10px;
}
.commentlist li:last-child {
	border: 0;
}
.commentlist li .gravatar {
	float: left;
	margin-bottom: 15px;
}
.commentlist li .meta {
	display: block;
	float: left;
	padding-left: 8px;
}
.commentlist li .author {
	display:block;
	margin-bottom: 3px;
	font-size: 1.6em;
	text-transform: uppercase;
}
.commentlist li .date {
	font-size: 1em;
	font-weight: bold;
}
.commentlist li .date a {
	color: #999;
}
.commentlist li .date a:hover {
	color: #666;
}
.commentlist li .comment_content {
	clear: both;
	font-size:1.2em;
	line-height:1.4em;
}
.commentlist li .comment_content p {
	margin-bottom: 10px;
}
.commentlist li a:hover {
	color: #000;
}
#commentform {
	margin-bottom: 40px;
}
#commentform p {
	overflow: hidden;
}
#commentform input.text, #commentform textarea {
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	border: 1px solid #c0c0c0;
	color: #666;
	background: #FFF;
	margin-bottom: 5px;
	display: block;
	float: left;
	font-size: 12px;
}
#commentform input.text {
	width: 179px;
	padding: 6px 0 6px 5px;
}
#commentform input.submit {
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	border: 1px solid #c0c0c0;
	padding: 5px;
	background: #F7F7F7;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
#commentform label {
	display: block;
	float: left;
	padding-left: 8px;
	height: 25px;
	line-height: 25px;
	font-size: 1.2em;
	color: #666;
}
#commentform textarea {
	width: 593px;
	height: 188px;
	padding: 6px 0 6px 5px;
}
#recaptcha_widget_div {
	margin-bottom: 5px;
	border:1px solid #C0C0C0;
	float: left;
}
#recaptcha_table {
	border: 0 !important;
}
#recaptcha-submit-btn-area {
	clear: both;
}
#pager {
	font-size: 2em;
	margin-bottom: 40px;
}
a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(_img/too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

article .pastie {
	margin-bottom: 20px;
}
article .pastie .allcode {
	overflow: scroll;
}
article .pastie .allcode .meta {
	background: none;
}
article .content .pastie .allcode pre {
	margin: 0;
}
article .pastie .credit {
	font-size: 1em;
}
article .pastie .credit .buttons {
	margin: 0;
}

#onemd {
	display: block;
	width: 130px;
	height: 130px;
	position: fixed;
	top: 0;
	right: 0;
	background: url(http://www.vinch.be/attic/1md.gif);
	text-indent: -9999px;
}