@import "common.css";

body 	{ margin: 0px; font-family: Trebuchet MS, Tahoma, Verdana, serif; background: #DDD; }
h1 		{ font-family: Skia, Trebuchet MS, Lucida Console, Verdana, serif; }
a:link 	{ color: #009; }
a:hover {
			color: white; background: #777; text-decoration: none;
			text-shadow: 2px 2px 2px black, -2px -2px 2px black; 
		}
a:visited
		{ color: #848; }



#header	{
			position: absolute;
			top: 20px;
			left: 0px;
			width: 100%;
			height: 100px; 
			margin: 0px;
			}

#title	{
			position: absolute;
			top: 30px; right: 2%; width: 18%; 
			color: #555; text-align: center; 
			text-shadow: 2px 2px white, -2px -2px white;
			}
#title h1
		{ border-bottom: 1px dotted #555; }

#logo	{ position: absolute; height: 100px; top: 10px; left: 2%; width: 18%; }


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

#blog, #footer
		{ margin: 0px auto; width: 60%; }
#blog h2
		{ font-size: 1em; margin-bottom: 0px; }

blockquote
		{ background: #EEE; }
		
.entry
		{
			background: white; margin: 1em; padding: 1em 1em 0px 1em;
			border: 2px solid;
			border-color: #EEE #333 #333 #EEE;
			color: #222;
		}

.entry h1
		{
			color: #555;
			padding: 4px 4px 4px 8px;
			font-size: 1em; 
			text-shadow: 2px 2px white, -2px -2px white;
			background: #EEE;
		}
		
.title	{ font-size: 1.2em; color: black; display: block; }

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




.sidebars
		{
			position: absolute;
			top: 200px;
			width: 100%;
			margin: 0px;
			font-size: smaller;
			text-align: center; 
		}
.sidebars h1
		{
			clear: both;
			color: #555;
			padding: 20px 4px 0px 4px;
			font-size: 1em;
			border-bottom: 1px dotted #555; 
			text-shadow: 2px 2px white, -2px -2px white;
		}
.sidebars a
		{ display: block; }
.navbar	{ position: absolute; top: 0px; left:  2%; width: 18%; margin: 0px; }
.blogbar
		{ position: absolute; top: 0px; right: 2%; width: 18%; margin: 0px; }

.year	{ color: #555; }

#footer	{ padding: 10px; }
#footer img
		{ padding: 2px 10px 2px 10px; }

.update	{ color: #555; }

.writeback
	{
	background: #F7F7F7;
	border: 2px solid;
	border-color: #CCC #555 #555 #CCC;
	}

.adstrip
	{ width: 100%; text-align: center; }
.adstrip table
		{
			border: 1px solid gray;
			padding: 0px;
			margin-left: auto;
			margin-right: auto;
			font-size: smaller;
			text-align: center;
		}
.adstrip_title span
		{
			display: block;
			font-weight: bold;
			text-align: center;
			clear: both;
			color: #555;
			padding: 20px 4px 0px 4px;
			font-size: 1em;
			border-bottom: 1px dotted #555; 
			text-shadow: 2px 2px white, -2px -2px white;
		}
