@font-face {
  font-family: 'Yanone Kaffeesatz';
  src: url('fonts/YanoneKaffeesatz-Regular.otf') format("opentype");
}

@font-face {
  font-family: 'Aboriginal Sans';
  src: url('fonts/AboriginalSansREGULAR.ttf') format("truetype");*/
}

body {
  color: #222;
  font-family: "Aboriginal Sans" ;
  margin: 0; 
  padding: 0 ; 
}

#content { 
  padding: 1em;
  overflow: auto; 
}

#header { 
  /*background: url(../img/sky.jpg) no-repeat;*/
  height: 150px; 
  padding: 1em;
  overflow: auto;
  margin: 0;
}

#header #searchform { 
  float:right;
}

#header h1 {
  /*font-family: 'Gentium Book Basic';*/
  background: url(../img/indexcard.png) center left no-repeat ;
  color: black; 
  float:left;
  font-family: 'Yanone Kaffeesatz'; 
  font-size: 50px; 
  font-weight: bold; 
  letter-spacing: 6px;
  line-height: 200%;
  margin: 0;
  padding: 4px 4px 4px 25px; 
  text-shadow: -3px 2px 0 #ccc;
}

body.blog h1 a { 
  text-decoration: none;
  color: #000;
}

body.mainpage #header h2 {
  font-family: "Aboriginal Sans";
  float:right;
  text-shadow: -1px 2px 0 #ccc;
}

h1, h2, h3, h4, h5, h6 {
  color: #64090E;
  font-family: "Yanone Kaffeesatz";
  letter-spacing: 1px;
}

#nav {
}

#nav li { 
  list-style-type: none;
}

#nav a { 
  text-decoration: none;
}

.sidebar {
  width: 200px; 
  float: left; 
  padding: 1em;
  overflow: auto;
}

#footer { 
  background: url(../img/coffeestain.jpg)  103% 1em no-repeat ;
  bottom: 0;
  margin:  0;
  position: absolute;
  overflow:auto;
  clear:both;

  width: 100%;
}

#footer #credits { 
  text-align:right;
}

#footer #credits a { 
  color: black; 
  text-decoration: none;
}

.status {
  font-variant: small-caps;
  font-size: small;
  font-weight: small;
  color: red;
}

.projects #header h1 a { 
  color: black; 
  text-decoration: none;
}

.projects h2 a { 
  text-decoration: none;
  color:#64090E ;
}

body.tutorial #content pre { 
  font-size: large;  
}

body.tutorial #content p { 
  width: 800px; 
}

body.tutorial #content h1 { 
  font-size: 75px; 
  text-shadow: -1px 2px 0 #222;
}

body.tutorial #content h1 { 
  color:red;
}

body.tutorial #content h2 { 
  color: red;
  font-size: 175%;
  letter-spacing: 1px;
}

body.tutorial #content h2 em { 
  color: #222;
  font-size: 80%;
}

body.tutorial #content h2:before { 
  /* content: "◆ " ; */
}

body.tutorial #content img { 
  background: #eee; 
  border: 1px solid #aaa;
  padding: 1px;
}

body.tutorial #content pre { 
  border-left: 5px solid #dcc;
  border-top: 1px dotted #eee;
  border-right: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  margin-left: 3em; 
  padding: .5em 1em; 
  width: 800px;
}


.wordpress #content { 
  width: 65%; 
  margin-right: 1em;
  float:right;
  overflow:auto;
}

.wordpress h1#blog-title a { 
  color:black;
  text-decoration: none;
  
}

