﻿@charset "utf-8";
/* CSS Document */

div#main{
	width:600px;
	float:left;
	display:inline;/* fix double margin */
	margin:10px;
	}
	div#main div.post{
	background-color:transparent;
	color:#ccc;
	line-height:22px;
	margin-bottom:5px;
		}
		div#main div.post div.entry{
			padding:0px;
			overflow:hidden;/* in case large img or video */
			font-size:13px;
			}
			div#main div.post div.entry a{
				color:#ff5a00;
				border:none;
				text-decoration:none;
				}
			/* 20090629 add table layout */
			div#main div.post div.entry table{
	margin-bottom:20px;
	border:1px solid #3c1d07;
	background-color:#502505;
	color:#a57450;
				}
				div#main div.post div.entry table td, div#main div.post div.entry table th{
					padding:0px;
					border:1px solid #3c1d07;
					}



div.tableOutline table {
	width:100%;
	font-size:12px;
	border-collapse:collapse;
	text-align:left;
}
div.tableOutline thead tr {
	background-color:#3a1c06;
	color:#86522d;
}
div.tableOutline thead td {height:30px; line-height:30px;}
div.tableOutline thead th {text-align:center;}
div.tableOutline tbody tr:hover {background-color:#552705; color:#ac720e; cursor:pointer;}
div.tableOutline thead td[width], div.tableOutline tbody td[width] {}
