/*
Theme Name: king001
Theme URI: leeking001.com/
Description:  A simple and pleasant design.
Author: Leeking001
Author URI: http://leeking001.com/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #21759B;
        text-decoration:none;
}
a:hover {
        text-decoration:underline;
}
body {
	color: #333;
	margin: 0; 
        font-size:14px; 
        font-family:  Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}
input {
	color: #555;
	font: normal 12px Arial, sans-serif;
}
p, cite, code, ul {
	margin:15px 0;
}
h1 {
	font-size: 22px;
	line-height: 160%;
        font-family: "微软雅黑", Arial, sans-serif;
}
code {
	border-right:1px solid #F0F0F0; border-top:1px solid #F0F0F0; border-bottom:1px solid #F0F0F0; background:url('img/bgcode.gif'); border-left:6px solid #39F; color: #555;
	display: block;
	margin-bottom: 12px;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Arial, sans-serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}
cite {
	background: url('img/quote.gif') no-repeat;
	color: #666;
	display: block;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.3em; font-family:"微软雅黑", Arial, sans-serif;
}
h1, h2, h3 {
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
}

.header {
	height: 30px;
    background:#669bb7;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:2100;
}

/* title */
.title {
	float: left;
}
.title h1 {
	color: #fff;
	font: normal 20px "微软雅黑", Arial, sans-serif;
margin:0;
}

.title h1 a{
	color: #fff;
        text-decoration:none;
        font-weight:bold;
}
/* navigation */
.navigation {
	float: left;
	height: 30px;
	padding: 0 0 0 20px;
}
.navigation a{
	color: #fff;
        float: left;
        display:block;
        height:23px;
	padding: 7px 20px 0;
	text-align: center;
}
.navigation a:hover {
	background-color: #7fb6d3;
	color: #fff;
        text-decoration:none;
}

/* apps */
.apps {
	top:30px;
	width:40px;
	left:0;
	position:fixed;
	z-index:2000;
        padding:15px 0 9999px;
border-right: 1px dashed #669bb7;
}
* html .apps {
	display:none;
}
.appList .bg_top {
background:url(http://leeking001.com/wp-content/2009/01/appList_top.gif) no-repeat;
height:10px;
}
.appList .bg_bottom {
background:url(http://leeking001.com/wp-content/2009/01/appList_bottom.gif) no-repeat;
height:10px;
}
.appList a {
	font-size:12px;
	display:block;
	line-height:20px;
	text-decoration:none;
	text-align:center;
        padding:8px 0;
position: relative;
}
.appList a:hover {
	background:#669bb7;
	color:#fff;
	text-decoration:none;
}
.appList img {
	border:0;
}
.appList li {
	list-style:none;
}
.appList li span {
display: none;
background:#669bb7;
height:32px;
line-height:32px;
padding:0 10px 0 0;
position: absolute;
top: 0;
left: 40px;
}

*+html .appList li span {
height:35px;
line-height:35px;
}

.appList a:hover span {
	display: block;
}

/* Friends */
.friends {
	top:30px;
	width:40px;
	right:0;
	position:fixed;
	z-index:2000;
padding:15px 0 9999px;
border-left: 1px dashed #669bb7;
}
* html .friends {
	display:none;
}
.friendList .bg_top {
background:url(http://leeking001.com/wp-content/2009/01/friendList_top.gif) no-repeat;
height:10px;
}
.friendList .bg_bottom {
background:url(http://leeking001.com/wp-content/2009/01/friendList_bottom.gif) no-repeat;
height:10px;
}
.friendList a {
	font-size:12px;
	display:block;
	line-height:20px;
	text-decoration:none;
	padding:8px 0;
text-align:center;
position: relative;
}
.friendList a:hover {
	background:#669bb7;
	color:#fff;
	text-decoration:none;
}
.friendList a img {
	border:1px solid #ccc;
padding:1px;
width:24px;
height:24px;
}

.friendList a:hover img {
	border:1px solid #ccc;
}

.friendList li {
	list-style:none;
}
.friendList li span {
display: none;
background:#669bb7;
height:44px;
width: 100px;
padding:0 0 0 10px;
position: absolute;
top: 0;
right: 40px;
text-align: left;
}

*+html .friendList li span {
height:47px;
line-height:47px;
}

.friendList a:hover span {
	display: block;
}

/* main */
.main {
	margin:0 0 30px 70px;
	padding:40px 310px 0 0;
}
* html .main {
	padding-top:20px;
}

/* main left */
.sidenav {
	float: left;
	width: 220px;
margin-right:-300px;
margin-left:30px;
overflow:hidden;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	font-size: 14px;
	line-height:160%;
	margin-top: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
height:24px;
        overflow:hidden;
display: block;
	padding: 2px 6px 2px 18px;
        line-height:160%;
        background: url('img/nav_li.gif') no-repeat;
}
.sidenav li a {
}

/* content */
.content {
	float: left;
	width: 100%;
overflow:hidden;
}
.content .descr {
	color: #999;
	margin-bottom: 10px;
font-size:12px;
}
.content .entry {
	line-height:180%;
        width: 605px;
padding: 0 0 0 10px;
}
.content .entry p,
.content .entry ul,
.content .entry ol {
	line-height:180%;
}
.content h1 {
	margin:20px 0 10px;
        border-bottom:1px dashed #ddd;
}
.content li {
	margin-left: 18px; list-style-image:url('img/li.gif')
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	line-height: 30px;
	text-align: center;
width:100%;
margin:0 auto;
background:#f2f2f2;
}


/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
color:#505050;
margin:20px 0 0 0;
font-size:12px;
}



/*comment styling*/
/* Comments Styling */
ol.commentlist {
margin: 10px 0;
}
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 580px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 400px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 12px;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 200px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 12px;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 200px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 12px;
background: #ffffff;
border: 1px solid #939793;
width: 200px;
}
#commentform input{
margin-bottom: 3px;
}
 
 .navigation li
{
list-style:none;
}

.navigation ul 
{
margin:0px;
}