/*
Theme Name: Basic
Theme URI: http://logicfest.com/
Description: A Basic WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Max Duggan
Author URI: http://sketchfactory.net/
Tags: basic

	Max Duggan v1

*/



/* Begin Typography & Colors */

@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");

/* BODY Layout & Formating
----------------------------------------------- */
body {
	margin: 0;
	background: #414141;
	color: #fff;
	text-align: center;  /* ie */
	font-size: 14px; 
	font-family: Arial, sans-serif;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a img {
	border-width: 0;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
