@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: #C13; }
a:visited
		{ color: #909; }
i 		{ padding-right: 2px; }


#header
	{
		height: 119px;
		margin: 0px;
		padding: 40px 10px 20px 40px;
		border-bottom: 30px solid #C13;
		background: #004; 
	}

#title 	{ color: white; }
#title h1
		{ font-size: 2em; margin-bottom: 2px; }
#title p
		{ margin-top: 0; 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: 189px;
			width: 100%;
			margin: 0px;
		}

#blog 	{
			margin: 20px 247px 0px 0px; 
			padding: 10px 30px 30px 30px;
			background: white;
		}
#blog h2
		{ font-size: 1em; margin-bottom: 0px; }

.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: #C13; }
.entry h1+p:first-letter
		{
			font-size: 2em;
			font-weight: bold;
			float: left;
			font-family: Copperplate, Skia, Trebuchet MS, Lucida Console, Verdana, serif;
			background: #004;
			color:white;
			border: 2px solid;
			border-color: #DDF #447 #447 #DDF;
			margin-right: 2px;
			padding: 4px;
		}

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


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

.adstrip
		{ width: 251px; 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; float: left; border: 1px dotted #C13; margin: 0px 10px 10px 0px; }
.year th
		{ background: #C13; color: white; }

