/* nerdrug align */
.center {
  text-align: center;
}
.center img {
  display: block;
  margin: auto;
}

.left img {
  float: left;
  margin-left: 0.5em;
}
.right img {
  float: right;
  margin-left: 0.5em;
}



/* 'minimo' theme color */

.sidebar .widget-about.sep-after::after {
  border-bottom-color: #8871d9;
}

.header .sep-after::after {
  border-bottom-color: #8871d9;
}

.footer .sep-before::before {
  border-bottom-color: #8871d9;
}

/*
.comments-container #disqus_thread:before,.entry+.home-sections-container .home-sections:before,.entry-nav:before,.footer:before,.header:after,.prev-entry~.next-entry:before {
  border-bottom:.125em solid #8871d9;
}

.entry-content a:active,.entry-content a:focus,.entry-content a:hover{
  border-bottom-color:#8871d9;
}

a:focus{
  outline-color:#8871d9;
}

.entry-content a:active,.entry-content a:focus,.entry-content a:hover{
  border-bottom-color:#8871d9;
}


input[type=submit]{
  background:#8871d9;
}

button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{
  outline-color:#8871d9;
}

input[type=submit]:hover{
  color:#8871d9;
}
input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{
  outline-color:#8871d9;
}
*/

