/*  Style sheet for Thom Blake Historian based on wordpress default 
Theme Name: WordPress Default based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Version: 1.5

/* Typography & Colors 
--------------------------------------------*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: georgia, verdana, arial, sans-serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}

/*'Lucida Grande', Verdana, Arial, Sans-Serif;' */
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #eee;
	}

#content {
	font-size: 1.2em
	}

#content1 {
	font-size: 1.1em
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

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

#footer {
	background-color: #eee;
	}

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

h1, h2, h3 {
	font-family:  verdana, arial, sans-serif;
	font-weight: bold;
	}
/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
h1 {
	font-size: 2.5em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #990000;
	text-transform:none;
	font-variant: small-caps;
	/*background-image: url(small%20icon.ico);
	background-repeat: no-repeat;*/
	
}
	}

h2.pagetitle {
font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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

.entry p a:visited {
	color: #b85b5a;
	}
#sidebar {

	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

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

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
/* End Typography & Colors */



/* Structure 
-----------------------------------------------*/
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
		
#header {
	padding: 0;
	margin: 0 0 10px 0;
	height: auto;
	width: 100%;
	/*background-color: #73a0c5;*/
		background-color: #FFF;
		border-bottom: 1px solid #959596; /* changed this to 0px for navheader*/
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
/*amended for database pages by changing the width and padding*/
	.widecolumn1 {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 650px;
	}

/*amended for maps by changing the width and padding*/
	.widecolumn2 {
	padding: 30px 30px 20px 0;
	margin: 0px 50px 50px 50px;
	width: 650px;
	}
/*amended for phpslideshow pages*/
	.widecolumn3 {
	align:centre;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 30px;
	width: 650px;
	}
	
.post {
	margin: 0 0 15px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

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

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

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#sidebar {

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

	clear: both;
	}

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

/*Headers 
------------------------------------------*/
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/*Images 
--------------------------------------------*/
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 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

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

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

.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 */



/* Sidebar 
-----------------------------------------------------*/
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


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

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* Additions to basic wordpress style
----------------------------------------------------------
added styles  May 2006 title is of main header and divline is also in the header and navmenu is also the header*/

.title	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding-top: 5px ;
	color: #666666;
	text-align: center;
	text-transform:none;
	font-variant: small-caps;
		}	

	.divline {
		width: 100%;
		padding: 0;
		margin: 0;
	border-bottom: 3px solid #B4AD9B;

}
	.divline1 {
		width: 100%;
		padding: 0;
		margin: 0;
	border-top: 3px solid #B4AD9B;

}
/* image box in header*/
#himgtest {
		width: 100%;
		padding: 0;
		margin: 0;
		border-top: 3px solid #B4AD9B;
		border-bottom: 3px solid #B4AD9B;
}
/* Hides from IE5-mac \*/

/* End hide from IE5-mac */
/* End Various Tags & Classes*/

/* 
-----------------------------------------
navigation menu in header - this code is http://codex.wordpress.org/Creating_Horizontal_Menus */
#navmenu {
text-align: center; 
}
#navmenu ul {margin: 5px 5px 0px 5px ; 
padding: 5px 5px 4.5px 5px; 
	list-style-type: none; list-style-image: none;
	 }
#navmenu li {display: inline; }
#navmenu ul li a {
font-family:'Lucida Grande', Verdana, Arial, Sans-Serif; 
font-size: 1em;
	font-variant: small-caps;
text-decoration:none;  margin: 2px;
	padding: 2px 20px 2px 20px; color: black;
	background: #FFF;}
	/*added section for highlight menu 
	color: #CC0000;
	background: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000}*/
#navmenu ul li a:hover {
	color: #CC0000;
	background: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#navmenu ul li.current {
background-color: #990000;
color:#fff
}
/*
body#home a#home,
body#services a#services,
body#projects a#Projects,
body#contact a#contact {
	color: #fff;
	background: #930;
*/
/*pagehead is the main title for a page*/
.pagehead  	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
		color: #666666;
		text-decoration: none;
	text-transform:none;
	font-variant: small-caps;
		padding: 10px, 10px, 10px, 10px;
		}
		
	.space {
	height: 30px;
	width: 100%;
	background-color: #FFFF;
	}
	
	/* this code has been amended for the search form on each page*/

#spform input {
	width: 100px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1em;
	}

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

#spform submit {
	margin: 0;
	width: 20px;
	float: right;
	}
	
#spform .button {
 	font-size: 1em;
	width: 60px;
 	margin-right: 6px;
}
/*Snippets on home page
-----------------------------------
this for snippets heading in asdies*/	
		
	.snippets{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	margin: 5px 5,5,5;
	font-weight:bold;
	font-variant: small-caps;
	padding: 10,10,10,10;
	color: #666666;
	}
	
	.entryfp{
	padding: 5px 0 5px 0;
	width: 180px;
	text-align: left;
	}
	
/*container for database pages 
---------------------------------------------*/
.contdb {
	background-color: white;
	margin: 20px auto;
	padding: 20px, 20px, 20px, 20px;
		}

/* style for post meta data*/
		.post-meta {font-variant: small-caps; color: maroon; }
.post-meta-key {color: green; font-weight: bold; font-size: 110%; }

/*
Search form on home page
----------------------------------*/
.spsearch {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}
	#personal {padding-left: 40px} 
	
/* Lightbox effect
------------------------------------------------
this next stuff is for the lightbox effect*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1.4em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

/* Form for hisdate calculation
-----------------------------------------------------------------
this style is for the form on the historical data page based on ccs sytle developed by Jeff Howden http://jeffhowden.com/code/css/forms/
and also help from http://www.alistapart.com/articles/prettyaccessibleforms  about styling a different form to the search fomr */
form.hisdata {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 350px;
}

form.hisdata fieldset {
	clear: both;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	background-color: #eee;
	padding: 10px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #999999;
}
form.hisdata label {
 font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  align: right;
  text-align:left;
	width:70px;
	float:left;
	padding:.2em .7em .5em .5em ;
	margin:0;
	margin-top:0.3em; }
}

form.hisdata label u {
  font-style: normal;
  text-decoration: underline;
}

form.hisdata input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  width: 80px;
  font-size: 100%;
 /*  background: #FFFFCC;*/
color: #000000;
}

form.hisdata textarea {
  overflow: auto;
}
	
form.hisdata .submit 
{
}

/* phpslideshow pages
--------------------------------------------------*/

.psimage_info {
    display:block;
    font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
    color:#000;
    border:0px;
    }
.pswrapper {
	margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:700px;
    border: 0px solid #000;
    text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
}
.psshow_title a {
    font-size:10px;
    text-decoration:none;
    color:#999;
}
.psimage_info a {
    text-decoration:none;
    color:#06c;
}
psimg {
	border-width: 0;
}
.psimage {
    margin-bottom:5px;
	width: 600px;
}
.psimage img {
	padding:6px;
	border: 1px solid #666666;
	display:block;
	background-color: #CCC;
	margin-top: 10px;
	color: #CCCCCC;
	}
.psnavigation,  {
	text-decoration: none;
	color: #000;
    margin-top:9px;
    font-size:10px;
    font-family:Verdana, Helvetica, sans-serif;
}
.psnavigation a{
	font-size:10px;
	text-decoration: none;
	color: #06c;
}
.psthumbnail_row {
    margin-top: 1px;
		width: 600px;
}
.psthumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.psthumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.pssmall, .pssmall a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}

/*<!-- new sliding nav  bar replaces static code navmenu
-------------------------------------------------------------------------------------*/
#navheader {
	text-align: center;
	z-index:0;
	}
#navheader ul {
	margin: 5px 5px 0px 5px ; 
	padding: 5px 5px 24px 5px; 
	border-bottom: 1px solid #CCC;
	list-style-type: none;
	z-index: 1;
	 }
#navheader li {
display: inline;
position: relative;
margin: 0 0 0 15px;
float: left;
z-index: 3;
	}
#navheader li a {
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif; 
font-size: 1em;
	font-variant: small-caps;
	display: block;
	text-decoration: none;
	color: #333;
	margin: 2px;
	padding: 2px 20px 2px 20px; color: black;
	background: #FFF;}
#navheader li a:hover {
	color: #999;}
#navheader li.current {
	z-index: 1;
	background: transparent url(current_bg.gif) repeat-x bottom;}
#slider {
	z-index: 2;
	position: absolute;
	height: 25px;
	border-bottom: 4px solid #B4AD9B;
	}
	
