/*  $Id: style.css 303 2010-03-21 17:26:11Z jeroenvg $
 *
 *  Theme Name: Oostkunst
 *  Theme URI:
 *  Description: Oostkunst thema, gebaseerd op het standaard WordPress <a href="http://binarybonsai.com/kubrick/">Kubrick</a> thema door <a href="http://binarybonsai.com/">Michael Heilemann</a>.
 *  Version: 0.1
 *  Author: Samuel Michon
 *  Author URI:
 *
 *  Kubrick v1.5 <http://binarybonsai.com/kubrick/> was designed and built by
 *  Michael Heilemann <http://binarybonsai.com/>. The CSS, XHTML and design are
 *  released under GPL <http://www.opensource.org/licenses/gpl-license.php>.
 */

/******************************************************************************
 * element selectors
 ******************************************************************************/
a img {
  border: none;
}

a, h2 a:hover, h3 a:hover {
  color: #e6e6e6;
  text-decoration: none;
}

a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

.entry a, .commentlist p a {
  text-decoration: underline;
}

acronym, abbr {
  border-bottom: 1px dashed #999999;
}

acronym, abbr, span.caps {
  cursor: help;
  font-size: 0.9em;
  letter-spacing: .07em;
}

blockquote {
  border-left: 5px solid #dddddd;
  margin: 15px 30px 0 10px;
  padding-left: 20px;
}

blockquote cite {
  display: block;
  margin: 5px 0 0;
}

body {
  background-attachment: fixed;
  background-color: #cccccc;
  background-image: url('images/buurserzand2.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #e6e6e6;
  font-family: Arial, sans-serif;
  font-size: 62.5%; /* Resets 1em to 10px */
  margin: 0;
  padding: 0;
  text-align: center;
}

code {
  font-family: 'Courier New', Courier, fixed;
  font-size: 1.1em;
}

h1 {
  font-size: 4em;
  margin: 0;
  padding-top: 70px;
  text-align: center;
}

h1, h1 a, h1 a:hover, h1 a:visited {
  color: #3399ff;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 1.6em;
  margin: 30px 0 0;
}

h2, h2 a, h2 a:visited {
  color: #5ebd3c;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited,
#sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
}

h2.pagetitle {
  font-size: 1.6em;
  margin-top: 30px;
  text-align: center;
}

h3 {
  font-size: 1.3em;
  margin: 30px 0 0;
  padding: 0;
}

h3, h3 a, h3 a:visited {
  color: #3399ff;
}

h3.comments {
  margin: 40px auto 20px;
  padding: 0;
}

hr {
  display: none;
}

html>body .entry li {
  margin: 7px 0 8px 10px;
}

html>body .entry ul {
  list-style: none;
  margin-left: 0px;
  padding: 0 0 0 30px;
  padding-left: 10px;
  text-indent: -10px;
}

/*  Using 'class="alignright"' on an image will (who would've thought?!) align
 *  the image to the right. And using 'class="centered"', will of course center
 *  the image. This is much better than using align="center", being much more
 *  futureproof (and valid)
 */
img.alignleft {
  display: inline;
  margin: 0 7px 2px 0;
  padding: 4px;
}

img.alignright {
  display: inline;
  margin: 0 0 2px 7px;
  padding: 4px;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

p img {
  max-width: 100%;
  padding: 0;
}

p img[align="left"] {
  margin: 5px 15px 5px 0px;
}

p img[align="right"] {
  margin: 5px 0px 5px 15px;
}

select {
  width: 130px;
}

small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata,
blockquote, strike {
  color: #ffffff;
}

/******************************************************************************
 *  class selectors
 ******************************************************************************/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.alt {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 0;
  padding: 10px;
}

.center {
  text-align: center;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist cite, .commentlist cite a {
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}

.commentlist li {
  font-weight: bold;
  list-style: none;
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
}

.commentlist li, #commentform input, #commentform textarea {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  margin: 10px 5px 10px 0;
  text-transform: none;
}

.commentmetadata {
  display: block;
  font-weight: normal;
  margin: 0;
}

.description {
  font-size: 1.2em;
}

/*  This is mainly for password protected posts, makes them look better.
 */
.entry form {
  text-align: center;
}

.entry ol {
  margin: 0;
  padding: 0 0 0 35px;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.entry p a:visited {
  color: #e6e6e6;
}

/*  Special stylized non-IE bullets. Do not work in Internet Explorer, which
 *  merely default to normal bullets.
 */
.entry ul li:before, #sidebar ul ul li:before {
  content: "\00BB \0020";
}

.narrowcolumn {
  float: left;
  margin: 0;
  padding: 0 0 20px 45px;
  width: 450px;
}

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
}

.narrowcolumn .postmetadata {
  padding-top: 5px;
  text-align: center;
}

.navigation {
  display: block;
  margin-bottom: 60px;
  margin-top: 10px;
  text-align: center;
}

.nocomments {
  margin: 0;
  padding: 0;
  text-align: center;
}

.post {
  margin: 0 0 40px;
  text-align: justify;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-image: none;
  list-style-type: none;
}

.widecolumn {
  line-height: 1.6em;
  margin: 5px 0 0 150px;
  padding: 10px 0 20px 0;
  width: 450px;
}

.widecolumn .entry p {
  font-size: 1.05em;
  margin: 1.8em 0;
}

.widecolumn .post {
  margin: 0;
}

.widecolumn .postmetadata {
  margin: 30px 0;
}

/******************************************************************************
 *  id selectors
 ******************************************************************************/
/*  declarations for this rule are set in header.php */
#contentfootercontainer {
}

#commentform #submit {
  float: right;
  margin: 0;
}

#commentform input {
  margin: 5px 5px 1px 0;
  padding: 2px;
  width: 170px;
}

#commentform p {
  font-family: Arial, sans-serif;
  margin: 5px 0;
}

#commentform textarea {
  padding: 2px;
  width: 100%;
}

#content {
  font-size: 1.2em;
}

#footer {
  clear: both;
  margin: 0 auto;
  padding: 0 0 0 1px;
  width: 760px;
}

#footer p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#page {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 760px;
}

#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}

#sidebar {
  color: #e6e6e6;
  font-family: Arial, sans-serif;
  font-size: 1em;
  margin-left: 545px;
  padding: 20px 0 10px 0;
  width: 190px;
}

#sidebar #searchform #s {
  padding: 2px;
  width: 106px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

#sidebar a {
  color: #e6e6e6;
}

#sidebar form {
  margin: 0;
}

#sidebar h2 {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  margin: 5px 0 0;
  padding: 0;
}

#sidebar h2, h2 a, h2 a:visited {
  color: #3399ff;
}

#sidebar ul li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  font-size: 9pt;
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
}

#wp-calendar caption {
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

/*  Doesn't work in IE */
#wp-calendar td.pad:hover {
  background-color: #ffffff;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
