@CHARSET "UTF-8";

/* common
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  }
.clear {
  clear: both;
  font-size: 0;
  }
.hidden {
  visibility: hidden;
  }
a, a:active, a:visited {
  color: #036;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }
#tumblr_controls {
  top: 30px !important;
  }

/* structure
----------------------------------------------- */
body {
  background-color: #fff;
  }
#container {
  width: 100%;
  }
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 224;
  }
#body {
  width: 1000px;
  margin: 60px auto;
  }
#main {
  width: 800px;
  padding-bottom: 60px;
  float: left;
  }
#sidebar {
  width: 200px;
  float: left;
  }
#footer {
  width: 100%;
  height: 30px;
  background-color: #000;
  clear: both;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  }


/* headedr
----------------------------------------------- */
#header-contents {
  width: 1000px;
  height: 22px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: small;
  position: relative;
  }
#header-contents a {
  color: #fff;
  }
#header-contents a:hover {
  color: #900;
  }
#header-contents h1 {
  position: absolute;
  left: 0;
  float: left;
  font-size: small;
  }
#header-contents h1 ul {
  list-style-type: none;
  }
#header-contents h1 ul li {
  float: left;
  width: 25px;
  height: 20px;
  }
#header-contents h1 ul li a img {
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  }
#header-contents h1 ul li a:hover img {
  border: solid 1px #f90;
  }
#header-contents #headline {
  position: absolute;
  left: 200px;
  float: left;
  }
#header-contents #headline .thumbnails {
  }
#header-contents #headline .thumbnails ul {
  list-style-type: none;
  }
#header-contents #headline .thumbnails ul li {
  float: left;
  width: 25px;
  height: 20px;
  }
#header-contents #headline .thumbnails ul li a img {
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  }
#header-contents #headline .thumbnails ul li a:hover img {
  border: solid 1px #f90;
  }
#header-contents #menu {
  position: absolute;
  top: 0;
  right: 0;
  }
#header-contents #menu ul {
  list-style-type: none;
  }
#header-contents #menu ul li {
  padding: 5px 8px;
  background-color: #666;
  display: inline;
  font-size: x-small;
  }


/* post
----------------------------------------------- */
.post {
  width: 800px;
  margin-bottom: 50px;
  font-size: small;
  }
.post .post-header .date {
  width: 740px;
  margin: 0 40px 10px 0;
  padding: 5px 10px;
  font-weight: bold;
  font-size: small;
  color: #999;
  background-color: #eee;
  }
.post .post-body {
  width: 735px;
  margin: 10px 40px 10px 25px;
  position: relative;
  }
.post .post-body .post-permalink {
  position: absolute;
  top: 0;
  left: -25px;
  }
.post .post-body .post-permalink a {
  display: block;
  width: 14px;
  height: 14px;
  background: url(http://static.nplll.com/images/icon/plus.gif) top left no-repeat;
  }
.post .post-body .post-permalink a:hover {
  background: url(http://static.nplll.com/images/icon/plus_over.gif) top left no-repeat;
  }
.post .post-main {
  width: 540px;
  float: left;
  }

/* each post-types */
.regular h3 a, .conversation h3 a {
  color: {color:Heading Color};
  }
.quote big {
  color: {color:Heading Color};
  float: left;
  font: bold 4.5em/1px Georgia, serif;
  margin-top: .45em;
  }
.quote .words {
  display: block;
  font-size: 1.25em;
  margin-left: 2.3em;
  }
.quote .source {
  display: block;
  margin: .5em 0 1.5em 2.8em;
  }
.photo img {
  background: {color:Image Background};
  border: 1px solid #aaa;
  padding: 3px;
  }
.photo .caption, .video .caption, .audio .caption {
  display: block;
  margin: .5em 0 1.5em;
  }
.conversation ul {
  list-style: none;
  padding-left: 1.5em;
  }
.conversation ul li {
  margin-bottom: .25em;
  }
.conversation ul li .person {
  font-weight: bold;
  }
.conversation ul li .said {
  margin-left: .75em;
  }
.post .regular blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 0 0 10px;
  border-left: solid 2px #036;
  }
.post .regular blockquote ul {
  margin: 10px 30px;
  }


/* post-caption */
.post .caption p {
  margin-bottom: 10px;
  }
.post .caption blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 0 0 10px;
  border-left: solid 2px #036;
  }
.post .caption blockquote * {
  margin-bottom: 0;
  }


/* post-notes */
.post-notes {
  margin: 50px 0px;
  }
ol.notes {
  padding: 0px;
  list-style-type: none;
  border-bottom: solid 1px #ccc;
  }
ol.notes li.note {
  border-top: solid 1px #ccc;
  padding: 10px;
  }
ol.notes li.note img.avatar {
  vertical-align: -4px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: none;
  }
ol.notes li.note span.action {
  font-weight: bold;
  }
ol.notes li.note .answer_content {
  font-weight: normal;
  }
ol.notes li.note blockquote {
  border-color: #eee;
  padding: 4px 10px;
  margin: 10px 0px 0px 25px;
  }
ol.notes li.note blockquote a {
  text-decoration: none;
  }

#blog_parts {
  font-size: x-small;
  width: 400px;
  }


.post .post-sub {
  width: 190px;
  float: right;
  }
.post .post-notes-count {
  margin-bottom: 10px;
  }
.post .post-root {
  margin-bottom: 20px;
  }
.post .post-root img {
    border: none;
  vertical-align: bottom;
  }
.post .post-tags ul {
  list-style-type: none;
  }
.post .post-tags ul li {
  padding-left: 14px;
  background: url(http://static.nplll.com/images/icon/tag.gif) center left no-repeat;
  }

#commentform {
  width: 725px;
  margin: 20px 40px 0px 35px;
  }
#commentform .dsq-by {
  margin-right: 7px;
  }
.dsq-comment-count {
  margin-top: 30px;
  }


/* sidebar
----------------------------------------------- */
#sidebar #search,
#sidebar #following,
#sidebar #tagCloud {
  width: 200px;
  margin-bottom: 30px;
  }
#sidebar h4 {
  font-size: small;
  }
#sidebar #following ul {
  width: 195px;
  list-style-type: none;
  padding: 5px 0 10px 5px;
  }
#sidebar #following ul li {
  float: left;
  padding: 2px 3px;
  }
#sidebar #following ul li img {
  border: none;
  vertical-align: top;
  }
#sidebar #tagCloud ul {
  list-style-type: none;
  padding: 5px 0 10px 5px;
  }
#sidebar #tagCloud ul li {
  float: left;
  padding: 2px 3px;
  font-size: x-small;
  line-height:1.2em;
  }


/* footer */
#colophon {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  list-style-type: none;
  color: #ccc;
  }
#colophon li {
  padding: 5px 8px;
  background-color: #666;
  display: inline;
  font-size: x-small;
  }
#colophon li a {
  color: #fff;
  }
#colophon li a:hover {
  color: #f90;
  }