/* Globals */
body {
  font-size: 12px;
  font-family: arial, verdana, sans-serif;
}

a:link, a:visited {
  color: white;
}

a:hover {
  background: #f18c1f;
  text-decoration: none;
}

p {
  margin-bottom: 5px;
}

span.quo {
  color: red;
}

/* Main */
#main {
  margin-left: 9%;
  margin-right: 12%;
  background: #fff;
}


/* Header */
#header {
  text-align: center;
  padding-bottom: 3px;
}

#header span.logo {
  font-size: 2.3em;
  display: block;
}

#header a.logo {
  color: red;
  text-decoration: none;
  background: #fff;
}

#header span.admin {
  float: right;
}

#header span.tags {
  float: right;
}


/* Content */
#content {
  padding: 0 10px 0 10px;
  margin-left: 50px;
}

#tags {
  text-align: right;
  padding-top: 5px;
  margin-bottom: 5px;
}

div.post-date { 
  margin-bottom: 15px;
  padding-bottom: 2px;
  margin-left: -50px;
}

a.post-date {
  font-size: 10pt;
  font-family: helvetica;
  color: #5b5b5b;
  text-decoration: none;
}

a:hover.post-date {
  margin: 0px;
  color: #f18c1f;
  background: white;
  border: none;
}

.permalink { 
  text-align: right;
  margin-top: 5px;
}

.permalink a {
  color: #d97e1c;
  text-decoration: none;
}

.permalink a:hover {
  color: white;
  border-bottom: solid 1px #d97e1c;
  background: none;
}

.post-tags { 

  border-top: 1px dashed orange;
  float: left;
  font-size: 9pt;
  text-align: left;
  margin-top: 5px;
}

.post-tags a {
  color: #d97e1c;
  text-decoration: none;
}

.post-tags a:hover {
  margin: 0px;
  color: white;
  background: none;
  border-bottom: solid 1px #d97e1c;
}

.post {
  margin-bottom: 20px;
  border: 1px white solid;
}

.post-title {
  margin-bottom: 5px;
  color: #929292;
  font-weight: bold;
  font-size: 12pt;
}

.post-body {
  font-size: 11pt;
  margin-bottom: 5px;
}

.post-body a {
  color: #d97e1c;
  text-decoration: none;
}

.post-body a:hover {
  color: white;
  border-bottom: solid 1px #d97e1c;
  background: white;
}

/* Time Travel */
#time-travel {
  text-align: center;
  margin-bottom: 10px;
}

#time-travel a {
  text-decoration: none;
}

/* Footer */
#footer {
  margin-top: 30px;
  padding-top: 2px;
}

#footer div.powered-by {
  float: right;
}

span.bracket {
  color: white;
}

#wut {
  position: absolute;
  bottom: 3px;
  left: 3px;
}

#wut a {
  font-size: 8pt;
  color: #e5e5e5;
  text-decoration: none;
}

#wut a:hover {
  font-size: 15pt;
  color: #b5b5b5;
  background: white;
}



#disqus_thread a {
  	color: #d97e1c;
	text-decoration: none;
}

#disqus_thread a:hover {
  color: white;
  border-bottom: solid 1px #d97e1c;
  background: white;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

