/**** General styles 

font-family:Material Icons;
font-family: 'Source Sans Pro';
font-family: 'Open Sans'; 

****/

body {
	font-family: Open Sans, Arial, Sans-Serif;
    font-size:16px;
    color: #646464;
	max-width: 800px;
	margin: 0 auto;
}
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a:link {
  color: #f55a3f;
  text-decoration:none;
}

strong {
  font-weight:bold;
}

h1 {
  font-size: 48px;
  line-height:56px;
  margin-bottom: 18px;
  color:#1e1e1e;
  font-weight:bold;
  font-family: Source Sans Pro, Trebuchet MS, Arial, Sans-Serif;}

h2 {
  font-size:32px;
  line-height:38px;
  margin-bottom: 18px;
  color:#1e1e1e;
  font-weight:bold;
  font-family: Source Sans Pro, Trebuchet MS, Arial, Sans-Serif;
}

h3 {
  font-size:24px;
  line-height:28px;
  margin-bottom: 13px;
  color:#1e1e1e;
  font-weight:bold;
  font-family: Source Sans Pro, Trebuchet MS, Arial, Sans-Serif;
}

h4 {
  font-size:21px;
  line-height:21px;
  margin-bottom: 13px;
  color:#1e1e1e;
  font-weight:bold;
  font-family: Source Sans Pro, Trebuchet MS, Arial, Sans-Serif;
}

h5 {
  font-size: 18px;
  line-height:21px;
  margin-bottom: 10px;
  color:#1e1e1e;
  font-weight:bold;
  font: Source Sans Pro, Trebuchet MS, Arial, Sans-Serif;
}

h6 {
  font-size: 16px;
  line-height:16px;
  margin-bottom:;
  color:#1e1e1e;
  font-weight:bold;
  font-family: Source Sans Pro, Trebuchet MS, Arial, Sans-Serif;}

h7 {
  font-size: 14px;
  line-height:16px;
  margin-bottom: 12px;
  color:#1e1e1e;
  font-weight:bold;
  font-family: Source Sans Pro, Trebuchet MS, Arial, Sans-Serif;
}

hr { display: none; }
img { max-width: 100%; }
p { 
	word-wrap: break-word; 
	margin-bottom: 15px;
}
a { color: inherit; }

/*  Header */
.entry-header {
	margin-bottom: 25px;
	padding-bottom: 25px;
    color: #646464;
    border-bottom: solid 1px #afafaf;
}
.hat {
	display: block;
	text-align: center;
	margin: 15px 0 20px 0;
}




/* Main */
.center {
	margin: 0 auto;
	padding: 0 2%;
}


/* content */
.entry-content {
	margin-bottom: 35px;
	line-height: 170%;
}

pre {
    white-space: pre-wrap;
}

/* Footer */
.footer {
	margin-top: 25px;
	padding: 25px 0 0 0;
    color: #646464;
    border-bottom: solid 1px #afafaf;
}

@media print {
    #comments_controls,
    #print-link {
        display: none;
    }
}
.alignleft, .alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, .alignright {
	float: right;
	margin: 10px 0 5px 10px;
}