/**
 * 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 {
	margin: 0;
	padding: 0;
}

dl dd { margin-bottom: 10px; }

blockquote {
	margin: 10px 35px 20px 30px;
	padding: 10px 0 0 20px;
	background: #f5f4ee url(../img/bg_blockquote_top.gif) no-repeat 0 0;
}
	
blockquote p {
	margin: 10px 0 15px 22px;
	padding: 0 20px 25px 0;
	text-indent: 15px;
	background: url(../img/bg_blockquote_bottom.gif) no-repeat 100% 100%;
}

pre {
	margin: 10px 35px 40px 30px;
	padding: 15px 10px 20px 20px;
	font-size: .95em;
	line-height: 1.25em;
	color: #322c1b;
	overflow-x: scroll;
	border: 1px solid #e5e2da;
	background: #f5f4ee;
}

code {
	display: inline;
	font-family: "Courier New", Courier, monospace;
	color: #322c1b;
}

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

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

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

a:hover {
	color: #4e3e16;
}

a.selected {

}

a img {
	border: none;
}
