/*
Author: Matías A. Flores
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

blockquote {
	border-left: 2px solid #CCCCCC;
	color: #2e3436;
	margin-left: 1em;
	padding-left: 1em;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body {
	color: #2e3436;
	background: #262626;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	font-size: 75%;
  line-height: 1.5;
}

#container {
  background: #eeeeec;
  margin-top: 10px;
  margin-bottom: 20px;
}

#body {
  background-color: #eeeeec;
  font-size: 1em;
  border: 1px solid #eeeeec;
}

h1{
	color: #2e3436;
	font-size: 3.0em;
	font-weight: normal;
	margin: 0.9em 0px;
	padding-left: 15px;
}

h2 {
  color: #ce5c00;
	font-size: 1.75em;
	font-weight: normal;
  margin-bottom: 0px;
}

h3 {
  color: #ce5c00;
	font-size: 1.5em;
	font-weight: normal;
  margin: 20px 0 10px;
}

a {
  color: #ce5c00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 a {
  color: #d3d7cf;
}

h1 a:hover {
  text-decoration: none;
}

.inside {
  padding: 10px;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header {
  height: 140px;
  color: #d3d7cf;
  background-image: url(/images/matflores.jpg);
  background-position: right center;
	background-color: #2e3436;
  background-repeat: no-repeat;
  font-size: 1em;
  border: 1px solid;
  border-bottom: 0;
  -moz-border-radius: 20px 20px 0 0;
}

#title img {
  margin-left: 18px;
}

#tagline {
  color: #d3d7cf;
  margin: 2.5em 0px;
}


/*-----------------------------------------------------------------------------------------------
  Body
-----------------------------------------------------------------------------------------------*/

.post {
  width: 910px;
  margin: 15px;
  float: left;
}

.post hr {
  border-color: #babdb6;
}

.post .header {
  margin-bottom: 10px;
  float: left;
}

.post .title {
  width: 860px;
  height: 40px;
  float: left;
}

.post .title hr {
  float: left;
  width: 850px;
}

.post .body {
  float: left;
}

.post .body th,
.post .body td {
  text-align: left;
  padding-right: 10px;
}

.post .footer {
  padding-top: 5px;
  border-top: 1px solid #babdb6;
  float: left;
  width: 910px;
}

.post .footer .date {
  float: left;
}

.post .footer .attribution {
  float: right;
}

ul.categories, ul.archive {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.categories li, ul.archive li {
  margin: 0;
  padding: 0;
}

ul.categories .post .header,
ul.archive .post .header {
  margin-bottom: 0px;
}

ul.categories .post .footer,
ul.archive .post .footer {
  border-top: 0px;
  padding-top: 0px;
}

.highlight {
  color: #d3d7cf;
  background: #2e3436;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 10px 1px;
  margin-bottom: 20px;
}

.highlight pre {
  margin-bottom: 10px;
}

.calendar {
  width: 50px;
  height: 40px;
  background: #2e3436;
  color: #f57900;
  float: left;
  text-align: center;
  border-bottom: 1px solid #888a85;
}

.calendar .month {
  display: block;
  font-size: 10px;
  border-bottom: 1px solid #d3d7cf;
}

.calendar .day {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

code {
  font-size: 1.25em;
}

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

#footer {
  color: #d3d7cf;
	background-color: #2e3436;
  float: left;
  border: 1px solid;
  border-top: 0;
}

#footer h2 {
  color: #d3d7cf;
	font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 20px;
  width: auto;
  float: none;
}

#footer a {
  color: #f57900;
  font-style: normal;
}

.footer_row {
  width: 910px;
  margin: 5px 15px;
  float: left;
}

.footer_row div {
  float: left;
  width: 260px;
  margin: 20px;
}

.footer_row ul {
  border-top: 1px solid #888a85;
  border-top: 1px solid #555753;
  list-style-type: none;
  margin: 1.5em 0 2em;
}

.footer_row ul li {
  border-bottom: 1px solid #888a85;
  border-bottom: 1px solid #555753;
  list-style-type: none;
  margin: 0;
  padding: 0.5em 0;
  vertical-align: middle;
}

.footer_row ul li img {
  vertical-align: middle;
}

#recent_tweets h2 {
  display: inline;
  margin-right: 5px;
}

#tweets {
  margin: 0;
  float: none;
}

#tweets a.status_link {
  font-style: italic;
  font-size: 10px;
}

#copyright{
  background: #000000;
  color: #d3d7cf;
  float: left;
  border: 1px solid;
  -moz-border-radius: 0 0 20px 20px;
  border-top: 0;
  margin-bottom: 20px;
}

#copyright a {
  color: #f57900;
  font-style: normal;
}

#copyright .left {
  float: left;
  text-align: left;
  margin: 10px;
}

#copyright .right {
  float: right;
  text-align: right;
  margin: 10px;
}
