@charset "utf-8";
/* CSS Document */

/*
Theme Name: 虎嗅主题NEW
Theme URI: http://www.ttwrite.com;
Description: a simple bolg theme,ttwrite update
Author:  ttwrite
Author URI: http://www.ttwrite.com;
Version: 1.1
Tags: white, blog,  blue
*/
@import url("css/bootstrap.min.css");
@import url("css/bootstrap-responsive.min.css");
@import url("css/home.css");
@import url("css/hx-2013-ie5.css");

/* 菜单项 */
#menubar {
  float:left;
  margin-left:30px;
  margin-top:20px;
  width:770px;
}

#menubar ul li {
 float:left; /* 靠左浮动 */
 list-style:none; /* 清空列表风格 */
 margin-right:0px; /* 右侧的间隔 */
}
/* 菜单项链接 */
#menubar ul li a {
 padding:8px 15px; /* 内边距 */
 display:block; /* 显示为块 */
 text-decoration:none; /* 没有下横线 */
}
/* 当前菜单项链接 */

/* 选中菜单项链接 */
#menubar ul li a:hover {
background-color: rgb(184, 28, 34); /* 背景颜色 */
 color:#FFF;
}
.menu-header{
  float:left;
}
.menu-header a{
	font-weight:bold;
}
.pagenavi { margin:10px 0px;float:right;}

.pagenavi a, .pagenavi span {
	text-decoration: none;
	display:inline;
	float:left;
	height:28px;
	line-height: 28px;
	width:28px;
	margin: 2px;
	background:#999999;
	color:#FFF;
	font-size:12px;
	text-align:center;
}

.pagenavi .current {
	background:#333333;
	font-weight:bold;
}
.pagenavi a:hover{
	background:#333;
}

.pagenavi span.current {
	font-weight: bold;
}
.more-posts{
	margin-top:20px;
	background:#e3e3e3;
	height:30px;
	line-height: 30px;
	text-align:center;
  margin-bottom: 20px;
}
.more-posts a{
	display:block;
	color:#2a2424;
	padding:0;
	margin:0;
}
.bookname, .author, .press, .translater{
	color:#606060;
}
.bookdesc{
	color:#bfbfbf;
}
.magazine-content{
	border-bottom:1px dotted #CCC;
}
.magazine .wp-post-image{
	max-width:100%;
	height:auto;
}
.magazine .box-img{
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
}
.magazine-img{
	float:left;
	margin-right:10px;
}
.magazine-img.little img{
	width:240px;
	height:340px;
}
.book-meta p{line-height:1em;font-size:13px;}
.book-meta span{color:#999;}
/*
* 活动日历
*/
.Calendar-top {height:32px;line-height:32px;overflow:hidden;background:#B81C22;color:#fff;padding:0px 10px;}
.Calendar-top a {color:#fff;}
.new-Calendar {float:right;}
.Calendar {
  font-family:Verdana;
  font-size:12px;
  background:url(images/calendar-container.png) no-repeat 0px 35px;
  text-align:center;
  width:260px;
  padding:10px;
  line-height:1.5em;
  position:relative;
  color:#666;
  margin-bottom:20px;
}
.Calendar a{color:#1e5494;}
.Calendar table{width:100%;border:0;}
.Calendar .table-top {margin:10px 0;}
.Calendar table thead {color:#666;}
.Calendar table tbody {padding:10px 0 0;}
.Calendar table td {font-size: 11px;padding:1px;outline:none;height:28px;}
#idCalendarMonth {font-size:12px;}
#idCalendarPre{cursor:pointer;float:left;padding-right:5px;}
#idCalendarNext{cursor:pointer;float:right;padding-right:5px;}
#idCalendar td.onSelect {background:url(images/calendar-select.png) no-repeat;cursor:pointer;}
#idCalendar td.onToday {color:#fff;background:#B81C22}
#idCalendar .onToday.onSelect {background:url(images/calendar-select.png) no-repeat;color:#000;}
#showIformation {display:none;position:absolute;text-align:left;border:1px solid #ccc;background:#fff;outline:none;width:260px;right:10px;margin:15px 0 0;z-index:999;}
#showIformation h2 {background:#eee;margin:0;font-size:18px;padding:10px;line-height:24px;font-weight:normal;text-shadow:0 0 1px #ccc;}
#showIformation p {padding:0 10px;margin:5px 0;line-height:22px;}
.i-jiao,
.i-jiao:before,
.i-jiao:after {display:block;font-size:24px;font-family:"Arial";overflow:hidden;overflow:hidden;position:absolute;}
.i-jiao {width:20px;height:20px;line-height:34px;top:-20px;color:#eee;}
.i-jiao:before {content:"♦";height:24px;left:0;top:0;color:#ccc;z-index:0;}
.i-jiao:after {content:"♦";height:24px;left:0;top:2px;color:#eee;z-index:1;}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.slider-container{
  width:1000px;
  margin:0 auto;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*
	首页标签
*/
.home-tags{
	background:#eeefef;
	padding:10px 0px;
	margin-bottom:20px;
}
.home-tags a{
	color:#595757;
	margin:0px 10px;
}
.home-tags a:hover{
	color:#000;
}
.comments{
	display:inline-block;
	color:#fff;
	background:#888;
}
.comments a{
	display:block;
	color:#FFF;
	padding:2px 8px;
}
.comments a:hover{
	background:#000;

}
.container-hx.footer{
  margin-top:0px;
  box-shadow: 2px -1 5px rgba(214, 214, 215, 0.9), -2px -1 5px rgba(214, 214, 215, 0.9);

}