/*-----------------------------------------------------------------
Basic StyleSheet (for version 5 browsers)

Theme Name: Kiteshots.org
Theme URI: http://www.kiteshots.org/
Version: 1.0
Author: Anders Møller
Author URI: http://www.murky.dk
-----------------------------------------------------------------*/
@import url(reset-fonts-grids.css);
@import url(layout.css);
@import url(forms.css);
@import url(message.css);
@import url(admin.css);

/*html { height: 100%; margin-bottom: 1px; }*/

body {
	background: #121212 url('../images/design/bg_01.gif') repeat;
	height: 100%; /*required for IE page length bug*/
	margin-bottom: 1px;
	text-align:left;
	}
	
body, input, textarea, select, li, div, span, p, a, small, h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.6em;
	color: #eee;
	}

p, li, span {
	font-size:93%;
	}
	
h1 {
	font-size: 138.5%;
	margin: 0 0 15px 0;
	}
	
h2 {
	font-size: 123.1%;
	margin: 0 0 15px 0;
	}
	
h3 {
	font-size: 100%;
	margin: 0 0 10px 0;
	}
	
h4, h5, h6 {
	font-size: 93%;
	margin: 0 0 10px 0;
	}
	
small {
	font-size: 77%;
	}
	
ul {
	padding:0 0 0 15px;
	}	
li {
	list-style:disc;	
	}
	
a:link, a:active, a:visited {
	color: #eee;
	text-decoration: none;
	outline: none;
	}

a:hover { 
	color: #666;
	}

a.highlight:link, a.highlight:active, a.highlight:visited {
	color: #a8a888;
	outline: none;
	}

a.highlight:hover { 
	color: #666;
	}

a img {
	border : 0;
	}  

hr {
	border: 1px solid #eaeaea;
	border-width: 1px 0 0 0;
	height: 1px; 
	margin: 15px 0 15px 0;
	} 

.clear {
	clear:both;
	}	

img.icon {
	vertical-align:middle;
	margin-right: 10px;
	margin-bottom: 3px;	
	}

	
/*----------------------------------------
IE 6 fixes
-----------------------------------------*/
a h1 {
	text-decoration:none;
	}