div.post{
		background-color: #131313;
		border: 1px solid #1f2223;
		color: #ccc;
		margin: 10px 0 20px;
		}
	/* sticky post */
div.post div.date{
			background: url(images/wp.gif) no-repeat;
			float: left;
			font-size: 12px;
			line-height: 14px;
			font-family: "Trebuchet MS", Georgia, sans-serif;
			text-align: center;
			vertical-align: middle;
			color: #fff;
			height: 43px;
			width: 50px;
			margin-left: -10px;
			margin-top: 16px;
			padding-top: 4px;
			_position: relative;/* ie6 fix */
			margin-right: 12px;
			}
div.post div.title{
			margin-left: 50px;
			margin-bottom: 10px;
			margin-top: 16px;
			_margin-top: 0;/*ie6 fix*/
			*+margin-top: 0;/*ie7 fix*/
			}
div.post div.title h2{
				font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
				font-size: 22px;
				font-weight: bold;
				letter-spacing: -1px;
				color: #eee;
				line-height: 30px;
				}
div.post div.title h2 a{
		color: #eee;
}
div.post div.title h2 a:hover{
	color: #a81213;
}
div.post div.entrycenter{
			text-align: center;
			padding-bottom:25px;	
			}
div.post div.entry{
			padding: 10px 20px 25px 20px;
			overflow: hidden;/* in case large img or video */
			_width: 600px;
			font-size: 13px;
			}
div.post div.entry a{
				color: #ff5a00;
				border: none;
				text-decoration: none;
				}
div.post div.entry a:hover{
				text-decoration: underline;
				}
div.post div.entry p{
				margin-bottom: 20px;
				}
			/* 20090629 add h1-h6 style in entry */
div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }
div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }
div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; }
div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }
			
div.post div.entry ul,
div.post div.entry ol{
	padding-bottom: 24px;
	margin-left: 40px;
	margin-right: 40px;
	}
div.post div.entry ul{
	list-style-type: disc;
	}
div.post div.entry ol{
	list-style-type: decimal;
	}
	div.post div.entry ul li,
	div.post div.entry ol li{
		padding: 1px 0;
		list-style: inside;
		}
div.post div.entry blockquote{
	background: url(images/blockquote.gif) no-repeat;
	padding: 35px 20px 10px 50px;
	margin: 0 15px 24px 15px;
	background-color: #181818;
	border-top: 1px solid #2a2e2f;
	border-bottom: 1px solid #2a2e2f;
	color: #999;
	}
	div.post div.entry blockquote p{
		margin-bottom: 8px;
		}
div.post div.entry code{
	font-family: "Courier New", mono;
	background-color: #181818;
	border-left: 1px solid #2a2e2f;
	color: #197b30;
	padding: 5px 10px;
	display: block;
	}
/* 20090629 add table layout */
div.post div.entry table{
	margin-bottom: 20px;
	border-collapse:collapse;
	border: 1px solid #2a2e2f;
	background-color: #181818;
	color: #999;
	}
div.post div.entry table td,
div.post div.entry table th{
	padding: 2px 5px;
	border: 1px solid #2a2e2f;
	}


#wp-calendar {
	color: #ccc;
	width: 95%;
	font-family: Arial, sans-serif;
}

#wp-calendar caption {
	padding: 5px;
	letter-spacing: 2px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#wp-calendar th{
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	color: #ff5a00;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar #prev{
	text-align: left;
	padding-left: 5px;
}

#wp-calendar #next{
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad{
	border-top: 1px solid #1f2223;
}

#wp-calendar #prev a, #wp-calendar #next a{
	color: #999;
}

#wp-calendar td#today{
	color: #fff;
	background-color: #101010;
	font-weight: bold;
}


.wp-caption {
   border: 1px solid #1f2223;
   text-align: center;
   background-color: #0d0d0d;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #ccc;
}

div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 