/* v 1.1/2011-03-11/Deptartment of Reason LLC/www.deptofreason.com/slh 
Developed for mikeseeger.info for the estate of Mike Seeger.
This style sheet uses elements learned from the style sheet included with Zen and Basic themes for Drupal, a highly recommended theme that helps to compartmentalize modules and elements.
*/


  body
  {
	color: #CAD0C0;
  }

  #page
  {
	font-size: 14px;
  }

  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
	font-family:Georgia, "Times New Roman", Times, serif
  }

  pre, code
  {
    font-family: "Courier New", monospace;
	font-size: 1.1em;
  }

  h1
  {
    color: #ffffff;
	font-size:  1.143em;
    margin-top: 0.57em;
    margin-bottom: 0.57em; 
  }

  h2, h4
  {
    color: #C7B675;
	font-size: 1em;
	font-style:italic;
    line-height: 1.25em;
    margin-top: 0.57em;
    margin-bottom: 1.25em;
  }

  h3
  {
 	color: #CAD0C0;
    font-size:  1em;
   	line-height: 1.5em;
    margin-top: 2.3em;
    margin-bottom: 1.3em;
  }
  

 h5, h6
  {
    font-size: .786em;
	font-weight: 800;
    line-height: 1em;
    margin-top: 0.909em;
    margin-bottom: 0;
  }
	

  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
  }
  
 /* a href info */

  a:link
  {
  color: #A67C52;
  text-decoration: none;
  font-weight: bold;
  }

  a:visited
  {
  color: #A67C52;
  text-decoration: none;
  font-weight: bold;
  }

  a:hover, 
  a:focus
  {
  color: #ffffff;
  text-decoration:underline;
  font-weight: bold;
  }
  

/* styling lists */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

	ul.menu {
	margin: 0;
	padding: 0;
	}

  ul.menu li,
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }



/* table styles */
  table
  {
    border-collapse: collapse;
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }
  
  td {
  vertical-align:top;
  }
  
 /* images takes off a colored border if image is a link */
  img
  {
    border: 0;
  }

  hr
  {
    height: 1px;
    border: 1px solid #CAD0C0;
  }

  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

/* forms
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
 */