/* 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.
 */

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

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

  font-family: "Arial";
  font-size: 11pt;
} 

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

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

div.sidebar {
  background-color: #c0c0c0;
  float: right;
  width: 21%;
  padding: 0.25em;
  padding-left: 0em;
}

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

.section_header { 
  text-align: center; 
  font-size:150%;
}

.section { 
  font-size:120%;
} 

.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;
  }

div.header {
  font-size: 180%;
  border-style: none;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background-color: #f0f0f0;
  clear: both;
  padding: 0px; 
  margin: 0px auto;
} 

div.footer {
  clear:both;
  border-style: none;
  padding: 0px; 
  margin: 0px auto;
  background-color: #c0c0c0;
} 

div.end_matter {
  border-style: none;
  padding: 0px; 
  margin: 0px auto;
  border-top-style: solid;
  border-top-width: 1px;
} 


div.row {
  clear: both;
} 

div.row span.left { 
  float: left;
  text-align: left;
  width: 49%;
}

div.row span.right { 
  float: right;
  text-align: right;
  width: 49%;
}


.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: "Lucida Console", "monospace";
  font-size: 10pt;
  margin-left: 1em;
  margin-right: 2em;
  border: dashed 1px;
  padding: 20px;
}

