/**
 * <Adsense wordpress theme>
 *
 * Contains all general layout declarations.
 *
 * @author 			Davy De Pauw <davy@float.be>
 * @date 			2007-11-22
 * @lastmodified	2007-12-05
 * @version			1.5
 */


/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 			/* Site layout */
@import url("forms.css");				/* Forms */
@import url("tables.css");			/* Tables */
@import url("microformats.css"); 		/* Microformats */

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

html, body {
}

body {
	margin: 0;
	padding: 0;
 	font: 11px/1.6em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #635C51;
	background: #DEDEDE;

}

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

h1 {
 	font: 1.9em/1.05em Georgia, Times, "Times New Roman", serif;
	margin: 0 0 5px 0;
	color: #0C8ECE;
}

h1 a {
	color: #E44C1E;
}

h2 {
	margin: 10px 0 5px 0;
 	font: 1.5em/1.1em Georgia, Times, "Times New Roman", serif;
 	color: #3775A6;
}

h3 {
 	font: 1.4em/1.1em Georgia, Times, "Times New Roman", serif;
	color: #999;
}

h4 {
 	font: 1.6em/1.1em Georgia, Times, "Times New Roman", serif;
	margin: 10px 0 10px 0;
	padding-top: 0;
	color: #999;
}

p {

}

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

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;
}

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

a {
	text-decoration: none;
	color: #3775A6;
}

a:hover {
	text-decoration: underline;
}

a.selected {

}

a img {
	border: none;
}

a.img {
	border: none;
}