/* Base page structure */
body {
  margin:0 auto;
  background:#fff;
  font-family:"Trebuchet MS",Helvetica,sans-serif;
  text-align:center;
}
#bodywrap {
    position:relative;
    margin:0 auto;
    padding:0 20px;
    width:850px; /* Comment out this line (put /* at the beginning) if you want a fluid-width website) */
    text-align:left;
}

a:link, a:visited, a:hover, a:active {text-decoration:none; font-weight: bold; color: #000;}
a img {border: 0;}
p {font-family: "Trebuchet MS", serif;}
img {display: block; margin: auto;}

/* Comics! */
#dropdownform {
    float:right;
    margin:10px 0 0;
    padding:5px;
    font-size:14px;
    background-color:#444;
    color:#fff;
}

.navbar {
  background: #a6badc;
  color: #fff;
  display: block;
  border-bottom: 3px solid #000;
  text-align: center;
  letter-spacing:0.2em;
  margin-bottom: 25px;
}

.navbar img {
 display: inline;
}

#comicset {
    min-height: 350px;
    display:block;
    clear:both;
    margin:15px 0px 20px 0px;
    text-align:center;
}
#comicset h2 {border:none 0px;}
#comicimg {
    margin:10px auto;
}
#comicblurb {
    text-align: left;
    margin: 20px;
    padding:0 10px 10px;
}



/* News! */
.newspost {
    margin:1em 0 4em;
}
.newspost p {
    font-size:14px;
}
.newsdetail {
    float:right;
    text-align:right;
    margin:0 0 10px 10px;
    padding:0 10px;
    font-size:12px;
    color:#444;
    border-left:solid 3px #aaa;
    background-color:#fff;
}
.newsavatar {float:right;}
.newslinks {
    border-top:dashed 1px #888;
}
.newslinks a {text-decoration:none;}

/* Extra content */
#sidenav {
  float:right;
  width:200px;
  border-left: 1px solid #a6badc;
  padding: 10px;
  margin-left: 10px;
}


/** Style the tweets */

.twitterbox {
  width:195px;
  height: 126px;
  text-align: center;
  background: url('/img/twitter.png') no-repeat;
  margin: auto auto;
}

.twitters {
  padding: 2px 15px 0 0;
  vertical-align:middle;
  display:table-cell;
  width: 125px;
  height: 120px;
  overflow: hidden;
  font-size: 8px;
  font-family: sans-serif;
  font-weight: normal;
}
.twitters ul {
  list-style: none;
}

.twitters span.time {
  display: none;
  font-style: italic;
}

.twitters span.status {
  font-style: italic;
}
