/*
 Theme Name: White as Milk
 Theme URI: http://www.azeemazeez.com/stuff/themes/
 Description: A Clean, White theme for WordPress
 Author: Azeem Azeez
 Author URI: http://www.azeemazeez.com
 Version: 1.6
 
 The CSS, XHTML and design is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php
 */
/* The Cow goes Baa */
/* The structure used in this template was copied from
 the Kubrick theme that came with Wordpress 1.6 to maintain
 consistency. - Azeem Azeez */
/* Begin Typography & Colors */
html {
    font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
    text-align: justify;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
}

/* #molens {
    height: 200px;
    background-image: url(images/jouke_molens.gif);
    background-position: right top;
    background-repeat: no-repeat;
}*/

#titel {
	margin-left: 15px;
	padding-top: 10px;
	}

#container {
	left: 0px;
	top: 0px;
	margin-top: 5px;
	position:absolute;
	display:table;
	width: 100%;
	background-image: url(images/jouke_molens.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

#diggout {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: block;
}

h1, h2, h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

#sidebar h2 {
    font-size: 14px;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
    text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #333;
    text-transform: uppercase;
}

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;
    text-transform: uppercase;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    color: #147;
    text-decoration: underline;
}
/* End Typography & Colors */
/* Begin Structure */
body {
    margin: 5px;
}

#sidebar {
	left: 0px;
	top: 0px;
    width: 140px;
    overflow: hidden;
    position: absolute;
	display:block;
    margin-left: 22px;
    margin-top: 90px;
	margin-right: 15px;
    font-size: 12px;
	line-height: 14px;
    text-transform: uppercase;
    padding: 0 0 0 0;
	z-index:1;
}

#content {
	display:block;
	overflow: hidden;
    width: 500px;
    margin-top: 100px;
    margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-left:170px;
	text-align:justify;
}

.post h2 {
    margin: 0 0 0 0px;
    text-align: justify;
    font-size: 14px;
}

p img {
    padding: 0;
    max-width: 100%;
}
/*	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.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */
/* Begin Lists
 
 Special stylized non-IE bullets
 Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
    margin-left: 0px;
    padding: 0 10px 0 30px;
    list-style: none;
    text-indent: -10px;
}

html > body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: right;
}

#sidebar #searchform #s {
    width: 85px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#commentform #submit {
    margin: 0;
    float: right;
}
/* End Form Elements */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: left;
}

.hrhide {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: left;
    height: 30px;
}
/* End Various Tags & Classes*/
