/*Copyright Andrew Simpson 2005*/
/*www.monthofsaturdays.net/body.css*/

/*Main page body
------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: black;
	background: white;
	text-align: center; }

#container {
	padding-top: 10px;
	font-family: sans-serif;
	font-size: 10pt;
	margin: auto;
	text-align: justify;
	width: 810px; }

#contents {
	width: 600;
	float: right; }

#paddedcontents {
	width: 600;
	float: right; }

ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style-type: none; }

ul.disc {
	list-style-type: disc;
	padding-left: 2em; }

/*Nav bar along top of page for overall page links
------------------------------------*/
#topnav {
	color: 707070;
	float: left;
	padding: 1px 0px;
	font-size: 11pt;
	font-weight: bold;
	background: #EEEEEE; }

#topnav a:link	{color: #707070;
			padding: 1px 3px; }
#topnav a:visited	{color: #707070;
			padding: 1px 3px; }
#topnav a:active	{color: #707070;
			padding:1px 3px; }
#topnav a:hover		{color: #000000;
			border: 1px solid #000000;
/* 			-moz-outline: 1px solid #000000; */
			padding: 0px 2px;}

#topnav a.currentlink 	{color: #000000;
			background: #D0D0D0; }

/*Nav bar along left, for local links related to current page
------------------------------------*/
#leftbar {
	float: left;
	text-align:justify;
	width:200px;
	padding: 0px;
	margin: 0px; }

/*#leftnav {
	padding: 5px; }*/

#leftlinks a:link	{color: #707070;}
#leftlinks a:visited	{color: #707070;}
#leftlinks a:active	{color: #707070;}
#leftlinks a:hover	{color: #000000;
			background: #DDDDDD;
			border: 1px solid #000000;
			padding: 0px;
/* 			-moz-outline: 1px solid #000000;*/}

#leftlinks a {
	padding:1px;
	display: block;
	width:198px; }

#leftlinks {
	text-align: center;
	display: block;
	font-weight: bold; }

#leftlinks li {
	border-bottom: 1px solid #DDDDDD; }

#leftlinks li.first {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD; }

#leftlinks li.last {
	border-bottom: 1px solid #DDDDDD; }

#leftlinks li.sub, li.archive {
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
	left: 40px; }


/*Space in the top left, for a "home" button on each page
------------------------------------*/
#homebutton {
	margin: 0;
	padding: 0;
	display: block; }


div.thinheader {
	background: url(graphics/thinheader.png) top left no-repeat;
	height: 75px;
	width: 519px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14pt;
	color: #9D2E10; }

/*General link text look and behaviour - highlight on mouse over etc
------------------------------------*/
a:link {
	color: #8D1E00;
	text-decoration: none; }
a:visited {
	color: #8D1E00;
	text-decoration: none; }
a:active {
	color: #8D1E00;
	text-decoration: none; }
a:hover {
	background: #D0D0D0;
	color: #8D1E00;
	text-decoration: none; }
a:hover * {			/*Fix for Konqueror 3.1, apparently*/
	background: inherit; }

/*hyperlinks on a picture should not have a highlighted background.
Get round this by using <a class=piclink href=... ></a>
Prevents transparent areas of images being spoilt, eg .gif or .png*/
.piclink:hover {
	background: none;
	outline: none;
	-moz-outline: none;
	padding: none; }

.piclink {
	padding: none; }

/*Main headings*/
h1 {
	font-size: 32pt; font-weight:bold; line-height: double;
	color: 363636;
	font-family:  sans-serif }

/* Large-ish heading font, aligned right. Low margins. */
h2 {
	font-size: 18pt; font-weight:bold;
	color: 363636;
/* 	padding: 2px 0px; */
	margin: 2px 0px;
	text-align: right;
	font-family:  sans-serif }

/*Table look*/
table, table td, table th {
	font-family: sans-serif;
	font-size:10pt }


/*Other division types, background images etc
------------------------------------*/

.greybox, .whitebox {
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #AAAAAA;
 /*Mozilla, Firefox pre 1.1 etc need this next line as "outline" not supported*/
/* 	-moz-outline: 1px solid #AAAAAA; */
	text-align: justify;
	margin-top: 10px; }

.greybox { background: #EEEEEE; }
.whitebox { background: #FFFFFF; }

.quote {
	padding: 1em;
	margin: 1em;
	background: #EEEEEE;
	font-size: 8pt; }

/*Other font styles*/
.tiny {
	font-size: 8pt }

h4 {	font-size:10pt;
	margin-bottom: 0.5em;
	margin-top: 1em; }

h5 {
	font-size: 8pt;
	padding: 0px;
	margin: 10px 0px; }

.counter {
	font-size:7pt;
	text-align: center;
	font-style: italic; }

  .error {font-size: 9pt; font-weight: bold; color: #FF0000;}

ul.error {list-style-type: disc; padding-left: 2em; }

.commentblock, .diaryentry {background: #F5F5F5; padding: 3px 1px 1px 1px; margin-bottom:7px; margin-top: 7px; border: 1px solid #AAAAAA; text-align: justify; display: block; }

.diarytitle {float: left; font-weight: bold; font-size: 10pt; padding-left: 5px; }
.name {float: left; font-weight: bold; font-size: 9pt; padding-left: 5px; }
.homepage {float: left; font-weight: normal; font-size: 8pt; padding-left:2em; padding-top: 1pt; }
.datetime {float: right; font-style: italic; font-size: 8pt; margin: 0 0.4em; padding-top: 1pt; }
.editlink {float: right; font-style: normal; font-size: 8pt; margin: 0 0.1em;}
.editlink a { padding: 0 1em; background: #FFE5E5; }
.editlink a:hover { background: #FFD0D0; }
.comment, .diarybody {
  background: #FFFFFF; font-size:8pt; margin-top: 0px; padding: 5px; display: block; }

.nav {
  margin-top: 4px; list-style-type: none; width: 98%; text-align: center; font-size: 7pt; }

.nav a {
  width: 100px; padding: 2px;}

.nav .floatleft {
  float: left; }

.nav .floatright {
  float: right; }

.picpost {
  text-align: center; font-style: italic; }

.commentform {
  background: #EEEEEE; padding: 7px; border: 1px solid #AAAAAA; text-align: justify; font-size:8pt; margin: 10px 0px; }

table, table td, table th {
  font-family: sans-serif; font-size:8pt }

form, input, textarea {
  font-size: 8pt; }
