    /* Reset and Basic Styling */
    * {
      margin: 0;
      padding: 0;
    }
    
    body {
      font-size: 13px;
      font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
      line-height: 1.6;
      color: #333;
      background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/blackpattern.jpg) repeat;
      text-align: center;
    }
    
::-moz-selection{
background:#FF5E99 ;color:#FFFFFF
}
::selection{
background:#FF5E99; color:#FFFFFF
}

    a {
      color: #2c5aa0;
      text-decoration: none;
    }
    
    a:hover {
      color: #ff6600;
      text-decoration: underline;
    }
    
    img {
      border: 0;
    }
    
    /* Header */
    #header {
      width: 762px;
      margin: 0 auto;
      background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/blackpattern.jpg) repeat;
      text-align: center;
    }
    
    #header img {
      margin: 20px 0;
    }
    
    /* Menu Bar */
    #menubar {
      width: 762px;
      margin: 0 auto;
      background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/blackpattern.jpg) repeat;
    }
    
    #menunav {
      width: 762px;
      height: 51px;
    }
    
    /* Splash Bar */
    #splashbar {
      width: 762px;
      margin: 0 auto;
      background: #e8e8e8;
    }
    
    #splashbar img {
      display: inline-block;
      vertical-align: top;
    }
    
    /* Main Page Container */
    #page {
      width: 762px;
      margin: 0 auto;
      background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/whitepattern.gif) repeat;
      text-align: left;
      padding: 0;
      overflow: hidden;
    }
    
    /* Main Content Column */
    #column {
      float: right;
      width: 520px;
      padding: 0 10px;
      border-left: 1px solid #C0C0C0;
      background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/whitepattern.gif) repeat;
    }
    
    #column p {
      align: center;
    }
    
    /* Blog Posts */
    .post {
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }
    
    .post h2 {
    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;
    }
    
    .post h2 a {
      color: #00ADCF;
      text-decoration: none;
    }
    
    .post h2 a:hover {
      color: #ff6600;
    }
    
    .post small {
      display: block;
      color: #000;
      font-size: 11px;
      font-family: "Lucida Grande", Verdana, Arial, sans-serif
      margin-bottom: 10px;
    }
    
    .post .entry {
      margin: 15px 0;
      font-size: 13px;
      line-height: 1.7;
    }
    
    .post .entry p {
      margin-bottom: 12px;
      width: 522pcx
      text-align: left;
    }

.post .entry p[align="center"] {
  text-align: center;
}
    
    .post .entry img {
      max-width: 100%;
      height: auto;
    }
    
    .post .entry img[align="left"] {
      margin: 0 10px 0 0;
    }
    
    .post .postmetadata {
      font-size: 11px;
      color: #666;
      margin-top: 10px;
    }
    
    .post .postmetadata a {
      color: #2c5aa0;
    }
    
    /* Sidebar */
    #sidebar {
      float: left;
      width: 200px;
      padding: 10px;
      background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/whitepattern.gif) repeat;
      font-size: 11px;
    }
    
    #sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    
    #sidebar li {
      margin-bottom: 15px;
    }
    
    #sidebar h2 {
      font-size: 14px;
      color: #2c5aa0;
      margin-bottom: 10px;
    }
    
    #sidebar img {
      max-width: 100%;
      height: auto;
    }
    
    /* Search Form */
    #searchform {
      margin: 10px 0;
    }
    
    #searchform input[type="text"] {
      width: 140px;
      padding: 3px;
      border: 1px solid #ccc;
      font-size: 11px;
    }
    
    #searchform input[type="submit"] {
      padding: 3px 8px;
      background: #2c5aa0;
      color: #fff;
      border: 1px solid #1e4178;
      cursor: pointer;
      font-size: 11px;
    }
    
    #searchform input[type="submit"]:hover {
      background: #ff6600;
    }
    
    /* Footer */
    #footer {
      clear: both;
      width: 762px;
      margin: 0 auto;
      background: #FFFFFF url(http://www.2pstart.com/wordpress/wp-content/themes/comicpress/blackpattern.jpg) repeat;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      font-size: 11px;
    }
    
    #footer p {
      margin: 5px 0;
    }
    
    /* Clear Fix */
    .clear {
      clear: both;
      height: 0;
      line-height: 0;
      font-size: 0;
    }
    
    /* Center alignment for specific content */
    center {
      text-align: center;
    }
  