/*colours
	#6495ed cornflowerblue
	#483d8b darkslateblue
	#ffffff white
	#000000 black
	#00008b darkblue
	#800000 maroon
	#0000ff blue
	#8fBc8f darkseagreen
	#f5f5f5 whitesmoke
*/
* {padding:0; margin:0;}

body {
	color: darkslateblue;
	background-color: whitesmoke;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 1.33em;
	background-image: url(../images/logo.gif);
	/*background-repeat: no-repeat;  repeat-y/repeat-x/no-repeat */
	background-attachment: fixed;
	background-position: top left;
	}

a:link {color: maroon; text-decoration: underline;}
a:visited {color: darkblue; text-decoration: none;}
a:hover {color: maroon; background: white;text-decoration: underline;}
a:active {color: cornflowerblue;}

acronym { border-bottom: 1px dotted black; }

h1, h2, h3 {margin: 0 0 .67em 0;}
h4, h5, h6, p, blockquote {margin: 1em 0;}
h4, h5, h6, b, strong {font-weight: bolder;}
big {font-size: larger;}
small, sub, sup {font-size: smaller;}

h1	{font-size: x-large;}
h2	{font-size: large;}
h3	{font-size: medium;}
h4	{font-size: small;}
h5	{font-size: x-small;}
h6	{font-size: xx-small;}

i, cite, em, var, address {font-style: italic;}
img {margin: 0 10px 0 0; border: 0;}
label {cursor: pointer; cursor: hand;}

blockquote {
	font-family: Georgia, "Book Antiqua", Modern, "Times New Roman", Times, serif;
	text-align : left;
	padding: 0 1em;
	margin: 0 1em;
	border-left: 1px dashed maroon;
	background-color: white;
	}

.masthead, .footer {background-color: whitesmoke; display: block; position: relative; text-align: center; width: 100%;}
.masthead {top: 0;}
.main {width: 100%; position: relative;	clear:both;}
.footer {clear: both; color: maroon; font-size: smaller;}

.content, .content80 {display: block; position: static; padding: 0 10px;}
.content {margin: 0 25% 0 25%;}
.content80 {margin: 0 10% 0 10%;}

.blog {display: block; position: static; padding: 0; margin: 0 2em; width: 65%; float: left;}
.entry, .blogentry {background-color: white; padding: 0 1em; margin: 0 0 2em 0; border: none;}
.byline {clear: both; font-size: smaller; text-align: right; margin:0;}

.side, .sideplus {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	font-size: smaller;
	z-index: 3;
	left: 75%;
	right: 0;
	}

.sideentry {background-color: white; padding: 0 1em 0 1em; margin: 0 0 2em 0; border: none;}
.sideplus { width: 40%; }
.side ul, .sideplus ul, .sideentry ul {padding-left: 1em; margin-left: 0; list-style: none;}

.blogdate {background-color: darkslateblue; color: white; background-image: none; font-size: small; padding: 0 1em;}
.sidehead {padding: 2px 0 5px 0; font-size: 1.3em; margin: 0;}
.subtitle {padding: 5px 10px 0 0; font-size: 1.3em;}
.MessageCell {background-color: white; background-image: none; padding: 0 1em;}

#rightside { float: right; }
#leftside { float: left; }

.pullquote {float: right; width: 20em; margin: 2em 0 2em 2em; font-size: large; color: maroon; text-align: right;}

p.news {margin: 0.5em 0 0 0; line-height: 1em;}
.center {text-align: center;}

.indent {margin-left: 2em; padding-left: 2em;}
.desc {font-variant: small-caps; font-family: Times, serif; font-size: medium; letter-spacing: 0.1em;}
.strikethrough {text-decoration: line-through;}
.submenu {margin-bottom: 0.5em;}

#newslist, #navlist {margin: 0 20px 20px 20px; font-size: smaller;}
#newslist li, #navlist li  {display: inline; list-style-type: none; white-space: nowrap;}
#newslist a, #navlist a  {display:inline; padding:5px; color: whitesmoke; background: darkslateblue; font-weight:bold; text-decoration:none;}
#newslist a:hover, #navlist a:hover {color: maroon; background-color: whitesmoke; text-decoration: underline;}

.vcard abbr
	{
	border:0
	}
object.include
	{
	width: 0;
	height: 0;
	display: none;
	}
.tel
	{
	speak: spell-out;
	speak-numeral: digits;
	}

