/*
-----------------------------------------------
Kaldor Art Projects Style Sheet
author:   Art Network Australia Pty Ltd
version:  2007.09
----------------------------------------------- */
@import url(kaldorartprojects.css);
@import url(layoutk.css);
@import url(dropmenu2.css);
@import url(forms.css);

html {overflow-x: hidden}

body {
	position:relative;
	background: #FFF url(../images/bg12.png); 
	background-attachment: fixed;
	margin-left:auto;
	margin-right:auto;
	width:984px;
	color:#666666; 
	font:70%/1.5 helvetica,arial,tahoma,verdana,sans-serif;
	}
	
/* Generic Rules
----------------------------------------------- */

* {margin:0;padding:0}

/* LINKS */
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:none;cursor:pointer} 
a:link {color:#666666} 
a:visited {color:#666666} 
a:hover,a:active {color:#FF0000;text-decoration:none} 

/* LISTS */
ul {margin: .3em 0 1.5em 0;list-style-type:none}
	ul.related {margin-top: -1em}
ol {margin: .5em .5em 1.5em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
li {line-height: 1.4em;padding-left: 15px;}
li.doc {background-position: 3px -500px}
ul.nomarker li {background:none;padding-left:0}

dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}

/* GENERAL */
img {border:none !important} 
hr {margin: 1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 