/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/
* {
  font-family: Georgia, Times, Times New Roman, Serif;
}
body {
  background: url(http://www.erikbolstad.no/temp/bg.gif) #eee;
}
p, ol, ul, table, input, textarea {
  font-size: 12px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h2 a {
  color: #039;
  text-decoration: none;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
ul, ol {
  padding: 0 0 0 1.6em;
}
hr {
  height: 1px;
  border: 0;
  background: none;
  border-top: 1px dashed #ccc;
}

#wrapper {
  width: 980px;
  background: white;
  margin: 10px auto 0 auto;
  border: 1px solid #ccc;
}
#header {
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 10px;
  clear: both;
  overflow: hidden;
  height: 70px;
  border-bottom: 1px dashed #eee;
} 
#header #blog-description {
  float: right;
  width: 395px;
  padding: 15px 90px 0 0;
  font-style: italic;
}
#header h1 {
  margin: 0;
  padding: 0;
  font-size: 50px;
  width: 400px;
  font-weight: normal;
  float: left;
  height: 50px;
  overflow: hidden;
}
#header h1 a {
  color: #c00;
  text-decoration: none;
}
#access, 
#breadcrumbs,
.important,
.twitter,
.info,
.entry-meta,
#generator-link,
.meta-sep,
#theme-link,
#nav-above,
#nav-below {
  display: none;
}
#container {
  width: 459px;
  float: left;
  padding: 0 10px;
  border-right: 1px dashed #eee;
}
#primary,
#secondary {
  width: 220px;
  padding: 0 10px;
  margin-left: 10px;
  float: right;
}
#footer {
  width: 100%;
  clear: both;
  margin-top: 10px;
}


.post {
  border-bottom: 1px dotted #eee;
  padding-bottom: 15px;
}
.entry-date abbr {
  font-style: italic;
  border: 0;
  font-size: 11px;
}
.entry-content ul li,
.entry-content p {
  margin: 2px 0 8px 0;
  line-height: 18px;
}
.entry-content span input,
.entry-content span textarea {
  width: 90%
}
.wpcf7-response-output {
  top: 100px;
  left: 10px;
  position: fixed;
  width: 250px;
  padding: 10px 20px !important;
  background: white;
  border-width: 10px !important;
  font-size: 18px;
}
.wp-caption {
  background: #eee;
  padding: 5px 2px 2px 2px;
  text-align: center;
  border: 1px solid #ccc;
}
.wp-caption img {
  border: 1px solid #ccc;
}
.wp-caption p {
  padding: 0;
  margin: 2px 0;
  font-style: italic;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 10px 10px;
}


.xoxo {
  list-style: none;
  padding: 0;
}
.widget_pages *,
#search * {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_pages,
#search {
  height: 110px;
  border-bottom: 1px dashed #eee;
}
.widget_pages h3 {
  display: none;
}
.widget_pages li a,
#search label {
  font-size: 14px;
  font-weight: bold;
}
.widget_pages li,
#search label {
  margin-bottom: 4px;
  display: block;
}
#search #s {
  width: 140px;
}
#search input.button {
  width: 50px;
}
.sidebar blockquote {
  margin-left: 15px;
  font-style: italic;
}