@charset "utf-8";
/* CSS Document */

/*
Version: 1.1
Author: Christian Huellmann
Author URI: http://www.huellmann.com/
*/


*, html {
	border: 0;
	margin: 0;
	padding: 0;
	
	outline: none; /* Removes dotted borders around elements (e.g. links) */
}

img {
	/*vertical-align: bottom;*/
	display: block;
}

ul {
	list-style-type: none;
}

html, body {
	height: 100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	
	text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


#lightbox #loading a img {
	display: inline; /* Fix for Lightbox 2 (Lightbox 2 by Lokesh Dhakar) */
}
