/* CMS CSS. Always, always adjusting. */
/* (C) 2008 */

body {
   margin: 0;
   padding: 0;
   border: 0;
   color: #000000;
   font-family: helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
}

img {
   border: 0;
}

/* Title Area */

#title {
   background-image: url(/images/background-header.gif);
   width: 100%;
}

/* Navigation Bar Area */

#navigation {
   border-bottom: 1px solid #c1c1c1;
   position: relative;
   height: 25px;
   background: url(/images/nav-background.gif) repeat-x;
}
#navigation img {
   filter: alpha(opacity=100);
   -moz-opacity: 100;
   opacity: 100;
}

/* Comments */

.comment-link {
  cursor: pointer;
  border-bottom: solid 1px #9ae6e9;
  border-right: solid 1px #9ae6e9;
  border-top: solid 1px #e0fdfe;
  border-left: solid 1px #e0fdfe;
  background-color: #e6feff;
  color: #333;
  font-size: 11px;
  text-decoration:none;
  padding: .3em;
}

#acomment {
   border-top: 1px solid #dbdbdb;
   border-left: 1px solid #dbdbdb;
   border-right: 1px solid #dbdbdb;
   background: #ededed url(/images/comment-bg.gif) top repeat-x;
   padding: 6px;
   font-size: 11px;
   color: #262626;
}

#acomment a {
   text-decoration: underline;
}

#acommentbottom a {
   color: #346b9b;
}

#acommentbottom {
   font-size: 10px;
   color: #346b9b;
   font-weight: bold;
   margin-bottom: 20px;
}

#acommentbottom img {
   border: none;
   padding: 0px;
   float: none;
}

.acommentdate {
   color: #7cb7ea;
}

.CommentPostLink { 
    margin-top: 10px;
}

/* -- IMAGES -- */



.post-footer img {
   vertical-align: -20%;
   /* border: 1px black solid; */
}

/* About Box */

#AboutBox {
 position: absolute;
 left: 10px;
 top: 10px;
 -moz-opacity: 100;
 visibility: hidden;
}

#abouttext {
  font-size: 11px;
  color: #333333;
  line-height: 1.3em;
}
#abouttext a {
  color: #333333;
}
#abouttext a:hover {
 color: #888888;
}

/* Recent Entries */

#RecentBox {
 position: absolute;
 left: 10px;
 top: 10px;
 -moz-opacity: 100;
 visibility: hidden;
}

#recently {
 font-size: 11px;
 color: #333333;
 list-style: none;
 line-height: 1.5em;
 padding: 0 0 0 0;
 margin: 0 0 5px 0;
}

#recently a {
 color: #333333;
}
#recently a:hover {
 color: #888888;
}

/* Body Elements! */

#main {
   padding:0px;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: normal;
  color: #2f5674;
}

h3.post-title {
 font-size: 24px;
 margin: 0px 10px 0px 0px;
 font-weight: normal;
 letter-spacing: -.5px;
}

h2.post-date {
 font-size: 12px;
 color: #676767;
 margin: 0px 0px 10px 0;
 font-weight: normal;
}

h2.comments {
  font-size: 16px;
  margin: 20px 0px 20px 0px;
  font-weight: normal;
  background: url(/images/underline-pink.gif) repeat-x 0 95%;
}

.callout {
  font-size: 17px;
  font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-color: #222222;
  line-height: 1.8em;
}

.lighter {
  color: #555555;
}

.footnote {
  clear: both;
  color: #777777;
  font-size: 11px;
}

.post-body {
  font-size: 13px;
  line-height: 1.4em;
}

.post-body blockquote {
	line-height: 1.4em;
	color: #444444;
	/* margin: 1em 2em 1em 0em; */
	padding-left: 10px;
    margin-left: 25px;
	border-left: 1px solid #bbbbbb;
}

.post-footer {
 color: #aaaaaa;
 line-height: 140%;
 font-size: 12px;
 padding-bottom: 10px;
}
.post-footer a {
 color: #999999;
 line-height: 140%;
 font-size: 12px;
}

/* Misc. Pieces */

.copyright {
  font-size: 10px;
  color: #C1C1C1;
}

/* Links (used where, now?) */

a {
 color: #000000;
 text-decoration: none;
}
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 color: #666666;
}
#main a:hover {
 color: #666666;
}

#main .post-body a {
  color: #022d3f;
  background: url(/images/underline-blue.gif) repeat-x 0 95%;
}
#main .post-body a:hover {
  color: #666666;
}
#main .post-body a img {
  background: white;
}

h3.post-title a:hover {
 background: url(/images/underline-wavy2.gif) repeat-x 0 95%;
}

/* Numbers */


