
/* Cleaned CSS: */

/* DRYOASIS */

/* PAGE */

  body {
     background-color: #ABD0FF;
     font-family: Verdana;
     font-size: 11px;
     margin: 0px;
     color: #D5EEFF;
     }

  a {
     color: #6A0101;
     font-weight: normal;
     text-decoration: none;
     }

  a:visited {
     color: #6A0101;
     font-weight: normal;
     text-decoration: none;
     }

  a:hover {
     color: #6A0101;
     font-weight: lighter;
     text-decoration: strike;
     }

/* HEADER */

  .header {
     background: #ABD0FF;
     float: center;
     width: 750px;
     height: 253px;
     margin: 0px auto;
     padding: 0px;
     border: 0px;
     }

/* NAVIGATION BAR */

  .navbar {
     background: #ABD0FF;
     margin: 0px auto;
     width: 750px;
     height: 64px;
     padding: 0px;
     border: 0px;
     }


/* CONTENT */

  .conentBlock {
     background: #5DA4FF;
     width: 750px;
     margin: 0px auto;
     padding: 0px;
     border: 0px;
     font-family: verdana;
     color: #D5EEFF;
     font-size: 11px;
     text-transform: none;
     line-height: 21px;
     text-align: left;
     }

  .entryHolder {
     font-family: verdana;
     color: #D5EEFF;
     font-size: 11px;
     text-transform: none;
     line-height: 21px;
     text-align: left;
     margin: 0px 20px 0px 20px;
     padding: 0px;
     border: 0px;
     }

  .comicHolder {
     background: #5DA4FF;
     font-family: verdana;
     font-size: 11px;
     text-transform: none;
     line-height: 21px;
     text-align: left;
     margin: 0px;
     padding: 0px;
     border: 0px;
     }

/* BOTTOM */

  .bottom {
     background: #transparent;
     background: url(http://www.dryoasis.com/image/v6/bottom_round.png);
     background-repeat: no-repeat;
     width: 750px;
     margin: 0px auto 0px auto;
     padding: 0px 0px 10px 0px;
     border: 0px;
     font-family: verdana;
     font-size: 8px;
     color: #6A0101;
     text-transform: uppercase;
     line-height: 21px;
     text-align: center;
     }

  .bottomText {
     background: #ABD0FF;
     width: 750px;
     height: 54px;
     margin: 0px auto;
     padding: 0px;
     border: 0px;
     font-family: verdana;
     font-size: 8px;
     color: #6A0101;
     text-transform: uppercase;
     line-height: 21px;
     text-align: center;
     }

/* TITLES */

  .title {
     color: #6A0101;
     font-family: verdana;
     font-size: 11px;
     text-transform: none;
     line-height: 21px;
     text-align: left;
     font-weight: bold; 
     letter-spacing: 2pt; 
     padding-top: 2px;
     padding-bottom: 2px;
     padding-left: 0px;
}


  .subtitle {
     color: #6A0101;
     font-family: verdana;
     font-size: 11px;
     text-transform: none;
     line-height: 21px;
     text-align: left;
     font-weight: normal; 
     letter-spacing: 2pt; 
     padding-top: 2px;
     padding-bottom: 2px;
     padding-left: 0px; 
}

  p {
     font-family: verdana;
     font-size: 11px;
     text-transform: none;
     line-height: 21px;
     color: #D5EEFF;
}

/* BRUSH PREVIEW */

  #iframe {
     position: absolute;
     top: 175px;
     padding: 0px;
     margin: 0px;
     width: 210px;
     height: 240px;
     border: #000000 1px solid;
     overflow: no;
      }

/* BRUSH PREVIEW */

  #comicIframe {
     background: #5DA4FF;
     position: absolute;
     top: 175px;
     padding: 0px;
     margin: 0px;
     width: 750px;
     height: 1150px;
     overflow: no;
     margin: 0px;
     padding: 0px;
     border: 0px;

      }
