/*

Theme Name: Douban Classic
Theme URI: http://www.kedavid.com
Description: The classic douban.com blog theme
Version: 0.1
Author: David Ke
Author URI: http://www.www.kedavid.com
Tags: green, two-columns, fixed-width, two-columns

-----------------------------------------------

*/

body {
  margin:0;
  padding:0px 15px;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 150%;
  color:#333;
  }
  
a:link {
    color: #336699;
    text-decoration: underline;
  }
a:visited {
    color: #666699;
    text-decoration: underline;
  }
a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #003399;
  }
a img {
  border-width:0;
  }
  
/* Headings
----------------------------------------------- */
h2 {
    font: 14.8px normal Arial, Helvetica, sans-serif; color: #006600;
    margin-bottom: 5px; line-height: 150%;
  }
h3 {font-size: 12px;color: #006600;font-weight:bold;}

/* align */
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
  
/* Content
----------------------------------------------- */
#page {
  width:742px;
  margin:0 15px;
  margin-top: 1em;
  padding:0;
  text-align:left;
  }
#content {
  padding: 0px;
  width:512px;
  float:left;
  }
#sidebar {
  margin-top: .5em;
  width:170px;
  float:right;
  list-style:none;
  }
  
.more-link {font-weight:bold;}

/* Head */
#header {
	padding:2px 0px 10px;
	vertical-align: bottom;
        line-height: 150%;
	text-align: left;
        background: #FEFEFE
        margin: 0 auto 0px auto;
        border-bottom: 1px solid #999;
        background: url(http://www.kedavid.com/wp-content/uploads/2008/01/kedavy_gmailcom.jpg) no-repeat right;
        width: 755px;
        height: 100px;
}
#blogTitle {
	position: absolute;	
	color: #494949;
	font-size: 35px;
        line-height: 35px;
	text-align: left;
        vertical-align: bottom;
        padding-top: 15px;
 
}
#blogTitle a {
	color: #494949;
  text-decoration:none;
}

/* Footer
----------------------------------------------- */
#footer {
  width:700px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
 
 /* Sidebar Content
----------------------------------------------- */
#sidebar ul {padding:0;margin:0;list-style:none;}
#sidebar .widget {border-bottom:1px dotted #ccc;margin-bottom:1.5em;padding-bottom:.5em;}
#sidebar li {
  margin:0;
  padding:0 0 .25em 0;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }
.aktt_tweets {background-color:#FFF6EE;border:#FAEFE4;padding:10px;}


/* Post */
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  padding:0 0 0px;
  font: 14.8px normal Arial, Helvetica, sans-serif; color: #006600;
    margin-bottom: 5px; line-height: 150%;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#006600;
  font-weight:bold;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.postmetadata {
	color:#999;
}
.post blockquote {
  margin:1em 20px;
  color:#666;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Comments */
#comments li {padding:5px;margin-bottom:10px;min-height:48px;}
#comments .odd {
	background-color:#EEEEE6;
}
#comments .even {
	background-color:#E5E5E5;
}
.comment-meta {
	color:#999;
}
.comment-gravatar {
	float:right;
}