/* mschaef.css (Revision 4) 
 * January 13th, 2002 
 * 
 * The CSS stylesheet for mschaef.com.
 *
 * Updated August 21st, 2003 to incorporate the bibliography, as well
 * as a bug fix regarding content width.
 *
 * Updated February 8th, 2005. Added a couple new classes to support
 * my customization of bloxsom' HTML flavour. Also widened the left
 * margin and shrank the section heading font to clean up the look a
 * bit.
 *
 * Updated January 12th, 2006. Added support for the blog sidebar.
 *
 * Updated January 10th, 2008. Changed to a darker color scheme.
 *
 * Updated February 10th, 2008. Changed back to a lighter color
 * scheme, but with a sans-serif font.
 *
 * Updated March 27th, 2014. Back to the serif font and a slightly
 * lighter-weight visual design.
 */

body,
html { 
  margin: 0;
  padding: 0.25em;

  background-color: #f7f7f7;
  color: #000000;

  font-size: 11pt;
  text-align: center;
} 

div#page_wrap {
  width: 64em;
  text-align: left;
  margin: 0 auto;
}

div.main {
  padding: 0.25em;
  padding-right: 0.75em;
  float: right;
  width: 50em;
  background-color: #f7f7f7;
}

div.content {
  background-color: #f7f7f7;
}

div.sidebar {
  float: left;

  padding-left: 1em;
  padding-right: 1em;
}

div.header {
  font-size: 18pt;
  border-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1pt;

  clear: both;
  padding: 0px; 
  margin: 0px auto;
} 

div.footer {
  clear:both;
  border-style: none;
  padding: 2pt; 
  margin: 0px auto;

  border-top-width: 1px;
  border-top-style: solid;
  text-align: center;
} 

div.date_heading {
   margin-top: 1em;
   margin-bottom: 0.5em;

   font-weight: bold;
   font-size: 14pt;
}

a.section {
   font-weight: bold;
   font-size: 13pt;
}


div.sidebar div.heading {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  font-weight: bold;
  font-size: 13pt;
}

div.sidebar div.year_header {
  font-weight: bold;
}

div.sidebar  ul {
   margin-top: 2pt;
   margin-bottom: 10pt;
   list-style-type: none;
   padding-left: 10pt;
}

.indented {
  margin-top: 0.25em;
  margin-left: 1em;
}

.section_header { 
  text-align: center; 

  font-size:15pt;
}


.book_title {
  font-weight: bold;
}

.book_author {
  font-style: italic;
}

.title_name_text {
  font-size:100%;
  font-style: italic;
}

.book_description {
  font-size: 80%;
  margin-top: 5px;
  margin-left: 20px
}


A:hover {
  background: #707070;
}

A:link { 
  color: #0000ff;
  text-decoration: none;
} 

A:visited { 
  color: #000077; 
  text-decoration: none;
} 


p.return_link { 
  text-align: center; 
  font-size:100%;
}

div.spacer {
  clear: both;
  text-size:10%
  border-style: solid;
  border-color: red;
  }


.resume_section {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}



.floatright {
  position: relative;
  float:  right; 
  clear: none;
}

.title_centered {
  position: absolute:
  left: 50%;
  top: 50%
}

pre.syntax {
  background:#e0e0e0;
  color: #000000;
  font-family: "Consolas", "Lucida Console", "Courier New", "monospace"; 
  font-size: 10pt;
  margin-left: 1em;
  margin-right: 2em;
  
  padding: 8pt;
}
