* {
	margin: 0;
	padding: 0;
}

body {
	background: #484450;
	font-family: verdana;
}

div#page-container {
	margin: 8px auto;
	/*background: url(images/grid.png) top left repeat-y;*/
	background: #fff url(/images/roundedbacking2.gif) no-repeat top left;
	width: 828px;
	padding: 0 8px;
}

div#header {
	height: 94px;
	width: 820px;
	text-align: left;
	padding: 24px 4px 0px 4px;
}

div#header a {
	text-decoration: none;
}

div#header a:hover {
	text-decoration: none;
	background: none;
}

div#header img#subtitle {
	margin-top: 12px;
}

div#navigation {
	height: 40px;
	width: 828px;
	text-align: left;
	margin-bottom: 4px;
}

div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navigation ul li {
	float: left;
	width: 104px;
	line-height: 40px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-right: 4px;
	text-indent: 5px;
	background: url(/images/navigation/button_back.png) right no-repeat;
}

div#navigation ul li a {
	text-decoration: none;
	color: #fff;
}

div#navigation ul li a:hover {
	background: none;
}

div#cover-image {
	height: 162px;
	width: 828px;
	text-align: left;
	margin-bottom: 8px;
}

div.page-item {
	width: 828px;
}

div.left-column{
	float: left;
	width: 98px;
	padding: 0 4px;
	margin-right: 4px;
}

div.centre-column{
	float: left;
	width: 492px;
	padding: 0 4px;
}

div.right-column{
	float: right;
	width: 196px;
	padding: 0 4px;
}

div#footer {
	width: 828px;
	height: 170px;
	text-align: left;
	border-top: 1px solid #492E6B;
	padding-top: 12px;
	margin-top: 24px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p, ul, ol {
	color: #333;
	font-size: 0.8em;
	line-height: 1.405em;
	margin-top: 0;
	margin-bottom: 1.4em;
}

a img {
	border: 0;
}

a, a:visited {
	text-decoration: underline;
	color: #492E6B;			
}

a:hover {
	text-decoration: none;
	background: #492E6B;
	color: #fff;			
}

a.offsite, a.offsite:visited {
	background: url(open-off-site.png) top right no-repeat;
	padding-right: 12px; 
	margin-right: 1px;
}

a.offsite:hover {
	background: #339 url(open-off-site-highlight.png) top right no-repeat;
	padding-right: 12px; 
	margin-right: 1px;
	text-decoration: none;
	color: #fff;			
}

p a.offsite, p a.offsite:visited {
	background: url(open-off-site.png) center right no-repeat;
}

p a.offsite:hover {
	background: #339 url(open-off-site-highlight.png) center right no-repeat;
}

h1 {
	font-family: Georgia;
	font-weight: normal;
	color: #492E6B;
	font-size: 1.6em;
	line-height: 1.4em;
	/*margin-top: 2.1em;*/
	margin-bottom: 0.7em;
	border-bottom: 1px solid #8E74AE;
}

h2 {
	font-family: Georgia;
	font-weight: normal;
	color: #777;
	font-size: 1.4em;
	line-height: 1.4em;
	/*margin-top: 2.1em;*/
}

h2 a {
	color: #777;
	text-decoration: underline;
}

/*---------------------------------------------------
forms
---------------------------------------------------*/

form fieldset {
	border: none;
}

form fieldset li {
	list-style: none;
	padding-bottom: 1em;
}

form .formtip {
	color: #aaa;
	margin-left: 60px;
}

form fieldset fieldset label {
	margin-left: 43px; /* Width plus 3 (html space) */
}

/*---------------------------------------------------
blog formatting
---------------------------------------------------*/

div.right-column ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

div.right-column li {
	list-style: none;
}

li.widget {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.blogDate {
	color: #aaa;
}

.blogDate a {
	color: #aaa;
}

.recentcomments .commentExcerpt {
	background: url(/images/blockquote.gif) no-repeat 3px 2px;
	text-indent: 23px;
	padding-bottom: 1em;
}

.archivelist li {
	list-style: none;
}

.commentlist li {
	list-style: none;
}

.archivelist li a {
	background: url(/images/newspaper.png) no-repeat 0 50%;
  	letter-spacing: normal;
  	padding: 2px 0 2px 20px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

span.commenticon {
	background: url(/images/comment.gif) no-repeat 0 50%;
  	letter-spacing: normal;
  	color: #aaa;
  	padding: 2px 0 2px 20px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

div.post {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
	width: 400px;
}

.post img {
	border: 3px double #aaa;
}

.post ul, .post ol {
	padding-left: 2em;
}

.post h1 {
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #d2c5ec;
}
