/*
 Theme Name:     Linen Pro Child
 Theme URI:      http://example.com/linen_pro-child/
 Description:    Linen Pro Child Theme
 Author:         Jed Hartman
 Author URI:     http://www.kith.org/
 Template:       linen_pro
 Version:        1.0.0
*/

@import url("../linen_pro/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Customizing Linen Pro for Jaggery. */

/* By Jed Hartman, Oct-Nov 2013. */


/* Set a font size for the whole page, 'cause the default size for
 * Linen Pro is too small. Bizarrely, setting this to 75% results
 * in a *bigger* font than not having this at all. No idea why.
 */

body {
  font-size: 75%;
}


/* Make the sidebar wider to make the blog excerpts less wrappy. */

#sidebar {
  width: 250px;
}


/* Reduce the size of the widget titles to avoid wrapping. */

#sidebar h2.widgettitle {
  font-size: 1.0em;
}


div.subscribe ul {
  float: right;
}

span.follow-us-text {
  vertical-align: middle;
  float: right;
  font-family: Helvetica, sans-serif;
  font-size: larger;
  margin-top: 5px;
}


/* Position the blog-entry excerpts, and draw a box around them. */

.recent_with_excerpt blockquote {
  margin-top: -15px;
  margin-left: -30px;
}

li.recent_with_excerpt {
  padding: 10px;
  border: 1px dotted #682321;
}


/* Department-name headings in the TOC. */

div.issue-toc h1 {
  margin-top: 35px;
  clear: left;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  /* background: #A7BEFF; */
}

div.issue-toc hr.toc-divider {
  color: #682321;
  background-color: #682321;
  height: 4px;
  margin-top: 10;
  margin-bottom: 0;
}


/* Item titles in the TOC. */

div.issue-toc h2 {
  margin-top: 5px;
  clear: left;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

div.issue-toc h2 a:link {
  text-decoration: none;
  color: #3D59AB;
}

div.issue-toc h2 a:hover, div.issue-toc h2 a:active, div.issue-toc h2 a:visited { 
  text-decoration: none;
  color: #8C9BB9
}


/* Bylines in the TOC. */

.toc-byline {
  font-style: italic;
  font-family: Georgia, serif;
  font-size: 16px;
}


/* Pullquotes in the TOC. */

div.issue-toc p.pullquote {
  font-size: 14px;
}


/* Position the magazine tagline (under the banner). */

#header #description h2 {
  text-align: right;
  margin-top: 8px;
}


/* Font size and positioning for top-of-page nav menu. */

div#navigation {
  font-size: 90%;
}

.nav a {
  padding-right: 10px;
}


/* Move the comment box to the left edge of the page. */
/* May have to remove this if people start signing in
 * using services that provide user icons, and if the
 * icon appears on the left.
 */

div#respond {
  margin-left: 0;
  margin-top: 40px;
}


/* Classes for individual pieces. */

p.byline {
  font-style: italic;
}

p.wp-caption-text {
  margin-bottom: 20px;
  color: #555;
}

hr.sectionbreak {
  text-align: center;
  width: 25%;
}

p.bio {
  margin-top: 10px;
  font-style: italic;
}

p.bio cite, p.bio i, p.bio em {
  font-style: normal;
}

hr.end {
  clear: both;
  text-align: left;
  margin: 20px auto 20px 0; /* Left-align for Mozilla? */
  width: 33%;
}

hr.final {
  clear: left;
}


/* Blockquote style: "Modern Quote," from
 * http://css-tricks.com/examples/Blockquotes/
 * with some small tweaks.
 */

div.entry blockquote {
  font-style: normal;
/*
  font: 14px/22px Helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
*/
} 


/* Superscript style, as suggested by the HTML5 spec. */

sup {
  vertical-align: super;
  font-size: smaller;
}


/* Box indicating department and date. */

.issuebox {
  float: right;
  padding: 10px;
  margin: 20px;
  border: 3px double #682321;
  text-align: center;
  font-family: Helvetica, sans-serif;
}


/* Image-caption text size. */

p.wp-caption-text {
  font-size: 14px;
}
