
/*  ChocoMod Stylesheet
    Adapted from Justin Palmer's Azure Stylesheet
*/

body {
  margin: 0;
  padding:0;
  text-align: center;
  background: #7ca3b3 url(images/body_bkg.gif) repeat-y;
  font: 1em/1.1em Verdana, Helvetica,Arial, sans-serif;
  color: #fff;
}

#container {
  margin: 0 auto;
  width: 760px;
  text-align: left;
  background: #9ebecb;
  background-image:url(images/content_img.gif);
  background-repeat:no-repeat;
  background-position: right bottom;
  border: 1px solid #d0e3eb;
  border-top:none;
  font-size: 80%;
} 

#header { 
  background: #563308 url(images/header_img.gif) no-repeat;
  width: 760px;
  height: 194px;
  margin: 0;
  border-bottom:18px solid #d0e3eb;
  vertical-align:top;
}

#content {
  padding-left:25px;
  margin-top: 25px;
}

#main { 
  float: left;
  width: 500px;
  padding: 1px;
}

#search {
  height: 60px;
  font-weight: bold;
  font-size:.8em;
  color:#fff;
  text-transform:lowercase;
}

#sidebar {
  margin-left: 520px;
  padding-left: 10px;
  padding-right: 0px;
  margin-right:5px;
}

#footer {
  margin-top: 7px;
  height: 35px;
  text-align: center;
}

#footer a { border: none; }
#footer img { border: none; margin-top: 10px; }

a {
  color: #32687f;
  text-decoration: none;
  border-bottom: 1px dotted #32687f;
}

a:hover {
  color: #563308;
  border-bottom-color: #563308;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

form, div { padding: 0; margin: 0; }
p { margin: 0 0 1em 0; padding: 0; }
img { border: 0; }

#logo {
  padding-top: 110px;
}

#logo h1 a {
  color: #fff;
  text-decoration: none;
  border: none;
  font-family:Georgia,Garamond,Times, Times New Roman, serif;
  font-size:1em;
  text-transform: uppercase;
  font-weight:normal;
  margin-left:170px;
  letter-spacing:.3em;
}

#logo h2 {
  color: #7ca3b3;
  padding-top:.2em;
  _padding-top:1em;
  text-decoration: none;
  font-size:1.4em;
  text-transform:lowercase;
  font-weight:normal;
  margin-left:240px;
}

#sform {padding-top: 10px;}

#sidebar #searchform #s {margin-top: 20px;}

#sidebar #searchsubmit {padding: 1px;}

#search-results {padding: 2px; }

#search input{width:80px; margin-left:10px;}

#search_spinner {padding-top:10px;}

.post {
  padding: 0 0 20px 5px;
}

.post h2 {
  font: normal 140%/1.3em Verdana, Helvetica, Arial, sans-serif;
  font-weight:bold;
  background: url(images/title_decoration.gif) no-repeat;
  padding: 28px 0 6px 64px;
  margin-left:-20px;
  _margin-left:-9px;
}

.post h2 a {
  color: #32687f;
  text-decoration: none;
  border: none;
}

.post h2 a:hover {
  color: #563308;
}

p.meta {
  font-size: 75%;
  text-align: right;
  margin-right: 5px;
  color:#32687f;
  font-weight:bold;
}

p.auth {
  padding:0;
  font-size: 85%;
  margin-left: 44px;
  _margin-left:60px;
  font-weight: bold;
  color: #563308;
}

.blueblk {
  background: #563308;
  padding: 5px;
  margin: 10px 0;
  border: 2px solid #d0e3eb;
}

.comment-list li {
  background: #d0e3eb;
  padding: 5px;
  margin-bottom: 8px;
  color: #333;
}

#sidebar a {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-weight:bold;
  text-decoration:none;
  border:none;
}

.sidebar-node h3 {
  font-weight:bold;
  font-size:1em;
  font-family:Verdana, Helvetica, Arial, sans-serif;
  color: #563308;
  margin: 10px 0 14px 0;
  padding:2px 5px;
  background-color:#7ca3b3;
  text-transform:uppercase;
  letter-spacing:.2em;
}

#sidebar h3 a {
  color: #563308;
  border-bottom: 1px dotted #d75a20;
}

#sidebar h3 a:hover { color: #85ab02; border-bottom-color: #85ab02; }

#sidebar ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}

#sidebar ul li {
  background: url(images/bullet.gif) 0 45% no-repeat;
  padding: 0 4px 0 25px;
  margin-bottom:5px;
}

#flickr div img {
  border: 4px solid #fff;
}

#flickr div {
  width: 108px;
  border: 2px solid #dbd1c1;
  margin-bottom: 5px;
}

#flickr div.flickrsquare {
  width: 82px;
  border-right: 3px solid #dbd1c1;
  float:left;
  margin-right: 5px;
  margin-right: 5px;
}

#flickr div a { border: none; }

#footer ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
  font-size: 75%;
}

input, textarea, select {
  border: 1px solid #fff;
  background: #fff;
  padding:3px;
}

.frm-tbl td { vertical-align: top; padding: 5px; }
td#frm-btns { text-align: right; }

#comment_body { height: 220px; }
#form-submit-button { background: #d3e0ea; }

.powered { border: none; }
.powered img { margin: 20px 0 0 20px; }
.pullquote {
  width: 40%;
  float:right;
  font: 140%/1.5em Verdana, Helvetica, Arial, sans-serif;
  color: #563308;
  margin:10px; font-weight:bold;
  padding: 0 10px 5px 15px;
}

.light-bg { background: #f7f7f7; padding: 2px; }
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
 
#errors {
  color: red;
}

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

a[name] { border: none; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#categories li em, #archives li em
{
  color: #98B4D1;
  font-size: smaller;
}

#sidebar h2 {
  margin-bottom: 10px;
}

.prev_next {
  float: right;
}

.post {
  padding: 0 0 20px 5px;
}

.abbreviated_post h2 {
  font: normal 140%/1.3em Verdana, Helvetica, Arial, sans-serif;
  font-weight:bold;
}

.abbreviated_post h2 a {
  color: #32687f;
  text-decoration: none;
  border: none;
}

.abbreviated_post h2 a:hover {
  color: #563308;
}

#tag_title {
  margin-bottom: 20px;
}

#tag_cloud .bin-1 {
  font-size: 0.8em;
}

#tag_cloud .bin-2 {
  font-size: 1em;
}

#tag_cloud .bin-3 {
  font-size: 1.2em;
}

#tag_cloud .bin-4 {
  font-size: 1.4em;
}

#tag_cloud .bin-5 {
  font-size: 1.6em;
}

.comment-count {
  background: #563308;
  padding: 5px;
  margin: 10px 0;
  border: 2px solid #d0e3eb;
}

#redbubble a {
  text-decoration: none;
  border: none;
}

#redbubble {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
}

.highlight {
  background: black;
  overflow: auto;
  margin: 5px;
  font-family: Monaco, Courier, monospace;
  max-height: 500px;
  white-space: pre-wrap;
  padding: 5px;
}

.highlight pre {
  margin: 0;
}

/* Emacs style highlighting */
.highlight .c { color: #008800; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #008800 } /* Comment.Preproc */
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
.highlight .kp { color: #AA22FF } /* Keyword.Pseudo */
.highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BB4444 } /* Literal.String */
.highlight .na { color: #BB4444 } /* Name.Attribute */
.highlight .nb { color: #AA22FF } /* Name.Builtin */
.highlight .nc { color: #0000FF } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #00A000 } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #B8860B } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BB4444 } /* Literal.String.Backtick */
.highlight .sc { color: #BB4444 } /* Literal.String.Char */
.highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BB4444 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BB4444 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BB4444 } /* Literal.String.Single */
.highlight .ss { color: #B8860B } /* Literal.String.Symbol */
.highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
.highlight .vc { color: #B8860B } /* Name.Variable.Class */
.highlight .vg { color: #B8860B } /* Name.Variable.Global */
.highlight .vi { color: #B8860B } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */

