/*!
 * concise.css
 * 应用于主页文章列表。
 * 
 * Created by Ju2ender on 2013-08-05 10:44.
 * Copyright (c) 2013, 2015 Ju2ender. All rights reserved.
 * Released under the MIT license.
 */

html, body {
  background-image: none;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
/*  font-family: STFangSong, Helvetica, Arial, Vernada, Tahoma, STXihei, */
               "Microsoft YaHei", "Songti SC", SimSun, Heiti, sans-serif;
    font-family: Consolas;
  color: #000;
}

/*==============================================================
 *
 * div#container
 *
 */

div#container {
  position: relative;
  width: 65%;
  min-width: 640px;
  max-width: 860px;
  padding: 0;
}

/*==============================================================
 *
 * ul#topMnu
 *
 */

ul#topMnu {
  padding: 0;
  width: 100%;

  background-color: #020202;

  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 5px;
  border-radius: 0 0 5px 5px;

  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;

  z-index: 9999;
}

ul#topMnu li {
  display: inline-block;
  height: 24px;

  line-height: 24px;
  color: #E6E6E6;
}

ul#topMnu li:last-child {
  border-right: 0;
}

ul#topMnu li a {
  -webkit-transition: all 0.1s ease-in 0;
  transition: all 0.1s ease-in;

  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

ul#topMnu li a:link,
ul#topMnu li a:visited {
  color: #E6E6E6;
}

ul#topMnu li a:hover {
  color: #FFF;
}

a.minyx {
  display: none;
}

div#header {
  margin-top: 24px;
}

/*==============================================================
 *
 * div#wrapper
 *
 */

div#wrapper {
  margin: 0;
  overflow: visible;
}

div#content {
  float: none;
  margin-right: 0;
  padding: 43px 70px;

  background-color: #FFF;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
  box-shadow: 0 0 4px rgba(0,0,0,.3);

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div#sidebar {
  position: relative;
  top: 0;
  left: 0;
  float: none;
  margin-left: 0;
  width: 100%;
}

#ad_under_post_holder {
  display: none;
}

#site_nav_under {
  display: none;
}

div.post ul.postmetadata li a:link, 
div.post ul.postmetadata li a:visited {
  overflow: visible;
  display: inline-block;
  padding: 2px 8px 4px 8px;

  font-size: 11px;
  line-height: 12px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  word-spacing: nowrap;
  background-color: #E6F1F7;
  color: #304955;
  vertical-align: baseline;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-transition: padding 0.1s ease-out;
  -moz-transition: padding 0.1s ease-out;
  transition: padding 0.1s ease-out;
}

div.post ul.postmetadata li.icon_bullet a:hover {
  padding-left: 18px;

  color: #304955;
  background: #d6f2ff url('http://images.cnblogs.com/cnblogs_com/ju2ender/509201/o_sprites.png') no-repeat -220px -296px;
  
  -webkit-transition: padding 0.1s ease-in,background-image 0.1s ease-in;
  -moz-transition: padding 0.1s ease-in,background-image 0.1s ease-in;
  transition: padding 0.1s ease-in,background-image 0.1s ease-in;
}

div.post h2 {
    padding-top: 0;
    background-image: none;
}

div.post h2 a,
.PostTitle,
.PostTitle:link,
.PostTitle:visited {
  color: #225481;
}

div.post h2 a:hover,
.PostTitle:hover {
  color: #71a7d8;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

div.post div.entry a:link, div.post div.entry a:visited {
  color: #0066cc;
  border-bottom: 0;
}

div.post div.entry a:hover {
  text-decoration: underline;
}

div.post small {
  color: #999;
}

div.post small a:link {
  color: #71a8d5;
}

div.post small a:hover {
  text-decoration: underline;
}

div#header h1 {
  font-size: 22px;
}

div#header h1 a:link, 
div#header h1 a:visited {
  color: #333;
}

ul#menu li {
  display: block;
  background-image: none;
  padding: 0;
}

ul#menu li a {
  padding: 0;
}

ul#menu li.current a {
  background-image: none;
}

ul#menu li#rss {
  text-indent: 0;
  height: auto;
  padding: 0;
  width: auto;
}
ul#menu li#rss a {
  background-image: none;
  height: auto;
  margin: 0;
  width: auto;
}

/*==============================================================
 *
 * #footer
 *
 */

#footer {
  width: 980px;
  height: 28px;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 36px;
  clear: both;

  background-color: transparent;
  color: #777;
  text-align: left;
  border-top: 1px solid #DDD;
  font-size: 10px;
}

div#footer p#logoFoot {
  display: none;
}

div#footer div.footText p {
  float: left;
  margin: 0 1.5em 1em 3px;
}

div#footer div.footText p a,
div#footer div.footText p a:link,
div#footer div.footText p a:visited {
  color: #08C;
}

div#footer div.footText p a:hover {
  text-decoration: underline;
}

#BlogPostCategory, #EntryTag {
  display: none;
}
