@import "common.css";

body	{
			background: #F63;
			margin: 0px;
			font-family: Verdana, Arial, sans-serif;
			color: black;
		}

a		{ font-weight: bold; text-decoration: none; color:#F60; }
a:hover	{ color: red; }
a:visited
		{ color: #930; }

#header {
			margin: 0px;
			height: 80px;
			padding: 10px 20px 10px 0px;
			border-left: 179px solid #6CF;
			background: #6C6;
			z-index: 99;
		}

#title h1
		{
			font-size: 36px;
			margin-right: 20px;
			margin-bottom: 1px;
			text-align: right;
			color: white;
			font-weight: normal;
			width: 100%;
		}

#title p
		{
			position: absolute;
			top: 140px;
			left: 0px;
			width: 135px;
			text-align: right;
			color: black;
			background: #F63;
			z-index: 99;
			text-decoration: none;
		}

#logo 	{ display: none; }

.sidebars
		{
			position: absolute;
			top: 100px;
			left: 0px;
			width: 135px;
			text-align: right;
			padding: 10px;
			padding-top: 100px;
			background: #F63;
			border-top: 24px solid #6CF;
			font-size: 11px;
			font-weight: bold;
		}

.sidebars a
		{
			color: white;
			display: block;
			margin: 2px;
		}
.sidebars a:hover
		{ color: black; }

.sidebars h1
		{
			clear: both;
			font-size: 11px;
			margin-bottom: 2px;
			margin-top: 20px;
		}
		
.adstrip
		{ text-align: right; }

.blogad
		{
			font-size: smaller;
			border: 1px solid #FFC;
			text-align: right;
		}

table.contents
		{ width: 100%; }
.year	{ color: #555; float: right; padding-bottom: 20px; margin-bottom: 1em; }
.year th
		{ color: #000; }
.year a	{ margin: 0px; }


#blog
		{
			margin: 0px 0px 0px 155px;
			padding: 10px 0px 40px 20px;
			background: #FFC url(http://www.ravenna.com/~forbes/images/bloggertemplate30_corner.gif) no-repeat;
			font-size: 12px;
		}

#blog h1
		{
			font-size: 14px;
			font-weight: bold;
			margin-top: 40px;
			margin-bottom: 10px;
		}

#blog h2
		{ font-size: 16px; margin-bottom: 2px; }
#blog img
		{ margin: 2px; }
#blog li
		{ padding-top: 1em; }

#footer
		{ text-align: center;
			background: #FFC;
			margin: 0px 0px 0px 155px;
			padding: 20px 0px 40px 0px;
			font-size: 0.75em;
		}

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

#footer p
		{ margin-bottom: 40px; }


.sig
		{
			font-size: 11px;
			color: gray;
			margin-left: 2em;
			margin-bottom: 3em;
		}

.update	{ color: #555; }
