  /*
Theme Name: ComicPress
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress. Standard Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin
Author URI: http://mindfaucet.com/
Version: 2.7
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

/*QuickTags for Comments */

#ed_toolbar input {
  border: 1px solid #C5E0FD;
  background-color: #fff;
}

/* STANDARD TAGS */

body {
  margin: 0;
  background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/blackpattern.jpg) repeat;
  font-size: 13px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  }

a {
  color: #00ADCF;
  text-decoration: none;
  }

    a:hover {
    color: #00ADCF;
    }

  a:focus {
    outline: none;
    }

  a img {
    border: none;
    }

p {
  margin: 12px 0;
  line-height: 125%
  }

img {
  max-width: 100%;
  padding: 0;
  }

small {
  font-size: 11px;
  }

hr {
  height: 1px;
  color: #000;
  background-color: #000;
  border: 0px;
  }

blockquote {
    font-style:italic;
  font-weight:bold;
  padding: 5px 35px 5px 20px;
  margin: 3px 6px;
  }

  blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

cite {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  }

code {
  padding: 10px;
  display: block;
  font-family: 'Courier New', monospace;
  border: 1px dotted #000;
  overflow: scroll;
  }

acronym, abbr, span.caps {
  cursor: help;
  }

  acronym, abbr {
    border-bottom: 1px dashed #000;
    }

form {
  margin: 0;
  }



/* HEADINGS */

h1, h1 a, h1 a:hover {
  padding: 10px 0 0 0;
  margin: 0;
  color: #000;
  font-size: 60px;
  font-family: 'Georgia', serif;
  font-weight: normal;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: -4px;
  font-variant: small-caps;
  }

h2, h2 a, h2 a:hover {
  margin: 0;
  color: #00ADCF;
  font-size: 18px;
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #7d7d7d;
  }
  
  h2.pagetitle, h2.pagetitle a {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    font-weight: normal;    
    letter-spacing: -2px;
    }

h3, h3 a, h3 a:hover {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #00ADCF;
  text-decoration: none;
  clear: both;
  letter-spacing: -1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #7d7d7d;
  }



/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
  width: 762px;
  margin: 0px auto;
    background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/whitepattern.gif) repeat;
  }



/* THE HEADER */

#header {
  text-align: center;
  width: 762px;
  margin: auto;
  }

/* THE MENU */

#menubar {
  width: 762px;
  margin: auto;
  }
  
#splashbar {
  width: 762px;
  margin: auto;
  }

/* THE COMIC */

#comic {
  padding: 10px 0;
  text-align: center;
  }

/* THE FOOTER */

#footer {
  padding: 15px 0px 5px 0px;
  font-size:11px;
  text-align: center;
    background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/whitepattern.gif) repeat;
  }



/* NAVIGATION */

.nav {  
  float: right;
  font-size: 12px;
  font-weight: bold;
  }
  
  .nav-first {
    padding: 0 5px 0 0;
    float: left;
    border-right: 1px solid #000;
    }
  
  .nav-previous  {
    padding: 0 5px;
    float: left;
    }
  
  .nav-next  {
    padding: 0 5px;
    float: left;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    }
    
  .nav-last {
    padding: 0 0 0 5px;
    float: left;
    }

.nav-blog {
  color: #000;
  font-size: 12px;
  font-weight: bold;  
  float: right;
  }
  
  .nav-blog-previous {
    padding: 0 5px 0 0;
    float: left;
    }
    
  .nav-blog-next {
    padding: 0 0 0 5px;
    float: left;
    border-left: 1px solid #000;
    }

.pagenav {
  padding: 40px 20px 0 20px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  clear: both;
  }

  .pagenav-left {
    float: left;
    }

  .pagenav-right {
    float: right;
    }

.nav a, .pagenav a, .nav-blog a {
  display: block;
  float: left;
  color: #000;
  }

  .nav a:hover, .pagenav a:hover, .nav-blog a:hover {
    color: #00ADCF;
    }



/* POSTS - PAGES */

::-moz-selection{
background:#FF5E99 ;color:#FFFFFF
}
::selection{
background:#FF5E99; color:#FFFFFF
}

#column {
  width: 562px;
  padding: 5px 0 20px 0;
  float: right;
    text-align: justify;
  overflow: hidden;
    background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/whitepattern.gif) repeat;
  }

.post, .post-comic, .post-page {
  padding: 0 20px 20px 20px;
  }

.post-head, .post-page-head, .post-comic-head {
  }

#comic-foot {
  border-bottom: 1px solid #C0C0C0;
  }

.post-foot, .post-comic-foot, .post-page-foot {
  margin: 0 0 10px 0;
  height: 10px;
  overflow: hidden;
  }
  
  .comicdate {
    font-size: 14px;
    float:right;
    }

  .postdate {
    font-size: 11px;
    }

.more-link {
  font-style: italic;
  display: block;
  clear: both;
  }

.postmetadata {
  float:right;
  }
    
.tags {
  font-size: 12px;
  clear: both;
  color: #7D7D7D;
  }

.comment-link {
  font-family: 'Georgia', serif;
  font-size: 16px;
  text-align: right;
  }



/* THE BLOG HEADER */

#blogheader {
  font-family: 'Georgia', serif;
  padding: 25px 0 25px 20px;
  font-size: 32px;
  letter-spacing: -2px;
  border-top: 1px solid #000;
  }



/* COMMENTS */

.comment-wrap{
  padding: 0 20px;
  }

  .comment-wrap h3 {
    margin: 0;
    padding: 20px 0 0 0;
    font-weight: normal;
    font-size: 20px;
    clear: both;
    font-family: 'Georgia', serif;
    }

.comment {
  padding: 10px;
  margin: 10px 0 0 0;
  clear: both;
  -moz-border-radius: 7pt;
    border: 2px solid #AFAFAF;
  min-height: 80px;
  }

  .comment .comment  {
    border: 1px solid #AFAFAF;
  }

.bytim { 
    border: 3px solid #00ABEF;
   }
   
  .comment .bytim {
  border: 2px solid #00ABEF;
  }
  
  .comment .comment .bytim {
    border: 2px solid #00ABEF;
  }

.byray { 
    border: 3px solid #FF4B4B;
   }

  .comment .byray {
  border: 2px solid #FF4B4B;
  }
  
  .comment .comment .byray {
    border: 2px solid #FF4B4B;
  }

.comment-author {
  display: inline;
  }

.comment-meta {
  display: inline;
  padding: 0 0 0 5px;
  margin: 0 0 0 2px;
  border-left: 1px solid #000;
  }

.says {
  display:none;
  }

.avatar {
  margin: 0 10px 10px 0;
  float: left;
  }
  
#comment {
  width: 100%;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  }

#author, #email, #url {
  width: 200px;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  }

#submit {
  margin: 0 0 20px 0;
  }

ol.commentlist {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
  }

  ol.commentlist p {
    margin: 10px 0 0 90px;
    }

ul.children {  
  margin: 0;
  padding: 0;
  list-style: none;
  }

.reply {
  padding: 10px 0 0 0;
  text-align: right;
  }

#commentform p {
  margin-top: 5px;
  margin-right: 0pt;
  margin-bottom: 5px;
  margin-left: 0pt;
  }

#commentform #submit, #preview, #searchsubmit, #searchsubmitclear, #sortsubmit {
  color: #000000;
  background: #fff;
  border: 1px solid #C5E0FD;
  }
  
#commentform input {
  margin: 5px 5px 1px 0;
  padding: 2px;
  width: 170px;
  }

/* ARCHIVE */  
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */  

.comicarchiveframe {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.99;
  filter: alpha(opacity=99);
  }
 
  .comicarchiveframe:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
    }

  .comicarchiveframe h3 {
    margin: 0;
    }

  .comicarchiveframe a small {
    display: block;
    color: #000;
    }

.archive-year {
  font-size: 48px;
  }

.archive-yearlist {
  padding: 0 0 10px 0;
  font-size: 14px;
  }



/* SIDEBAR */

#sidebar {
  width: 189px;
    padding: 7px 0 10px 10px;
  float: left;
  font-size: 12px;
  overflow: hidden;
  border-right: 1px solid #C0C0C0;
    background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/whitepattern.gif) repeat;
  }

#sidebar h2, #sidebar h2 a {  
  font-size: 14px;
  border-bottom-width: 0px;
  }

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

  #sidebar ul li {
    margin: 0 0 10px 10px;
    padding: 0;
    }

    #sidebar ul li ul li {
      margin: 0 0 0 10px;
      padding: 0;
      }



/* WIDGETS */

.random-comic-icon {
  padding: 0 5px;
  color: #fff;
  background: #000;
  }

.comic-bookmark {
  margin: 0 0 10px 5px;
  }

.archive-dropdown {
  max-width: 100%;
  }



/* CALENDAR */

#wp-calendar {
  width: 165px;
  margin: 0 0 0 5px;
  }

#wp-calendar th {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  }

#wp-calendar caption {
  font-family: 'Georgia', sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
  font-variant: small-caps;
  }

#wp-calendar td {
  min-width: 20px;
  padding: 0;
  text-align: center;
  border: 1px solid #000;
  }

#wp-calendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  }

  #wp-calendar a:hover {
    color: #fff;
    background: #000;
    }



/* SEARCH */

#s {
  width: 140px;
  margin: 0;
  padding: 2px;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  }

#searchsubmit {
  padding: 0 5px;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  }



/* GALLERY */

.gallery-image {
  width: 518px;
  border: 1px solid #000;
  overflow: hidden;
  background: #000;
}

.gallery-caption {
  font-size: 11px;
  }
  
  .gallery-caption  p {
    width: 510px;
    padding: 5px;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #000;
    }

.imagenav-wrap {
  margin: 5px 0 0 0;
  }

.imagenav {
  width: 77px;
  height: 77px;
  float: left;
  overflow: hidden;
  }

.imagenav-center {
  width: 344px;
  height: 65px;
  margin: 0 5px;
  padding: 10px 5px 0 5px;
  float: left;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  overflow: hidden;
  }

.imagetitle {
  color: #000;
  font-size: 18px;
  }

.imagenav-bg {
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 0;
  background: #ddd;
  border: 1px solid #000;
  overflow: hidden;
  }

  .imagenav-bg img {
    width: 75px;
    height: 75px;
    }

.imagenav-arrow {
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  line-height:75px;
  text-align: center;
  border: 1px solid #000;
  float: left;
  }

.imagenav-link {
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 2;
  border: 1px solid #000;
  float: left;
  overflow: hidden;
  }

  .imagenav-link img {
    width: 75px;
    height: 75px;
    opacity: 0.50;
    filter: alpha(opacity=50);
    }

      .imagenav-link img:hover {
        opacity: 0.00;
        filter: alpha(opacity=0);
        }



/* POSTED IMAGES  */

.wp-caption  p {
  margin: 5px 0;
  line-height: 11px;
  font-size: 11px;
  }

.aligncenter {
  margin: 0 auto;
  display: block;
  }

.alignright {
  margin: 10px 0 10px 10px;
  display: inline;
  float: right;
  }

.alignleft {
  margin: 10px 10px 10px 0;
  display: inline;
  float: left
  }



/* TRANSCRIPT */

#transcript {
  padding: 0 10px;
  font-size: 11px;
  border-left: 4px dotted #000;
  border-right: 4px dotted #000;
  }

  .transcript-border {
    padding: 0 5px;
    margin: 15px 0;
    border: 1px solid #000;
    background: #fff;
    clear: both;
    }

  a.transcript-title {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    display: block;
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: -1px;
    border-bottom: 1px dashed #000;
    }

    #transcript-content {
      font-family: 'Courier New', monospace;
      overflow: hidden;
      }

#s-transcript {
  width: 140px;
  margin: 0;
  padding: 2px;
  font-size: 12px;
  font-family: 'Georgia', serif;
  font-style: italic;
  }

  #searchsubmit-transcript {
    padding: 0 5px;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    }



/* STORYLINES */

.storyline-cats {
  padding: 0;
  margin: 0;
  list-style: none;
  }

.storyline-cats li {
  display: inline;
  }

  li.storyline-root {
    display: none;
    }



/* CLEAR FLOATS */

.clear {
  clear: both;
  }



/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins { 
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  }

.style6 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.style36 {font-size: 9px}
.style56 {color: #3E3E3E; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
.style57 {
  font-family: verdana;
  font-size: 12px;
}
.style62 {color: #3E3E3E}
.style65 {font-family: verdana; font-size: 12px; color: #CCCCCC; }
.style66 {font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.style20 {font-size: 50px;}
.style21 {font-size: 20px;}
.style22 {font-size: 11px;}
.style23 {font-size: 10px; color: #666666;}

#silvereclipse a {
  color: #666666;
}

#silvereclipseintro a {
  color: #666666;
}
  
.silvereclipse {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}

.silvereclipseintro {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}

  #silvereclipse {
  width: 762px;
  margin: 0px auto;
  padding: 0;
  float:left;
  background: #191919;
  }
  
  #silvereclipseintro {
  width: 762px;
  margin: 0px auto;
  padding: 0;
  float:left;
  background: #000000;
  }
  
  #pixelvision {
  width: 762px;
  margin: 0px auto;
  padding: 0;
  float:left;
  background: #FFFFFF url(http://www.2pstart.com/images/2009/pixelvision/background.jpg) repeat;
  }
  
  #reviews {
  width: 762px;
  margin: 0px auto;
  padding: 0;
  float:left;
  }