/*
Theme Name: AndyHat
Theme URI: http://www.andyhat.co.uk
Description: AndyHat WordPress theme
Version: 2.2
Author: Andy Stiller
Author URI: http://www.andyhat.co.uk
*/

/*
 * This is file sets-up the intial settings, the fonts used and links 
 * to the other style sheets.
*/

/*imports the fonts used in the site*/
@import url('styles/fonts.css');

/*The main styling of the site*/
@import url('styles/screen.css');

/*
Tag definitions
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.4em;
	vertical-align: baseline;
	text-decoration: none;
}

body {
	font: 1em 'CandelaBook', Arial, sans-serif;
}

em {
	font: 1em 'CandelaBookItalic', Arial, sans-serif;
}

strong, input, button, label {
	font: 1em 'CandelaBold', Arial, sans-serif;
	letter-spacing: 0.1em;
}

header h1 {
	font: 2.5em 'ComfortaaBold', Arial, sans-serif;
}

h1, legend, .navbutton figcaption {
	font: 1.5em 'ComfortaaBold', Arial, sans-serif;
}

h2, aside h1 {
	font: 1.2em 'ComfortaaBold', Arial, sans-serif;
}

h3 {
	font: 1.1em 'ComfortaaBold', Arial, sans-serif;
}


footer {
	font: 1em 'ComfortaaBold', Arial, sans-serif;
	text-align: center;
}

footer nav {
	font: 1.3em 'ComfortaaBold', Arial, sans-serif;
	text-align: center;
}

aside p, p#copyrite, figcaption {
	font: 0.9em 'CandelaBook', Arial, sans-serif;
}


