/*
font-family: 'Courgette', cursive;
font-family: 'Fjalla One', sans-serif;
font-family: 'Droid Sans', sans-serif;
font-family: 'Noto Serif', serif;
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

body, form, textarea	{font:400 13px/22px "Droid Sans", Arial, Helvetica, sans-serif; color:#666;}
input{font-family: 'Droid Sans', sans-serif;}
h1, h2, h3, h4, h5, h6 
	{
		font-family: 'Fjalla One', sans-serif;
		color:#333; 
		margin:0 0 10px 0; 
		font-weight:400;
		line-height:normal;
	}
h1 > strong, h2 > strong, h3 > strong, h4 strong, h5 > strong, h6 > strong,
h1 > b, h2 > b, h3 > b, h4 b, h5 > b, h6 > b{font-weight:400;} 	
h1 { font-size:25px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:14px; }
h2 span, h1.post-title{color:#d6380d;}
h1.post-title{font-size:35px;}

