/********* LAYOUT *********/
#accessibility {
	position: absolute;
	top: -10000px;
}
#wrapper {
  width: 800px;
  margin: 0 auto;
}
#content {
  width: 460px;
  float: right;
}

/* Header Block */
#head {
  margin: 0 0 25px;
  padding-top: 20px;
  background: 0 25px no-repeat url(/images/tpl_logo.png);
}
#head h1, #head h2 {
  font-size: 22px;
  padding: 5px 0 0 55px;
  line-height: 22px;
}
#head p.subhead {
  color: #999;
  font-size: 12px;
  margin: 0;
  padding-left: 60px;
  font-weight: bold;
  line-height: 12px;
}
#head a {
  text-decoration: none;
  color: black;
}

/* Rightmost (Banner) Block */
#outsidebar {
  width: 150px;
  float: right;
  margin-left: 25px;
  font-size: 11px;
  padding-bottom: 38px;
  background: bottom center no-repeat url(/images/outsidebar_tail.gif) #eee;
}
#outsidebar ul {
  margin: 0 0 0 15px;
  padding: 0;
}
#outsidebar li {
  line-height: 1.1em;
  list-style-image: url(/images/listitem.png);
}
#outsidebar li:hover {
  list-style-image: url(/images/listitem_black.png);
}
#outsidebar .padding {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 5px 30px 5px;
}
#outsidebar h4 {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin-bottom: 2em;
  padding-top: 20px;
}
#outsidebar h5 {
  color: #666;
  font-size: 11px;
  margin: 1.5em 0 .5em;
}

/* Middle (Blog Sidebar) Block */
#blogbar {
  width: 150px;
  float: right;
  margin-left: 15px;
  font-size: 11px;
}
#blogbar ul {
  margin: 0 0 0 15px;
  padding: 0;
}
#blogbar li {
  line-height: 1.1em;
  list-style-image: url(/images/listitem_dark.png);
  margin-bottom: 3px;
}
#blogbar li:hover {
  list-style-image: url(/images/listitem_black.png);
}
#blogbar h4 {
  border-top: 1px solid #999;
  font-size: 11px;
  margin: 1.5em 0 .5em;
}
#blogbar h4:first-child {
  margin-top: 0;
}
#blogbar input {
  width: 100%;
}



/********* GLOBAL STYLES *********/
body {
  background-color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
p, ul, blockquote, pre, h3, h4  {
  margin: 0 .5em 1em .5em;
}
code {
  color: #006;
}
blockquote, pre {
  margin: 1.5em .5em;
  padding: 2em;
  background-color: #eee;
  overflow: scroll;
}


/** Entry Titles **/
h2 a:link, h2 a:visited {
  color: #660000;
}
h3 {
    margin: 1.75em 0 .5em .5em;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    text-decoration: underline;
}
h4 {
    margin: 1.5em 0 0em .5em;
    color: #333;
    font-weight: bold;
}

a:link {
  color: #BF0000;
  text-decoration: none;
}
a:visited {
  color: #9F0000;
  text-decoration: none;
}
a:hover {
  color: #DF0000;
  text-decoration: underline;
}
a:active {
  color: #F00;
}


/********* CLASS STYLES *********/
p.time {
  color: #999;
  font-weight: bold;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  margin-left: 0;
}

/* Divider */
img.divider
{
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
div.divider {
  text-align: center;
  margin: 25px 0;
  clear: right;
}

/* Icon Links */
.prev {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
.next {
    float: right;
    width: 50%;
    margin-bottom: 2em;
}
.prev a, .next a {
    display: block;
    height: 20px;
    line-height: 1.1em;
}
.prev a {
    background: left center no-repeat url(/images/prev.png);
    padding-left: 25px;
}
.next a {
    background: right center no-repeat url(/images/next.png);
    padding-right: 25px;
    text-align: right;
}
.prev a:hover {
  background-image: url(/images/prev_over.png);
  text-decoration: none;
}
.next a:hover {
  background-image: url(/images/next_over.png);
  text-decoration: none;
}

/* Badges */
div.badges {
  line-height: 13px;
  margin-top: 3em;
  text-align: center;
}
div.badges a img {
  border: 1px solid white;
}
div.badges a img:hover {
  border: 1px solid #ccc;
  background-color: red;
}

/* Comments */
p.invite {
  width: 10em;
  height: 16px;
  line-height: 14px;
  text-align: right;
  font-family: verdana, helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  float: right;
  padding-right: 20px;
  background: right center no-repeat url(/images/comment.png);
}


