html {
  background: #fed url(i/bgRight.jpg) repeat-y fixed bottom right;
  padding: 0;
  margin: 0;
}

body {
  background: #fed url(i/bgLeft.jpg) repeat-y fixed bottom left;
  margin: 0;
  margin-right: 140px;
  /* border-right: 2px solid #f00;*/
  padding-left: 140px;
  font-family: baskerville, bodoni svtytwo os, bodoni, georgia, times new roman, serif;
}

#body-bg-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 114px;
  background: #fed url(i/bgLeft.jpg) repeat-y fixed bottom left;
}


h1,  h2,  h3,  h4,  h5,  h6, ul {
  margin: 0;
  clear: both;
}

a[href] {
  color: #54758d;
}

a[href]:hover {
  color: #d87827;
}

a:visited {
  color: #202040;
}

a:active {
  color: #204040;
}

address {
  display: inline;
}

strong.more {
  font-style: italic;
}

blockquote {
  padding: 0 0 0 1em;
  margin: 0 2em 0 1em;
  background: transparent url(i/bquote.png) no-repeat top left;
}

blockquote *:first-child {
  margin-top: 0;
}

#header {
  position: absolute;
  top: 0;
  left: 112px;
  right: 140px;
  margin-right: 15em;
  /*height: 12em;*/
  border-left: 2px solid #fff;
  background: #8d6d55 url(i/dunes.jpg) no-repeat scroll 0% 25%;
  text-align: right;
  padding-right: 0.5em;
  padding-top: 12em;
  padding-bottom: 0.25em;
}

.mt-main-index #header {
  padding-top: 20em;
}

/* div, not h1 */
div#header-name {
  font-size: 2em;
  font-weight: bold;
}

h2#header-description {
  font-weight: normal;
  font-size: 1em;
}

#container {
  margin: 0;
  /* border-left: 2px solid #fff;
  border-right: 2px solid #fff; */
  padding-right: 15em;
  padding-top: 16em;
}

.mt-main-index #container {
  padding-top: 24em;
}

#alpha {
  background-image: url(i/bgCenter.jpg);
  background-position: right;
  background-repeat: repeat-y;
  text-align: justify;
  margin-right: -35px;
  padding-right: 50px;
}

#alpha-inner {
  border-right: 2px solid #1e4e64;
  margin-right: -10px;
  padding-right: 5px;
}
.entry-asset + .entry-asset {
  margin-top: 2em;
}

.entry-title a {
  text-decoration: none;
}

.asset-meta {
  border-top: 1px dotted #8d6d55;
  padding-top: 2px;
}

/* stolen from theme-base/blog.css */
.entry-categories,
.entry-tags {
  margin-bottom: .5em;
  font-size: 80%;
}

.entry-tags-header,
.entry-categories-header {
  margin-bottom: 0;
  margin-right: .25em;
  display: inline;
  font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
  display: inline;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
  display: inline;
}

.asset-body, .asset-more {
  line-height: 150%;
  padding-bottom: 1em;
}

.asset-body li+li, .asset-more li+li {
  margin-top: 0.5em;
}

.imageLeft, .imageRight {
  margin-bottom: 1em;
}

.imageLeft img, .imageRight img {
  border: 1px solid #1e4e64;
}

.imageLeft {
  float: left;
  margin-right: 5px;
}

.imageRight {
  float: right;
  margin-left: 5px;
}

.caption {
  background-color: #1e4e64;
  color: #fed;
  border: 1px solid #1e4e64;
  padding: 3px;
  text-align: center;
}

.caption a {
  color: #fed;
}

.imageLeft + p, .imageRight + p {
  margin-top: 0;
}

/* Sidebar */
#beta  {
  position: absolute;
  top: 0;
  right: 140px;
  width: 15em;
  border-left: 2px solid #1e4e64;
  margin-left: -5px;
  padding-left: 5px;
}

#beta-inner {
  background-image: url(i/bgCenter.jpg);
  background-repeat: repeat-y;
  padding-left: 15px;
}

.widget p.first {
  margin-top: 0;
}

.widget + .widget {
  margin-top: 1.25em;
}

.widget-calendar .widget-header {
  text-align: center;
  font-size: 80%;
}

.widget-calendar table {
  font-size: 80%;
  margin: auto;
}

.widget-calendar td {
  text-align: right;
}

.widget-recent-entries ul,
.widget-recent-comments ul { 
  margin: 0;
  padding: 0;
}

.widget-recent-entries li, 
.widget-recent-comments li {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

.widget-tag-cloud ul {
  margin: 0;
  padding: 0;
}

.widget-tag-cloud li {
  display: inline;
}

.widget-tag-cloud .rank-1 { font-size:1.5em; }
.widget-tag-cloud .rank-2 { font-size:1.5em; }
.widget-tag-cloud .rank-3 { font-size:1.25em; }
.widget-tag-cloud .rank-4 { font-size:1.125em; }
.widget-tag-cloud .rank-5 { font-size:1em; }
.widget-tag-cloud .rank-6 { font-size:0.95em; }
.widget-tag-cloud .rank-7 { font-size:0.9em; }
.widget-tag-cloud .rank-8 { font-size:0.85em; }
.widget-tag-cloud .rank-9 { font-size:0.8em; }
.widget-tag-cloud .rank-10 { font-size:0.75em; }

.widget-pages .widget-list,
.widget-archive .widget-list,
.widget-categories ul,
.widget-letters  ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.widget-pages .widget-list-item,
.widget-archive .widget-list-item,
.widget-categories li,
.widget-letters  li {
  display: inline;
  list-style-type: none;
}

.widget-pages .widget-list-item + .widget-list-item:before,
.widget-pages .widget-list + .widget-list:before,
.widget-archive .widget-list-item + .widget-list-item:before,
.widget-categories li + li:before,
.widget-letters  li + li:before { 
  content: " || ";
  content: " ※ ";
  /*font-size: 110%;
  font-weight: bold;*/
  color: #c68855;
}

/* ugly special case, hide the directories */
.widget-pages .widget-list-item b { display: none }

.widget-pages a,
.widget-archive a,
.widget-categories a ,
.widget-letters  a  {
  text-decoration: none;
}

.widget-pages a:hover,
.widget-archive a:hover,
.widget-categories a:hover,
.widget-letters  a:hover {
  text-decoration: underline;
}

.blog-feeds {
  margin: 0;
  padding: 0;
}

.feed {
  list-style-type: none;
}

.widget-powered img {
  border: 0;
}

#footer .widget-powered,
#footer .widget-creative-commons {
  text-align: right;
  
  margin-top: 0;

  
  margin-right: -35px;
  padding-right: 40px;
  
  background-image: url(i/bgCenter.jpg);
  background-repeat: repeat-y;
  background-position: right center;
}

#footer .widget-content {
  padding-top: 1em;
  border-right: 2px solid #1e4e64;
  padding-right: 5px;
 }

#footer .widget-creative-commons .widget-content {
  padding-bottom: 1em;
}

.content-nav {
  padding-bottom: 1em;
  text-align: center;
}

.mt-main-index .content-nav {
  padding-top: 1em;
  margin-right: -5px;
}

#footer .widget-content,
.mt-main-index .content-nav {
  background: #1e4e64;
  color: #fed;
  margin-left: -26px;
}

#footer .widget-content a,
.mt-main-index .content-nav a {
  color: #d87827;
}

.asset-body p:last,
p.last {
  margin-bottom: 0;
}

#comments {
  margin-top: 2em;
  margin-bottom: 2em;
}

#comments-open-text label {
  margin-top: 1em;
  display: block;
}

.ui-effects-transfer {
  border: 1px dotted #1e4e64;
}
