/*
Theme Name: WSXCM
Theme URI: /wsxcm.com/
Description:  一个仿36kr的wordpress主题,官方<a href="/www.wsxcm.com.com/">WSXCM</a>网站.
Version: 3.0
Author: Dison
Author URI: /wsxcm.com/
Tags: 
*/
/* Arfully Masterminded by ZURB */

/* -------------------------------------------------- 
    Table of Contents
-----------------------------------------------------
:: Standards
:: WordPress Defaults
:: Links
:: Lists
:: Tables
:: Misc
*/

/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */

	/* 
		Eric Meyer's CSS Reset
		/meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/

/*---------翻页样式------*/
.pagebar {
	padding: 0.2em 0;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a, .break, .this-page, .inactive {
    display:inline-block;
    background: #f7f7f7;
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -moz-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    background: linear-gradient(top, #f7f7f7 0%,#f5f5f5 52%,#ebebeb 100%);
    padding: 5px 10px;
    text-decoration: none;
    color: #7e7e7e;
    border: 1px solid #cbcbcb;
    -webkit-box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    font-weight: bold;
    border-radius:3px; 
}

.pagebar a:visited {
	border: 1px solid #cbcbcb;
	text-decoration: none;
	padding: 0.2em 0.5em;
}


.pagebar .this-page, .pagebar a:hover {
    background: #ffb1b1;
    background: -webkit-linear-gradient(top, #ffb1b1 0%,#8b0404 100%);
    background: -moz-linear-gradient(top, #ffb1b1 0%,#8b0404 100%);
    background: -o-linear-gradient(top, #ffb1b1 0%,#8b0404 100%);
    background: -ms-linear-gradient(top, #ffb1b1 0%,#8b0404 100%);
    background: linear-gradient(top, #ffb1b1 0%,#8b0404 100%);
    border: 1px solid #700303;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(216,132,132,.5);
    -moz-box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(216,132,132,.5);
    box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(216,132,132,.5);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }

.pagebar .inactive
{
   color: #ccc;
}  
#MainMenu dd a:hover{
	background:#760000 !important;	
	color:#FFF;
}
dd ul{width:140px;margin-left:155px;margin-top:-46px;position: absolute;z-index: 999;display:none;}
dd ul{height:auto;}
dd ul li a{display:block;width:140px;height:33px;border:1px red solid;}
dd ul li{background-color:#0557a9; margin-bottom:0;}
dd:hover ul{display:block;}
.drop{float:right;}

.subfolderstyle{
background:url(images/arrow-list.gif)/*tpa=http://demo1.adminbuy.cn/style/css/images/arrow-list.gif*/ no-repeat 120px center !important;
background-color:#fff !important;
}
.navmoon{
	background:#760000 !important;	
	color:#FFF !important;	
}
.pages {padding: 30px 0 30px;text-align: center}
.pages li {display: inline}
.pages li.thisclass, .pages a:hover{padding: 8px 13px; border: 1px solid #760000;	background: #760000;color: #fff;text-decoration: none}
.pages a{padding: 8px 13px;border: 1px solid #CCC;background: #fff;color: #A4A4A4;line-height: 18px}