footer
{
	font-size: 12px;
	text-align: center;
}

article
{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
article header h1
{
	font-size:38px;
}
article h1
{
	font-size:32px;
}
article h2
{
	font-size:30px;
}
@media only screen and (max-width: 480px) {
	article header h1
	{
		font-size:24px;
	}
	article h1
	{
		font-size:22px;
	}
	article h2
	{
		font-size:20px;
	}
}




.postcontent
{
	font-size:16px;
}
.postcontent h1
{
	font-size:30px;
}

.search_page
{
  padding:10px;
  width:100%;
}

.results_header
{
  width:100%;
  margin-bottom:20px;
  border-bottom: solid 1px #cccccc;
  padding-bottom:10px;
}
.searchresultitem
{
  margin-bottom:10px;
}
.blogheader
{
	margin-top:50px;
	width:100%;
	text-align:center;
}
.blogheader a
{
	color:#666
}
.blogheader h1
{
	font-size:58px;
}
.blogheader h2
{
	font-size:18px;
}
.searchbox
{
  width:100%;
  text-align:right;
  padding-top:5px;
  padding-bottom:5px;
  background-color:#0070c0;
  color: #ffffff;
}
.searchbox a
{
  color: #ffffff;
  padding-left:5px;
}
.searchbox input
{
  color: #000000;
}
.postcontent
{
	font-size:16px;
}
.postcontent h1
{
	font-size:30px;
}

.postcontent
{
	font-size:16px;
}


.postcontent a
{
	color:#666
}


.nextorback {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sitemenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;;
  color:#000000;
  font-size:16px;
  text-align: center;
  border-top: solid 3px #EEEEEE;
  border-bottom: solid 3px #EEEEEE;
  padding-top:30px;
  padding-bottom:30px;
  margin-top:15px;
  margin-bottom:30px;
}
.sitemenu li {
	display: inline-block;
	margin-right:20px;
	cursor: pointer; 
}

