
/***************************************
   =layout
****************************************/
* 			{ background: #fff; }
.hide 	{ display:none; }

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
  color: black;
  background: none;
  font-size: 10pt;
}
hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}
#header, 
#sidebar, 
#footer,
div.page-nav,
div.reply,
#respond {
  display: none;
}

li div.syntax_hilite,
div.syntax_hilite {
  width: 100%;
  overflow: visible;
  white-space: normal;
}
/***************************************
   =typography
****************************************/
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.month, .day, .year { display: inline; }

/***************************************
   =links
****************************************/
a {
  font-weight:700;
  text-decoration: underline;
}

a:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
.syntax_hilite a:after,
.comment-meta a:after {
  content: "";
}

.equal {
width: 100%;
margin: 5px;
padding: 6px 10px 1px 10px;
border: 1px solid #444;
}
.equal td {
vertical-align: top;
}
.equal table {
margin: 0px auto;
width: 700px;
}
.equal .duece {
padding-top: 15px;
}
.equal .duece a {
color: #333;
font-weight: bold;
}
