/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > .links a {
  display: inline-block;
  padding-left: 17px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}


/* Items
----------------------------------------------------------------------------------------------------*/

#system .items .item {
  margin-top: 10px;
  padding-top: 10px;
}

#system .items .item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}


/* Featured Image
----------------------------------------------------------------------------------------------------*/

#system .item .featured-image { display: block; }
#system .item .spotlight.featured-image { max-width: none; }

/*
 * Blog View
 */

/* 1 Column and leading */
#system .items > .width100 .featured-image { margin: 0 -20px 20px; }
#main:first-child #system .items > .width100:first-child .featured-image { margin-top: -20px; }

/* 2 Columns */
#system .items > .width50 .featured-image { margin: 0 -10px 20px -20px; }
#system .items > .width50 + .width50 .featured-image { margin: 0 -20px 20px -10px; }

#main:first-child #system .items > .width50:first-child .item:first-child .featured-image,
#main:first-child #system .items > .width50:first-child + .width50 .item:first-child .featured-image { margin-top: -20px; }

/*
 * Single Article View
 */

#system > .item .featured-image { margin: 0 -20px; }
#main:first-child #system > .item .featured-image:first-child { margin-top: -20px; }

/*
 * Featured Module
 */

#page .featured-module { margin: 25px -20px 0 -20px; }


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination { margin-top: 20px; }

#system .pagination a.next,
#system .pagination a.previous { 
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
}

#system .pagination a.next { text-indent: 1px; }

#system .pagination a.previous { text-indent: -1px; }


/* Search Box
----------------------------------------------------------------------------------------------------*/

.searchbox {
  width: 100%;
  height: 30px;
  padding: 0 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.searchbox input {
  height: 30px;
  font-size: 14px;
}

.searchbox.filled button { 
  width: 25px; 
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.searchbox.loading button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* Drop-Down Results */
.searchbox .results {
  top: 0;
  left: 100%;
  width: 300px;
  margin-left: 21px;
  padding: 0 10px;
  border-width: 5px 5px 5px 0;
  border-style: solid;
  background-clip: padding-box;
}

.separator-side .searchbox .results { 
  margin-left: 20px;
  border-left-width: 1px;
}

.sidebar-a-right .searchbox .results {
  left: auto;
  right: 100%;
  margin-right: 21px;
  margin-left: 0;
  border-width: 5px 0 5px 5px;
}

.sidebar-a-right.separator-side .searchbox .results { border-right-width: 1px; }

.searchbox .results li.results-header { 
  border-width: 0 0 1px 0;
  border-style: solid;
}

.searchbox .results li.more-results { 
  border-width: 1px 0 0 0;
  border-style: solid;
}

.searchbox .results li.result { 
  border-width: 1px 0 0 0;
  border-style: solid; 
}

.searchbox .results li.results-header + li.result { border-width: 0; }


/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

.breadcrumbs strong { 
  font-size: 12px; 
  font-weight: normal;
}

.breadcrumbs a,
.breadcrumbs > span {
  padding-right: 15px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  font-size: 12px;
}

/* Author Box
----------------------------------------------------------------------------------------------------*/

#system .author-box {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
}

#system .author-box .avatar {
  padding: 3px;
  border-style: solid;
  border-width: 1px;
}


/* Comments
----------------------------------------------------------------------------------------------------*/

/* Head */
#system #comments .comment-head {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
}

#system #comments .comment-byadmin .comment-head {
  border-style: solid;
  border-width: 1px;
}

/* Body */
#system #comments ul.level1 ul { 
  background-position: 0 0;
  background-repeat: no-repeat;
}


/* Latest Comments
----------------------------------------------------------------------------------------------------*/

.comments-list > article { 
  border-width: 1px 0 0 0;
  border-style: solid;
}

.comments-list > article:first-child { border-width: 0; }


