/*  
Theme Name: mm3
Theme URI: http://www.michaelmartine.com/
Description: A WordPress theme with a classic, slightly scholarly look perfect for writers, artists, philosophers, and those that notice the turning of the earth.
Version: 1.0
Author: Michael Martine
Author URI: http://www.michaelmartine.com/

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php
  
  Tweak this CSS howsoever thow wilt.
  

  *** REGARDING IMAGES ***
  All CSS that involves the use of images, can be found in the 'index.php' file.
  This is to ease installation inside subdirectories of a server.
  
  CSS SECTIONS IN ORDER:
  Sidebar, Posts, Headings, Images, Forms, Comments, Content Area, Tags, Footer
  

*/

/* Sidebar */

#sidebar {
  padding: 20px 0 10px 0;
  margin-right: 44px;
  width: 200px;
  font: 1.2em Tahoma, Helvetica, sans-serif;
  color: #eee;
  float: right;
  display: inline;
  }

#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited, #sidebar h3, #sidebar h3 a, #sidebar h3 a:visited {
  color: #eee;
  }

#sidebar a {
  color: #eee;
  text-decoration: none;
  }

  
#sidebar a:hover {
  color: #fff;
  text-decoration: none;
  }
  

#sidebar h2 {
  font-family: Arial;
  font-size: 1.2em;
  margin: 15px 0 10px 0;
  padding: 0;
  color: #eee;
  border-color: #eee;
  }

.page_item a {
  font-weight: normal;
  font-size: 140%;
  border: 1px dotted #ccc;
  padding: 2px;
  display: block;
  margin: 0;
  }

.page_item a:hover {
  text-decoration: none;
  background: #222;
  }

#sidebar ul ul .page_item {
  font-size: 80%;
  }
  
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  }

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 5px;
  }

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
  }

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
  }

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
  }

ol li, #sidebar ul ol li {
  list-style: decimal outside;
  }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
  }

/* Posts */

.widecolumn .postmetadata {
  margin: 20px 0;
  font-size: 1em;
  }

.entry p a:visited {
  color: #666;
  }

.entry p, .entrytext  {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.6;
  text-align: justify;
  }
  
small {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 2em;
  }

.narrowcolumn {
  float: left;
  padding: 0 0 10px 0;
  margin: 0 0 0 24px;
  width: 444px;
  display: inline;
  }

.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 100px;
  width: 444px;
  }
  
.post {
  margin: 0 0 40px;
  }

.widecolumn .post {
  margin: 0;
  }

.narrowcolumn .postmetadata {
  padding: 5px;
  line-height: 1.5;
  font-family: Tahoma, Helvetica, sans-serif;
  }

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  /* list-style: none;
  padding-left: 10px;
  text-indent: -10px; */
  } 

html>body .entry li {
  margin: 7px 0 8px 10px;
  }

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
  }

.entry ol li {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }
  
/* Headings */

h1, h2, h3 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

.description {
  font-size: 1.3em;
  margin: 0 0 0 24px;
  }

h2 {
  margin: 30px 0 5px 0;
  font-size: 1.5em;
  padding-bottom: 3px;
  border-bottom: 1px dotted #300;
  color: #300;
  }

h2.pagetitle {
  font-size: 1.5em;
  }

h1, h1 a, h1 a:hover, h1 a:visited, .description {
  text-decoration: none;
  color: black;
font-size: 18px;
  }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #300;
  }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
  }

h1 {
  //padding-top: 230px;
  margin: 0 0 0 0px;
  font-size: 1.6em;
  }

h3 {
  font-size: 1.2em;
  padding: 0;
  margin: 30px 0 0;
  }

h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
  }

/* Images */
p img {
  padding: 0;
  max-width: 100%;
  }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }
  
.alignleft {
  float: left
  }

/* Forms */
#searchform {
  margin: 0 auto 10px;
  padding: 3px; 
  text-align: center;
  }

#sidebar #searchform #s {
  width: 105px;
  padding: 2px;
  }

#sidebar #searchsubmit {
  padding: 1px;
  }

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
  }

select {
  width: 130px;
  }

#commentform input {
  padding: 2px;
  margin: 5px 5px 1px 0;
  }

#commentform textarea {
  width: 420px;
  padding: 10px;
  border: 1px solid #300;
  }

/* Comments */
.alt {
  margin: 0;
  padding: 10px;
  border: 1px solid #300;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
  }

.commentlist p {
  margin: 10px 5px 10px 0;
  }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em Arial;
  }

.commentlist li {
  font-weight: bold;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  }

#commentform p {
  font-family: Tahoma, Helvetica, sans-serif;
  }

.commentmetadata {
  font-weight: normal;
  }

/* Main Content Area */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Arial;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0; 
  }
  
#page {
  text-align: left;
  background-color: white;
  margin: 20px auto;
  padding: 0;
  width: 760px;
  }

#content {
  font-size: 1.2em
  }

code {
  font: 1.1em 'Courier New', Courier, Fixed;
  }

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
  }

a, h2 a:hover, h3 a:hover {
  color: #c60;
  text-decoration: none;
  }

a:hover {
  color: #f90;
  text-decoration: underline;
  }
  
#headerimg {
  margin: 0;
  height: 200px;
  width: 100%;
  }

blockquote {
  margin: 15px 30px 0 10px;
  padding: 10px 20px;
  border: 1px dotted #300;
  text-align: justify;
  font-style: italic;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.center {
  text-align: center;
  }

blockquote ul {
  text-align: left;
  list-style-type: auto;
  }  

hr {
  display: none;
  }

a img {
  border: none;
  }
  
/* Tags */

.utwrelposts {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: .9em;
  }  

/* Footer */

#footer {
  color: #fff;
  padding: 0;
  margin: 0 auto;
  width: 760px;
  clear: both;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1.2em;
  }

#footer p {
  margin: 0;
  padding: 20px 30px;
  color: #ddd;
  }

#footer a {
  color: #fff;
  }  

#footer-left {
  float: left;
  width: 150px;
  margin: 10px;
  border-right: 1px dotted #eee;
  }

#footer-center {
  float: left;
  width: 250px;
  margin: 10px;
  border-right: 1px dotted #eee;
  padding-left: 10px;
  }

#footer-right {
  float: left;
  width: 250px;
  margin: 10px;
  }      
  
#footer h2 {
  color: #eee;
  font-size: 100%;
  margin: 0 10px 3px 20px;
  border-bottom: none;
  }  
  
#footer-center h2 {
  color: #eee;
  font-size: 100%;
  margin: 0 10px 3px 0;
  border-bottom: none;
  }    

#footer-center h3 {
  color: #eee;
  font-size: 95%;
  margin: 0 10px 3px 5px;
  border-bottom: none;
  margin-bottom: 3px;
  }

a { text-decoration: underline; }
div#header { text-align: center; }
