/*
 *
 * Theme Name: GreyFormal
 * Theme URI: http://blog.signal2noise.co.uk
 * Description: Formal minimalist theme, in shades of grey.
 * Version: 1.0.4
 * Author: Gareth Eason
 *
 * */

/* Some useful default settings... */
body {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 10pt;
  color: #101010;
  background-color: #FCFCFC;
  margin-left: 15px;
}
h1 {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   font-size: 13pt;
   font-style: italic;
   text-decoration: none;
   background-color: #E8E8E8;
   margin-bottom: 2px;
}
h2 {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   font-size: 12pt;
   font-style: italic;
   margin-bottom: 1px;
   text-decoration: none;
}
p {
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 15px;
}
dl {
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 30px;
}
a {
  color: #606060;
  text-decoration: none
}
a:link {
  color: #606060;
  text-decoration: none
}
a:visited {
  color: #606060;
  text-decoration: none
}
a:hover {
   color: #101010;
   text-decoration: underline
}
/* Hack to stop anchor links being underlined on hover... */
a.anchor {
   color: #000000;
   text-decoration: none;
}

/* Added a nice outline block for pre-formatted text... */
pre {
	width: 100%;
	font-family: Courier, Courier New, sans-serif;
	overflow: auto;
	background: whitesmoke;
	border: solid 1px silver;
	margin-left: 15px;
}

code {
	width: 100%;
	overflow: auto;
	font-family: Courier, Courier New, sans-serif;
	font-weight: normal;
}

/* Settings for the page title */
p.titletext {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   color: #202020;
   font-size: 24pt;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   margin-bottom: 8px;

}
p.titledate {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   color: #202020;
   font-size: 18pt;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   margin-bottom: 4px;
}

table {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 10pt;
	color: #101010;
	background-color: #FCFCFC;
}

/* Left hand menu settings... */
.leftmenu {
   background: #F6F6F6;
}
.leftmenu a {
   color: #606060;
   text-decoration: none;
}
.leftmenu a:hover {
   color: #101010;
   text-decoration: none;
   font-weight: bold;
}

/* Copyright (footer) section... */
.copyright {
   color: #606060;
   font-size: 8pt;
   /* font-style: italic; */
   text-align: center;
}
.copyright a {
   color: #404040;
   text-decoration: none;
}
.copyright a:hover {
   color: #101010;
   text-decoration: underline;
}

img {
   border-style: none;
}

