
.clearer {
  clear: both; }

a {
  color: #666; }

a:visited {
  color: #666; }

a:hover {
  color: #02008F;
  text-decoration: underline; }

.spinner {
  padding: 3px;
  background: url('/images/icons/spinner.gif') no-repeat center left;
}

#site {
  position: relative;
  width: 990px;
  margin: 0px auto;
  padding: 0px;
  padding-top: 10px;
}
#site .user {
  position: absolute;
  top: 8px;
  right: 4px;
  font-size: 0.9em;
  z-index: 100;
}

#header {
  z-index: 0;
  position: relative;
  margin: 0px;
  padding: 0px;
  background: url('/images/backgrounds/header.jpg') no-repeat top center;
  height: 123px;
  display: block;
}
#header h1 {
  position: absolute;
  top: 25px;
  width: 100%;
  height: 80px;
  line-height: 100%;
  text-align: center;
}
#header h1 a,
#header h1 a:hover {
  color: #444;
  text-decoration: none;
  font-size: 1.8em;
  letter-spacing: 0.3em;
}


#footer {
  position: relative;
  clear: both;
  background: url('/images/backgrounds/footer.jpg') no-repeat top center;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
  height: 90px;
}
#footer a {
  color: #444;
  text-decoration: none; }
#footer a:hover {
  color: #000;
  text-decoration: underline; }
#footer ul {
  position: absolute;
  top: 33px;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footer li {
  display: inline;
  padding: 0px 20px 0px 20px;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
#footer li.spacer {
  padding: 0px;
}

#login_form {
  width: 650px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto; }
#login_form .login_box {
  text-align: left;
  float: left;
  margin: 0px;
  width: 250px;
  height: 250px;
  border: 1px solid #01006F;
  padding: 5px;
  padding-left: 15px; }
#login_form .button {
  width: 600px;
  clear: left;
  float: left;
  text-align: center;
  margin: 20px auto 0 auto; }
#login_form .login_middle {
  float: left;
  width: 40px;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center; }
#login_form input {
  margin-left: 15px;
  padding: 2px;
  font-size: 14px;
  font-weight: bold; }
#login_form label {
  font-weight: bold;
  display: block; }

#posts, #post {
  width: 565px; }
#posts h1, #post h1 {
  margin-bottom: 1px;
  font-size: 20px; }
#posts h2, #post h2 {
  margin-bottom: 1px;
  font-size: 18px; }
#posts h2 a, #post h2 a {
  text-decoration: none;
  color: #00085f; }
#posts h2 a:hover, #post h2 a:hover {
  text-decoration: underline; }
#posts h2 a:visited, #post h2 a:visited {
  color: #00085f; }
#posts p, #post p {
  margin-top: 10px;
  font-size: 16px; }
#posts .post, #post .post {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed grey; }
#posts .post-data, #post .post-data {
  text-align: right;
  color: #7f4500;
  font-size: 9px; }
#posts .commentbar, #post .commentbar {
  margin-top: 10px;
  margin-bottom: 10px; }

#right_panel {
  width: 150px;
  margin-top: 100px;
  float: right;
  padding: 0px; }

.box {
  border: 1px solid #AAAAAA;
  padding: 0px;
  padding-bottom: 3px;
  width: 150px; }
.box h1 {
  margin: 0px;
  padding: 2px;
  margin-bottom: 3px;
  width: 146px;
  background-color: #CCCCCC;
  font-size: 14px; }
.box ul {
  margin: 0px;
  padding: 2px; }
.box li {
  margin: 1px;
  margin-left: 15px;
  padding: 0px; }

#comments {
  border-top: 1px solid black;
  margin-top: 40px; }
#comments .comment {
  margin-top: 10px;
  border-top: 1px solid #888888;
  padding: 5px;
  width: 500px; }
#comments .title {
  font-size: 14px;
  font-weight: bold; }
#comments .details {
  font-size: 9px;
  color: #7f4500; }
#comments .body {
  margin-top: 5px; }
#comments .body p {
  margin-bottom: 5px; }

#comments_form {
  margin-top: 30px; }

.spinner {
  background-image: url('/images/icons/spinner.gif');
  display: none; }

#markup_help {
  float: right;
  width: 290px;
  padding: 10px;
  padding-right: 5px; }
#markup_help table {
  width: 100%;
  border: 2px solid #999999; }
#markup_help table td {
  padding: 2px;
  border-bottom: 1px solid #999999; }
#markup_help table td.arrow {
  padding-right: 10px; }
#markup_help h3 {
  font-size: 14px; }

#markup_help_body {
  border-left: 1px dotted black;
  padding: 10px;
  width: 280px; }

#markup_help_show {
  font-size: 12px;
  text-align: center;
  background-color: yellow;
  width: 70px;
  padding: 5px;
  padding-right: 0px;
  float: right; }


.pagination {
  text-align: center;
  font-size: 1.2em;
  padding: 3px;
  margin: 3px; }
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #777777;
  text-decoration: none;
  color: #484848; }
.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000; }
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #777777;
  font-weight: bold;
  background-color: #777777;
  color: #FFF; }
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd; }

#site.home {
  padding-top: 0px;
  margin-top: 0px;
}

#home {
  position: relative;
  width: 990px;
  margin: 0px auto;
  height: 600px;
  background: url('/images/backgrounds/home.jpg') no-repeat center;
}
#home h1 {
  position: absolute;
  left: 85px;
  display: block;
  top: 25px;
  width: 100%;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 5em;
  letter-spacing: 0.1em;
  line-height: 100%;
  background: url('/images/backgrounds/white60.png') repeat;
  width: 820px;
  height: 100px;
  padding: 0px;
  margin: 0px;
}
* html #home h1 {
  background: white;
}
#home h1 a,
#home h1 a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 4em;
  letter-spacing: 0.3em;
}
#home .sections ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#home .sections li {
  position: absolute;
  width: 250px;
  height: 80px;
  background: url('/images/backgrounds/round60.png') no-repeat center;
  text-align: center;
}
* html #home .sections li {
  background: white;
}
#home .sections li a {
  color: #111;
  line-height: 80px;
  font-size: 2em;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#home .sections li.paintings {
  top: 300px;
  left: 100px;
}
#home .sections li.sculptures {
  top: 450px;
  left: 100px;
}
#home .sections li.philosophy {
  top: 300px;
  right: 100px;
}
#home .sections li.words {
  top: 380px;
  right: 370px;
}
#home .sections li.contact {
  top: 450px;
  right: 100px;
}
  