/*  

Theme Name: ChunCss

Theme URI: none url

Description: This theme made with pure css.

Version: 1.0

Author: luckysixdays

Author URI: none

Tags:  blue, green,  two-columns, fixed-width, right-sidebar

*/

/**************************************************
                    * Reset *
***************************************************/

body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    
}

ul,ol,li{
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
}


/**************************************************
                * html elements *
***************************************************/

body {
    background: #ddd;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: "宋体","幼圆",Verdana;
    text-align: center;
    color: #414141;
}

h2,h3,h4,h5,h6 {
   font-size: 1.5em; 
}



a {
   text-decoration: none; 
   color: #038ddc;  
}

a:hover {
    color: blue;
}


a img {
    border: 0;
}

code {
}

hr {
    border: 3px solid white;
}

table {
	margin: 0;
}
table th {
	
}
table td,table th {
	padding: .3em .5em;
}


table th {
	text-transform: uppercase;
	border-bottom: 1px transparent;
}
table td {
	vertical-align: middle;
}
table tr.even td {

}
table tr:hover td {
}

fieldset {
    
}

legend {
    
   
}

input,textarea,select {
    
}

input,textarea {
    
}

form label {
    
    
}


/**************************************************
                *  elements *
***************************************************/

#wrapper {
    
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
    width: 975px;
    line-height: 1.5;
}



/**************************************************
                * top elements *
***************************************************/

#top {
    float: left;
    width: 960px;
    background: #81d1d2;    
    
    overflow:  hidden;
}

#top #logo {
    float: left;
    padding: 0 0 0 10px;   
}

#top #logo a {
    color: white;
    font-size: 1.5em;
    font-weight: bolder; 

}

#top #header {
    float: right;    
    line-height: 1.2;
    width: 720px; 
}

#top #header #topmenu {
    overflow: hidden;
    width: auto;
    float: right;
    margin: 0 0 10px 0;

    background: #d6eefb;
      
}

#top #header #topmenu ul {
    float: right;
    
    
}

#top #header #topmenu li {
    float: left;
    padding: 0 .8em 0 .8em;    
    line-height: 40px;
}

#top #header #topmenu li:hover {
    
    padding: 0 .8em 0 .8em;    
    line-height: 40px;
    background: #91cef4;
    
}



#top #header #topmenu li a {
    font-weight: bold; 
    
}

#top #header #desc {
    
    background: white;
    
    float: left;
    width: 715px;

    padding: 0 0 0 5px;
}


/**************************************************
                * nav elements *
***************************************************/

#wp-nav-menu {
    
}

#catnav {
    clear: both;
    float: left;
    background: #91cef4;
    width: 960px;
    margin: 5px 0 5px 0;
    overflow: hidden;

}

#catnav li{
    float: left;
    padding: 0 .8em 0 .8em; 
    line-height: 40px;
}

#catnav li:hover{
    float: left;
    padding: 0 .8em 0 .8em; 
    line-height: 40px;
    background: #d6eefb;
}

#catnav li a {
    font-weight: bolder;
    color: white;
    
}

#catnav li#search{
    float: right;
    background: #81d1d2;
    font-size: 1em;
    margin-left: 10px;
    border-left: solid 3px white;
    line-height: 40px;
}

#catnav li#search input{
    font-size: 1em;
}

#catnav li#search input#searchsubmit {
    background: #81d1d2;
    color: white;
}

/**************************************************
                * container elements *
***************************************************/

#container {
    clear:  both;
    float: left;
    padding: 10px;
    width: 640px;
    background: white;

    margin:  0 0 5px 0;
    
}

#container .post .postmetadata {
    background: #d6eefb;
    
    margin: 0 0 10px 0 ;
    padding: 3px 0 3px 15px;
    width: 625px;    
}

#container .post .postmetadata a {
    
}

#container .post .postmetabottom {
    background: #f6fffc;
    
    margin: 10px 0 0 0;
    padding: 3px 0 3px 15px;
    width: 622px;    
}


#container .post {    
    margin: 0 0 30px 0;
    padding: 0 10px 0 0;
    border-bottom:  #d6eefb solid 3px;
    border-right: #d6eefb solid 3px;

}



a img {
    float: left;
    margin: 0 1em 1em 0;
}

img {
    float: left;
    margin: 0 1em 1em 0;
}

#container  h2{
    margin: 10px 0 10px 0;
}

/**************************************************
                * comments elements *
***************************************************/

.comments-template {
    margin: 30px 0 20px 0;
    clear: both;
    float: left;
    width: 640px;
    overflow: hidden;    
}

.comments-template h3 {
    font-size: 1em;
    background: #d6eefb;
    width: 630px;
    color: white;
    text-align:  left;
    padding: 0 0 0 10px;

}

.comments-template div.commentbody {
    border-left: #d6eefb solid 3px;
    border-bottom: #d6eefb solid 3px;
    
    width: 100%;    
}

.comments-template ul.commentlist li {
    clear: both;
    float: left;
    width: 900px;
    background:  white;
    margin: 0;
}

.comments-template ul.commentlist .comment-wrap {

}

.comments-template ul.commentlist li ul.children {
    clear: both;
    float: left;
    margin: 0 0 0 50px;
}

.commentmetadata {
    border-bottom: #d6eefb 3px solid;
    
}



.comments-template ul.commentlist .avatar {
    
    
}


#respond form label {
    background: #d6eefb;
    color: white;

    padding: 0 0 0 5px;
    font-weight: normal;
    display: block;
    width: 300px;
}

#respond form input {
    width: 250px;
    border: #d6eefb 3px solid;
}

#comment-submit {
    width:300px;
    line-height: 1.5;
    float: left;
    margin: 0 0 0 5px;
}



#respond textarea#comment {
    width: 310px;
    height: 150px;
    border: #d6eefb 3px solid;
    float: left;
}


/**************************************************
                * sidebar-rignht elements *
***************************************************/

#sidebar-right {
    float: left;  
    background: #81d1d2;    
    width: 295px;
    overflow: hidden;
    margin: 0 0 5px 5px;

}

#sidebar-right .right-box {
    
    clear: both;
    float: left;
    overflow: hidden;
    color: white;
    padding: 10px 20px 30px 20px;
    border-top: white solid 3px;
    border-bottom: white solid 3px;
    width: 295px;
    margin: 0 0 50px 0;
    background: #81d1d2;      
}



#sidebar-right .right-box ul li ul li{
    color: white;
    width: 295px;
    background: #81d1d2;  
    border-bottom: solid 1px  #81d1d2; 
    
}

#sidebar-right .right-box ul li ul li:hover{
    color: white;
    width: 295px;
    background: #81d1d2;   
    border-bottom: solid 1px white;  
}


#sidebar-right .right-box h2,h3 {
    border-bottom: solid 1px white;
        
}

#sidebar-right .right-box a {
    color: white;
}

#sidebar-right .right-box table td a {
   text-decoration: none; 
   color: #038ddc;  
}


#footer {
    clear: both;
    float: left;       
    width: 960px;
}


#footer #sidebar-bottom {
    clear: both;
    float: left;
    background: #81d1d2; 

}

#footer #sidebar-bottom .bottom-box {
    float: left; 
    color: white;  
    width: 280px; 
    padding: 10px 20px 10px 20px;   
}

#footer #sidebar-bottom .bottom-box ul li ul li{
    color: white;
    width: 280px; 
    background: #81d1d2;  
    border-bottom: solid 1px  #81d1d2; 
}

#footer #sidebar-bottom .bottom-box ul li ul li:hover{
    color: white;
    width: 280px; 
    background: #81d1d2;   
    border-bottom: solid 1px white;  
}



#footer #sidebar-bottom .bottom-box h2,h3{
    text-align: center;
    border-bottom: solid 1px white;
}

#footer #sidebar-bottom .bottom-box a {
    color: white;
}


#credits {
    
    margin: 5px 0 0 0;
    padding: 10px 0 0 10px;    
    clear: both;
    float: left;
    color: white;
    width: 950px;
    border-top: solid 3px white; 
 
    background: #91cef4;
}

#credits a {
    color:white;
   
    
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}

