/**
 * Marlon website 2007
 *
 * Description:	General XHTML selector stylesheet
 *
 * Author: 		Davy De Pauw
 * Created: 	11/07/2007
 * Modified:	11/07/2007
 * URI:			http://www.marlon.be
 */

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

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

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

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: small/1.4em Tahoma, Arial, Helvetica, sans-serif;
	color: #322c1b;
	background: #fff url(../img/bg_body.jpg) repeat-x 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h3 {
	color: #A9A615;
}

h4 {
	color: #706C60;
}

p {
	margin: 5px 0 15px 0;
	font-size: .85em;
	line-height: 1.45em;
}

ul {
	margin: 0;
	padding: 0;
}
	
ul li {
	
}

dl {

}

dl dt {
	
}
		
dl dd {
	
}

blockquote {

}
	
blockquote p {
	
}

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

hr {
	display: block; 
	margin: 0; 
	padding: 0;
	height: 0; 
	visibility: hidden; 
	border-width: 0; 
}

hr.clear {
	clear: both; 
}

sup {
	vertical-align: top;
}

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

a:link, a:visited {
	color: #a9a615;
}

a:hover {
	color: #4e3e16;
}

a.selected {

}

a img {
	border: none;
}

