/*
Theme Name: 		fanzine
Description: 		Fanzine's Theme
Version: 			1.0
Author: 			Karsten K
Tags: 				
License: 			none
License URI: 		none
Author URI:			http://kjkstudio.com
Theme URI:			
*/

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

@font-face {
    font-family: 'FuturaStdMedium';
    src: url('../fonts/futurastd-medium-webfont.eot');
    src: url('../fonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-medium-webfont.woff') format('woff'),
         url('../fonts/futurastd-medium-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-medium-webfont.svg#FuturaStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaStdHeavy';
    src: url('../fonts/futurastd-heavy-webfont.eot');
    src: url('../fonts/futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-heavy-webfont.woff') format('woff'),
         url('../fonts/futurastd-heavy-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-heavy-webfont.svg#FuturaStdHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}


html { font-size:12px; }

body {
  font-size: 16px;
  color: #333132;
  font-family: "Times New Roman", Courier, Garamond, serif;
  line-height: 25px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4{ 
	font-weight: normal; 
	color: #333132; 
	margin: 0;
	font-family: 'FuturaStdMedium', Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 14px; }


/* italics */

p em, em
{
	font-style: italic;
}

/* Anchor
-------------------------------------------------------------- */

a, a:active, a:hover, a:visited {
	color: #333132;
	text-decoration: none;
}

a:focus { outline: none; }


button:focus { outline: none; }