﻿html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  text-align: center;
  padding: 0;
  font: normal 12px/1.5em "Lucida Grande", Lucida, Helvetica, sans-serif;
  background: #99D3D5;
  color: #333;
  min-width: 900px;
}

/* your royal DIGGness */
iframe {
  float:right;
}

ul, li, form, dt, dl, dd, ol, div, p, 
h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0;
}

blockquote {
  background-color:#f3f3f3;
  border-color:#ccc;
  border-style:solid;
  border-width:1px 1px 1px 3px;
  margin:0 0 5px 0;
  padding:9px 9px 9px 27px;
}

blockquote p { padding-bottom:0; }

#header {
  background: #211 url(/images/mephisto/hdr-bg.gif) bottom left repeat-x;
  height: 142px;
  margin: 0;
  text-align: left;
  padding-top: 1px;
}

#search {
  position: absolute;
  right: 10px;
  top: 115px;
}

#container {
  margin: 0 auto;
  text-align: left;
  min-width: 778px;
}

a:link, a:visited { color: #920; border-bottom: 1px dotted #ccc; text-decoration: none; }

a:hover {
  color: #d30;
  background-color: #f7f7f7;
}

#main {
  margin: -16px 0 0 0;
  float: left;
  width: 68%;
  background: #fff;
  border-right: 3px solid #8acacc;
  border-bottom: 3px solid #8acacc;
  position: relative;
  min-height: 500px;
}

#sbar {
  margin: 0 10px 0 69%;
  color: #033;
}

#sbar:after {
  content: ".";
  height: 1px;
  visibility: hidden;
  clear: left;
  display: block;
}

#footer {
  bottom: 0;
  clear: left;
  margin: 0 0;
  padding: 4px;
  min-height: 40px;
  font-size: 90%;
  text-align: center;
  width: 68%;
  color: #366;
}

/*
 *=HEADER
 */


#header h1 a {
  color: #fff;
  text-decoration: none;
  text-indent: -9999px;
  background: url(/images/mephisto/logo.png) no-repeat;
  width: 111px;
  height: 39px;
  display: block;
  border: none;
}

#header h1 {
  line-height: normal;
  padding: 30px 0 0 30px;
}

#nav {
  margin-left: 130px;
}

#nav ul {
  margin: 11px 0 0 38px;
  padding: 0;
  list-style:none;
  font-size: 80%;
  line-height: 125%;
}

#nav li {
  float:left;
  margin: 0 10px 0 0;

}

#nav a {
  float:left;
  display:block;
  background: #997 url(/images/mephisto/tab-bg.gif) repeat-x left top;
  padding: 9px 20px;
  text-decoration: none;
  border: none;
  font-weight: bold;
  color: #fff;
  text-shadow: #333 2px 2px;
  border-left: 1px solid #bcb89f;
  border-right: 1px solid #bcb89f;
  outline: none;
}

#nav a:hover {
  color: #000;
  text-shadow: none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav #current {
}

#nav #current a {
  color: #fff;
  padding-bottom:5px;
}


#nav-r {
  position: absolute;
  top: 70px;
  right: 40px;
}

/*
 *=MAIN
 */

#main-content {
  padding: 0 20px 20px 20px;
}

#main-content ul, #main-content ol {
  margin: 10px 20px;
}


#shadow {
  position: absolute;
  right: -3px;
  top: 0;
  width: 3px;
  height: 17px;
  background: url(/images/mephisto/corner-shadow.gif) no-repeat;
}

#main h2 {
  font-size: 190%;
  font-family: Candara, Helvetica, "Lucida Grande", Arial, sans-serif;
  padding: 0 0 0 5px;
  margin: 25px 0 5px 0;
  clear:both;
}

#main h2 a {
  border: none;
}

#main h3 {
  font-size: 100%;
  color: #000;
  margin-top: 25px;
  clear: left;
}

#main p {
  padding: 0 5px 5px 0;
}

#main .meta {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0 10px 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}

#main p {
  margin-bottom: 10px;
}

code {
  color: #033;
  font-family: Monaco, Consolas, Courier, monotype;
}

pre {
  background: #F0FAFB;
  border: 1px solid #7cc;
  padding: 10px;
  line-height: 190%;
}

.screen {
  background: #fff;
   padding: 5px;
   border: 1px solid #ccc;
   margin: 0;
}

/*
 *=SIDEBAR
 */


#sbar {
  padding-top: 20px;
  color: #033;
  position: relative;
}

#sbar a:hover {
  background-color: #000;
  color: #fff;
}

#sbar a img {
   border: none;
}

#sbar .pic {
  border-top: 1px dotted #6ab;

}

#sbar a:hover img {
  text-decoration: none;
  }

#sbar dl {
 margin: 0 10px;
 padding: 10px;
}

#sbar dd {
 border: 0;
 display: inline;
}

#sbar h3 {
  padding: 2px 0;
  color: #033;
  font-size: 100%;
  font-family: Helvetica, "Lucida Grande", sans-serif;
  border-bottom: 1px dotted #6ab;
}

#sbar ul {
  list-style: none;
}

#sbar .sblock {
  margin-bottom: 20px;
}

ul.sections li {
  margin: 0  0 0 20px;
  padding-left: 0;
  list-style: square;
}

ul.sections li a {
  display: block;
  padding: 3px;
}

ul.sections li a:hover {
  background-color: #add !important;
  color: #033 !important;
  border-bottom: 1px dotted #fff;
  border-top: 1px dotted #fff;
  padding: 2px 3px 3px 3px;
}

/*
 *=FULL ARTICLE
 */

#full-article h2 {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding: 5px;
  color: #000;
}

#comment-form {
  background: #eee;
  border-top: 3px solid #ccc;
  padding: 10px;
  margin-top: 20px;
}

#comment-form textarea {
  width: 90%;
  height: 200px;
}

#comment-form p.btns {
  display: block;
  padding: 10px 0;
}

dt label {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

ol#comments {
  margin: 20px 0;
}

ol#comments li {
  padding: 10px;
  list-style: none !important;
  border-bottom: 1px dotted #ccc;
}

#comments .author, #comments .date {
  font-weight: bold;
  font-style: normal;
}

#comments .date {
  display: block;
  color: #888;
  margin-bottom: 5px;
}

.content {
  padding: 0;
  margin: 0;
}

.content p {
  margin: 0 0 10px 0 !important;
  padding: 0;
}

.section-head {
  border-bottom: 3px solid #aaa;
}

.section-meta {
  background: #dfe;
  padding: 5px;
  border: 1px solid #8D9;
  clear:both;
}

.section-meta a {
  color: #253;
}

.section-meta a:hover {
  background: #000;
  color: #fff;
}

#full-article .published-sections {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

#full-article .published-sections li {
  display: inline;
  padding: 0;
  margin: 0 5px;
}

img.asset {
  background: #fff;
  padding: 5px;
  border:1px solid #aaa;
  margin: 0 10px 10px 0;
  float:left;
}

p.left-asset {
  margin: 10px;
  float:left;
  clear:both;
}

p.right-asset {
  margin: 10px;
  float:right;
  clear:both;
}

p.left-asset img, p.right-asset img {
  border:1px solid #aaa;
}