/* HTML5 markup elements */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


body {
  background-color: #0073a3;
  font-family:verdana;
  font-size: 80%;
  margin: 0px;
}

a {
  color: #FF0
}

a:visited {
  color: #000
}

a:hover {
  color:#FFC
}

img {
  border: 0px;
}

.center {
  text-align: center;
}

.picbox {
  border:1px solid black;
  padding: 5px;
  background-color: #ffffff;
}

.copyright {
  font-size: smaller;
}

.boxheader {
  background-color:black;
  color:white;
  font-weight:bold;
  text-align:center;
}

.social-widget {
  margin-bottom: 10px;
}

#archive-box select {
  width: 100%;
}

#left-column {
  float: left;
  width: 188px;
  margin-left: 0px;
  margin-right: -188px;
}
#central-column {
  float: left;
  width: 384px;
  margin-left: 198px;
  margin-right: -582px;
  background-color: #62C8EB;
}
#right-column {
  float: left;
  width: 188px;
  margin-left: 592px;
  margin-right: -780px;
}

#central-column-inner {
  padding: 4px;
}
#central-column h2 {
  font-size: 1.3em;
  color: #FFF799;
  background-color: #004C7D;
  padding: 4px;
  margin-top: 0px;
}

#newsbox-region {
/*
  float: right;
  width: 48%;
  margin-left: 2%;
 */
}

#newsbox {
/*  border: 1px solid #006; */
  background-color: #3fb7e0;
  margin-bottom: 4px;
}

#newsbox p {
  padding: 0px 4px;
}

#newsbox-region .rss-icon {
text-align: right;
}

.newsTitle
{
  background-color: #004c7d;
  padding: 2px;
  font-weight: bold;
  color: #FFF;
}


.fanart {
  margin-bottom:3px;
}

.fanart_thumb {
  height: 100px;
  width: 106px;
  text-align: center;
  float: left;
}
.fanart_thumb img {
  vertical-align: middle;
}
.pagearea {
  width: 832px;
  margin: auto;
}
.pagearea-inner {
  padding-left: 26px;
  padding-right: 26px;
}
#top {
  background: url(resource/bg_top.jpg) bottom left repeat-x;
}

header {
  background: url(resource/bg_top_mid.png) bottom left no-repeat;
}
#header-inner {
  padding-bottom: 14px;
  position: relative;
}
#comic {
  background-color: white;
}
#comic-inner {
  width: 920px;
  margin: auto;
  text-align: center;
}

#comic-central-column {
  float: left;
  width: 800px;
  margin-left: 60px;
  margin-right: -860px;
}
#comic-central-column img {
  vertical-align: middle;
}
#comic-right-column {
  float: left;
  width: 50px;
  margin-left: 865px;
  margin-right: -915px;
}
#comic-right-column-inner {
  margin-top: 10px;
}
#comic-left-column {
  float: left;
  width: 50px;
  margin-left: 0;
  margin-right: -50px;
}
#comic-right-column-inner {
  margin-top: 10px;
}
#bottom {
  background: url(resource/bg_bottom.jpg) top left repeat-x;
}
#body, footer {
  background: url(resource/bg_bottom_mid.png) top left repeat-y;
}
footer {
  padding-bottom: 10px;
}
#body-inner {
  background: url(resource/bg_bottom_mid_top.png) top left no-repeat;
}

#navbuttons {
padding: 5px 0px 12px 0px;
}
#navbuttons a {
  color: #FFF799;
}
#logo {
  padding: 10px;
}
#logo img {
  vertical-align: middle;
}

#tabs {
  position: absolute;
  bottom: 14px;
  right: 100px;
}
nav img {
  vertical-align: middle;
}

/*** INTENSEDEBATE COMMENTS ***/
#idc-container-parent {
  background-color: #95E1FB;
}

/* These styles lifted from Drupal CSS ... */

.clear-block:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clear-block{display:inline-block;}/* Hides from IE-mac \*/
* html .clear-block{height:1%;}.clear-block{display:block;}