/*
COLORS
Pink #f3a
Blue #07a
*/

body {
  background: #e7e9e9;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', 'Arial', 'Verdana';
  line-height: 1.5;
  font-size: 12px;
  color: #333;
  text-align: center;
}

#container {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

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

  a:hover {
    text-decoration: underline;
  }

#page_header {
  position: relative;
}

#page_header hgroup {
  display: block;
  width: 940px;
  margin-bottom: -20px;
}

#page_header h1 {
  position: relative;
  z-index: 200;
  width: 226px;
  height: 194px;
  margin: 0;
}

  #page_header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/logo.png') 0 -20px no-repeat;
    text-indent: -9999px;
  }

#page_header h2 {
  display: none;
}

#page_header h3, #page_header h4 {
  position: absolute;
  width: 680px;
  left: 260px;
  margin: 0;
  font-size: 16px;
  color: #07a;
}

#page_header h3 {
  top: 90px;
}

#page_header h4 {
  top: 120px;
}

.clearer {
  clear: both;
}

pre {
  font-size: 14px;
  padding: 20px;
  background: black;
  color: #00FF00;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  background: #ecedea url('/images/line.png') bottom left repeat-x;
  text-align: center;
}

nav ul {
  list-style: none;
  margin: 0px auto;
  padding: 0 0 0 260px;
  width: 680px;
  text-align: left;
}

  nav li {
    display: inline;
    list-style: none;
    line-height: 50px;
    margin: 0 20px 0 0;
    padding: 0;
  }

    nav li a {
      color: black;
      text-transform: uppercase;
      font-size: 12px;
    }


#main .homepage-section {
  position: relative;
  display: block;
  margin: 25px 0;
  background: url('/images/line.png') top left no-repeat;
  padding-top: 25px;
  padding-left: 220px;
}

  #main .homepage-section > header {
    position: absolute;
    left: 0;
    width: 200px;
  }

  #main .homepage-section > header h2 {
    margin: 0;
  }

#page_footer {
  display: block;
  clear: both;
  background: url('/images/line.png') top left no-repeat;
  padding-top: 25px;
  margin-bottom: 25px;
}

  #page_footer #copyright {
    font-size: 12px;
    margin: 0;
  }

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

/* BLOG */

.article {
  width: 660px;
  color: #356;
  background: #f1f2f2;
  padding: 10px 20px;
  margin: 20px 0;
  border: 1px solid #ccc;
}

.article h1 {
  font-size: 300%;
  margin: 0;
}

.article p {
  font-size: 130%;
  line-height: 1.7;
}

.article .right {
  float: right;
}

.article footer {
  margin: 0 -20px -10px;
  padding: 10px 20px;
  background: #e8e8e8;
}

#comments {
  width: 700px;
}
