/* COMMON --------------------------------------------- */

body {
  background: #000 url(images/header_bg.gif) repeat-x;
  text-align: center;
  margin: 0px;
  font: 11px Helvetica, Arial, sans-serif;
  color: #FFF;
}

a img {
  border: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td {
  font: 13px Helvetica, Arial, sans-serif;
  color: #FFF;
}

td a {
  font: 13px Helvetica, Arial, sans-serif;
  color: #9BC;
}

h3 {
  font: bold 18px Helvetica, Arial, sans-serif;
}

ul {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}

li {
  padding: 0px;
  margin-left: 0px;
  list-style-type: none;
}

p {
  font: 13px Helvetica, Arial, sans-serif;
  color: #FFF;
}

p a {
  font: 13px Helvetica, Arial, sans-serif;
  color: #9BC;
}

.messageText {
  font: 13px Helvetica, Arial, sans-serif;
  color: #FFF;
}

.messageText a {
  font: 13px Helvetica, Arial, sans-serif;
  color: #9BC;
}

.errorText {
  font: bold 13px Helvetica, Arial, sans-serif;
  color: #F00;
}

div.clearer {
  clear: left;
  line-height: 0;
  height: 0;
}

.alignRight {
  float:right;
  margin: 0px 0px 15px 15px;
}

.alignLeft {
  float:left;
  margin: 0px 15px 15px 0px;
}

#pageSeparator {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  background: url(images/hr.gif) repeat-x;
  margin-bottom: 20px;
  clear: both;
}

.subSection {
  padding: 20px 0px 2px 5px;
  float: left;
  width: 100%;
  font: bold 18px Helvetica, Arial, sans-serif;
}

.smallPageSeparator {
  background: url(images/hr_2.gif) repeat-x 0 3px;
  clear: both;
  padding: 15px;
}

.fancyUnderline {
  clear: left;
  font: bold 15px Helvetica, Arial, sans-serif;
  width: 550px;
  padding-bottom: 3px;
  border-bottom: 2px dashed #4c6e80;
  margin-bottom: 15px;
}


/* PAGE SECTIONS -------------------------------------- */

#wrapper {
  padding: 0px;
  margin: 0px auto;
  text-align: left;
  width: 810px !important;
}

#header {
  height: 140px;
  width: 100%;
}

#sidebar {
  padding-top: 30px;
  padding-right: 10px;
  float: right;
  width: 190px;
}

#comic {
  padding-top: 15px;
  float: left;
  width: 570px;
  text-align: center;
}

#news {
  background: #356 url(images/news_bg.gif) repeat-x;
  width: 100%;
  clear: both;
}

#footer {
  text-align: center;
  padding: 20px 0px 20px 0px;
  width: 100%;
  clear: both
}

#formBox  { 
  color: #fff;
  font: 13px Helvetica, Arial, sans-serif;
  background-color: #356;
  float: right;
  padding: 10px;
  border-top: 2px solid #4c6e80;
  border-left: 2px solid #4c6e80;
  margin: 3px 20px 20px 30px;
}

/* HEADER --------------------------------------------- */

.headerLogo {
  float: left;
}

.newReaderLink {
  float: right;
}

.headerNav {
  clear: both;
  height: 30px;
  text-align: center;
}

/* COMIC ------------------------------------------------ */

.comicTitle {
  width: 550px;
  height: 40px;
  font: bold 17px Helvetica, Arial, sans-serif;
  color: #FFF;
  padding-left: 10px;
  padding-top: 5px;
  width: 100%;
  text-align: left;
}

.altComicTitle {
  padding-top: 10px;
  padding-left: 10px;
}

.comicTopNav {
  width: 100%;
}

.comicBottomNav {
  width: 100%;
  padding-bottom: 10px;
}

.comicShare {
  margin-left: 150px;
  padding: 15px 0px 8px 135px;
  width: 400px;
  background: #000 url(images/share_bg.gif) no-repeat;
}

/* NEWS ------------------------------------------------ */

.newsPost {
  width: 548px;
  padding-left: 10px;
  float: left;
  text-align: left;
  font: 13px Helvetica, Arial, sans-serif;
}

.newsHeader {
  padding: 8px;
  vertical-align: top;
  border-right: 2px solid #9BC;
  background-color: #E5F6FF;
}

.newsAvatar {
  float: left;
  padding-right: 15px;
}

.newsBody {
  margin-top: -1px;
  padding: 10px;
  border-top: 2px dashed #9BC;
  border-right: 2px solid #9BC;
  border-bottom: 2px dashed #9BC;
  background-color: #FFF;
}

.newsKeywords {
  margin-top: -2px;
  padding: 0px 10px 10px 10px;
  border-right: 2px solid #9BC;
  border-bottom: 2px dashed #9BC;
  background-color: #FFF;
}

.newsFoot {
  clear: both;
  width: 100%;
  height: 35px;
  background: #000 url(images/feeds_footer.gif) repeat-x;
}

.newsFeeds {
  text-align: left;
  padding-left: 15px;
  clear: left;
  width: 100%;
}

.newsAds {
  width: 230px;
  padding-right: 11px;
  float: right;
}

.newsAdsText {
  font: 12px Helvetica, Arial, sans-serif;
  color: #B2D4E6;
}

.newsAdBanner {
  border: 1px solid #000;
}

.newsTitle {
  font: bold 18px Helvetica, Arial, sans-serif;
  color: #000;
}

.newsText {
  font: 13px Helvetica, Arial, sans-serif;
  color: #000;
}

.newsText a  {
  color: #4c6e80;
  font: 13px Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #80A2B2;
}

.newsText a:hover  {
  text-decoration: none;
  border-bottom: 1px solid #4c6e80;
}

.keywordsText {
  font: 11px Helvetica, Arial, sans-serif;
  color: #000;
}

.keywordsText a {
  color: #4c6e80;
  font: 11px Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #80A2B2;
}

.keywordsText a:hover  {
  text-decoration: none;
  border-bottom: 1px solid #4c6e80;
}

/* CAST ------------------------------------------------ */

.castCardA {
  float: left;
  width: 260px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.castCardB {
  float: left;
  width: 260px;
  padding-left: 10px;
  padding-bottom: 5px;
  text-align: left;
}

.castCardC {
  float: left;
  width: 260px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  text-align: left;
}

.castName {
  padding: 8px;
  padding-left: 10px;
  border-right: 2px solid #9BC;
  background-color: #E5F6FF;
  font: bold 17px Helvetica, Arial, sans-serif;
  color: #000;
}

.castBio {
  padding: 8px;
  border-top: 2px dashed #9BC;
  border-right: 2px solid #9BC;
  border-bottom: 2px dashed #9BC;
  background-color: #FFF;
}

.castPicture {
  width: 96px;
  height: 96px;
  float: left;
  border: 1px solid #000;
}

.castBioText {
  margin-left: 106px;
  font: 13px Helvetica, Arial, sans-serif;
  color: #000;
}

.castBioText a  {
  color: #4c6e80;
  font: 13px Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #80A2B2;
}

.castBioText a:hover  {
  text-decoration: none;
  border-bottom: 1px solid #4c6e80;
}

.castBioText ul  {
  list-style-type: none;
}

.castFootA {
  width: 100%;
  height: 30px;
  background: #000 url(cast/images/card_foot_a.gif) repeat-x;
}

.castFootB {
  width: 100%;
  height: 30px;
  background: #000 url(cast/images/card_foot_b.gif) repeat-x;
}

/* EXTRAS ------------------------------------------------- */

.userPicture {
  width: 96px;
  height: 96px;
  padding: 8px;
}

/* BUY STUFF --------------------------------------------- */

.buyStuffItem {
  float: left;
  width: 162px; 
  text-align: center;
}

.buyStuffItem img {
  padding: 2px;
  border: 2px dashed #4c6e80;
  margin-bottom: 4px;
}

.buyStuffItem img:hover {
  border: 2px dashed #9BC;
}

.buyStuffItem a {
  font: 13px Helvetica, Arial, sans-serif;
  color: #9BC;
}

/* FOOTER --------------------------------------------- */

.footerText {
  font: bold 11px Helvetica, Arial, sans-serif;
  color: #689;
}

.footerText a {
  color: #9BC;
}

.footerAdTop {
  width: 750px;
  height: 30px;
  background: #000 url(/images/foot_bg.gif) repeat-x;
  margin-left: 30px;
}

.footerAdBottom {
  width: 730px;
  background-color: #4C6E80;
  border-left: 2px solid #689;
  padding: 0px 10px 10px 8px;
  margin-left: 30px;

}

/* SIDEBAR -------------------------------------------- */

.sidebarBoxA {
  width: 180px;
  padding-left: 10px;
  padding-bottom: 15px;
  background-color: #000;
}

.sidebarBoxB {
  width: 180px;
  padding-left: 5px;
  padding-bottom: 15px;
  background-color: #000;
}

.sidebarBoxContent {
  margin-top: -1px;
  border-left: 2px solid #4C6E80;
  padding-top: 6px;
  padding-left: 6px; 
  padding-right: 10px;
  padding-bottom: 6px;
  background-color: #356;
  text-align: left;
  font: 12px Helvetica, Arial, sans-serif;
  color: #FFF;
}

.sidebarAdBoxContent {
  border-left: 2px solid #4C6E80;
  padding-left: 4px; 
  padding-right: 6px;
  padding-bottom: 10px;
  background-color: #356;
}


.sidebarBoxContent a {
  font: 12px Helvetica, Arial, sans-serif;
  color: #B2D4E6;
}

.adGraphic {
  border: 1px solid #000;
}

.tipjarImage {
  padding-top: 10px;
  text-align: center;
}

/* FORM ELEMENTS -------------------------------------- */

form {
  margin-bottom: 0;
}

select {
  background-color: #FFF;
  border-right: 2px solid #4C6E80;
  border-bottom: 2px solid #4C6E80; 
  border-top: 2px solid #023; 
  border-left: 2px solid #023;
  font: 13px Helvetica, Arial, sans-serif;
  color: #000;
}

.smallTextField {
  padding: 2px;
  width: 160px;
  background-color: #000;
  border-right: 2px solid #4C6E80;
  border-bottom: 2px solid #4C6E80; 
  border-top: 2px solid #356; 
  border-left: 2px solid #356; 
  font: 12px Helvetica, Arial, sans-serif;
  color: #FFF;
}

.textField {
  width: 250px;
  background-color: #FFF;
  padding-left: 2px;
  margin-bottom: 5px;
  border-right: 2px solid #4C6E80;
  border-bottom: 2px solid #4C6E80; 
  border-top: 2px solid #023; 
  border-left: 2px solid #023; 
  font: 13px Helvetica, Arial, sans-serif;
  color: #000;
}

/* ---------------------------------------------------- */

textarea {
  overflow: auto;
}

.heading {
  font-weight: bold;
  text-decoration: underline;
  font-size: large;
}

.sub-heading {
  font-weight: bold;
  text-decoration: underline;
  font-size: medium;
}

.but {
  color: #000;
  font-weight: bold;
  background-color: #e5e5e5;
  border: 2px solid #000;
  width: 120px;
}

.disabled {
  color: #050505;
  font-weight: normal;
  text-decoration: line-through;
}

.red {
  color: #F00;
}

.vlHighlight {
  color:#F90;
}

html>img {
  width: 0!important;
  height: 25px!important;
  padding-left: 25px!important;
  background: url(images/autoscroll.png);
}

/* domTTstyle */
div.domTTOverlib {
  border: 1px solid #000;
  background-color: #0060ff;
}

div.domTTOverlibCaption {
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
div.domTTOverlibContent {
  background-color: #ffe0c7;
  width: 446px;
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 2px;
}
.show_item {
  display: inline;
}
	
.hide_item {
  display: none;
}

/* ARCHIVE CALENDAR ----------------------------------- */


.calendar {
  width: 175px;
  height: 130px;
  font: 11px Helvetica, Arial, sans-serif;
  color: white;
  background-color: #356;
}

caption {
  width: 175px;
  height: 20px;
  font: bold 14px Helvetica, Arial, sans-serif;
  color: #FFF;
  background-color: #4C6E80;
  border-top: 2px solid #689;
  padding-top: 4px;
}

caption a {
  font: bold 11px Helvetica, Arial, sans-serif;
  color: black;
  text-decoration: none;
}

.calendarheader {
  color: #FFF;
  background-color: #000;
}

.calendarlink {
  color: #689;
}

.day {
  background-color: #689;
  text-align: center;
}

.linkedday  {
  background-color: #e5f6ff;
  text-align: center; 
}
