/*
Theme Name: ThinkChao Robot
Theme URI: http://thinkchao.com
Description: Theme for thinkchao.com
Author: David Chao
Author URI: http://thinkchao.com
*/

body{
	background-color: #E5E5E5;
	font: 75%/150%  Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px 0px 40px;
}

a {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

h2 {
	color: #000000;
	margin: 0px 0px 2px;
	background: url(images/divider.jpg) no-repeat bottom;
	letter-spacing: -1px;
	font-size: 22px;
	padding-bottom: 15px;
	padding-left: 10px;
}
h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #FF0000;
	text-decoration: none;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	margin-left: 15px;
}

img {
	border: none;
}

#page {
	background: #FFFFFF  url(images/bgbody.jpg) repeat-y;
	margin: 0px auto;
	width: 1024px;
}

#header {
	background: #E5E5E5 url(images/bgtop.jpg) no-repeat;
	width: 1024px; 
	height: 290px;
}

#nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	padding-top: 95px;
	margin-left: 30px;
	list-style: none;
}

#nav li {
	float: left;
}

#link-blog {
	display: block;
	width: 94px;
	height: 36px;
	background: url(images/links.jpg) no-repeat 0 0;
}

#link-blog:hover {
	background: url(images/links.jpg) no-repeat 0 -36px;
}

#link-blog span {
	display: none;
}

#link-bio {
	display: block;
	width: 86px;
	height: 36px;
	background: url(images/links.jpg) no-repeat -94px 0;
}

#link-bio:hover {
	background: url(images/links.jpg) no-repeat -94px -36px;
}

#link-bio span {
	display: none;
}

#link-art {
	display: block;
	width: 88px;
	height: 36px;
	background: url(images/links.jpg) no-repeat -180px 0;
}

#link-art:hover {
	background: url(images/links.jpg) no-repeat -180px -36px;
}

#link-art span {
	display: none;
}

#link-links {
	display: block;
	width: 119px;
	height: 36px;
	background: url(images/links.jpg) no-repeat -268px 0;
}

#link-links:hover {
	background: url(images/links.jpg) no-repeat -268px -36px;
}

#link-links span {
	display: none;
}

#content {
	width: 724px; 
	float: left;
}

.quote {
	text-align: justify;
	margin-left: 50px;
    margin-right: 50px;
    font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}

.post {
	margin-left: 85px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 605px;
	clear: both;
}
.post-date {
	width: 50px;
	height: 70px;
	float: left;
	background: url(images/circle.jpg) no-repeat bottom;
}
.post-month {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;
	line-height: 25px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 480px;
}

.entry {
	text-align: justify;
	clear: both;
	padding-top: 5px;
}

.post-cat {
	float:left;
	padding-left: 10px;
	font-size: 95%;
	color: #555555;
}
.post-comments {
	float: right;
	padding-right: 10px;
	font-size: 95%;
}
.post-calendar {
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #55555;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #555555;
}
.previous-entries {
	margin-left: 50px;
	float: left;
	padding-left: 30px;
	background: url(images/left.jpg) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 30px;
	background: url(images/right.jpg) no-repeat right center;
}
#sidebar {
	margin-right: 45px;
 	width: 250px; 
	float: right;
}

.ul-links {
	list-style: none;
	padding:0px;
}
.ul-links li{
	font-size: 120%;
	margin-left: 50px;
	padding: 5px 0px 5px 30px;
	background: url(images/right.jpg) no-repeat left center;
}
.ul-links li a, .ul-cat li a:visited{
	color: #555555;
	text-decoration: none;
}
.ul-links li a:hover{
	color: #FF0000;
	text-decoration: none;
}
.ul-recent {
	list-style: none;
	margin-left: 20px;
	padding:0px;
}
.ul-recent li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/bullet.jpg) no-repeat left center;
}
.ul-recent li a, .ul-cat li a:visited{
	color: #555555;
	text-decoration: none;
}
.ul-recent li a:hover{
	color: #FF0000;
	text-decoration: none;
}

.ul-cat {
	list-style: none;
	margin-left: 20px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/bullet.jpg) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #555555;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF0000;
	text-decoration: none;
}

.ul-archives {
	list-style: none;
	margin-left: 20px;
	padding:0px;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/bullet.jpg) no-repeat left center;
}
.ul-archives li a, .ul-cat li a:visited{
	color: #555555;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF0000;
	text-decoration: none;
}

#footer {
	background: #E5E5E5 url(images/bgbottom.jpg) no-repeat;
	width:1024px; 
	height: 179px; 
	clear: both;
}

#credit {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 100px;
	padding-top: 50px;
}