/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */
* {
  margin: 0;
  padding: 0;
}

html, body { height: 100%;
  font-size: 100%; /* font-size 1em = 10px on default browser settings */ 
} 

body {
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.announcement {
/*	background-color:#C1FFA4;*/
  padding: 10px;
  text-align: center;
  border: 4px solid #40C400;
}


h1, h2, h3, h4, h5, h6
{
  font-size: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}
h2 {
  font-size:1.2em;
}
h1 { margin-bottom: 1em; }
p { margin: 1em 0; }

a         { color: #417aba; }
a:hover   { color: #27354c; }
a:visited { color: #524a7c; }

table {
  font-size: inherit;
  font: 100%;
}

/**
 * Site
 **/

.content {
  text-align: justify;
  width: 42em;
  margin: 3em auto 2em;
  line-height: 1.5em;
}

.site header {
  margin: 2em;
}

.site header .logo {
  margin-left: 20px; /* because the logo isn't perfectly symmetric */
}

.site header h1.title {
  color: #444;
  font-size: 2em;
  font-weight: 100;
  margin: 0;
  border-top: 3px double #aaa;
  border-bottom: 3px double #aaa;
  display: inline-block;
  background: white;
  padding: 0 2em;
}

.site header h1.title a {
  color: #a00;
}

.site header h1.title a:hover {
  color: #000;
}

.site header a.extra {
  color: #aaa;
  margin-left: 1em;
}

.site header a.extra:hover {
  color: #000;
}

.site .meta {
  color: #aaa;
}

.site .footer {
  font-size: 80%;
  color: #666;
  border-top: 4px solid #eee;
  margin-top: 2em;
  overflow: hidden;
}

.site .footer .contact {
  float: left;
  margin-right: 3em;
}

.site .footer .contact a {
  color: #8085C1;
}

.site .footer .rss {
  margin-top: 1.1em;
  margin-right: -.2em;
  float: right;
}

.site .footer .rss img {
  border: 0;
}

nav .nav-links li:before {
  content: '|';
  margin: 0 1em;
}

nav .nav-links li:last-of-type:after {
  content: '|';
  margin: 0 1em;
}

nav .nav-links li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
  font-size: 0.8em;
}

nav .nav-links a {
  text-decoration: none;
}

nav2 .nav-link2 li:before {
  content: '|';
  margin: 0 1em;
}

nav2 .nav-links2 li:last-of-type:after {
  content: '|';
  margin: 0 1em;
}

nav2 .nav-links2 li {
  list-style-type: none;
  display: inline;
  text-transform: none;
  font-size: 0.8em;
}

nav2 .nav-links2 a {
  text-decoration: none;
}





blockquote {
  margin: 1em;
}

td {
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #ccc;
}

/**
 * Posts
 **/

/* standard */
.post pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
}

.post ul, .post ol {
  margin-left: 1.35em;
}
