/* Colors */

body {
//  background-color:#ebe6db;
  background-color:#bec8de;
//  background-color:#8fa4d5;
//  background-image: url('./img/background.jpg');
}
header#page_header {
//  background-color:#d5d0c6;
//  background-color:#8598c5;
  background-color:#8fa4d5;
//  background-color:#bec8de;
}
header#article_header {
  background-color:#afde80;
}
article {
  background-color:#ebe9e4;
}
#sidebar {
  background-color:#d5cdbd;
}

/*START:css_round */
header, article, nav {
  /*START:standard */
  border-radius:10px;
  /*END:standard */
  /*START:mozilla */
  -moz-border-radius:10px;
  /*END:mozilla */
  /*START:webkit */
  -webkit-border-radius:10px;
  /*END:webkit */

  padding: 10px;
  margin: 10px;
}

label {
  /*START:standard */
  border-radius:0px 5px 0px 0px;
  /*END:standard */
  /*START:mozilla */
  -moz-border-radius:0px 5px 0px 0px;
  /*END:mozilla */
  /*START:webkit */
  -webkit-border-radius:0px 5px 0px 0px;
  /*END:webkit */

  padding:5px;
  margin: 5px;
}
/*END:css_round */

#page_header {
//  margin:0px;
  margin:15px auto;
}

/*START:type_style */

body {
  width:100%;
  margin:15px auto;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
  margin:0 0 20px 0;
}

p, li {
  line-height:20px;
}
/*END:type_style */

/*START:header_style */
header#page_header {
  width:97%;
  margin: 10px;
  border-collapse:collapse;
}
/*END:header_style */

/*START:nav_style */
header#page_header nav ul, footer#page_footer nav ul {
  list-style: none;
  margin: 0; 
  padding: 0;
}

header#page_header nav ul li, footer#page_footer nav ul li {
  padding:0;
  margin: 0 20px 0 0;
  display:inline;
}
/*END:nav_style */

/*START:posts_style */
section#posts {
  float: left;
//  width: 74%;
  width: 97%;
}

section#posts aside {
  float: right;
  width: 35%;
  margin-left: 5%;
  font-size: 20px;
  line-height: 40px;
}
/*END:posts_style */

/*START:sidebar_style */
section#sidebar {
  float: left;
  width: 25%;
}
/*END:sidebar_style */

/*START:footer_style */
footer#page_footer {
  clear: both;
  width: 100%; 
  display: block; 
  text-align: center;
  padding: 5px;
}
/*END:footer_style */
