/* Main HTML Selectors */

body {
	font-size:14px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	color: #222;
  line-height: 18px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}

#footer {
  background-color: #0F0904;
  margin-top: 2em;
}

#footer p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: .8em;
  text-align: right;
  color: #fff;
  padding: 10px 5px 0 5px;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin-bottom:12px;
  line-height: 1.2em;
  color: #2B333B;
}

h1 {
  font-size: 6em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: -10px;
}
h2 {
  font-size: 4em;
  text-transform: lowercase;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.3em;
}

/* Paragraph */

p, ol, ul {
  margin-bottom:12px;
  line-height: 1.4em;
  color: #2B333B;
}

/* Inlines */

strong.highlight {
  background-color:#FEFF8F;
  font-weight:normal;
}

/* code */
.highlight pre {
  margin: 1em 0;
  padding: 0.5em 1em;
  background-color: #FFFFBB;
}

/* Links */

a, a:active {
  color: #BF6C0B;
  text-decoration: none;
  border-bottom: dotted #BF6C0B 1px;
}

a:hover {
  color: #FF0FCD;
  border-bottom: dotted #FF0FCD 1px;
}

/* Images&Captions */

.caption {
  position: relative;
  line-height: 0;
}

.caption img {
  /* TODO: make images prettier! */
}

.caption p {
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.8);
  color:white;
  font-family: Verdana, Geneva, sans-serif;
  font-size:0.8em;
  bottom:0;
  left:0;
  margin:0;
  padding: 5px 0 5px 15px;
  width: 768px;
  position:absolute;
}

/* Lists */

#content ul {
  list-style-type: disc;
  list-style-position: inside;
}
#content ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}
#content li {
  margin: 0.5em 0;
}

/* Blocks */

.navigation {
  height: 2em;
  background-color: #0F0904;
  border-top: 0.5em solid #0F0904;
}
.navigation h5 a {
  color: #EF9C3B;
  margin-left: 0.5em;
}

#header .meta {
  background-color: #FFFFBB;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0.5em;
}

blockquote {
  background-color: #FFFFBB;
  margin: 1em 0;
}

blockquote p {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.3em 0.5em 0.5em 0.5em;
  line-height: 1.5em;
  margin-bottom: 0;
}

blockquote.pull-left {
  float: left;
  width: 264px;
  padding: 0.5em;
  margin: 0.2em 0.8em 0.2em 0;
}
blockquote.pull-right {
  float: right;
}

.articles li {
  list-style-type: none;
  list-style-position: outside;
}

.article {
  margin-bottom: 0.5em;
  border-bottom: solid #999 1px;
  padding-bottom: 5px;
}

.article h4 {
  margin-bottom: 5px;
}

.article .meta {
  font-family: Verdana, Geneva, sans-serif;
  font-size:0.8em;
  color: #777;
}

.note {
  border-top: 0.25em solid #FFC62F;
  border-bottom: 0.25em solid #FFC62F;
  background-color: #FFFFBB;
  padding: 0.5em;
  font-size: 1em;
  text-align: center;
}

