/* screen.css by Jan-Piet Mens */

html {
	padding: 35px 0 35px 0;
}

body {
	text-align: center;
	font-family:Verdana,Tahoma,"BitStream vera Sans",Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #666;
}

#content .inner {
	text-align: left;
	width: 325px;
	margin: auto;
}
.inner img {
	border: none;
}

.post {
    width: 725px;
    margin: auto; 
  margin-bottom: 55px;
}

.post h4 {
	font-size: 12px;
	text-decoration: underline;
}

  .post h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    }
  .post h3 a {
    text-decoration: none; }
  .post h3 a:hover {
    text-decoration: underline; }
  .post .body {
    font-size: 17px; }
  .post .body p {
    margin-bottom: 1em; }
  .post ul {
    margin-bottom: 1em; }
  .post ul li {
    margin-bottom: 0.5em; }
  .post .meta {
    margin-top: 25px;
    border-top: 3px double #ddd;
    padding-top: 25px;
    color: #999; }

#header {
  font-family: 'Lato';
  padding: 2px;
  background: #fff;
  margin-bottom: 45px;
  color: #333; }
  #header .inner {
    text-align: left;
    width: 725px;
    margin: auto; }
  #header ul {
    float: right; 
    font-family:Verdana,Tahoma,"BitStream vera Sans",Arial,Helvetica,sans-serif;
    list-style-type: none; }
    #header ul li {
      float: right; 
      margin-left: 18px;
      margin-top: 0px;
      font-size: 12px;
      font-weight: 300; }
      #header ul li a {
        color: #800;
        text-decoration: none; }
	/*
	#header ul li:before {
	        font-weight: bold; 
		color: #800;
		content: ">";
		padding: 8px;
	} */
        #header ul li a:hover {
          text-decoration: underline; }
  #header h1 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 80px;
    }
    #header h1 a {
      text-decoration: none;
      color: #333; }
  #header h2 {
    font-size: 12px;
    font-weight: 300; }
    #header h2 img {
      margin-left: 3px; }

#content .inner {
  text-align: left;
  width: 725px;
  margin: auto;
}

#content .inner h3 {
	text-align: left;
}

.post .title h1 {
	font-size: 20px;
}

.post img {
	display: block;
	border: none;
	padding: 15px;
}

.post .postfoot {
	padding-top: 40px;
	font-size: 85%;
}

.post .pagenav {
	text-align: left;
	float: left;
}
.post .pagenav a {
	padding-right: 20px;
}

.post .info {
	text-align: right;
	float: right;
}

.post .tags {
	color: #e1e1e1;
}

a {
	color: #800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
        margin-left: 30px;
        padding-left: 10px;
        border-left: 1px solid #333;
        font-style:italic;
}

pre {
        background:#F1F1F1;
        border:#CCC dashed 1px;
}

/*.highlight pre {
	background: yellow;
} */

p code {
	background: white;
	font-size: 90%;
}

.highlight pre{ 
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  background: white;
  padding-left:5px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ccc;
  width:725px; 
  overflow:hidden; 
  -webkit-transition: width 1s ease-in;
}

.highlight pre:hover, .highlight pre.hover{ 
  position:relative; z-index:70; width: 1000px; 
}

/*
 * <UL> archive
 *	<UL> archivemonth
 *		<LI>
 *			date  link
 */

.archive ul {
	padding-top: 10px;
	line-height: 90%;
}
.archivemonth li>.date {
	padding-right: 20px;
}

ul.otherposts  {
	padding-left: 0;
}

ul.otherposts li  {
	list-style-type: none; 
}
ul.otherposts li>.date {
	padding-right: 20px;
}

ul.pagelist {
      padding-left: 0;
}

ul.pagelist li {
    list-style-type: none;
}

.pagelink {
}
.pagedate {
	padding-left: 10px;
	font-size: 90%;
	display: none;
}


#tail {
	/* background: green; */
}

.mygrep .form{
	display:none;
}

#ipmagic {
	background: green;
	color: white;
	display: none;
}
#dnssecmagic {
	color: white;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

#searchresults {
	color: blue;
	font-size: 80%;
	padding-bottom: 10px;
}

.searchresult {
	padding-bottom: 20px;
	clear: both;
}


.searchresult .snippet {
	width: 95%;
	float: right;
	font-style: italic;
}

.searchresultfoot {
	float: right;
}
.searchresultfoot .tags {
	color: #e1e1e1;
}
.searchresultfoot .xdate {
	color: #e1e1e1;
}

#searchfooter {
	padding-top: 80px;
}
