/* 	ES master style sheet */

@import url("base.css");
@import url("footer.css");
@import url("navigation.css");
@import url("header.css");

/* Layout Styles */
/* ----------------------------------------------------------*/

/* Page Content styles */
/* ----------------------------------------------------------*/

.page-content {
  background-color: #fff;
}

.page-content h1,h2,h3,h4 {
	color: #33398d;
}


/* Home styles */
/* ----------------------------------------------------------*/

.home h1 { margin-bottom: 25px; }

.posts { list-style-type: none; }

.posts li { margin-bottom: 30px; }

.posts .post-link {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1;
}

.posts .post-date {
  display: block;
  font-size: 15px;
  color: #818181;
}


/* Post styles */
/* ----------------------------------------------------------*/

.post-header { margin: 10px 0 30px; }

.post-header h1 {
  font-size: 42px;
  letter-spacing: -1.75px;
  line-height: 1;
  font-weight: 300;
}

.post-header .meta {
  font-size: 15px;
  color: #818181;
  margin-top: 5px;
}

.post-content { margin: 0 0 30px; }

.post-content > * { margin: 20px 0; }


.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1;
  font-weight: 300;
  margin: 40px 0 20px;
}
.post-content h1 {
  font-size: 2em;
  letter-spacing: -1.25px;
}

.post-content h2 {
  font-size: 1.5em;
  letter-spacing: -1.25px;
}

.post-content h3 {
  font-size: 1.2em;
  letter-spacing: -1px;
}

.post-content h4 {
  font-size: 1.1em;
  letter-spacing: -1px;
}

.post-content blockquote {
  border-left: 4px solid #e8e8e8;
  padding-left: 20px;
  font-size: 18px;
  opacity: .6;
  letter-spacing: -1px;
  font-style: italic;
  margin: 30px 0;
}

.post-content ul,
.post-content ol { padding-left: 20px; }

.post-content td,
.post-content th {
  padding-right: 1em;
  padding-left: 1em;
  text-align: left; 
}
.post-content table,
.post-content td,
.post-content th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #eef;
}
.post-content thead {
  background-color: #d5d5e9;
}

.post pre,
.post code {
  border: 1px solid #d5d5e9;
  background-color: #eef;
  padding: 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  overflow:auto;
}

.post code { padding: 1px 5px; }

.post ul,
.post ol { margin-left: 1.35em; }

.post pre code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/* terminal */
.post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.post pre.terminal code { background-color: #333; }

@import url("syntax.css");

.centered_image {
    max-width:100%;
}
