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


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

@import url("layout.css"); 			/* Site layout */
@import url("forms.css");

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