body {
  background-color: #FF7700;
  margin: 0;
  font-family: Georgia, serif;
}
header {
  margin: 10px 0;
  padding: 0;
  background-color: #FF7700;
}
header img {
  margin: 0;
  padding: 0;
}
header a {
  text-decoration: none;
  color: #CCF1FF;
}
.list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.list li {
  display: inline;
  line-height: 2em;
  text-align: justify;
}
footer .logo {
  width: 250px;
  margin: 0 auto;
}
#content {
  margin: 0px auto;
  background-color: #fafafa;
  border-bottom: 1px solid #aaa;
  width: 850px;
}
article,
aside {
  line-height: 1.5em;
  padding-left: 120px;
  padding-top: 30px;
  width: 600px;
}
aside {
  margin-bottom: 50px;
}
h3 {
  font-size: 18px;
}
.fb-like {
  width: 400px;
  margin: 25px auto;
}
.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 24px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
.orange {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
  color: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
ul.quotes {
  width: 500px;
  list-style-type: none;
}
ul.quotes li {
  margin-bottom: 25px;
}
ul.archief {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  width: 600px;
}
ul.archief li {
  margin-bottom: 6px;
  line-height: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.archief .snippet {
  color: #888;
}
nav.paging {
  margin: 30px 0 10px;
}
nav.paging a {
  color: #da7c0c;
  margin-right: 14px;
  text-decoration: none;
}
nav.paging a:hover {
  text-decoration: underline;
}
nav.paging .current {
  color: #555;
  margin-right: 14px;
}
