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

@font-face {
	font-family: 'geosanslight';
	src: url('fonts/GeosansLight.ttf');
	font-weight: normal;
	font-style: normal;
}

body{
	margin: 0px;
	padding: 0px;
	background-image: url("imgs/bg.png");
	/* 831px 822px*/
	background-size: 623px 616px;
	background-repeat: no-repeat;
	font-family: geosanslight;
	font-weight: bold;
}

* {
	box-sizing: border-box;
}

.main{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.content{
	width: 100%;
}

.postItem{
	width: 100%;
	font-size: 16pt;
	padding: 1px 10px;
	margin-bottom: 15px;
	border: 1px solid #222222;
	float: left;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	transition: transform 0.075s;
}

.postItem:hover{
	transform: scale(1.03);
}

.post{
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #222222;
	float: left;
	padding: 0px 15px;
}

.postHead {
	padding-top: 20px;
	margin-bottom: 20px;
}

.postHead > h1{
	margin-top: -10px;
	margin-bottom: 0px;
}

.postHead > .date {
	color: #222222;
	font-size: 14pt;
}

.postContent {
	font-size: 14pt;
	padding: 0px 0px;
}

.pageLink {
	display: block;
	float: left;
	padding-right: 40px;
	padding-bottom: 15px;
}

.pageLink:hover{
	transform: scale(1.2) translate(8px, 0px);
	transition: transform 0.05s;
}

.titleLink{
	display: block;
}

.postLink:hover{
	color:black;
}

.titleLink:hover{
	transform: scale(1.1) translate(43px, 0px);
	transition: transform 0.05s;
}

.links{
	font-family: geosanslight-nmsregular;
	font-size: 16pt;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #444444;
}

a:active {
	color: #0172FF;
}

.titleCard{
	width: 75%;
	float: left;
}

.tagCard{
	width: 25%;
	float: right;
	font-size: 13pt;
	margin-top: 10px;
}

.tag{
	float: right;
	background-color: #000088;
	color: #fefefe;
	border-radius: 6px;
	padding: 2px 7px;
	line-height: 18px;
	height: 25px;
}

.date {
	color: #6e6e6e;
	font-size: 10pt;
	margin-top: -2px;
}

.header {
	font-family: geosanslight-nmsregular;
}

.mastHead{
	margin-bottom: 0px;
	margin-top: 0px;
}

hr.top{
	border: 0px;
	height: 2px;
	background-color: black;
}

.hidden {
	display: none;
}
