* {
  margin: 0;
  padding: 0;
}

*:active, *:focus {
  outline: none;
}

body {
  text-align: center;
  font-family: Lucida Grande, Arial, Tahoma, sans-serif;
  font-size: 12px;
  color: #2a2a2a;
  padding-bottom: 20px;
}

.left { float: left; }
.right { float: right; }

.flash {
  width: 99%;
  padding: 0.4em;
}

.flash.notice {
  background: #0af;
}

.flash.error {
  background: #FF1100;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0;
}

ul, ol {
  font-size: 12px;
}

p {
  margin: 1em 0;
  font-size: 12px;
  line-height: 1.4em;
}

a {
  text-decoration: none;
/*  padding: 0.1em 0.2em;*/
}

a.active {
  text-decoration: underline;
}

small a:hover {
  background: #202020;  
}

label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 400px;
  margin: 1em 0 0.3em 0;
}

label input {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

label textarea, textarea {
  width: 100%;
  font-size: 12px;
  padding: 0.2em;
  font-family: Monaco, Courier, monospace;
}

#all {
  text-align: left;
  margin: 0 auto;
  width: 500px;
  padding: 0 0 2em;
}

#credits {
  color: #c0c0c0;
  float: left;
  margin: 20px 0;
  text-align: center;
  display: block;
}

/*------------------------------------------------------------
  Form validator styles */

.err {
  outline: 1px solid #f00;
}

/*------------------------------------------------------------
  Header styles */

#header {
  margin: 0 0 1em 0;
}

#header h1 {
  font-size: 40px;
  font-family: Georgia, Times, serif;
  margin-bottom: 0;
  
}

#header h1 a {
  color: #0af;
  padding: 0;
}

#header h1 a:hover {
  background: white;
  text-decoration: underline;
}

#header h1 a:hover span {
  color: black;
}

#header h1 a span {
  color: #202020;
}

#header h2 {
  font-size: 18px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
}

/*------------------------------------------------------------
  Footer styles */

#footer {
  clear: both;
}

/*------------------------------------------------------------
  General Post styles */
.date {
  color: #373737;
  font-size: 11px;
  font-weight: normal;
  padding: 0.2em 0 1em;
}

.date .month { display: block; }

#posts div h3.entry-title {
  margin: 0;
  font-size: 22px;
}

#posts div h3.entry-title a {
  color: #0af;
  padding-left: 0;
}

#posts div h3.entry-title a span {
  color: #fff;
}

.pagination {
  font-size: 12px;
  margin: 10px 0;
  text-align: center;
}

.pagination > * {
  margin-right: 0.3em;
  padding: 0.3em 0.5em;
}

.pagination a:hover {
  background: #202020;
  
}

.pagination a:active {
  
}

.pagination .current {
  background: #202020;
  color: white;
  
}

.pagination .disabled {
  color: #c0c0c0;
}

/*------------------------------------------------------------
  Article styles */
  
.article {
  padding: 1em 0;
  border-bottom: 2px solid #3B2314;
}

.article .meta {
  font-size: 12px;
  text-align: right;
}


.article cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
}
