/* 
Title:			Float blog theme
Description:		Screen stylesheet for www.float.be
Created:			16/09/2006
Modified:		20/01/2007
Author:			Davy De Pauw
URI:				http://www.float.be
*/


/* 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: small/1.5em "Lucida Grande", Verdana, sans-serif;
	color: #444;
	background: url(../img/bg_header.jpg) repeat-x 0 0;
}

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

h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 10px 0 0 0;
	color: #0C8ECE;
}

h2 {
	clear: left;
	margin: 10px 0 0 0;
	font-size: 1.4em;
	color: #0C8ECE;
	position: relative;
}

h3 {
	font-size: 1.1em;
	color: #0C8ECE;
}

h4 {
	margin: 10px 0 10px 0;
	padding-top: 10px;
	font-size: 1.1em;
	color: #0C8ECE;
}

small {
	font-size: 1em;
}

p {

}

ul {
	margin: 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:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #F26521;
	border-bottom: 1px dotted #F26521;
}

a:hover {
	border-bottom: 1px solid #F26521;
}

a.selected {

}

a img {
	border: none;
}

a.img {
	border: none;
}