/*
Theme Name: Neat!
Theme URI: http://www.aamukaste.org/wpthemes/
Description: Just another stylish dark blue theme.
Version: 0.01
Author: Topi Peltonen
Author URI: http://www.aamukaste.org/
*/

/* ************** STRUCTURE ************** */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #454C67;
	/* background-color: #454C67; */
	color: #61636A;
	text-align: left;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	height: 200px;
	/* 100%; */
}

#header h1 { display: none; }
#header .description { display: none }

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

#content {
	float: left;
	background-color: white;
	margin: 0;
	padding: 20px 0 0 25px;
	width: 450px;
}

#sidebar {
	margin: 0 0 0 500px;
	padding: 10px 0 20px 25px;
	width: 170px;
}

#footer {
	text-align: right;
	clear: both;
	margin: 0;
	padding: 20px 15px 0 0;
	height: 50px;
}

/* **************** LINKS **************** */

a {
	color: #36769C;
	text-decoration: none;
}

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

/* *************** HEADERS *************** */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
}

h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #454C67;
	color: #454C67;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

/* Next's that image before the post title */

img.lefth2img {
	margin: 0;
	padding: 0 5px 0 0;
}

/* And next's that image under the titles in sidebar */

img.righth2img {
	margin: 0 0 -12px 0;
	padding: 0;
}

#sidebar h2 {
	color: #36769C;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

.post h2 {
	display: inline;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.post small { display: block; }

.post h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 15px 0 0 0;
}

/* ****************** POST ****************** */

.post {
	font-size: 1.1em;
	text-align: justify;
}

.postmetadata {
	text-align: right;
	padding-bottom: 20px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #454C67;
}

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #454C67;
}

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

code {
	display: inline;
	margin: 4px 2px;
	padding: 2px;
	border: 1px dotted black;
	font: 1.1em 'Courier New', Courier, Fixed;
	background-color: #eeeeee;
	color: black;
}

pre {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 1.1em 'Courier New', Courier, Fixed;
	background-color: #eeeeee;
	color: black;
}
.navigation { margin-bottom: 15px; }

/*
.entry img, .entry p img {
        float: right;
        margin-left: 6px;
        margin-bottom: 6px;
} */

.post ul {
    text-align: left;
}

/* ************* SIDEBAR LISTS ************** */

/* That next line puts ' � ' front of the list-items
   in the sidebar, with moder browsers only :| */

#sidebar ul ul li:before { content: "\00BB \0020"; }

#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 li h2:after {
	content: url(images/h2.gif);
}

#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;
}

/* *************** SEARCHFORM *************** */

#searchform {
	margin: auto 0;
	padding: 5px 3px;
	text-align: left;
}

form#searchform input:focus {
	border: 2px solid #454C67;
	margin: 1px;
}

#searchform input {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #399CC6;
	margin: 2px;
}

#searchform #s {
	width: 115px;
	padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

/* Form */

#respond { margin-top: 30px; }

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

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

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

#commentform p { margin: 5px 0; }

/* Comments */

.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #136284;
	border-bottom: 1px solid #136284;
}

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

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

.commentlist p { margin: 0 0 15px 0; }

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

.commentmetadata {
	margin: 0;
	display: block;
}

/* Numbered Code Listing */

ol.codelist {
	font-family: monospace;
	color: green;
	background-color: #fff;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	width: 80%;
}

ol.codelist li {
	background-color: #eee;
	margin: 2px;
}

ol.codelist li code {
	color: black;
	white-space: pre;
	margin-left: 1em;
}

/* Hack to get Konqueror 3.0 to display blank lines without crunching
   them up. */
ol.codelist li code:before {
	content: "";
}

/* FlickrRSS in sidebar */

ul.flickrrss {
}

ul.flickrrss div.flickr-thumbnail {
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 4px;
}

/* random quotes */
#wp_quotes
{
	margin-left: -10px;
}

#wp_quotes div.wp_quotes_quote
{
}

#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
}

div.wp_quotepage
{
	/* font-size: 14px; */
	width: 80%;
	margin-left: 30px;
}

div.wp_quotepage_quote
{
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #454C67;
}

div.wp_quotepage_author
{
	margin-left: 40px;
	font-style: italic;
}

hr.wp_quotepage_hr
{
	width: 80%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div.wpquotes_poweredby
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 12px;
}

/* get rid of all borders on images which happen to be links */
img {
	border: 0px;
}

img.right {
    float: right;
    margin-left: 6px;
    margin-bottom: 6px;
}

img.left {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.postmetadata {
	/* fix for images that are higher than the text of a posting */
	clear: both;
}

/* Vloris' aanpassingen aan de event-calendar */

#wp-calendar table {
  margin-left: 0px;
  margin-right: 7px;
}

/* Unordered lists in posts */

.post ul {
	list-style-type: none;
	margin-left: 15px;
	padding: 0;
}

.post ul li:before { content: "\00BB \0020"; }

div.rightnote {
	float: right;
	border: 1px dotted black;
}

div.leftnote {
	float: left;
	clear: left;
	border: thin dotted black;
}

/* tables in pages / posts */
/* css came from http://icant.co.uk/csstablegallery/minimal.css */
.entrytext table, .entrytext td, .entrytext th {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
}

.entrytext td, .entrytext th {
	padding: 0.2em 0.5em;
	vertical-align: top;
	font-weight: normal;
}

.entrytext thead th {
	font-weight: bold;
	font-size: 90%;
	vertical-align: bottom;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

.entrytext tbody th, .entrytext tbody td {
	border-right: 1px solid #000;
	padding: 1px 10px;
}

/* .entrytext tbody tr.sectionstart { */
.entrytext tbody {
	border-bottom: 1px solid #000;
}

.entrytext tbody tr.odd {
}
.entrytext tbody tr.even {
	background-color: #eee;
}

.entrytext tbody th {
	border-left: 1px solid #000;
}


.entrytext tfoot td, .entrytext tfoot th {
	margin-top: 5px;
	border: none;
	border-top: 1px solid #000;
}

.entrytext caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin: 5px;
}

/* nog meer toevoegingen van Vloris */
blockquote.gedicht {
    font-family: 'Times New Roman', serif;
    font-size: 130%;
    letter-spacing: .10em;
    text-align: center;
}

/* Vloris' aanpassingen aan wordpress' gallery */
.gallery {
    overflow-x: auto;
}

.gallery dl {
    margin-bottom: 1px;
}

