/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* General
----------------------------------------------------------------------------------------------------*/

#system .title a { color: #444; }

#system small { color: #999; }

/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > header { margin-bottom: 10px; }

#system .item > header .meta {
  margin-top: 4px;
  color: #999;
  text-transform: uppercase;
}

#system .item > header .subtitle { color: #777; }

#system .item > .links a:after {
  content: " »";
  font-size: 16px;
}


/* Items
----------------------------------------------------------------------------------------------------*/

#system .items .item {
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid #e2e2e2;
}

#system .items .item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination a,
#system .pagination strong {
  height: 30px;
  margin: 0 2px;
  padding: 0 10px;
  line-height: 32px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-top-color: #cecece;
  background: #f9f9f9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
}

#system .pagination a:hover {
  border: 1px solid #cecece;
  border-top-color: #aeaeae;
  background: #f2f2f2;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
}

#system .pagination strong { font-weight: bold; }

#system .pagination > *:first-child { margin-left: 0; }

#system .pagination a.previous,
#system .pagination a.next {
  width: 15px;
  min-width: 15px;
  padding: 0;
  border: none;
  background: transparent url(../images/pagination.png) 50% 0 no-repeat;
  box-shadow: none;
  text-indent: 50px;
}
#system .pagination a.previous { margin-right: 5px; }
#system .pagination a.previous:hover { background-position: 50% -30px; }
#system .pagination a.previous:active { background-position: 50% -60px; }
#system .pagination a.next {
  margin-left: 5px;
  background-position: 50% -90px;
}
#system .pagination a.next:hover { background-position: 50% -120px; }
#system .pagination a.next:active { background-position: 50% -150px; }

#system .pagination a.first,
#system .pagination a.last { hidden }




/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

.breadcrumbs a,
.breadcrumbs > span {
  padding-right: 15px;
  background: url(../images/breadcrumbs.png) 100% 50% no-repeat;
}

.breadcrumbs strong { font-weight: normal; }

/* Author Box
----------------------------------------------------------------------------------------------------*/

#system .author-box {
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
}

#system .author-box .avatar {
  padding: 3px;
  border: 1px solid #ddd;
  background: #fff;
}

#system .author-box .name { color: #444; }


/* Comments
----------------------------------------------------------------------------------------------------*/

/* Head */
#system #comments .comment-head {
  padding: 5px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
}

#system #comments .comment-byadmin .comment-head {
  border: 1px solid #dce6be;
  background: #faffe6;
}

#system #comments .comment-head .author { text-shadow: 1px 1px 0 rgba(255, 255, 255, 1); }

/* Body */
#system #comments ul.level1 ul { background: url(../images/comments_arrow.png) 0 0 no-repeat; }

/* Respond */
#system #respond h3 { color: #444; }


/* Latest Comments
----------------------------------------------------------------------------------------------------*/

.comments-list > article { border-top: 1px solid #e2e2e2; }
.comments-list > article:first-child { border: none; }

.comments-list .meta { color: #999; }


/* Search Box
----------------------------------------------------------------------------------------------------*/

.searchbox {
  margin: 10px 30px 0 0;
  width: 130px;
  height: 30px;
  padding: 0 25px;
  background: url(../images/searchbox_magnifier.png) 0 0 no-repeat;
}

.searchbox input {
  height: 30px;
  color: #000;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 13px;
  placeholder-color: #000;
}

.searchbox.filled button {
  width: 25px;
  background: url(../images/searchbox_reset.png) 50% 50% no-repeat;
}

/* Drop-Down Results */
.searchbox .results {
  top: 30px;
  right: -1px;
  width: 180px;
  border: 1px solid rgba(0,0,0,0.15);
  border-bottom-color: rgba(0,0,0,0.25);
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.searchbox .results li.results-header { border-bottom: 1px solid #ddd; }
.searchbox .results li.more-results { border-top: 1px solid #ddd; }
.searchbox .results li.result { border-top: 1px solid #eee; }
.searchbox .results li.result h3 {
  font-size: 13px;
  text-transform: uppercase;
}
.searchbox .results li.results-header + li.result { border-top: none; }

.searchbox .results li.result.selected { background-color: #fafafa; }

  

/* Module Type: Submenu
----------------------------------------------------------------------------------------------------*/

.submenu {
  width: 180px;
  background-color: #fff;
  border: none;
}

/* Level 1 */
.submenu li.level1 {
  background-color: #fff; 
}

.submenu a.level1,
.submenu span.level1 {
  background-color: #fff;
  font-size: 20px;
}

.submenu a.level1 > span,
.submenu span.level1 > span {
  background-color: #fff;
  padding: 12px 2px 12px; 5px
  height: 34px;
  line-height: 29px;
  text-transform: uppercase;
}

/* Set Hover */
.submenu li.level1:hover .level1,
.submenu li.remain .level1 {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  color: #000;
}

/* Set Active */
.submenu li.active .level1 { font-weight: normal; color: #000;}

/* Level 2 */

.submenu .column ul.level2 {
  background-color: #fff;
  padding: 12px 22px 12px; 5px;
  border-left: 1px solid #669acc;
}
.submenu .column:first-child ul.level2 { border-left: none; }


.submenu li.level2 {
  background-color:#fff;
  margin: 0 5px;;
}

.submenu li.level2:first-child { border: none; }

.submenu a.level2,
.submenu span.level2 {
  color: #669acc;
}

.submenu a.level2 > span,
.submenu span.level2 > span { padding: 4px 0; }

/* Set Hover */
.submenu li.level2:hover .level2,
.submenu li.remain .level2 {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  color: #000;
}

/* Set Current */
.submenu a.current.level2 { font-weight: normal; }

/* Level 3 */

.submenu .column ul.level3 {
  background-color: #fff;
  padding: 12px 22px 22px; 5px;
  border-left: 1px solid #0e5fae;
}
.submenu .column:first-child ul.level3 { border-left: none; }

.submenu li.level3 {
  background-color:#fff;
  margin: 0 12px;
}

.submenu li.level3:first-child { border: none; }

.submenu a.level3,
.submenu span.level3 {
  color: #669acc;
}

.submenu a.level3 > span,
.submenu span.level3 > span { padding: 3px 0; }

/* Set Hover */
.submenu li.level3:hover .level3,
.submenu li.remain .level3 {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  color: #000;
}

/* Set Current */
.submenu a.current.level3 { font-weight: normal; }

/* Subtitles */
.submenu span.subtitle {
  text-transform: none;
}
.submenu .level1 .level1 span.title { line-height: 0x; }
.submenu .level1 .level1 span.subtitle { margin-top: 0; }

.submenu .level2 .level2 span.subtitle { color: #669acc; }

.submenu .level3 .level3 span.subtitle { color: #669acc; }

/* News section
----------------------------------------------------------------------------------------------------*/

.news div.content {
  width: 580px;
  text-align: left!important;
}

.news article.item {
  width: 580px!important;
}

.news h1.title {
  width: 580px;
}

.news p.meta {
  color: #98bf0e!important;}

.news div.item-list ul {
  width: 580px;
}

.news div.item-list {
  width: 580px;
}

.news div.item-list h3 {
  width: 580px;
}

.news div.item-list a {
  width: 580px;
  color: ;
}

/* News archive
----------------------------------------------------------------------------------------------------*/

.newsarchive {
  border: none!important;
}

.newsarchive li a {
  color: ;
}

.newsarchive ul.line-icon > li {
  padding-bottom: 5px;
  padding-top: 5px;
}

/* Blog section
----------------------------------------------------------------------------------------------------*/

.blog div.content {
  width: 580px;
  text-align: left!important;
}

.blog article.item {
  width: 580px;!important;
}

.blog h1.title {
  width: 580px;
}

.blog p.meta {
  color: #98bf0e!important;
}

.blog div.item-list ul {
  width: 580px;
}

.blog div.item-list {
  width: 580px;
}

.blog div.item-list h3 {
  width: 580px;
}

.blog div.item-list a {
  width: 580px;
  color: ;
}

/* Blog archive
----------------------------------------------------------------------------------------------------*/

.blogarchive {
  border: none!important;
}

.blogarchive li.level1 > a > span {
  text-transform: capitalize!important;
}

.blogarchive li a {
  padding-bottom: 0px;
  padding-top: 0px;
}

/* No borders
----------------------------------------------------------------------------------------------------*/

.noborder {
  border: none!important;
}

#content {
  border: none!important;
}

/* Slideshow Frontpage
----------------------------------------------------------------------------------------------------*/

.frontpageshow {border: none;}

.frontpageshow .slidetext a:hover {color: #98bf0e!important;}

/* Lightbox
----------------------------------------------------------------------------------------------------*/

