/*
Theme Name: View of Delft
Theme URI: http://wordpress.org/
Description: Based on a painting by 17th-century Dutch artist, Johannes Vermeer
Version: 1.0
Author: Marc Fearby
Author URI: http://marcfearby.com
 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
	
Original Author: Michael Heilemann
Original Author URI: http://binarybonsai.com/kubrick/
*/

body {
  /* font-size: 62.5%; /* Resets 1em to 10px */
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
	
#page-outer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 766px;
}

#page {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 8px 0 8px;
	text-align: left;
	width: 750px;
}

#content {
  position: relative;
  background: #ffffff;
  margin-top: 5px;
	/*width: 530px; */
	text-align: left;
	/* font-size: 1.2em */
	
  margin: 0 auto 0 auto;
  /*width: 766px; */
	float: right;
	right: 0;
	padding: 8px 10px 5px 20px;
	width: 530px;
	
}

.asdfnarrowcolumn {
  margin: 0 auto 0 auto;
  /*width: 766px; */
	float: right;
	right: 0;
	padding: 5px 10px 5px 20px;
	width: 530px;
}

.asdfwidecolumn {
	padding: 5px 15px 5px 25px;
	margin: 0 auto 0 auto;
	width: 710px;
}


#linkbar ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#linkbar li {
	font-family: Tahoma, Verdana, Arial, Helvetia, sans-serif;
	margin: 0;
	list-style: none;
	display: inline;
	letter-spacing: 1px;
}
	
#linkbar a:link, #linkbar a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	padding: 0px 15px 5px 15px;
	text-decoration: none;
	border-right: 1px solid #cccccc;
}

#linkbar a:hover {
	/* background-image: url('linkbar-hover-bg.gif'); */
	background-color: #fdfdfd;
	color: #C24400;
}

#linkbar a:active {
	color: #135B9D;
}

#search form {
	margin: 0;
	display: inline;
}

#search input#s {
	margin: 0 5px 0 5px;
	height: 14px;
	width: 103px;
	border: 1px inset #cccccc;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #737373;
	padding: 0 3px 0 3px;
}

#search input#sbutton {
	height: 18px;
	width: 60px;
	border: 1px solid #D4D4D4;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	padding: 0px 10px 0px 10px;
	font-family: Tahoma, Verdana, Arial, Helvetia, sans-serif;
	letter-spacing: 1px;

}

#sidebar {
	float: left;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #F9F3E6;
	width: 190px;
}

#sidebar h2 {
  font-size: 13px;
  font-weight: bold;
}

#sidebar form {
	margin: 0 0 0 13px;
}

#sidebar input#s {
	margin-top: 3px;
}

#sidebar ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	/* This is the cause of the left-column width being wider in IE */
	padding-left: 8px;
	padding-top: 5px;
	text-transform: lowercase;
}

#sidebar ul li {
	font-family:  'Times New Roman', Times, serif;
	font-size: 80%;
	color: #B9B093;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 8px;
	padding-bottom: 2px;
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font: normal normal 85%/110% Tahoma, Helvetica, sans-serif;
	margin-top: 0;
	padding: 0;
	padding-left: 5px;
}


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


#sidebar ul ul li a {
	color: #135B9D;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	color: #135B9D;
	text-decoration: underline;
}

#sidebar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}


/* The feedback class is used at the bottom of each excerpt on the main page */
.feedback {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
	clear: both;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4em;
}

.feedback a:link, .feedback a:visited {
	color: #135B9D;
	text-decoration: none;
}

.feedback a:hover {
	text-decoration: underline;
}




#footer {
	background: #828282;
	height: 40px;
	border-top: 1px solid #aaaaaa;
	text-align: center;
	vertical-align: middle;
}

#footer span {
	margin-top: 5px;
	display: block;
	font-family: Tahoma, Arial, Helvetia, sans-serif;
	font-size: 10px;
	color: #dddddd;
	letter-spacing: 1px;
}


#footer span a:link, #footer span a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer span a:hover {
	color: #F6F2E6;
	text-decoration: underline;
}



#bottom {
	height: 24px;
	text-align: center;
	position: relative;
}



/* Next 3 used for next & previous links for individual articles */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {	float: right; }
.alignleft { float: left }


.post {
	margin: 5px 0 20px 0;
}

h2 {
	border-bottom: dotted 1px #eee;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 5px 0 5px 0;
	letter-spacing: 0.2ex;
	clear: both;
}

h2 a:link, h2 a:visited {
	color: #C24400;
	text-decoration: none;
}

h2 a:hover {  text-decoration: underline;  }

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #999999;
	margin: 10px 0 5px 0;
	letter-spacing: 0.2ex;
	clear: both;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #999999;
	margin: 10px 0 5px 0;
	letter-spacing: 0.2ex;
	clear: both;
}


.post p, .post td {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #000000;
  margin-bottom: 0;
  }

/* I really wanted a lighter "visited" link colour, but as soon as I
   split the two, they second one screws the whole thing up and I get
   no text effects on hyperlinks with this selector. I give up */
.post p a:link, .post p a:visited, .post li a:link, .post li a:visited {
	color: #135B9D;
	text-decoration: none;
}

.post p a:hover, .post li a:hover {
	color: #C24400;
	text-decoration: underline;
}

p.postmetadata {
	/* border-bottom: 1px dotted #ccc; */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	/* line-height: 1.4em;
	letter-spacing: 0.2em; */
	font-weight: normal;
	margin: 10px 0 15px 0;
	padding-bottom: 2px;
	color: #999999;
}

/* This is the offending selector, referred to above:
div.storycontent p a:visited {
	color: #71A3D0;
	text-decoration: none;
}
*/

.post li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #000000;
}

/* Added for posts with lists of lists */
.post li li {
	font-size: 100%;
}

.post code {
	color: #C24400;
	font-size: 115%;
}




.commentlist {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	font-weight: normal;
	/* margin: 10px; */
	letter-spacing: 0.2ex;
	color: #bbbbbb;
	padding-top: 5px;
}

.commentlist li {
	margin-bottom: 25px;
	padding: 0 5px 0 5px;
}

.commentlist li p {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	line-height: 1.4em;
	color: #000000;
	/* margin-bottom: 0; */
	letter-spacing: 0;
}

.commentlist a:link, .commentlist a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	color: #135B9D;
	text-decoration: none;
}

.commentlist a:hover {
	text-decoration: underline;
}

.commentlist li p cite {
	font-style: normal;
	color: #999999;
}

#commentform textarea {
	width: 100%;
}





/* Used for the Beijing photos */
div.thumbnail {
	margin: 0.1em 0.5em 0.5em 0.1em;
	padding: 0.2em 0em 0.2em 0.2em;
	float: left;
	width: 13.5em;
	height: 13ex;
	background-color: #fcfcfc;
	/* border-top: 2px solid #ffffff;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	border-left: 2px solid #ffffff; */
	border: 1px solid #eeeeee;
	text-align: center;
}

div.thumbnail p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 1.4em;
	color: #000000;
	/* margin-bottom: 0; */
	letter-spacing: 0;
}

div.thumbnail img {
	margin: 0;
	padding: 0.2em 0.4em 0.5em 0.2em;
	float: left;
	text-align: center;
}


/* Used by "Older posts" and "Newer posts" links in index.php */
.alignright {	float: right;	}
.alignleft { float: left; }
.navigation {
  border-top: 1px #aaaaaa dotted;
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 0 30px 0;
	font-size: 80%;
}


.navigation a:link, .navigation a:visited {
	color: #135B9D;
	text-decoration: none;
}

.navigation a:hover {
	color: #C24400;
	text-decoration: underline;
}

/* Required because floating boxes take up no space.
   Using a spacer div at the top and bottom of a container
   containing a lot of boxes resolves this problem */
div.spacer {
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
 
/* Nighlight every second comment a different way */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}






/* 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: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


