﻿/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Coconino screen styles
By Philip King
First version 22 March 2006 (cold with sunny spells)
-----------------------------------------------------------------------
England beat India in the third test at Mumbai. Hooray!
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/


body
{
	text-align: center;
	font-family: sans-serif;
	padding: 0;
}

#page
{
	margin: 0 0 0 0em;
	padding: 0 0 0 0;
}
#header
{
	text-align: left;
}

#content
{
	text-align: left;
	margin: 0 6em 0 6em;
}

a:link, a:visited

{
	text-decoration: none;
	color: #000000;
}
a:hover, a:active
{
	text-decoration: underline;
	color: #FF0000;
}

h1, h2
{
	font-size: 1.4em;
	color: #333333;
}

h1
{
	border-bottom: #339900;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
}

body.cricket
{
	/*
	background-color: #99CC99;
*/
	color: #666666;
}

body.cricket div#content
{
/*
	background-color: #99FF33;
*/
	padding: 2em;
}


.delicious-posts
{
	font-size: .8em;
}

.delicious-posts h2
{
	font-size: 1em;
}

