body {
  background: #FFFFFF top left fixed repeat;
  color: #000;
  margin: 0;
  padding: 0;
}
a:hover {
  color: #b52;
}
a:active {
  color: #962;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
a img {
  border: none;
}
iframe {
  position: fixed!important;
  left: inherit!important;
  top: inherit!important;
  bottom: 5px!important;
  right: 5px!important;
}
#wrapper {
  width: 845px;
  margin: 0 auto;
}
#footer {
  clear: left;
  border: 0;
  text-align: left;
  border-top: 1px solid #f9f9f9;
  background: #620;
  height: 100px;
  margin: 0;
  padding: 20px;
}
#title {
  color: #dff;
  background: #620;
  font-size: 48px;
  font-weight: 400;
  font-family: verdana, tahoma, sans-serif;
  text-align: left;
  letter-spacing: -1px;
  margin: 0;
  padding: 15px 20px;
}
#title a {
  color: #dff;
  text-decoration: none;
}
#content {
  width: 520px;
  float: left;
}
.post {
  background: #fff;
  position: relative;
  text-align: justify;
  padding: 10px;
}
.post .media {
  text-align: center;
  margin-bottom: 10px;
}
.post .quote {
  font-weight: 700;
  padding: 20px 20px 5px;
}
.post .quote.short {
  font-size: 33px;
  line-height: 35px;
}
.post .quote.medium {
  font-size: 25px;
  line-height: 28px;
}
.post .quote.long {
  font-size: 18px;
  line-height: 22px;
}
.copy {
  color: #222;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
}
.post .copy a {
  text-decoration: underline;
}
.post .copy p {
  margin: 10px 0 0;
  padding: 0;
}
.post pre {
  background-color: #e6e6e6;
  font: normal 12px Courier, monospace;
  overflow: auto;
  margin: 10px 0;
  padding: 10px;
}
.post code, span.highlight {
  background-color: #e6e6e6;
  font: normal 75% Courier, monospace;
}
.post .audio {
  background: #eaeaea;
  float: left;
  margin-bottom: 10px;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px;
}
.post .audio .player {
  float: left;
}
.post .audio .player .audio_player embed {
  border: 1px solid #c8c8c8;
}
.post .audio .meta {
  height: 13px;
  float: left;
  color: #666;
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 11px;
  text-transform: lowercase;
  padding: 8px 13px;
}
.post .audio .meta a {
  color: #666;
  text-decoration: none;
}
.post .album_art {
  text-align: center;
}
.post .question {
  color: #494949;
  font-size: 16px;
  font-weight: 700;
  background: #f1f1f1;
  moz-border-radius: 8px;
  webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  margin: 0 0 15px;
  padding: 15px 20px;
}
.post .question .nipple {
  width: 13px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 30px;
}
.post .asker_container {
  margin: 0 0 20px 24px;
}
.post .asker_container img {
  margin: 0 12px -7px 0;
}
h2 {
  font-family: "trebuchet ms", verdana, sans-serif;
  color: #510;
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  margin: 0;
}
h3 {
  color: #200;
  font-size: 16px;
  font-weight: 700;
}
.post img {
  max-width: 200px;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
  float: right;
  margin: 5px 0 0 15px;
}
.chat {
  background-color: #fff;
  border-left: 5px solid #dedddd;
  font-size: 14px;
  margin: 10px 10px 0;
}
.lines {
  margin-left: 1px;
}
.line {
  background-color: #eaeaea;
  color: #494949;
  margin-bottom: 1px;
  padding: 3px 5px;
}
.line.even {
  background-color: #dedddd;
}
.post .link {
  font-size: 16px;
  line-height: 25px;
  margin: 4px 0 2px;
}
.post .link a {
  background-color: #FFFFFF;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 7px;
}
.post .footer {
  background: #eaeaea;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 11px;
  color: #666;
  margin-top: 10px;
  padding: 5px 10px;
}
.post .footer .date {
  width: 67%;
  float: left;
  color: #666;
}
.post .footer .notes {
  width: 33%;
  float: right;
  text-align: right;
  color: #666;
}
.post .footer .notes a {
  color: #666;
}
.post .footer .tags a {
  color: #4a4a51;
  text-decoration: underline;
}
.post .footer.with_source_url .tags {
  max-width: 330px;
  float: left;
}
.post .footer.with_source_url .source_url {
  float: right;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
}
.post .footer.with_source_url .source_url img {
  vertical-align: top;
  moz-opacity: 0.5;
  opacity: 0.5;
}
.post .footer.with_source_url .source_url:hover img {
  moz-opacity: 0.7;
  opacity: 0.7;
}
.post a {
  color: #6e7173;
  text-decoration: none;
}
.post .copy blockquote {
  padding-left: 15px;
  border-left: solid 4px #dcdcdc;
  margin: 10px 0 10px 10px;
}
.post .copy blockquote blockquote {
  border-left: solid 4px #cccccc;
}
.post .copy blockquote blockquote blockquote {
  border-left: solid 4px #bcbcbc;
}
.post .copy blockquote blockquote blockquote blockquote {
  border-left: solid 4px #acacac;
}
.post .copy blockquote blockquote blockquote blockquote blockquote {
  border-left: solid 4px #9c9c9c;
}
.post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  border-left: solid 4px #8c8c8c;
}
#content #navigation {
  text-align: right;
  padding-bottom: 35px;
  text-transform: lowercase;
}
#content #navigation a {
  background-color: #fff;
  text-decoration: none;
  margin-left: 25px;
  padding: 5px 10px;
}
#content #navigation.jump_pagination a {
  margin: 0 0 0 4px;
}
#content #navigation.jump_pagination .current_page {
  background-color: rgba(255,255,255,0.1);
  border: 2px solid #fff;
  cursor: default;
  margin: 0 0 0 4px;
  padding: 3px 8px;
}
.post .notecontainer {
  background: #eaeaea;
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 11px;
  color: #666;
  margin-top: 10px;
  margin-bottom: -10px;
}
.post .notecontainer a {
  color: #666;
  text-decoration: underline;
}
.post .notecontainer ol.notes {
  list-style-type: none;
  font-size: 11px;
  padding: 0 0 10px;
}
.post .notecontainer ol.notes li.note {
  padding: 10px 10px 0;
}
.post .notecontainer ol.notes li.note img.avatar {
  vertical-align: -4px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.post .notecontainer ol.notes li.note blockquote {
  border-left: 2px solid #666;
  margin: 10px 0 0 25px;
  padding: 4px 10px;
}
#content #searchresults {
  text-shadow: 1px 3px 5px rgba(0,0,0,0.5);
  font-size: 20px;
  margin: 0 0 15px;
}
#content #searchresults .search_query {
  font-weight: 700;
}
#content #searchresults .search_query:before {
  content: '“';
}
#content #searchresults .search_query:after {
  content: '”';
}
#sidebar {
  width: 250px;
  float: right;
  font-family: "trebuchet ms", verdana, sans-serif;
}
#sidebar h2 {
  position: relative;
  left: -30px;
  margin-top: 20px;
}
#sidebar dt {
  font-family: "trebuchet ms", verdana, sans-serif;
  color: #510;
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
  margin: 0;
}
#sidebar dd {
  color: #444;
  font-size: 90%;
}
#sidebar a:hover {
  text-decoration: underline;
  color: #b52;
}
#sidebar a:active {
  text-decoration: underline;
  color: #962;
}
#top {
  background: #fff;
  webkit-border-top-left-radius: 10px;
  webkit-border-top-right-radius: 10px;
  moz-border-radius-topleft: 10px;
  moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 20px;
}
#avatar {
  width: 146px;
  height: 146px;
  background: url(https://static.cwillu.com/images/avatar-bg.png) top left no-repeat transparent;
  position: relative;
  top: -24px;
  left: -5px;
  margin-bottom: -14px;
  overflow: visible;
  padding: 8px 0 0 9px;
}
#avatar img {
  position: absolute;
  top: -29px;
  left: 0;
  width: 128px;
}
#pages {
  margin-bottom: 15px;
  font-size: 12px;
}
#pages a.page {
  display: block;
  float: left;
  background-color: #FFFFFF;
  webkit-border-radius: 3px;
  moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  padding: 4px 5px;
}
#pages a.page:last-child {
  margin-right: 0;
}
#search {
  background: #fff;
  border: 1px solid #888;
  moz-border-radius: 2px;
  webkit-border-radius: 2px;
  border-radius: 2px;
}
#search-scope {
  font-size: 11px;
  text-align: center;
}
#search-scope input,#search-scope label {
  cursor: pointer;
}
#search form {
  margin: 0;
}
#search form .query {
  border: none;
  background: transparent;
  outline: none;
  width: 125px;
  float: left;
}
#search form .submit {
  background: #FFFFFF;
  border: none;
  float: right;
  moz-border-radius: 3px;
  webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin: 3px 3px 2px 0;
  padding: 0 7px;
}
#top .heading {
  color: #510;
  font-family: helvetica, arial, sans-serif;
  font-size: 17px;
  margin-top: 20px;
  background-color: #FFFFFF;
  webkit-border-top-left-radius: 4px;
  webkit-border-top-right-radius: 4px;
  moz-border-radius-topleft: 4px;
  moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
}
#top a .heading {
  color: #510;
  text-decoration: none;
}
#top .content {
  margin-top: 2px;
  background: #eaeaea;
  color: #666;
  font-size: 11px;
  overflow: hidden;
  padding: 7px 10px;
}
#following-avatars.content {
  padding: 4px;
}
#following-avatars.content a img {
  margin: 5px;
}
#buttons {
  padding: 20px 0 0;
}
#buttons .button {
  width: 35%;
  height: 21px;
  float: left;
  background: left center no-repeat transparent;
  font-size: 14px;
  padding: 2px 0 0 30px;
}
#buttons div {
  padding-bottom: 10px;
}
#bottom {
  width: 250px;
  height: 25px;
}
#copyright {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin-bottom: 10px;
}
#copyright a {
  color: #666;
  margin-left: 15px;
}
a,#sidebar a {
  color: #824;
}
a:visited,#sidebar a:visited {
  color: #066;
}
.post .quote_source :first-child,.post .quote :first-child,.post .copy > p:first-child {
  margin-top: 0;
}
.post .quote_source :last-child,.post .quote :last-child {
  margin-bottom: 0;
}
.post .footer.for_permalink:hover,#content #navigation a:hover,#pages a.page:hover,#search form .submit:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.post .footer .tags .tag-commas:last-child,#pages.ask_and_submit {
  display: none;
}
.post .notecontainer ol.notes li.note span.action,.post .notecontainer ol.notes li.note .answer_content {
  font-weight: 400;
}
.post .notecontainer ol.notes li.note blockquote a,#top a {
  text-decoration: none;
}
