a[href*=wikipedia]
{
  color:#404040; 
  border-bottom:1px #888888 dotted;
}
a[href*=wikipedia]:hover
{
  color:#1b8be0;
  text-decoration:none;
  border-bottom:1px #888888 solid;
}
.hentry {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	hyphens:none;	
}
.previous
{
  text-align:left;
  margin-bottom:15px;
}

.next
{
  text-align:right;
  margin-bottom:15px;
}

.wp-audio-shortcode
{
  max-width:400px;
  margin:20px auto;
}

@media only screen and (min-width:50em)
{
  .previous
  {
    width:50%;
    float:left;
  }
  
  .next
  {
    width:50%;
    float:right;
  }
}


/*
html
{
  font-size:95%;
}

body, button, input, select, textarea, blockquote 
{
  font-family: PT Serif Regular; 
  letter-spacing:0.2px; 
  word-spacing:0px;
}
body, button, input, select, textarea, blockquote 
{
  font-family: PT Serif Regular; 
  letter-spacing:0.2px; 
  word-spacing:0px;
}

body i, body em, blockquote
{
  font-family: PT Serif Italic; 
  font-style:normal !important;
}

body b, body strong
{
  font-family: PT Serif Bold; 
  font-weight:normal !important; 
  color:#ffffff !important;
}

pre 
{ 
  background:#222222; 
  border:1px #666666 solid; 
  font-size:80%; 
  line-height:120%;
}

h3
{
  margin-top:40px; 
  margin-bottom:25px; 
  padding-top:5px; 
  padding-bottom:5px; 
  margin-left:auto; 
  margin-right:auto; 
  max-width:725px; 
  text-align:center; 
  border:1px #666666 solid; 
  background:#222222; 
}

h3:first-child
{
  margin-top:10px;
}

ul li
{
  margin-bottom:10px;
}

a.find-out-more
{
  display:block; 
  text-align:center; 
  border:1px solid; 
  border-radius:3px; 
  width:80%; 
  max-width:16em; 
  margin:1.5em auto; 
  padding:0.3em 2em;
}

a.find-out-more:hover
{
  font-weight:bold; 
  background:#222222;
}

.no-touch input[type=email]:focus,.touch input[type=email]:focus,
.no-touch input[type=password]:focus,.touch input[type=password]:focus,
.no-touch input[type=search]:focus,.touch input[type=search]:focus,
.no-touch input[type=tel]:focus,.touch input[type=tel]:focus,
.no-touch input[type=text]:focus,.touch input[type=text]:focus,
.no-touch input[type=url]:focus,.touch input[type=url]:focus,
.no-touch textarea:focus,.touch textarea:focus
{
  outline:0;
  background:#222;
  color:#ddd3c3;
}

.comment-form-comment textarea:focus
{
  background:#222222;
}

.entry-title a:hover
{
  border-bottom:none !important;
}

.floater .extra
{
  display:none;
}

img.site-logo
{
  margin-bottom:0;
}

.previous
{
  text-align:left;
}

.next
{
  text-align:right;
}

@media only screen and (min-width:50em)
{
  .floater
  {
    width:49%; 
    margin-right:1%; 
    float:left;
  } 
  
  .floater .extra
  {
    display:block; 
  }

  .previous
  {
    width:49%;
    float:left;
  }
  
  .next
  {
    width:49%;
    float:right;
  }
}

*/