@charset "UTF-8";
/* # Color Variable Definitions 因为我们都爱颜色，对吧？
================================================== */
/* 
 * For sake of convention, the color variables 
 * are initially defined as color, but in-code
 * implementation uses function specific aliases.
 * This is done to avoid confusing naming conflicts.
 *
 * Building an Instasite? No problem. override.scss
 * is mostly layed out for you, simply tweek the 
 * selectors & the aliases below - easy huh?. 
 */
/* # Structural Variable Definitions
================================================== */
/* # Imports
================================================== */
/* # Functions
================================================== */
/* # Mixins
================================================== */
/* Search */
form#article-search {
  border: 0;
  width: 100%;
  display: none;
}
@media (min-width: 37.5em) {
  form#article-search {
    display: block;
  }
}

form#article-search fieldset {
  border: 0;
  width: 94%;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

form#article-search #article-search-term {
  float: left;
  width: 83%;
  height: 20px;
  line-height: 18px;
  color: #999999;
  border: 0;
  padding: 0;
  background: none;
}

form#article-search #article-search-submit {
  float: right;
  width: 17px;
  height: 21px;
  border: 0;
  background: url(/_img/article_search_go.png);
  /*img replace hack*/
  display: block;
  text-indent: -9999px;
  box-shadow: none;
}

.results {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.results h3 {
  margin-bottom: 0;
}

.results h3 a {
  text-decoration: none;
}

.results h3 a:hover {
  color: #333333;
}

.results .meta {
  color: #999999;
  margin-bottom: 0;
}

.results .summary {
  margin-bottom: 0;
}

/* Articles */
.items {
  overflow: hidden;
  padding-bottom: 25px;
}
.items h3.group-title {
  font-size: 1.3em;
  margin-bottom: 1.3em;
}

.items article {
  overflow: hidden;
  margin-bottom: 40px;
}

article img {
  float: none;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 37.5em) {
  article img {
    float: left;
    margin-right: 3%;
    max-width: 27%;
    width: auto;
    min-width: 10%;
  }
}

article header {
  overflow: hidden;
}
@media (min-width: 37.5em) {
  article header {
    float: left;
    width: 70%;
  }
}

article h3 {
  margin-bottom: 5px;
  font-size: 1.4em;
}

article h3 a {
  text-decoration: none;
  color: #666;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold !important;
}

article h3 a:active, article h3 a:hover {
  color: #333;
}

article .meta {
  font-size: 1.1em;
  line-height: 2.2em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #999999;
  border-bottom: 1px solid #ebebeb;
}

article .meta span {
  color: #999999;
}

article .meta a {
  text-decoration: none;
}

article .meta a:hover {
  color: #333;
}

article .summary {
  margin-bottom: 0;
}

article .media {
  float: none;
  display: table;
  margin: 2em auto;
}
@media (min-width: 37.5em) {
  article .media {
    display: block;
    margin: 0;
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

article .media li {
  display: inline-block;
  margin: 0.5em !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 37.5em) {
  article .media li {
    padding-right: 9px;
    float: left;
  }
}
article .media li:last-child {
  padding-right: 0;
}

article .media li a {
  text-decoration: none;
  /*img replace hack*/
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.3em;
}

article .media li a.icon {
  background: none;
  font-size: 3em;
}
@media (min-width: 37.5em) {
  article .media li a.icon {
    font-size: 2em;
  }
}

/*
article .media li.listen a {
	width:25px;
}

article .media li.download a {
	width:20px;
	background-position: -32px 0;
}

article .media li.video a {
	width:26px;
	background-position: -59px 0;
}

article .media li.notes a {
	width:21px;
	background-position: -92px 0;
}

article .media li a:hover {
	//background-color: #333333;
}*/
/* article detail (sidebar added) */
article.detail {
  margin: 0;
}

article.detail .title {
  padding: 0 0 10px 15px;
  /*left padding should match header left padding*/
  overflow: hidden;
}

article.detail .title h2 {
  display: inline;
  float: left;
  width: 50%;
  font-weight: 700;
  font-size: 2em !important;
  margin: 0;
  margin-top: 0 !important;
}

article.detail .title h2 a {
  text-decoration: none;
}

article.detail .title h2 a:hover {
  color: #333;
}

article.detail .meta {
  display: inline;
  float: right;
  border: 0;
  width: 45%;
  text-align: right;
  font-size: 1.3em;
  padding-top: 5px;
  margin: 0 0 0 5%;
}

article.detail header {
  display: block;
  position: relative;
  float: none;
  width: 94%;
  background: #f0f0f0;
  padding: 3%;
  margin-bottom: 15px;
}

article.detail img {
  float: left;
  max-width: 290px;
  margin-right: 15px;
  margin-bottom: 15px;
}

article.detail .summary {
  font-size: 1.25em;
}

article.detail .media {
  float: none;
}

article.detail .details {
  padding-left: 15px;
}

/* sidebar (not used on list view) */
aside.left h2 {
  color: #999999;
  font-size: 1.6em;
  margin-bottom: 5px;
}

.return {
  margin: 15px 0;
  font-size: 1.6em;
  line-height: 1;
}

.return a {
  display: block;
  background: #dedede url(/_img/article_arrow_return.png) no-repeat 5px 8px;
  padding: 3px 5px 1px 15px;
  text-decoration: none;
  color: #999999;
}

.return a:hover {
  background-color: transparent;
}

.sidebar-article a:hover {
  color: #333333;
}

.sidebar-article img {
  margin-bottom: 2em !important;
}

.sidebar-article p {
  color: #999999;
  margin: 0;
}

/*Featured*/
article.featured {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

article.featured .title {
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}

article.featured .title h2 {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  article.featured .title h2 {
    display: inline;
    float: left;
    width: 50%;
    margin: 0;
  }
}

article.featured .title h2 a {
  text-decoration: none;
  font-weight: 700;
}

article.featured .title h2 a:hover {
  color: #333;
}

article.featured .meta {
  display: block;
  border-bottom: none;
}
@media (min-width: 37.5em) {
  article.featured .meta {
    display: inline;
    float: right;
    border: 0;
    width: 45%;
    text-align: right;
    font-size: 1.3em;
    padding-top: 5px;
    margin: 0 0 0 5%;
  }
}

article.featured header {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

article.featured img {
  float: none;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 37.5em) {
  article.featured img {
    float: left;
    max-width: 30%;
    min-width: 10%;
    width: 30%;
    margin-right: 15px;
  }
}

article.featured .summary {
  font-size: 1.2em;
}

article.featured .media {
  float: none;
  display: table;
}
@media (min-width: 37.5em) {
  article.featured .media {
    display: block;
    margin: 0;
  }
}

/* Pagination (You may want to use this in your main stylesheet). */
#pagination {
  padding: 10px;
  background-color: #f1f1f1;
}

#pagination a {
  padding: 5px 8px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #555555;
  margin-right: 3px;
}

#pagination a:hover {
  color: #ffffff;
}

#pagination a#current {
  color: #fffeff;
}

#pagination a#off {
  color: #cccccc;
}

#pagination a#off:hover {
  background-color: transparent;
  color: #cccccc;
}

/* Filter */
.filters {
  margin-bottom: 25px;
  overflow: hidden;
  background: #f1f1f1;
  padding: 15px 20px 10px 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: #e5e5e5 solid 1px;
  position: relative;
  z-index: 1000;
}

.filters select {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 37.5em) {
  .filters select {
    width: auto;
    display: inline;
    margin-bottom: 0;
    margin-top: 6px;
  }
}

.filters h6 {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 6px;
  color: #999999;
  font-size: 1.6em;
  font-weight: normal;
}
@media (min-width: 37.5em) {
  .filters h6 {
    margin-bottom: 0;
  }
}

.filters #article-search {
  float: right;
  width: 200px;
}

/* @group Select Menus */
.ui-selectmenu {
  display: block;
  float: left;
  position: relative;
  height: 2.4em;
  width: 150px;
  text-decoration: none;
  overflow: hidden;
  margin-right: 5px;
  background: #dedede url(/_img/article_selectmenu_icon.png) no-repeat 95% 50%;
  padding: 5px 0;
}

#content a.ui-selectmenu:hover {
  text-decoration: none;
}

.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 1001;
  top: 0;
  visibility: hidden;
  overflow: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f1f1f1;
  height: 200px;
  width: 200px !important;
}

.ui-selectmenu-open {
  visibility: visible;
}

.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {
  width: 100% !important;
  height: 200px !important;
  overflow: auto;
}

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  font-weight: normal !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
  line-height: 1.4em;
  display: block;
  padding: .3em 1.5em .3em 1em;
  outline: none;
  text-decoration: none;
  color: #363636;
  font-size: 11px;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}

.ui-selectmenu-status {
  height: 16px;
  overflow: hidden;
  color: #999999;
  font-size: 16px;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
  background: #ebebeb;
}

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8;
}

/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

/* =Custom Styles
---------------------------------------------------------------------
*/
/* custom styles for selectmenu */
.ui-selectmenu:hover {
  background-color: #ffffff;
}

/* =Override
---------------------------------------------------------------------
*/
.content {
  width: 100%;
  padding: 0;
}

.content.detail {
  width: 100%;
  padding: 0;
  border-left: 1px solid #ebebeb;
}

.content.search {
  width: 100%;
  border-left: 1px solid #ebebeb;
}

#results {
  padding-left: 25px;
}
