/*
Theme Name:     Phillip Niemeyer simple
*/

@font-face {
  font-family: 'Calibre Web';
  font-style: normal;
  font-weight: 400;
  src: local('Calibre Web'),
       url('fonts/CalibreWeb-Medium.woff2') format('woff2'), 
       url('fonts/CalibreWeb-Medium.woff') format('woff'),
       url('fonts/CalibreWeb-Medium.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Calibre Reg';
  font-style: normal;
  font-weight: 400;
  src: local('Calibre Reg'),
       url('fonts/CalibreWeb-Regular.woff2') format('woff2'), 
       url('fonts/CalibreWeb-Regular.woff') format('woff'),
       url('fonts/CalibreWeb-Regular.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Calibre Web Italic';
  font-style: italic;
  font-weight: 400;
  src: local('Calibre Web Italic'),
       url('fonts/CalibreWeb-MediumItalic.woff2') format('woff2'), 
       url('fonts/CalibreWeb-MediumItalic.woff') format('woff'),
       url('fonts/CalibreWeb-MediumItalic.eot') format('embedded-opentype');
}
  
/*-------------------------------------------------------------- 
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;

	font-family: 'Calibre Reg', sans-serif;
    font-kerning: normal;
	color: whitesmoke;
    background-color:#141412;

	letter-spacing:.02em;

	font-weight:normal;
	font-size:24px;
	line-height: 1.2;	
	text-rendering: optimizeLegibility;
}

b, u, i, center, em {
	font-size:inherit;
	line-height:inherit;
}

/* =Body
-------------------------------------------------------------- */

html {
	overflow-y: scroll;
	padding:0;
	margin:0;
}

body {
	padding:3%;
	margin:0;
	width:auto;
}

/* =General Text Styles
-------------------------------------------------------------- */

em, i, strong, b {
	font-size:inherit;
}

h1, h2, h3, h4, h5, h6, p, aside, span, p {
	clear: both;	
	font-size:inherit;
	line-height:inherit; 
	font-weight:inherit;
	margin: 0 0 1em 0;
	font-weight:400;
}

h1 {
    color:goldenrod;
}


hr {
	display:block;
	width:822px;
	border:0;
	border-bottom:2px solid white;
	height:46px;
	padding:0;
	clear:both;
	margin:0 0 24px 0;
	text-align:left;
}

br {
	clear:both;
}

/***** default links ****************/
a {
	text-decoration: none;
	color:inherit;
	outline:0;
    border-bottom:1px solid goldenrod;
}

a:visited {
	text-decoration: none;
	color:inherit;
}

a:hover, a:active, a:focus {
	text-decoration: none;
    color: goldenrod;
} 

a:active, a:focus {
	outline: 0;
} 
