/*
Theme Name: unexim
Description: Chip's attempt at creating a photoblog theme
Version: 1.0
Author: chip
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-size: 11px;
  background: #373b3a;
  line-height: 17px;
  color: #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.flowl {
  float: left;
}
.flowr {
  float: right;
}
.clear {
  clear: both;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}


#wrap {
  width: 1024px; /* maxPhotoWidth + 2*borderWidth */
  margin: 0 auto;
}


#header {
  height: 56px;
}
#header h1 {
  text-indent: -9999px;
}
#header h1 a {
  background: url(images/title.png) no-repeat top left;
  height: 69px;
  width: 478px;
  display: block;
}

#pagelist {
  float: right;
  list-style-type: none;
}
#pagelist li {
  float: left;
  margin: 0 0 0 5px;
}
#pagelist li a {
  color: #666666;
  display: block;
  padding: 4px 4px 2px 4px;
  font-size: 11px;
  text-decoration: none;
}
#pagelist li a:hover {
  color: #FFFFFF;
}


#postbody {
  border-top: 1px solid #454146;
  color: #666666;
  padding: 10px 0 0;
}
#postbody h1.title {
  font-size: 11px;
  font-weight: lighter;
  display: block;
  padding: 0px 4px 0 0;
}
#postbody h1.title a:hover {
  color: #ffffff;
  text-decoration: none;
}
.tline {
  margin: 0 0 5px;
  font-size: 11px;
}
.postnav a {
  font-size: 10px;
  color: #666666;
}
.postnav a:hover {
  color: #ffffff;
}
.postcontents {
  overflow: hidden;
  padding: 0 0 5px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #454146;
}
.postcontents p {
  margin: 0 0 10px ;
  width: 65%;
}
.postcontents ul, .postcontents ol {
  list-style-position: inside;
  margin: 0 0 10px 20px;
}
.postcontents img {
  border: 12px solid  #e1dce3;
}

.pagetext {
  width: 55%;
}
.pagetext p {
  margin-bottom: 12px;
}
.pagetext a {
  text-decoration: underline;
}
.marginimg {
  float: right;
}
.pagetextend {
  padding-bottom: 20px;
  border-bottom: 1px solid #454146;
}

h2.headline {
  font-size: 15px;
  font-weight: lighter;
  color: #827d83;
  margin: 5px 0 ;
}

ul#thumblist {
  list-style-type: none;
  padding: 10px 0 0;
  width: 75%;
  float: left;
}
ul#thumblist li {
  margin: 5px 6px 5px 0;
  float: left;
  display: inline;
}
ul#thumblist li a img {
  border: 2px solid #666666;
  margin-bottom: 20px;
}
ul#thumblist li a img:hover {
  border-color: #fff;
  color: #FFFFFF;
}
ul#thumblist li.srch {
  float: none;
  margin: 5px 0 10px;
}
ul#thumblist li.srch h1 {
  font-size: 15px;
  font-weight: lighter;
  margin: 2px 4px;
}
.archthumb {
  height: 100px;
}
.searchthumb {
  height: 100px;
  margin-right: 5px;
}

#archsidebar {
  border-left: 1px solid #454146;
  padding: 0 0 0 10px;
  width: 23%;
  float: right;
}
#archsidebar ul {
  list-style-type: none;
  margin: 5px 0 14px ;
}
#archsidebar li {
  padding: 2px 0;
}
.archnav {
  width: 70%;
  border-top: 1px solid #454146;
  padding: 4px 0;
  margin: 20px 0 0;
  float: left;
}


#comments {
  margin: 10px 0 0 ;
  padding: 10px 0;
}
#comments h1 {
  color: #666666;
  font-size: 13px;
  margin: 0 0 5px;
}
ol.commentlist {
  list-style: none;
  width: 60%;
}
.commentlist li {
  padding: 10px 0;
  border-bottom: 1px solid #454146;
}
.commentlist p {
  margin: 0 0 10px ;
}
.commenttext {
  float: right;
  width: 97%;
}

#commentform {
  float: left;
  padding: 5px 0px 15px  0px;
  width: 75%;
}
#commentform label {
  color: #666;
  font-size: 10px;
  line-height: 15px;
  margin-top: 5px;
  display: block;
}
#author, #url, #email, #commenttext {
  background: #ccc;
  padding: 2px;
  border: none;
  margin: 0 0 4px;
}
#author:focus, #url:focus, #email:focus, #commenttext:focus {
  background: #fff;
}
#commenttext {
  height: 90px;
}


span.catlist {
  padding: 2px 0 5px 20px;
  margin: 0 5px 0 0;
}
span.catlist a {
  color: #666666;
}
span.catlist a:hover {
  color: #ffffff;
}
span.comment {
  padding: 2px 0 5px 2px;
}


#footer {
  color: #666;
  margin: 10px 0 0;
  padding: 5px 0px 5px;
  text-align: right;
}
#footer a {
  color: #999999;
}
