﻿/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.

Modified by Li Fanxi
Originally get from http://www.oswd.org/design/preview/id/3247
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
a {
	color: #C60;
	text-decoration: none;
}
a:hover {
	color: #F70;
	text-decoration: underline;
}
body {
	background: #0094D6 url(/blog/common/bg.gif) repeat-x;
	color: #466;
	font: normal 10px "Lucida Sans Unicode",sans-serif, "宋体";
	margin: 0;
}
input {
	color: #555;
	font: normal 1.2em "Lucida Sans Unicode",sans-serif, "宋体";
}
p,cite,.example,ul,ol,.image-caption {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
.example {
	background: url(/blog/common/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif, "宋体";
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(/blog/common/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif, "宋体";
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/blog/common/topleft.gif) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 55px;
}
.title h1 {
	color: #FFF;
	font: normal 1.8em Verdana,sans-serif, "宋体";
}

/* navigation */
.navigation {
	float: right;
	height: 92px;
	margin-right: 50px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif, "宋体";
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(/blog/common/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}


/* maine left */
.left {
	float: left;
	margin-right: 4%;
	width: 65%;
}
.left .entry-date {
	color: #C60;
	margin-bottom: 6px;
}
.left h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
	color: #06C;
	padding-top: 6px;
}
.left .entry-title a {
	color: #06C;
	text-decoration: none;
}
.left li {
	list-style: url(/blog/common/li.gif);
	margin-left: 18px;
}
.left .entry {
	margin-bottom: 15px;
/*    border-top: 1px dotted #DDD;*/
}
.left .commentdiv {
    font-size: 1.2em;
}

/* main right */
.right {
	float: left;
	width: 24%;
}
.right h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.right ul {
	margin: 0;
	padding: 0;
}
.right li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.right li .menu {
	color: #777;
/*	display: block;*/
/*	font-size: 0.9em;*/
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.right td {
	font: normal 12px "Lucida Sans Unicode",sans, "宋体";    
}
.right li a:hover {
	color: #111;
	background: url(/blog/common/nav_li.gif) no-repeat;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
    font-size: 1.2em;
}
.txtbtn {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
    font-size: 1.2em;
}
fieldset {
    border: 0px;
}
.nocomment, .comments {
    margin-top: 5px;
    margin-bottom: 5px;
}
.comments {
    border-bottom: 1px dotted #EEE;
    padding-bottom: 5px;
}
/* footer */
.footer {
	background: #0094D6 url(/blog/common/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
}
.footer a {
	color: #C1DEF0;
	text-decoration: none;
}
.footer a:hover {
	color: #C1DEF0;
	text-decoration: underline;
}
.copyright {
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}
.icons {
    text-align: right;
    padding-right: 10px;
    padding-top: 15px;
}

.quoted {
	background: url(/blog/common/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
