﻿body {
	font-size: 18px;
	font-family: calibri, verdana, helvetica, arial;
	text-align: left;
}

p {
	margin: 15px 0;
}

a {
	color: rgb(51,51,51);
}

a.category {
	color: rgb(180,180,180);
	padding: 2px;
}

a.category:hover {
	color: rgb(240,240,240);
	background-color: rgb(180,180,180);
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul li {
	list-style-type: disc !important;
	list-style-position: inside;
	padding-left: 5px;
}

.container {
  width: 1000px;
	margin: 0 auto;
	position: relative;
}

table.layout {
	border-collapse: collapse;
	border-width: 0;
}

table.layout td {
	vertical-align: top;
}

#doc2 {
	width: 1000px;
	margin: 40px auto 0 auto;
}

#nav {
	background-color: rgb(43,43,43);
	width: 100%;
	top: 0;
	left: 0;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid rgb(0,0,0);
	font-family: georgia, serif;
}

#logo {
	background-image: url(../../img/customised/logo.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 155px;
	float: right;
	margin-top: 7px;
}

#nav a {
	color: rgb(180,180,180);
	font-size:90%;
}

#nav ul {
	padding: 10px 0;
}

#nav li {
	display: inline;
	margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 { font-size: 200%; }
h3 {
	font-size: 180%;
	color: rgb(80,150,50);
	margin: 10px 0;
}
h4 {
	font-size: 150%;
	margin: 5px 0;
}
h5 {
	font-size: 120%;
	margin: 40px 0 20px 0;
}


#hd {
	background-color: rgb(153,204,102);
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid rgb(131,198,98)
}

#hd h1, #hd h2 {
	font-family: calibri;
	margin-left: 93px;
}

#hd h1 a {
	color: white;
	text-decoration: none;
}

#hd h2 {
	color: rgb(80,150,50);
	font-style: italic;
	font-weight: normal;
}

#blog-logo {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 99px;
	height: 98px;
	background: url(../../img/customised/blog-logo.png) no-repeat;
}

#content {
	padding-right: 20px;
}

#side {
	color: rgb(140,140,140);
	width: 250px;
	font-size: 90%;
}

#side h3 {
	font-size: 110%;
	color: rgb(100,100,100);
	margin: 30px 0 10px 0;
	border-bottom: 1px solid rgb(200,200,200);
}

#side a {
	color: rgb(50,50,50);
	text-decoration: none;
}

#side a:hover {
	text-decoration: underline;
}


#ft {
	border-top: 1px solid rgb(200,200,200);
	padding-top: 10px;
	font-family: calibri, helvetica, arial;
	font-size: 80%;
	margin-top: 100px;
	text-align: center;
	color: rgb(100,100,100);
}

address {
	color: rgb(100,100,100);
	font-size: 80%;
	font-style:italic;
	margin: 5px 0;
}

address a {
	color: rgb(20,20,20);
}

#search input {
	font-size: 150%;
	color: rgb(40,40,40);
	padding: 2px;
	font-weight: bold;
	font-family: helvetica,arial;
	margin: 10px 0;
}

#subscribe {
	padding-left: 38px;
	padding-top: 5px;
	background-image: url(../../img/customised/feed.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none !important;
	color: rgb(40,40,40) !important;
}

#subscribe:hover {
	text-decoration: underline !important;
}

blockquote {
	margin: 5px;
	text-indent: 16px;
	background: url(../../img/customised/quote-left.png) no-repeat 5px 5px;
	color: rgb(40,40,40);
	padding: 5px;
	font-style: italic;
}

cite {
	font-style: italic;
	font-size: 90%;
	text-align: right;
	display: block;
}

button, input.button {
	font-family: calibri;
	padding: 3px;
}

.listing .entry {
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(200,200,200);
	margin-bottom: 80px;
}

/* IE 6 hacks */
* html #txtComment { width: 82% !important; }
