@import "common.css";

body
		{
			margin: 0px;
			border: 10px solid black;
			background: white;
			color: black;
		}

a		{ color: #066; }
a:visited
		{ color: #000; }


#header
		{
			position: absolute;
			top: 10px;
			left: 10px;
			height: 65px;
			right: 10px;
			background: #055 url(http://www.ravenna.com/~forbes/images/corner_big.png) no-repeat;
			color: white;
			z-index: 99;
		}

#title, .sidebars h1, .adstrip_title
		{ font-family: Arial, Helvetica, sans-serif; }

#title h1
		{
			font-size: 36px;
			margin: 20px;
			margin-bottom: 2px;
		}

#title p
		{
			margin-top: 10px;
			padding-left: 20px;
			padding-right: 20px;
			color: #055;
			background-color: white;
		}


#logo 	{
			position: absolute;
			top: 0px;
			width: 45%;
			right: 0px;
			height: 85px;
			padding: 5px;
			background: white url(http://www.ravenna.com/~forbes/images/americoz-small.png) repeat-x;
		}

#logo img
		{ border: 0px; }


.sidebars
		{
			position: absolute;
			top: 100px;
			right: 10px;
			width: 190px;
			padding: 50px 10px 10px 10px;
			background-color: white;
		}

.navbar a, .blogbar a
		{
			font-size: 14px;
			font-weight: bold;
			display: block;
			background-color: #ccc;
			padding-left: 4px;
		}

.sidebars h1, .adstrip_title
		{
			background: #055;
			color: white;
			font-size: 18px;
			margin: 20px 0px 0px 0px;
			background: #055 url(http://images.slashdot.org/knobs.gif) center right no-repeat;
			border: 1px solid #055;
		}

.sidebars h1 a
		{ font-size: 18px; color: white; background: none; }

.navbar table, .blogbar table
		{ width: 100%; text-align: center; font-size: 14px; font-weight: bold; background: #CCC; }
.sidebars table a
		{ padding-left: 0px; }
.year	{ border-top: 1px solid #055; }
table.contents
		{ width: 100%; background: #CCC; }

.sidebars table img
		{ position: relative; top: 1px; }

.adstrip_title
		{
			text-align: left;
			background-image: none;
		}

.blogad td, .blogad_text td, .blogad_text a
		{
			text-align: left;
			font-size: 12px;
		}
.blogad
		{
			border: 1px solid #055;
		}

#blog:before
		{
			font-size: 10px;
			font-weight: bold;
			content: "This page was generated by a Flock of Stealth Monkeys for a Nerd (123456)."
		}

#blog
		{
			margin: 10px 230px 10px 80px;
			padding: 95px 10px 10px 20px;
			font-size: 16px;
		}
		
#blog h1
		{
			font-size: 18px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			color: white;
			background: #055 url(http://www.ravenna.com/~forbes/images/corner_small.png) no-repeat;
			padding: 4px; 
			padding-left: 10px;
		}

#blog h1 a
		{ color: white; }
#blog h2
		{ font-size: 16px; margin-bottom: 2px; }
#blog blockquote
		{ color: #444; }

#footer	{
			text-align: center;
			margin: 40px;
			border-top: 1px solid #055;
			padding-top: 10px;
			font-size: 0.75em;
		}

#footer img
		{
			padding: 10px 20px 10px 20px;
			border: none;
			background: none;
		}


.sig 
		{
			font-size: 14px;
			color: black;
			margin-left: 2em;
			margin-bottom: 3em;
			margin-top: 10px;
		}

.update { color: #555; }


