body,html {
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#333;
    background:url(../images/bk_body.jpg);
    line-height:135%;
}

#mainWrapper {
    background:url(../images/bk_main_wrapper_home.png) 0 0 repeat-x;
}

#wrapper {
    margin:0 auto;
    width:960px;
}
#header {
    height:85px;
    background:url(../images/bk_header.png) 0 0 no-repeat;
}
#mainMenu ul li, #userMenu ul li{
    float:left;
}

#mainMenu ul li a {
    display:block;
    height:49px;
    color:#EAEAEA;
    padding:36px 16px 0;
    font-size:17px;
    background:url(../images/bk_mainmenu.png) 0 -78px no-repeat;
}
#userMenu ul li a {
    display:block;
    height:49px;
    color:#EAEAEA;
    padding:36px 10px 0;
    font-size:15px;
}
#mainMenu ul li a span {
    font-size:10px; 
    color:#00DAD7;
    line-height:120%;
}

#mainMenu ul li a:hover {
    text-decoration:none;
    background:url(../images/bk_mainmenu.png) 0 0 repeat-x;
    color:#00DAD7;
}


#mainMenu ul li ul li a:hover{
    background:#343434;
        color:#00DAD7;
}

#content {
    overflow:hidden;
    background:url(../images/bk_vertline.jpg) 695px 0 repeat-y;
}

#content #colLeft {
    float:left;
    width:670px;
    margin-right:20px;
}

#content #colRight {
    float:right;
    width:252px;
}

#footer {
    background:url(../images/bk_horiz_line.jpg) 0 0 repeat-x;
    
    color:#666;
    position:relative;
    padding-top:3px;    
    font-size:12px;
}

#footerWidgets {
    background:#000 url(../images/bk_footer_widgets.png) 0 0 repeat-x;
    padding-top:32px;
}
#footerWidgetsInner {
    width:960px;
    margin:0 auto;
    padding:10px 0 25px;
    overflow:hidden;
}
#footerWidgetsInner #copyright {
	font-family:Arial, Tahoma, Verdana;
	color:#EAEAEA;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
    clear:both;
    position:relative;
}

.post{
    width:648px;
    margin:0 0 15px !important;
    padding:15px 15px 0;
    background:#fff;
    border:1px solid #c0c0c0;
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
h2.title{
    overflow:hidden;
    font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;
    font-weight:bold;
    line-height:36px;
    color:#333;
    font-size:19px;
    border-bottom:2px dotted #cbcbcb;
}

h2.title a{color:#333;}
h2.title a:hover{color:#2179d1;}
.post_info_t, .post_info_b{
    overflow:hidden;
    margin:0 0 10px 0px;
    height:26px;
    line-height:24px;
    color:#878787;
}
.post_info_t a,.post_info_b a{
    color:#878787;
    text-decoration:none;
}   
.post_info_b{
    background:#EEEEEE;
    border-radius:0 0 6px 6px;
    margin:0 -15px;
    border-top:1px solid #c0c0c0;
}
.post_info_t a:hover,.post_info_b a:hover{
    color:#2179d1;
    text-decoration:underline;
}
.p_author,.p_catetory,.p_comment,.p_tag,.p_normal,.p_share_t{
    float:left;
    margin-right:10px;
    font-size:12px;
    /*padding:0 10px 0 18px;
    background:url("images/background.png") no-repeat 0 0;*/
}
.p_normal{padding:0 10px 0 0;background:none;}
.p_author{background-position:-970px 0;}
.entry{
    overflow:hidden;
    font-size:14px;
    line-height:24px;
}
.entry .post_thumbnail{float:left;margin:0 15px 10px 0;}
.entry .post_thumbnail img{margin:10px;max-width:160px;max-height:284px;}
.nav, .nav a {
    font-size:13px;
    font-family:Microsoft Yahei,Tahoma,Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#333
}
.nav a:hover {
    text-decoration:underline;
} 

#colRight .widget{
    text-align:left;
    margin:0 0 15px;
    padding:0 0 10px 0;
    background:#fff;
    border:1px solid #c0c0c0;
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
#colRight .widget ul,#sidebar .widget div{padding:10px 10px 0;}
#colRight .widget ul ul,#sidebar .widget div div{padding:0;}
.widget h3 {
    height:25px;
    line-height:25px;
    background-color:#eeeeee;
    padding-left:15px;
    border-bottom:1px solid #ccc;
}
.widget ul{list-style:none;}
.widget li{list-style:none;line-height:20px;padding:0 0 0 10px;}