@charset "gb2312";
* {
	margin: 0;
	padding: 0;
}
body {
  font-family:"Î¢ÈíÑÅºÚ";
  background-image: url(/img/storie-bckg.jpg);
}

.blog-masthead {
	min-height:30px;
  background-color:#333333;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav {
	position:absolute;
	float:left;
}
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding-bottom:5px;
  padding-top:5px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}
.navbar-form {
  padding: 0px;
  margin: 0px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
	width:160px;
	line-height:16px;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 20px;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #eee;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn {
  display: inline-block;
  height: 20px;
  padding: 6px 6px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 0.6;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}


.ccc{
	background-color:#FFFFFF;
}
.category {
	font-size: 1.2em;
	line-height: 1em;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

#best-sellers {
	background: #F6F6F6;
	padding: 15px;
	margin-bottom: 15px;
	border-top: 10px solid #730b99;
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
.btt {
	font-size:1.6em;
	padding-left:10px;
	line-height:1em;
}
.btt2 {
	font-size:1.6em;
	padding-left:10px;
	line-height:1em;
}
.classic-right {
	float:right !important;
}
.tt-footer-outer {
  background-image: -webkit-radial-gradient(circle, #673204, #431f01);
  background-image: -o-radial-gradient(circle, #673204, #431f01);
  background-image: radial-gradient(circle, #673204, #431f01);
  background-repeat: no-repeat;
  background-color:#431f01 !important;
  bottom:0px;
  left:0px;
  width:100%;
}
.tt-footer-inner {
  min-height: 50px;
  text-align: center;
  color:#ccc;
  font-size:0.9em;
  background-image: url(/img/edge-black.png);
  background-repeat: repeat-x;
  background-position-y: bottom;
}
.social {
	padding-top:26px;
}
#header{
	height: 20px;
	display:block;
	width: 100%;
	background: #333;
	z-index:9;
	text-align:center;
	padding: 0px;
}
#header{
	top:0px;
}
#footer{
	bottom:0px;
}
a.les2:link {
	font-size:0.9em;
	color: #fff;
}
a.les2:visited {
	COLOR: #fff;
}
a.les2:hover {
	COLOR: #ff3;
}
a.les2:active {
	COLOR: #fff;
}
a.newstxt:link {
	color: #333;
}
a.newstxt:visited {
	COLOR: #333;
}
a.newstxt:hover {
	COLOR: #ff3300;
}
a.newstxt:active {
	COLOR: #333;
}

.ul-news{
	list-style:none;
	line-height:28px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;   	
}
.dgpt-right {
	float:right !important;
}
.pd-right-5 {
	padding-right:5px;
}
.pd-right {
	padding-right:10px;
}
.pd-right-20 {
	padding-right:25px;
}
.pd-left {
	padding-left:15px;
}
.pd-top {
	padding-top:10px;
}
.pd-top-20 {
	padding-top:20px;
}

#themes{background:#666;color:#fff;padding:10px 12px;}
#themes h4{ font-weight:bold; font-size:1.6em;font-family:"Î¢ÈíÑÅºÚ";}
.list-unstyled {padding-left:20px;}
#themes a{display:block;font-size:16px;padding:3px 0px;color:white;border-top:1px solid #999;}
#themes a:hover{color:#999999;}#category aside h4{font-size:20px;margin-bottom:20px;}
.icon-arrow-se:before{content:'\e86d';}
.txt-center {
	text-align:center;
}

#fid_box{ display:none}
