/* reset styles
--------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  }

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
  font-family: "Georgia, serif";
  font-size: 120%;
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* master styles */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  background: rgb(143,143,143);
}

a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: rgb(255, 17, 104);
}

h2 a:link, a:visited {
  font-family:"museo-slab-1","museo-slab-2",serif;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-size: 110%;
  line-height: 45px;
  color: rgb(158,30,76);
}

#wrap {
  max-width: 1020px;
  margin: 10px 0 0 20px;
  padding: 0 20px 20px 10px;
}

#wrap-inner {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 20px 40px 20px;
  background: rgb(236,236,236);
  overflow: hidden;
  }

#nav {
  float: left;
  width: 14.285714%; /* 140 / 980 */
  position: fixed;
}

#nav #logo {
  margin: -15px 0 0 0;
}

#nav ul {
  margin: 15px auto;
}

#nav ul li a {
  display: block;
  padding: 5px 0 5px 5px;
  font-size: 1.1em;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  border: none;
  color: rgba(158,30,76,.7);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#nav ul li a:hover,
#nav ul li.active a,
#nav ul li a:focus {
  color: rgb(255, 17, 104);
}

#main {
  float: right;
  width: 85.714286%; /* 780 / 980 */
  padding: 41px 0 0 0;

}
#main #branding {
  margin: 0 0 20px 0;
}

#main #branding a {
  display: block;
  margin-left: 20px;
  border: none;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

#main #branding a:hover,
#main #branding p {
  margin-left: 20px;
  font-size: .9em;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(0,0,0,.5);
}

.article {
  font-family:"museo-sans-1","museo-sans-2",sans-serif;
  margin-right: 36px;
  padding: 17px 20px 5px 20px;
  font-size: .9em;
  line-height: 1.4;
  background: rgb(209,209,209);
}

#content {
  float: left;
  width: 78%; /* 560 / 840 */
  margin: 0 0 30px 0;
}

#content-inner {
  margin: -20px 40px 0 -10px;
  padding: 20px 0;
}

#content div.article-body {
  margin-right: 6px;
  padding: 17px 20px 5px 20px;
  font-size: .9em;
  line-height: 1.4;
  background: rgb(220, 220, 220);
  -webkit-border-radius: 5px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#content div.article-body p {
  margin: 0 0 15px 0;
}

#content div.article-body div.time {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 1.0em;
  line-height: 1;
  text-align: left;
  color: rgba(0,0,0,.5);
}

#content div.article-body div.time a, a:visited {
  font-weight: normal;
  color: rgba(0,0,0,.5);
  border: none;
}

#content div.article-body div.time a.tag {
  margin-right: 3px;
  color: rgba(0,0,0,.5);
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  padding-bottom: 10px;
}

.group:last-of-type {
  padding: 20px;
}

#content div.article-body div.author {
  text-align: left;
  line-height: 30px;
  font-size: 90%;
}

#history {
  width: 595px;
  text-align: center;
  background: rgb(236.0,236.0,236.0);
}

#history ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
}

#hidden ul li {
  display inline;
}

#hidden ul li.older {
  display: inline;
  float: right;
}

#hidden ul li.newer {
  display: inline;
  float: left;
}

#history ul li a {
  border: none;
  color: rgba(158,30,76,.7);
  display: inline;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
  list-style: none;
  padding: 5px 0 5px 5px;
  text-decoration: none;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

#history ul li a:hover,
#history ul li a:focus {
  color: rgb(255, 17, 104);
  display: inline;
  list-style: none;
}

#footer {
  width: 100%;
  padding: 10px;
}

#footer span {
  margin: 0 0 0 100px;
}

#footer p {
  margin: 0 0 0 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50%;
}

.notes {
  padding: 15px 0 0 0;
}

.note {
  padding: 5px 0 5px 5px;
}

.tumblelog  {
  border-bottom: 1px dashed black;
}

li.note:nth-child(odd) {
  background: rgb(209,209,209);
  border-bottom: 1px solid #efefef;
}

.action {
  font-weight: bold;
}

.copyright {
  margin-top: 10px;
  padding-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90%;
}

a:visited, a:link .about_links {
  line-height: 100%;
}
