/*
  Style Sheet for John Pettigrew's blog
*/

body { /* base page style */
  background: #E4ECC5;
  font-family: 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #000000;
  margin: 0px;
  padding: 0px;
  border: none;
}

h1 { /* the header of all pages */
  height: 70px;
  background: #EEBE8B;
  color: #4E3925;
  font-weight: bold;
  letter-spacing: 3pt;
  font-size: 1.9em;
  vertical-align: top;
  text-align: right;
  margin: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url("john/Images/horizon.jpg")
}

h1 a { /* links in the header */
  color: #F9B876;
  text-decoration: none;
}

h2 { /* headers and footers */
  font-weight: bold;
  font-size: 1.1em;
  line-height: 120%;
  color: #203643;
  margin: 20px 4px 4px 4px;
  padding: 2px 2px 2px 20px;
  background-image: url("http://john.pettigrew.org.uk/blog/pivot/templates/icons/orange-sbh.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

h2 a { /* color of links in the headers/footers */
  color: #9C5D18;
}

h4, .subtitle {
	font-size: 1.0em;
	margin: 4px;
	display: inline;
	font-style: italic;
}

h6 { /* column headers */
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  color: #203643;
  padding: 0px 0px 5px 0px;
  margin: 25px 2% 0px 2%;
  border-bottom: 8px solid #E4ECC5;
}

ul.menu { /* the navigation menu (parent folders) */ 
  background: #CCE76E;
  border-top: solid 1px #404822;
  border-bottom: solid 1px #404822;
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 2%;
  color: #404822;
}

ul.menu li {
  display: inline;
  color: #404822;
}

ul.menu li a {
  color: #404822;
}

ul.menu li.rightmenu {
  position: absolute;
  right: 2%;
}

ul.navmenu { /* the navigation menu (parent folders) */ 
  color: #404822;
  margin: 10px 10px 10px 10px;
  padding: 0px;
  color: #404822;
  border-bottom: 5px solid #E4ECC5;
}

ul.navmenu li {
  display: inline;
  color: #404822;
}

ul.navmenu li a {
  color: #404822;
}

ul.navmenu li.rightmenu {
  position: absolute;
  right: 2%;
}

.centrecolumn {
  position: relative;
  left: 25%;
  padding: 5px 0px 0px 0px;
  background-color: #ffffff;
  width: 50%;
  min-height: 500px;
  border-left: 10px solid #E4ECC5;
  border-right: 10px solid #E4ECC5;
}

.centrecolumn, .centrecolumn p { 
	font-size: 1.0em;
	line-height: 130%;
}

.content {
	position: relative;
	padding: 4px;
	background: #ffffff;
}

.content blockquote p {
   font-style: italic;
}

.content ul li a {
  color: #9C5D18;
}

.prevnext_links {
	float: right;
	color: #9C5D18;
}

h1 a, .prevnext_links a {
	color: #4E3925;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
	text-decoration: underline;
}

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
	font-size: 1.0em;
	color: #203643;
}

ul a:visited {
  color: #203643;
}

a:link img, a:hover img, a:visited img {
  border-style: none;
}

p { /* Normal text */
	padding: 5px 0px;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0%;
	margin-top: 0%;
	color: #203643;
	font-weight: normal;
	font-style: normal;
}

p a { /* color of links in the text */
  color: #9C5D18;
}

ul.list { /* the list of subfolders */
  list-style-type: none;
  width: 68%;
  position: relative;
  left: 2%;
}

ul.list li {
  line-height: 130%;
  color: #203643;
}

ul.list li a {
  color: #9C5D18;
}

ol { /* ordered lists */
  width: 68%;
  position: relative;
  left: 2%;
}

ol li {
  line-height: 130%;
  color: #203643;
}

ol li a {
  color: #9C5D18;
}

div a { /* color of links in captions */
  color: #9C5D18;
}

.spacer { /* needed to clean the flow before and after floating thumbnails */
  clear: both;
}
