/**
 * <Adsense wordpress theme>
 *
 * Contains all general layout declarations.
 *
 * @author 			Davy De Pauw <davy@float.be>
 * @date 			2008-10-04
 * @lastmodified	2009-01-18
 * @version			2.0.1
 */

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
}

body {
	margin: 0;
	padding: 0;
 	font: small/1.5em Verdana, Arial, sans-serif;
	color: #635C51;
	background: #fff;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 5px 0;
 	font: bold 24px/1.05em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #E44C1E;
}

h1 a {
	color: #E44C1E;
}

p {
	margin: 10px 0 15px 0;
}

ul {
	margin: 10px 0 15px 0;
	padding: 0;
	list-style: none;
}
	
ul li {
	margin: 0;
	padding: 0;
}

dl {
	margin: 10px 0 20px 0;
	padding: 0;
}

dl dt {
	
}
		
dl dd {
	margin: 0 0 10px 0px;
}

blockquote {
	background: url(/img/quote.gif) no-repeat 0 0;
	margin: 10px 10px;
}
	
blockquote p {
	margin: 10px 0 5px 22px;
	padding: 0 0 0 0;
}

cite {
	font-style: normal;
}

pre {
	margin: 10px 30px;
	padding: 10px;
	font: .9em/1.5em Courier, "Courier New", monospace;
	color: #999;
	border: 1px solid #E1E1E1;
	background: #F7F7F7;
}

code {
	display: inline;
	font: .9em/1.5em Courier, "Courier New", monospace;
	color: #999;
}

kbd {
	font-family: Courier, "Courier New", monospace;
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}

a abbr {
	border: none;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

ins {
	text-decoration: none;
}

hr {
	display: none;
}

/* links
---------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #3775a6;
}

a:hover {
	text-decoration: underline;
	color: #e44c1e;
}

a.selected {

}

a img {
	border: none;
}

a.img {
	border: none;
}

/* page structure
---------------------------------------------------------- */

#container {
	margin: 20px auto;
	padding: 0 0 0px 0;
	width: 820px;
}

/* header
---------------------------------------------------------- */

#header {
	height: 100px;
}

#header-banner {
	width: 728px;
	margin: 0 46px;
	height: 135px;
}

#header-blog {
	margin: 0 0 8px 0;
	font: 30px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	height: 38px;
	border-bottom: 4px solid #f1f1f1;
}

#header-blog span {
	display: block;
	height: 37px;
	border-bottom: 1px solid #dbdbdb;
}

#header-blog a { 
	text-decoration: none;
	color: #cbc5c5; 
}

/* main
---------------------------------------------------------- */

/* content
---------------------------------------------------------- */

#content {
	float: left;
	margin: 0 20px 50px 0;
	width: 540px;
}

#content h1 a {
	text-decoration: none;
}

#content h2,
#content h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #3775a6;
}

#content h3 { font-size: 16px; }

/* post
---------------------------------------------------------- */

.post {
	margin-bottom: 50px;
}

.post .meta {
	padding-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
	border-bottom: 2px solid #f0f0f0;
}

.post ul {
}

.post ul li {
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(../img/bg_sprite_icons.png) no-repeat 5px -3px;
}

.post .tags {
	padding-top: 10px;
	font-size: 11px;
	border-top: 1px solid #f0f0f0;
	border-bottom: none;
}

.post .meta a {
	text-transform: lowercase; 
	color: #999;
}

.post .tags a {
	color: #3775a6;
}

.post .tags a:hover { color: #e44c1e; }

/* post -> related
---------------------------------------------------------- */

.post h4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #999;
}

/* post -> ads
---------------------------------------------------------- */

.ad {
	margin: 10px 0 25px 0;
}

.ad-bottom {
	margin: 5px 0 25px 0;
}

/* post -> archive
---------------------------------------------------------- */

.page-title strong {
	text-transform: lowercase;
}

/* tagcloud
---------------------------------------------------------- */

#tagcloud {
	margin: 10px 0 15px 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}

#tagcloud a {
	text-decoration: none;
}

/* page-nav
---------------------------------------------------------- */

.page-nav {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 25px;
	height: 30px;
	border-top: 2px solid #f0f0f0;
	background: #fcfcfc;
}

.page-nav a {
	margin: 0 10px;
}

.page-nav .previous {
	float: left;
}

.page-nav .next {
	float: right;
}

/* icons
---------------------------------------------------------- */

.ico-advertise {
	font-size: 11px;
}

/* sidebar
---------------------------------------------------------- */

#sidebar {
	float: left;
	width: 260px;
}

#sidebar h2 {
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	color: #999;
}

#sidebar .col {
	float: left;
	margin-right: 20px;
	width: 120px;
}

#sidebar .last { margin-right: 0; }

/* sidebar -> about
---------------------------------------------------------- */

#sidebar p {
	font-size: .85em;
	line-height: 1.6em;
}

/* sidebar -> square
---------------------------------------------------------- */

.ad-square {
	margin: 0 0 25px 0;
}

/* sidebar -> skyscrapers
---------------------------------------------------------- */

#ad-skyscrapers {
	margin: 0 0 25px 0;
}

/* sidebar -> sponsors
---------------------------------------------------------- */

.sponsors {
	margin: 0 0 25px 0;
}

.sponsors .col {
	margin: 10px 0 0 0;	
}

.sponsors .col a {
	float: left;
	margin-bottom: 20px;
}

/* sidebar -> archive
---------------------------------------------------------- */

#sidebar .archive ul,
#sidebar .archive-list {
	margin: 10px 0 25px 0;
	font-size: 11px;
	line-height: 1.3em;
}

#sidebar .archive ul li,
#sidebar .archive-list li {
	margin-bottom: 4px;
}

/* footer
---------------------------------------------------------- */

#footer-wrapper {
	clear: both;
	border-top: 1px solid #dbdbdb;
}

#footer {
	font: 11px Arial, Helvetica, sans-serif !important;
	color: #cbc5c5;
	border-top: 4px solid #f1f1f1;	
}

#footer a { color: #cbc5c5; }

#footer div {
	margin: 5px 0 15px 0;
}

#copyright {
	float: left;
}

#blognetwork {
	float: right;
}

/* comments
---------------------------------------------------------- */

#comment-form .row {
	margin: 10px 0;
}

#comment-form .row label {
	display: block;
	font-size: 11px;
}


/* browser fixes
---------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */