@charset "utf-8";

/*  
Theme Name: Clearcut
Description: Clean and Clear Theme
Version: 1.0
Author: Hidden Depth
Author URI: http://hiddendepth.ie
*/

/* To use when adding new fonts
@font-face { font-family: Calluna-Regular; src: url('../Calluna-Regular.otf'); } 
*/

body {
	background-color: #000;
	font-size: 12px;
	font-family: Arial;
	line-height:23px;
}


/* ---------- Hack ---------- */

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */


/* ---------- Typography ---------- */

a {
	content: " ("attr(href)") ";
	font-size: 10pt;
}

h1 {
	text-align: center;
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

