/*
 * Stylesheet for Typo minimal theme
 * Emil Sit <sit@mit.edu>
 *
 * This code partially derived from the Azure theme.
 *
 * Further derived from Minimal to switch sides and a few other bits <pete@mcbreen.ab.ca>
 */

body {background: white; color: black; 
  margin: 0.3em; padding: 0.1em;
  min-width: 52.5em !important; position: relative;
  font-family: sans-serif
  }

p { margin: 0 0 1em 0; padding: 0; }
img { border: 0; }

#masthead {
    padding: 0.2em; margin: 0;
    background-color: #eeeeee; /* HERE */
}
#masthead h1 {font-weight: bold; font-size: 200%;}
#masthead h2 {font-weight: normal; font-size: 110%;}
#masthead :link,
#masthead :visited { 
    color: black;
    text-decoration: none; 
}
#masthead :link:hover,
#masthead :visited:hover { 
    color: black;
    text-decoration: underline; 
}

#main { 
    margin-left: 10em;
    min-width: 25em;
    background-color: #f9f9f9; /* HERE */
    color: black; 
}

#main p {
    margin: 1ex;
}

.post {
  margin-bottom: 0.5ex;
  padding: 1ex;
  color: black; 
}
.post h1 {
    font: 90%;
    margin: 0.3em 0 0.3em;
}
.post h1 a {
    color: #5189b5;
    text-decoration: none;
    border: none;
}
.post h1 a:hover {
    color: #85ab02;
}

.post h2 {
    font: 90%;
    margin: 0.2em 0 0.2em;
}
.post h2 a {
    color: #5189b5;
    text-decoration: none;
    border: none;
}
.post h2 a:hover {
    color: #85ab02;
}
.post h3,h4 {
    font: normal;
}
p.meta {
    font-size: 75%;
    text-align: right;
    margin-right: 5px;
}
p.auth {
    font-size: 85%;
    font-style: italic;
    margin-left: 10px;
    padding: 0 0 0 12px;
    background: url(../../images/theme/bracket.gif) no-repeat;
}

.picture { text-align: center; }


#search {
    padding: 0.5ex;
}
#sidebar {
    vertical-align: top;
    float: left;
    background: #f8f2e5; /* HERE */
    width: 9em;
}

#categories li em, #archives li em
{
  color: #98B4D1;
  font-size: smaller;
}

#footer {
    padding-top: 3px; 
    border-top: 1px solid;
    margin: 0; 
    text-align: left;
    clear: both;
}
#footer img {border: none;}
#footer a {text-decoration: none;}
#footer ul {
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
}
#footer ul li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 75%;
}

#sform { padding-top: 5px; }

#sidebar #searchsubmit {
    padding: 1px;
}
    
/**************************
 * Leftovers from Azure
 */

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
 		
#sidebar ul li { 
/*    background: url(../../images/theme/bullet.gif) 0 45% no-repeat; */
    padding-left: 7px;
	display: block;

}

 	 
#flickr div img {
    border: 4px solid #fff;
}
    
#flickr div {
    width: 108px;
    border: 2px solid #dbd1c1;
    margin-bottom: 5px;
}

#flickr div.flickrsquare { 
    width: 82px;
    border-right: 3px solid #dbd1c1;
    float:left;
    margin-right: 5px;
    margin-right: 5px;
}

#flickr div a { border: none; }
  
/*
 * FORMS
 */
   
input, textarea, select {
    border: 1px solid #8ab3d1;
    background: #f9f9f9;
}
 	
.frm-tbl td { vertical-align: top; padding: 5px; }
td#frm-btns { text-align: right; }

#comment_body { height: 220px; }
#form-submit-button { background: #d3e0ea; }
  
/*
 * MISC
 */
   
.pullquote {
    width: 30%;
    float:right;
    font: 150%/1.5em serif;
    color: #666;
    margin:10px;
    background: url(../../images/theme/q-close.gif) no-repeat 70% 100% !important;
    background /**/:url(); /* removing quote graphic in IE5+ */
    padding: 0 25px 5px 0;
}
.pullquote:first-letter {
    background: url(../../images/theme/q-open.gif) no-repeat left top !important;
    padding:5px 2px 10px 35px!important;
    padding /**/:0px; 	/* resetting padding in IE5+ */
    background /**/: url(); /* removing quote graphic in IE5+ */
}

.light-bg { background: #f7f7f7; padding: 2px; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
#errors {
   color: red;
}

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

a[name] { border: none; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
