/*
Theme Name:     PaperCut
Theme URI:      http://www.papercut.com/blog/
Description:    PaperCut blog/news theme.
Author:         PaperCut Software
Author URI:     http://www.papercut.com/about/
Template:       twentyten
Version:        0.4
*/

@import url(../twentyten/style.css);

/* Wordpress' style.css overrides */
#wrapper {
  width: auto;
  padding: 0;
  }

#content {
  margin: auto;
  color: #444;
  }
  #content .entry-title {
    color: #4D4D4D;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: -0.06em;
    line-height: 1em;
    margin: 1em 0 0.1em;
    }
  #content .entry-title a:link, .entry-title a:visited {
    color:#4D4D4D;
    text-decoration:none;
    }
  #content .entry-title a:hover {
    color: #FF0000;
    text-decoration: underline;
    }
  #content .entry-content {
    font-size: 14px;
    line-height: 20px;
    }
    #content .entry-content p {
      margin: 9px 0;
      }
  #content .content_side_menu h3 {
    margin: 0.2em 0 0.4em 0.8em;
    padding: 0 8px;
    color: #00A200;
    }
  #content .content_side_menu ul {
    margin: 0;
    }
    #content .content_side_menu ul ul {
      padding: 0;
      }

#primary,
#secondary {
  width: 200px;
  float: none;
  }

.widget_archive select {
  margin: 0 12px;
  }

/*
 * This is designed to style the archive list of months in the sidebar .  The "-4" number suffix may change if the
 * widget configuration changes in Wordpress (in which case, just check and update the number).
 */
#archives-4 {
  height: 306px;
  overflow: hidden;
  }

#footer h6 {
  font-weight: bold;
  }

.subscription {
  float: left;
  margin: 0;
  }

