@charset "UTF-8";

@import url("../styles/reset.css");
@import url("../styles/header.css");
@import url("../styles/content.css");
@import url("../styles/sidebar.css");
@import url("../styles/footer.css");

@font-face {
  font-family: Nilland;
  src: url(http://sketchfactory.net/fonts/nilland_black.ttf);
}
@font-face {
  font-family: Droid;
  src: url(http://sketchfactory.net/fonts/DroidSans.ttf);
}


/* BODY Layout & Formating
----------------------------------------------- */
body {
	height: 100%;
	margin: 0;
	color: #444;
	text-align: center;  /* ie */
	font-size: 80%;
	line-height: 130%;	
	font-family: verdana, Droid, helvetica, Arial, sans-serif;
	background:url("../images/bg.jpg") no-repeat fixed 0 0 #a3b9bd;
}
a:link, a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: none;
}
a img {
	border-width: 0;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hide {
	display: none;
}