html, body{
	font-family: "proxima-nova", "Proxima Nova", Helvetica, Verdana, sans-serif;
	font-size: 18px;
	background-color: #F9F9F9;
}

@media (max-width: 500px) {
    html, body {
        font-size: 15px;
    }
}

h1{
	font-size: 3rem;
	font-weight: 700;
    text-rendering: optimizelegibility;
    line-height: 1;
} 

@media (max-width: 500px) {
	h1{
		font-size: 2rem;
	}
}


h2{
	font-size: 1.8rem;
}

@media (max-width: 500px) {
	h2{
		font-size: 1.4rem;
	}

	h3{
		font-size: 1.2rem;
	}
}

ul{
	display: block;
}

ul li{
	display: inline;
}

blockquote{
	border-left: #F1EDDB 0.5em solid;
}

blockquote p{
	font-size: 1.05rem;
}

code{
	font-size: 0.95rem;
/*	margin-top: -2rem;
	margin-bottom: -2rem;*/

	border-radius: 5px;
}

code:not(.hljs){
	background-color: #e6e6e6;
}

kbd
{
    -moz-border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
    margin:0 .1em;
    padding:.1em .6em;
    text-shadow:0 1px 0 #fff;
}

.header, .post-header{
	max-width: 800px;

	margin-top: 4rem; 
	margin-left: auto;
	margin-right: auto;
	
	padding-left: 2rem;
	padding-right: 2rem;

	text-align: center;
	color: #333;

	position: relative;
}

@media (max-width: 500px) {
	.header, .post-header{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.post-header{
	text-align: left;
}

h1.blog-title{

/*	background: #4c4c4c; 
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); 
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); 
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); 

	color:transparent;
  	-webkit-background-clip: text;
 	background-clip: text;*/
 	color: #333;
}

.post-meta-wrapper{
	text-align: left;
}

.post-meta{
	color: #999;
	font-size: 1rem;
}

.description{
	font-size: 1rem;
	font-weight: 300;
}

.top-menu{
	max-width: 800px;

	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;

	border-top: 1px solid #AAA;

	font-size: 0.9rem;

	text-align: center;

}

.top-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-menu ul li{
	text-transform: uppercase;
  padding-left: 0;
}

.top-menu li:first-child:before {
  content: '';
}

.top-menu ul li:before {
  content: '·';
  font-weight: 700;
  color: #666;
  position: relative;
  left: -0.1rem;
}

.top-menu a{
	display: inline-block;
  margin: 0 0.8rem 0 0.8rem;
  color: #333;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.6rem 0 0 0;
}

@media (min-width: 800px) {
  .top-menu a{
    font-size: 1rem;
  }
}

.top-menu a:link {
    color: #333;
}

/* visited link */
.top-menu a:visited {
    color: #333;
}

/* mouse over link */
.top-menu a:hover {
    color: #111;
}

/* selected link */
.top-menu a:active {
    color: #333;
}

/* for auto layout menu */
/* child element of ul which its class name contains 'auto-layout' */
ul [class*="auto-layout"]{

  color: #7BBF62;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

ul [class*="auto-layout"] a:link, ul [class*="auto-layout"] a:visited {
  color: #7BBF62;
}

.series-list {
  border-radius: 10px;
  border: 4px solid #222222;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.5em;
  margin-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em;
}

.post-list-wrapper{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;

	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 800px) {
	.post-list-wrapper{
		padding-left: 1em;
		padding-right: 1em;
	}f
}

.post-list{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #E3E3E3;
}

h2.post-list-title{
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
}

.post-list-time{
	color: #999;
	font-size: 0.9em;
}

.post-content{
	font-size: 1.1rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;

	padding-left: 2rem;
	padding-right: 2rem;

	line-height: 1.6;
}

@media (max-width: 500px) {
	.post-content{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.post-content img, .post-content video{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.post-meta a, .post-content a, .post-bonus a{
	font-weight: 600;
}

.post-meta a:link, .post-content a:link, .post-bonus a:link {
	/*yellow*/
    /*color: #E4B056;*/
    color: #4AAA33;
}

/* visited link */
.post-meta a:visited, .post-content a:visited, .post-bonus a:visited {
	/*yellow*/
    /*color: #E4B056;*/
    color: #4AAA33;
}

/* mouse over link */
.post-meta a:hover, .post-content a:hover, .post-bonus a:hover {
	/*yellow hover*/
    /*color: #B69E73;*/
    color: #7AC862;
}

/* selected link */
.post-meta a:active, .post-content a:active, .post-bonus a:active {
	/*yellow hover*/
    /*color: #B69E73;*/
    color: #7AC862;

}

.post-bonus {
  margin-top: 4em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border-radius: 10px;
  border: 2px solid #4AAA33;
  max-width: 700px;
}

@media (max-width: 500px) {
  .post-bonus {
    max-width: 90%;  
  }
}

.post-comment{
	margin-top: 4rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

@media (max-width: 800px) {
	.post-comment{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

.post-subscribe{
	margin-top: 6rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;

	border: 1px solid #CCC;
	text-align: left;
	border-radius: 4px;

	background-color: #FFF;
	border-top: 2px solid #338332;
	border-bottom: 2px solid #338332;

	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

.post-subscribe p {
  margin: 0;
}

.post-subscribe h4{
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 0;
}

.post-subscribe img{
	max-width: 200px;
	max-height: 200px;
	display: inline;
	float: left;
	margin-right: 1rem;
}

.post-subscribe span{
	display: inline;
}

.post-subscribe-left, .post-subscribe-right{
	display: inline-grid;
	width: 49%;
	height: 100%;
	padding: 1rem;
}

@media (max-width: 450px) {
	.post-subscribe-left, .post-subscribe-right{
		width: 100%;
	}
}

.post-subscribe input[type=text],.post-subscribe input[type=email]{
	font-size: 1rem;
	padding:0.4rem; 
	width: 100%;
	border-radius: 3px;
	border: 1px solid #999;
}

.post-subscribe input[type="submit"]{
	font-size: 1rem;
	padding:0.5rem ; 
    background-color: #4caa33; 
    color: #f9f9f9;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    width: 100%;

    border: 0;
}

.post-subscribe input[type="submit"]:hover{
/*	background-color: #4BC948;
	color: #F9F9F9; */
}

nav.pagination{
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	max-width: 800px;
	position: relative;
}

.page-number{
	color: #999;
	font-size: 0.9rem;
}

.newer-posts, .older-posts{
	
}

.newer-posts{
	position: absolute;
	left: 0;
} 

.older-posts{
	position: absolute;
	right: 0;
}

.footer{
	padding-top: 2rem;
	padding-bottom: 2rem;

	padding-left: 1rem;
	padding-right: 1rem;

	text-align: center;
	background-color: #333;
	color: #F9F9F9;

	-moz-box-shadow:    inset 0px 10px 5px -5px #222;
	-webkit-box-shadow: inset 0px 10px 5px -5px #222;
	box-shadow:         inset 0px 10px 5px -5px #222;


}

/* archive link */
ul.archive-list, ul.archive-list li {
  display: block;
}

ul.archive-list li{
  padding-bottom: 1rem;
}

a.archive-link {
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: inset 0 -1px 0 #4AAA33;
}

a.archive-link:hover {
  color: #4AAA33;
  text-decoration: none;
}

ul.archive-list li:before {
  display: inline-block;
  content: '';
  background: #4AAA33;
  width: 6px;
  height: 6px;
  position: relative;
  top: -4px;
  left: -10px;
  border-radius: 2px;
  transform: rotate(-10deg);
}

