/* Backup resets in case retrieval Yahoo Reset fails */

body, div, p, h1, h2, ul {
  margin:0px;
  padding:0px;
}

/* Basic page elements */

body {
  font: normal 10pt 'century gothic','mangal','tunga','arial';
  text-align:left;
  text-align:center;
  margin:0px;
  
}

em {
	font-style:italic;
}

h1 {
  font-size:160%;
  font-weight:bold;
  display:inline;
}

h2 {
  font-size:120%;
  font-weight:bold;
  padding:5px 0px 5px 0px;
  color:#000;
}

#article h2 a {
	text-decoration:none;
	color:#000;
}

#article h2 a:hover {
	text-decoration:underline;
	color:#000;
}

#article img {
	margin:10px;
}

h3 {
  font-size:110%;
  font-weight:bold;
  padding:5px 0px 5px 0px;
  color:#000;
  display:inline;
}

h4 {
  font-size:100%;
  font-weight:bold;
  padding:5px 0px 5px 0px;
  color:#000;
  display:inline;
}

code {
	border: 1px solid #aaa;
	background-color:#ececff;
	padding:3px;
	display:block;
}

li.toc3{
	list-style:square;
}

li.toc4{
	list-style:square;
	font-size:90%;
	margin-left:10px;
}


strong {
	font-weight:bold;
}

ul {
	margin-left:15px;
}

#mainPage p {
  line-height:120%;
  margin:0px 0px 15px 0px;
}

/* Page layout -- custom divs etc */

div#article {
	padding:15px;
}

div#articleEndExtras {
}

div#articleStartExtras {
	visbility:hidden;
	display:block;
}

div#articleSpacer {
	visibility:hidden;
}

div#comments {
	padding:15px;
}

div#container {
	text-align:left;
	width:992px;
	background-image:url('/images/right-fade.png');
	background-repeat:repeat-y;
	background-position:right;
	margin:0 auto;
}

div.entryDate {
	display:inline;
	text-align:left;
	font-size:100%;
	color:#777;
	padding: 0px 15px 0px 0px;
	line-height:120%;
}

div#footer {
	font-size:75%;
	text-align:center;
}

div#header {
	background-color:white;
	background-image:url('/images/header-dot19-22-3-leaves.JPG');
	width:976px;
	height:110px;
	background-repeat:no-repeat;
	margin:0px;
	border-right:solid 1px #999;
	border-left:solid 1px #ccc;
}

div#mainPage {
	width:976px;
	border-right:solid 1px #999;
	border-left:solid 1px #ccc;
}

div.menu1 {
margin-bottom:5px;
}

div.menu1 a {
	display:block;
}

div#nav1 {
	width:250px;
	float:right;
	margin:20px 15px 15px 15px;
	padding:10px;
	background-color:#fec;
}

#nav1 a:hover {
	background-color:#fb0;
	text-decoration:none;
}

div#previousEntries {
	background-color:#F0F0F0;
	padding:15px;
}

div#search-box {
	float:right;
	margin:15px 15px 0px 0px;
}

div#sitetitle {
	float:left;
}

#sitetitle a {
	position:relative;
	top:4px;
	left:10px;
	text-decoration:none;
	font-size:80px;
	color:white;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

div#tagline {
	position:relative;
	top:15px;
	left:25px;
	float:left;
	background-image:url('/images/learnt.gif');
	width:110px;
	height:83px;
}

div.tagcloud {
	margin-bottom:20px;
}

div#tagline p {
	visibility:hidden;
}

#tagline a:hover {
	text-decoration:underline;
}

div#toc {
	float:right;
	background-color:#E8E8FF;
	padding:15px;
	margin:0px 0px 15px 15px;
	max-width:300px;
}

