/*
Author: Loaf Creative
*/

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

}

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

}

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

}

html,
body {font-family: 'InterFaceTypoLightRegular',Helvetica;}

.grey {color: #989898}
a {text-decoration: underline;}
a:hover {text-decoration: none;}

p {
	font-family: 'InterFaceTypoRegular',Helvetica;
	font-size: 13px;
	line-height:15px;
	letter-spacing:0.07em;
	color:#333;
}
p a {color:#333;}

.small {font-size:10px;}

h1 {font-size: 40px;margin:0 10px 5px 0;letter-spacing:-0.07em;color:#1A1A1A;font-family: 'InterFaceTypoLightRegular',Helvetica;}


h2 {font-size:20px;margin-bottom:10px;color:#666;}
h3 {font-size:18px;margin-bottom:0px;color:#666;}
h4 {font-size:18px;color:#333;font-family: 'InterFaceTypoRegular',Helvetica;}

h1 a, h2 a, h3 a, h4 a {text-decoration:none;color:#666;}
h1 a {color: #1A1A1A}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {text-decoration:underline;}

.search_post p {margin-bottom: 5px;}
.search_post {margin-bottom: 10px;float: left;clear: left;}
.searchTitle {margin: 10px 0 5px 0;float: left;}