/*
THEME NAME: Sundsted
THEME URI: http://www.google.com/search?q=%22sundsted%22
DESCRIPTION: Theme for sundsted.com.
VERSION: 0.1
*/
/*
 * Reset.
 */
* {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, label, ul, ol, dl, fieldset, address {
  margin-bottom: 7px;
}
/*
 * Standard elements.
 */
html {
  height: 100%;
}
body {
  color: #000000;
  background-color: #ffffff;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  height: 100%;
  margin: 20px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
img {
  border: 0;
}
/*
 * Page layout.
 */
#header {
  clear: both;
}
#body {
  clear: both;
}
#footer {
  clear: both;
}
/*
 * Body layout.
 */
#body #content {
  padding-top: 5px;
}
/*
 * Content section styling.
 */
#body #content .post {
  position: relative;
  clear: both;
  min-height: 160px;
}
#body #content .entry {
  margin-top: 20px;
}
#body #content .entry img {
  float: left;
  margin-right: 20px;
  margin-top: -20px;
}
/*
 * Footer styling.
 */
#footer .container ul {
  margin: 0;
  padding: 0;
}
#footer .container li {
  list-style-type: none;
}
#footer .container li.widget {
  padding-bottom: 10px;
}
