@import "common.css";

body 	{ margin: 0px; font-family: Tahoma, Trebuchet MS, Verdana, serif; }
h1, .adstrip_title
 		{ font-family: Copperplate, Skia, Trebuchet MS, Lucida Console, Verdana, serif; }
a 		{ padding-left: 1px; padding-right: 1px; }
a:link 	{ color: #00F; }
a:hover	{ color: white; background: #004; }
a:visited
		{ color: #909; }
i		{ padding-right: 2px; }



#header {
			height: 119px;
			margin: 0px;
			padding: 40px 10px 20px 40px;
			color: #004; 
		}

#title	{ background: white; width: 40%; }
#title h1
		{ background: #004; color: white; font-size: 2em; margin-bottom: 2px; padding-left: 2px; }
#title p
		{ margin-top: 0px; font-size: smaller; font-style: normal; }

#logo	{
			position: absolute;
			top: 0px;
			right: 0px;
			width: 227px;
			height: 179px;
			margin: 0px;
			padding: 0px;
			background: white url(http://www.ravenna.com/~forbes/images/americoz.png) center no-repeat;
		}


#main	{
			position: absolute;
			top: 139px;
			width: 100%;
			margin: 0px;
		}

#blog	{
			margin: 0px 247px 0px 0px; 
			padding: 0px 30px 30px 30px;
			background: white;
		}
#blog h2
		{ font-size: 1em; margin-bottom: 0px; }
#blog blockquote
		{ border: 1px solid black; }

.entry	{ margin: 1em; padding: 0px 1em 0px 1em; border: 1px dotted; }
.entry h1
		{ color: white; padding: 4px 4px 4px 8px; font-size: 1.2em; background: #004; }
.entry h1+p:first-letter
		{
			font: 2em bold;
			font-family: Copperplate, Skia, Trebuchet MS, Lucida Console, Verdana, serif;
			float: left;
			background: #004; color:white;
			border: 2px solid #ddf;
			border-left: 2px solid #ddf;
			border-right: 2px solid #447;
			border-bottom: 2px solid #447;
			margin-right: 2px; padding: 4px;
		}

.sig	{ color: #555; text-align: right; }


.sidebars
		{
			position: absolute;
			top: 50px;
			right: 0px; 
			width: 227px;
			font-size: smaller; 
		}
.sidebars h1, .adstrip_title
		{ clear: both; color: white; padding: 4px 4px 4px 8px; background: #004; }
.sidebars h1
		{ font-size: 1.5em; }
.sidebars a
		{ display: block; }
table.contents
		{ width: 100%; }
#navbar, #blogbar
		{ margin: 1em 0em 1em 1em; }

.adstrip
		{ width: 231px; margin-left: -2px; }
.adstrip_title
		{
			font-size: 1.25em;
			font-weight: bold;
		}
.adstrip table
		{
			border: 1px dotted black;
		}
		
#footer	{
			margin: 0px 247px 0px 0px; 
			padding-top: 10px;
			background: white;
			text-align: center;
		}
#footer img
		{ padding: 2px 20px 2px 20px; }

.year 	{
			color: #999;
			text-align: center;
			float: left;
			border: 1px dotted #004;
			margin: 0px 10px 10px 0px;
		}
.year th
		{ background: #004; color: white; }
