/*
Theme Name: DaXiong
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/**
 * CSS ReSet
 *
 * @author  i.feelinglucky@gmail.com
 * @link    http://www.gracecode.com/
 * @version $Id: reset.source.css 124 2008-11-24 13:42:19Z i.feelinglucky $
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0em; padding: 0em; border: 0em;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6, p {
    font-size: 100%;
}

body { 
    line-height: 1.5; 
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
    outline: none;
}

/* Fixes incorrect styling of legend in IE6. */
* html legend {
    margin: -18px -8px 16px 0;
    padding: 0;
}

/* Fixes incorrect placement of ol numbers in IE6/7. */
ol {
    margin-left: 2em;
}

/* Fixes wrong line-height on sup/sub in IE. */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* Fixes IE7 missing wrapping of code elements. */
html>body p code {
    white-space: normal;
}

/* IE 6&7 has problems with setting proper <hr> margins. */
hr {
    margin: -8px auto 11px;
}

/* vim: set et sw=4 ts=4 sts=4 fdm=marker ff=unix fenc=utf8 */


/**
 * Thedaxiong.com
 *
 * @author mingcheng@taobao.com
 * @date   2008-12-01
 * @link   http://www.gracecode.com/
 */

body {
    font-size: 14px;
    color: #333333;
    background: #fff;
    font-family: Verdana,Geneva,sans-serif;
}

ul, ol {
    list-style-position: inside;
}

input {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    padding: 1px;
}

a:link, a:visited {
    color: #ac9f7b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 98%;
    margin: 0px auto;
}

.header, .body, .footer {
    clear: both;

}

.header {
    background: url(images/header.jpg) no-repeat top left;
}

.header-top {
    overflow: hidden;
    background: #fff;
    padding: 1em 0 5px 0;
    margin: 0px 0px 320px 0px;
    opacity:0.8;
    filter: Alpha(opacity=80);   
    overflow: hidden;
    zoom: 1;
}

.header-bottom {
    border-bottom: 5px solid  #ac9f7b;
    z-index: 1;
    height: 32px;
    position: relative;
}

.header-bottom .header-bottom-content {

    z-index: 2;
    height: 32px;
    opacity:0.45;
    filter: Alpha(opacity=45);   
}

.header-bottom .nav {
    position: absolute;
    bottom: -5px;
    left: 5em;
    z-index: 5;
    top: 0px;
}

.header-bottom .nav li {
    height: 32px;
}

.header-bottom .nav li.current {
    height: 37px;
}

.header-bottom .nav li a:link, .header-bottom .nav li a:visited {
    height: 37px;
    line-height: 37px;
}



.header-top .logo, .header-top .desp {
     float: left;

}

.header-top .logo {
    margin-right: .8em;
}

.header-top .search {
    position:absolute;
    top: 15px;
    right: 30px;
    padding-left: 5px;
    padding-top: 0px;
}

.logo {
    height: 40px;
    width: 380px;
    overflow: hidden;
}

.logo a:link, .logo a:visited {
    display:block;
    outline:none;
    background: url(images/logo.png) no-repeat top left;
    text-indent: -999em;
}

.desp {
    font-size: 2em;
    font-family: "Microsoft YaHei", "SimHei";
}

.search {
    background: #ac9f7b;
    padding: 1px;
    width: 200px;
}

.search .keywords {
    width: 150px;
}

.search .go {
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: #ac9f7b;
    vertical-align: middle;
    line-height: 14px;
    border: 0px;
}

.search .go:focus, .search .go:active {
    border: none;
}

.nav {
    list-style: none;
    overflow: hidden;
}

.nav li {
    float: left;
    line-height: 2em;
    overflow: hidden;
}

.nav a:link, .nav a:visited {
    border-right: 0px solid #000;
    font-size: 12px;
    display: block;
    text-decoration:none;
    color: #eaeaea;
    font-weight: bold;
    padding: 0px 1.2em;
    *display: inline-block;
    margin: 0px 0px 0px -1px;
}

.nav li.current a:link, .nav li.current a:visited, .nav a:hover {
    background: #fff;
    text-decoration:none;
    color: #000;
}

.nav li a:hover {
    opacity:0.90;
    filter: Alpha(opacity=90);   
}

.nav li.current a:hover {
    opacity:1;
    filter: Alpha(opacity=100);   
}


.body {
    padding: 40px 80px;
    *zoom: 1;
}

.archive {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.archive .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
}

.archive p {
    font-size: 12px;
    color: #999;
    margin-bottom: 1em;
    padding: 0px 2em;
    text-align: justify;
}

.archive .meta {
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0;
}

.archive .archive-header {
    border-bottom: 2px solid #ac9f7b;
    overflow: hidden;
    zoom: 1;
    position: relative;
    padding-left: 120px;
    margin-bottom: 10px;
}

.archive .archive-header .title{
	display:inline;
	height:22px;
}
.archive .archive-header .title a {
    padding: 3px 0px;
    
}

.archive .archive-header .title a:hover {
    text-decoration: none;
    background: #fcff00;
    color: #000;
}

.archive .archive-header .date {
    position: absolute;
    zoom: 1;
    width: 120px;
    overflow: hidden;
    height: 42px;
    bottom: 0px;
    left: 0px;
    padding: 0px;
}

.archive .archive-header .date span {
    display: block;
    text-align: center;
    border-top: 5px solid #ac9f7b;
    font-size: 2em;
    width: 45px;
    height: 45px;
    float: left;
    margin: 0px 5px;
    background: #fff;
    color: #000;
    font-weight: bold;
}

.archive .meta, .archive .meta a {
    color: #999;
}

.archive em {
    color: #009cff;
    font-style: normal;
	font-weight:bold;
}

.archive img {
    border: 10px solid #fff;
    border-bottom: 20px solid #fff;
    border-color: #fff;
    margin-top:10px;
    margin-bottom:10px;
}

.archive p img {
    margin: 20px 2em;
}

.footer {
    height: 90px;
    border-top: 5px solid #ac9f7b;
    font-size: 12px;
    position: relative;
}

.footer a:link, .footer a:visited {
    color: #fff;
}

.footer .title {
    color: #f1ebdc;
    font-size: 12px;
    position: absolute;
   	left:10%;
    top: 12px;
}

.footer .links {
	left:18%;
	line-height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	top:10px;
	width:65%;
}

#rssimg{
	position: absolute;
	right:10%;
	top: 20px; 
}

.footer .links li {
    float: left;
    padding-right: 2em;
    _padding-right: 2.2em;
}

.footer-content {
    background: #AC9F7B;
    padding: 5px;
    z-index: 2;
    opacity:1;
    filter: Alpha(opacity=100);   
    height: 100%;
}

.archive .comments {
    border-top: 2px solid #ac9f7b;
    margin-top: 3em;
    padding: 1em 0px;
}

.archive .comments .title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 1em;
}

.archive .comments-list {
    margin-bottom: 1em;
}


.comments-post {
    color: #fff;
}

.comments-post p {
    font-size: 14px;
    color: #000;
}

.comments-post .must {
    margin: 0px .5em;
}

.comments-post input, .comments-post textarea {
    border: 2px solid #ac9f7b;
    padding: 2px;
    font-size: 14px;
    color: #000;
    background: #fff;
}

.comments-post textarea {
    height: 155px;
    width: 670px;
    overflow: auto;
}

.comments-post .submit {
    text-align: center;
    margin: 3em 0px 0px .5em;
    width: 670px;
}

.comments-post .submit input {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 20px;
    background: #ac9f7b;
    color: #fff;
    cursor:pointer;
}

#comment-table{
	background:#f1ebdc;
	width:100%;
	border-collapse:collapse;
}

#comment-table td{
	border:1px solid #fff;
	padding:10px;
	vertical-align:top;
}
#comment-table td.num{
	width:100px;
	color:#666;
	font-size:2em;
}

#comment-table td h5 {
    font-size: 14px;
    color: #fcff00;
    font-weight: bold;
}


#comment-table td h5 span {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

#comment-table td p {
    color: #000;
    margin: 10px 0px;
    padding: 0px;
}

.navigation{
	margin-bottom:20px;
	float:right;
}

.navigation .alignleft,.navigation .alignright{
	width:300px;
	height:22px;
	overflow:hidden;
	font-weight:bold;
}

.navigation .alignleft{
	display:inline-block;
	float:right;
	text-align:right;
	padding-right:10px;
}
.navigation .alignright{
	display:inline-block;
	float:right;
	text-align:left;
	padding-left:10px;
}
.pagesContainer{
	float:left;
	width:100%;
	margin:20px auto;
}
.pages{
	width:200px;
	margin:0 auto;
}
.pages ul li{
	float:left;
	list-style-type:none;
	border:1px solid #ac9f7b;
	width:24px;
	height:24px;
	line-height:24px;
	background:#3d3c27;
	margin:3px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	font-family:"Arial";
}
.pages ul li a{
	text-decoration:none;
}

.pages ul li.selected{
	background:#ac9f7b;
}
.pages ul li.selected a{
	color:#fff;
}

/* vim: set et sw=4 ts=4 sts=4 fdm=marker ff=unix fenc=utf8 */
