/*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/**
 * Theme for JA Wall
 * -----------------------
 * Name: Minimalist
 * Version: 1.01
 * Release: 12/12/2012
 * Author: JoomlArt
 * Copyright: GPL
 */
 
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic); /* Google Font */
 
/* ---------------------------------------------------------
   LAYOUT
--------------------------------------------------------- */

/* ---------------------------------------------------------
   CORE
--------------------------------------------------------- */
body {
	background: #fff;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

/* Links ---*/
a {
	color: #353535;
	text-decoration: none;
	transition: background 0s ease 0s, color 0.2s linear 0s;
}

a:hover, a:active, a:focus {
	color: #f00;
	text-decoration: none;
}

/* Headings & Titles ---*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* List ---*/
.container-main ul li {
  background-image: url(../images/bullet-1.png);
}

/* Others ---*/
hr {
  border-top: 1px solid #000;
}

/* TABLES
--------------------------------------------------------- */
td {
  border-bottom: 1px dotted #000;
}

th {
  background: #000;
  color: #fff;
}

th a {
  color: #fff;
}

th a:hover,
th a:focus,
th a:active {
  color: #fff;
}

/* FORM
--------------------------------------------------------- */
input, select, button, textarea {
  transition: all 0.2s ease 0s;
}

textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
}

textarea:hover {
  border-color: #000;
}

textarea:focus {
	border-color: #000;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .4);
}

input[type=text],
input[type=password],
.inputbox {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #000;
}

input[type=text]:hover,
input[type=password]:hover,
.inputbox:hover {
  border-color: #000;
}

input[type=text]:focus,
input[type=password]:focus,
.inputbox:focus {
  border-color: #000;
  box-shadow: inset 0 0 2px rgba(0,0,0,.4);
}

input[type=submit],
.button,
button {
  background: #c00;
  border: 1px solid #c00;
  border-radius: 0;
  color: #FFF;
  padding: 4px 5px;
  text-shadow: none;
}

input[type=submit]:hover,
.button:hover,
button:hover {
  background-color: #000;
  border: 1px solid #000;
}

input[type=submit]:focus,
.button:focus,
button:focus {
  background-color: #000;
  border: 1px solid #000;
  box-shadow: none;
}

.star {
  color: #c00;
}

/* ---------------------------------------------------------
   NAVIGATION
--------------------------------------------------------- */

/* MAIN NAV
--------------------------------------------------------- */
#mainnav {
	left: 110px;
	top: 46px;
}

#mainnav .menu > li {
  border-right-color: #ddd;
}

#mainnav .menu > li > a {
	border-bottom: none;
	color: #353535;
	text-shadow: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}

#mainnav .menu > li:hover > a,
#mainnav .menu > li > a:hover,
#mainnav .menu > li > a:active,
#mainnav .menu > li > a:focus {
  color: #f00;
}

#mainnav .menu > li.active > a {
  border-bottom-color: #c00;
  color: #f00;
}

#mainnav .menu > li.active:hover > a,
#mainnav .menu > li.active > a:hover,
#mainnav .menu > li.active > a:active,
#mainnav .menu > li.active > a:focus {
  border-bottom-color: transparent;
}

#mainnav .menu > li > a.hilite:after {
	padding: 2px 5px 1px;
	text-align: center;
	top: -10px;
	border-radius: 10px;
}

/* 2nd level and above ---*/
#mainnav .menu > li.deeper ul {
	background: url(../images/arr-top.png) no-repeat 20px 15px;
	padding: 20px 0 0;
	border: 0;
	box-shadow: none;
}

#mainnav .menu > li.active.deeper ul {
  border-color: #000; /* Active Parent's Popup*/
}

#mainnav .menu > li.deeper.hover ul,
#mainnav .menu > li.deeper:hover ul {
  margin-top: 20px;
}

#mainnav .menu > li.deeper ul li {
	border-color: #353535;
	background: #252525;
}

#mainnav .menu > li.deeper ul li a {
	text-transform: uppercase;
	font-size: 92%;
	color: #999;
	text-shadow: none;
	transition: color 0.2s linear 0s;
	line-height: 40px;
	height: 40px;
}

#mainnav .menu > li.deeper ul li:hover a,
#mainnav .menu > li.deeper ul li a:hover,
#mainnav .menu > li.deeper ul li a:active,
#mainnav .menu > li.deeper ul li a:focus {
	background: #252525;
	color: #fff;
}

#mainnav .menu > li.deeper ul li.active a {
  color: #fff;
}

#mainnav .menu > li.deeper ul ul {
  border: none;
  background: none;
  top: -40px;
}

#mainnav .menu > li.deeper ul ul ul {
  top: -37px !important;
} 

#mainnav .menu > li.deeper ul ul li a,
#mainnav .menu > li.deeper li li.parent li a,
#mainnav .menu > li.deeper ul li.active li a{
  background: #fff ;
  color: #999;
  text-decoration: none;
  font-weight: normal;
}

#mainnav .menu > li.deeper ul li.parent li a{
  background: none;
  text-decoration: none;
  color: #999;
}

#mainnav .menu > li.deeper ul ul li a,
#mainnav .menu > li.deeper ul ul li a:hover,
#mainnav .menu > li.deeper ul ul li a:focus,
#mainnav .menu > li.deeper ul ul li a:active,
#mainnav .menu > li.deeper li li.parent li:hover a,
#mainnav .menu > li.deeper li li.parent li a:hover,
#mainnav .menu > li.deeper li li.parent li a:focus,
#mainnav .menu > li.deeper li li.parent li a:active {
  background: none;
  color: #fff;
}  

#mainnav .menu > li.deeper ul li.active li.active a {
  color: #fff; 
}

#mainnav .navprev,
#mainnav .navnext {
	background: url(../images/direcnav.png) no-repeat right center #fff;
	width: 20px;
} 

#mainnav .navprev {
	background-position: left center;
	left: -10px;
	top: -12px;
}

#mainnav .navnext {
  top: -12px;
  right: 475px;
}

/* ---------------------------------------------------------
   JOOMLA
--------------------------------------------------------- */
/* COMMON JOOMLA STYLE
--------------------------------------------------------- */
.profile-edit fieldset dt {
  min-width: 20em;
}

/* Mail to ---*/
#mailto-window .mailto-close {
  background: #f0f0f0;
  border-color: #ccc;
  border-radius: 0;
  text-shadow: none;
  top: -15px;
}

#mailto-window .mailto-close a {
  color: #999;
  text-decoration: none;
}

#mailto-window .mailto-close a:hover {
  color: #c00;
  text-decoration: none;
}

#mailto-window .mailto-close:hover {
  box-shadow: none;
}

/* Category List ---*/
.categories-list ul li {
  border-bottom: 1px solid #ddd;
}

.categories-list ul li span.item-title {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* Edit Content ---*/
.edit fieldset {
  border-top: 5px solid #000;
  position: relative;
}

@media \0screen {
  .edit fieldset {
    padding-top: 20px;  
  }
  
  .edit fieldset legend {
    color: #000;
    display: block;
    position: absolute;
    top: -12px;
    left: 10px;
  }
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* Pagination ---*/
.pagination ul li,
ul.pagenav li {
  background: none;
}

.pagination ul li {
  border: 1px solid #ddd;
  margin: 0 5px 0 0;
  padding: 3px 5px;
}

.pagination ul li span {
  font-weight: bold;
  color: #ff3333;
}

.pagination ul li.pagination-start span,
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span,
.pagination ul li.pagination-prev span {
  color: #999;
}

/* ---------------------------------------------------------
   MODULES
--------------------------------------------------------- */
.moduletable-inner {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	padding: 15px 0;
}

/* Module Title */
.moduletable .moduletable-inner > h3 {
	background: url(../images/title-bg.gif) no-repeat 20px bottom;
	border-bottom: 0;
	border-radius: 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 10px;
	margin: 0 0 5px;
}

/* Module Content */
.moduletable .box-ct {
  padding: 5px 20px;
}

/* ---------------------------------------------------------
   TEMPLATE
--------------------------------------------------------- */
#container .main { padding-top: 110px; }

#content .content-inner { padding: 10px; }

#aside .aside-inner { padding: 0 0 0 10px; }

/* GENERIC CONTENT STYLE
--------------------------------------------------------- */
/* Content Title ---*/
h1.componentheading,
.componentheading {
  color: #000;
}

/* Content Meta ---*/
.article-info,
.article-hit,
.jac-add-button {
  color: #666;
}

.article-info a,
.jac-add-button a {
  color: #666;
}

.article-info a:hover,
.article-info a:active,
.article-info a:focus,
.jac-add-button a:hover,
.jac-add-button a:active,
.jac-add-button a:focus {
  color: #666;
}

/* Content Image ---*/
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  box-sizing: border-box;
}

p.img_caption {
	background: #000;
	opacity: .7;
}

/* ITEM
--------------------------------------------------------- */
.item {
}

.item .item-inner,
.corner-stamp .corner-inner {
  background: #FFF;
  border-radius: 0;
  box-shadow: none;
  transition: box-shadow .2s ease 0s;
  margin: 10px;
}

.item:hover .item-inner,
.corner-stamp:hover .corner-inner {
  box-shadow: none;
}

.item .item-main {
	padding: 0;
	background: #fff;
}

body.basegrid-s .item .item-main {
  padding: 0;
}

/* Item IMG ---*/
.item .item-image {
  margin: 0 0 10px;
}

body.basegrid-s .item .item-image {
  margin: 0 0 10px;
}

.item .item-image span {
  display: none;
}

/* Item Title ---*/
body.display-imageview .item .item-header {
  padding: 10px 20px 0;
}

.item .header h2 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/title-bg.gif) no-repeat bottom left;
}

body.basegrid-s .item .header h2 {
  font-size: 110%;
}

.item .header h2 a {
  color: #252525;
}

.item .header h2 a:hover,
.item .header h2 a:focus,
.item .header h2 a:active {
  color: #ff0000;
}

.item:hover h2 a {
  color: #c00;
}

/* Item Header ---*/
.item .header {
}

.item .header .article-info {
  color: #858585;
}

/* Item Content ---*/
.item .content {
}

body.display-imageview .item .item-content {
  padding: 0 20px;
}

body.display-imageview .item div.catItemTagsBlock,
body.display-imageview .item .item-tags {
  padding: 0 20px;
}

/* Item Footer ---*/
.item .footer {
	background: none;
	border-radius: 0;
	color: #666;
	margin: 10px 0 0;
	padding: 10px 0 0;
	text-shadow: none;
	border-top: 1px solid #ddd;
}

body.basegrid-s .item .footer {
	margin: 10px 0 0;
	padding: 9px 0 8px;
}

body.display-imageview.basegrid-s .item .footer {
	margin: 10px 0 0;
}

.item .footer .article-hit,
.item .footer .jacomment-count,
.item .footer .jac-add-button {
  margin: 0 10px 0 0;
}

body.basegrid-s .item. .footer .article-info,
body.basegrid-s .item. .footer .article-hit,
body.basegrid-s .item. .footer .jac-add-button,
body.basegrid-s .item. .footer a {
	margin-top: 1px;
}

body.display-imageview.basegrid-s .item .footer .article-info,
body.display-imageview.basegrid-s .item .footer .article-hit,
body.display-imageview.basegrid-s .item .footer .jac-add-button,
body.display-imageview.basegrid-s .item .footer a {
	margin-left: 10px;
}

body.display-imageview .comments-link {
  margin-top: -5px;
}

/* Item Readmore ---*/
.item .readmore {
}

.item .readmore a {
	border: none;
	border-left: 1px solid #ddd;
	border-radius: 0;
	text-indent: -9999px;
	background: url(../images/more.gif) no-repeat center;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: -10px 0 0;
	transition: all 0.2s linear 0s;
}

.item:hover .readmore a {
	border-color: #000;
	background: url(../images/more-hover.gif) no-repeat center #000;
}

body.basegrid-s .item .readmore a {
	margin: -10px 0 !important;
}

/* Item Status---*/
.item-hot .header > h2:before {
  background: #cc0000;
	border-radius: 0;
	margin-top: 1px;
	padding: 1px 5px;
	font-size: 11px;
	float: left;
	font-weight: normal;
	text-align: center;
	color: #fff;
	top: 0;
	width: 25px;
	text-transform: none !important;
	border-radius: 1px;
}

.item div.img_caption { position: relative; }

.item p.img_caption {
  bottom: 10px;
  display: none;
	float: left;
	padding: 5px 15px !important;
  left: 0;
	width: auto !important;
	opacity: 0;
	transition: opacity 0.2s linear 0s;
	z-index: 2;
}

.item:hover p.img_caption {
	display: block;
	opacity: 0.8;
}

/* DISPLAY PRESETS
--------------------------------------------------------- */
/* Display ---*/
/* Image View */
body.display-imageview .item-inner {
  border: 0px;
}

body.display-imageview .item:hover .item-inner {
  border: 0px;
  box-shadow: 0 0 8px rgba(0,0,0,.7);
}

body.display-imageview .item-image img {
  border: none;
}

body.display-imageview .item.dark .item-image img {
  border: 4px solid #252525;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.display-imageview .item.hilite .item-image img {
  border: 4px solid #33a2d2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.display-imageview .footer .article-hit {
  margin-top: -5px;
  padding-left: 20px;
}

/* Items without IMG in Image View */
body.display-imageview .item.no-image {
  display: none !important;
}

body.display-imageview .item.no-image .item-inner {
  height: 0 !important;
}

/* ITEM STYLE PRESETS (CLASS SUFFIX)
--------------------------------------------------------- */
/* Dark Style ---*/
.item.dark .item-inner {
  background: #fff;
  border: 0;
  color: #555;
}

.item.dark .header > h2 a {
  color: #252525;
}

.item.dark:hover h2 a {
  color: #ff0000;
}

.item.dark .item-image img {
  border: 4px solid #252525;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.item.dark p.img_caption {
  left: 4px;
  right: 4px;
}

.item.dark .footer {
  background: none;
  border-top-color: #ccc;
  color: #666;
  text-shadow: none;
}

.item.dark .footer .article-info,
.item.dark .footer .article-hit,
.item.dark .footer .jac-add-button,
.item.dark .footer a {
  color: #666;
}

.item.dark .readmore a {
  border: 0;
  border-left: 1px solid #ddd;
  color: #666;
}

.item.dark:hover .readmore a {
  background: url(../images/more-hover.gif) no-repeat center #252525;
  border-color: #252525;
  color: #fff;
}

/* ImageView Dark Style */
body.display-imageview .item.dark .item-inner {
  border-color: #000;
}

/* Hilite Style ---*/
.item.hilite .item-inner {
  background: #fff;
}

.item.hilite .header > h2 a {
}

.item.hilite .item-image img {
  border: 4px solid #33a2d2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.item.hilite p.img_caption {
  left: 4px;
  right: 4px;
}

.item.hilite .footer {
  background: none;
  color: #666;
}

.item.hilite .footer .article-info,
.item.hilite .footer .article-hit,
.item.hilite .footer a {
  color: #666;
}

.item.hilite .readmore a {
  border: 0;
  border-left: 1px solid #ddd;
  color: #666;
}

.item.hilite:hover .readmore a {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
  text-shadow: none;
}

/* ImageView Hilite Style */
body.display-imageview .item.hilite .item-inner {
  border-color: #c00;
}

/* Facebook Style ---*/
.item.facebook .item-inner {
  border: 0;
}

.item.facebook:hover .item-inner {
  border: 0;
}

body.display-imageview .item.item.facebook .item-header {
  background-position: 20px center;
  padding-left: 60px;
}

/* Twitter Style ---*/
body.display-imageview .item.item.twitter .item-header {
  background-position: 20px center;
  padding-left: 60px;
}

/* Item Sticky ---*/
.item.item-sticky .item-inner {
  background: #ffe1ad;
}

.item.item-sticky .item-main {
  background: transparent;
}

.item.item-sticky .item-header {
  margin-left: 0;
  margin-right: 0;
}

.item.item-sticky .item-header h2 {
  background: none;
  padding-bottom: 0;
  padding-top: 10px;
}

.item.item-sticky .item-header h2 a {
  font-weight: bold;
}

.item.item-sticky .item-content {
  padding: 0 15px;
}

.item.item-sticky .item-footer {
  background: none;
  border-color: #fbc49b;
}

.item.item-sticky .item-footer .article-hit {
  margin-left: 15px;
}

.item.item-sticky .item-footer .readmore a,
.item.item-sticky .item-footer .s_readmore a {
  background: url(../images/more-trans.png) no-repeat center center;
  border: 0;
  border-left: 1px solid #fbc49b;
}

.item.item-sticky:hover .item-footer .readmore a,
.item.item-sticky:hover .item-footer .s_readmore a {
  background: url(../images/more-hover.gif) no-repeat center center #fbc49b;
  border: 0;
  border-left: 1px solid #fbc49b;
}

/* Item Sticky 2 ---*/
.item.item-sticky2 .item-inner {
  background: #fe7da3;
}

.item.item-sticky2 .item-main {
  background: transparent;
}

.item.item-sticky2 .item-header {
  margin-left: 0;
  margin-right: 0;
}

.item.item-sticky2 .item-header h2 {
  background: none;
  padding-bottom: 0;
  padding-top: 10px;
}

.item.item-sticky2 .item-header h2 a {
  font-weight: bold;
}

.item.item-sticky2 .item-content {
  padding: 0 15px;
}

.item.item-sticky2 .item-footer {
  background: none;
  border-color: #fe8cae;
}

.item.item-sticky2 .item-footer .article-hit {
  margin-left: 15px;
}

.item.item-sticky2 .item-footer .readmore a,
.item.item-sticky2 .item-footer .s_readmore a {
  background: url(../images/more-trans.png) no-repeat center -30px;
  border: 0;
  border-left: 1px solid #fe8cae;
}

.item.item-sticky2:hover .item-footer .readmore a,
.item.item-sticky2:hover .item-footer .s_readmore a {
  background: url(../images/more-hover.gif) no-repeat center center #fe8cae;
  border: 0;
  border-left: 1px solid #fe8cae;
}

/* Item Sticky 3 ---*/
.item.item-sticky3 .item-inner {
  background: #b3dce0;
}

.item.item-sticky3 .item-main {
  background: transparent;
}

.item.item-sticky3 .item-header {
  margin-left: 0;
  margin-right: 0;
}

.item.item-sticky3 .item-header h2 {
  background: none;
  padding-bottom: 0;
  padding-top: 10px;
}

.item.item-sticky3 .item-header h2 a {
  font-weight: bold;
}

.item.item-sticky3 .item-content {
  padding: 0 15px;
}

.item.item-sticky3 .item-footer {
  background: none;
  border-color: #9ad0d6;
}

.item.item-sticky3 .item-footer .article-hit {
  margin-left: 15px;
}

.item.item-sticky3 .item-footer .readmore a,
.item.item-sticky3 .item-footer .s_readmore a {
  background: url(../images/more-trans.png) no-repeat center -60px;
  border: 0;
  border-left: 1px solid #9ad0d6;
}

.item.item-sticky3:hover .item-footer .readmore a,
.item.item-sticky3:hover .item-footer .s_readmore a {
  background: url(../images/more-hover.gif) no-repeat center center #9ad0d6;
  border: 0;
  border-left: 1px solid #9ad0d6;
}

/* Item Blue style */
.item.blue .item-inner {
  background: #fff;
  border: 0;
  color: #555555;
}

.item.blue .header > h2 a {
  color: #252525;
}

.item.blue .header > h2 a:hover {
  color: #ff3333;
}

.item.blue .item-image img {
  border: 4px solid #09c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.item.blue p.img_caption {
  left: 4px;
  right: 4px;
}

.item.blue .footer {
  background: none;
  color: #666;
  text-shadow: none;
}

.item.blue .footer .article-info,
.item.blue .footer .article-hit,
.item.blue .footer a {
  color: #666;
}

.item.blue .readmore a {
  border: 0;
  border-left: 1px solid #ddd;
  color: #666;
}

.item.blue:hover .readmore a {
  background-color: #09c;
  border-color: #09c;
  color: #fff;
  text-shadow: none;
}

/* ImageView Hilite Style */
body.display-imageview .item.blue .item-inner {
  border-color: #c00;
}

/* POPUP CONTENT
--------------------------------------------------------- */
body.popupview #popup-view {
  background: url(../images/trans-black-80.png);
}

body.popupview #popup-inner {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0,0,0,.4);
}

/* loading Indicator */
body.popupview #popup-content:after {
  border-radius: 0;
  background: #000;
}

/* HEADER
--------------------------------------------------------- */
#header {
	height: 90px;
	background: #fff;
	color: #858585;
	border-bottom: 1px solid #ddd;
}

#header .wrap-inner {
	background: transparent;
	border-bottom: none;
}

#header .main {
  height: 90px;
}

/* Logo Image ---*/
#logo.logo-image {
	background: #fff;
	border: none;
	width: 100px;
	height: 90px;
}

#logo.logo-image h1 {
	background: #252525;
	width: 60px;
	height: 60px;
	right: 0;
	bottom: 20px;
	position: absolute;
}

#logo.logo-image h1 a {
	background:url(../images/logo.png) no-repeat center;
	display: block;
	width: 36px;
	height: 16px;
	text-indent: -9999px;
	padding: 24px 11px;
}

#logo.logo-image:hover h1 a,
#logo.logo-image h1 a:hover,
#logo.logo-image h1 a:active,
#logo.logo-image h1 a:focus {
  color: #fff;
}

/* Logo Text ---*/
#logo.logo-text {
  background: #fff !important;
	border: 0;
	width: 100px;
	height: 90px !important;
	overflow: hidden;
}

#logo.logo-text h1 {
	background: #252525;
	padding: 15px 10px;
	width: 60px;
	float: right;
	margin-top: 10px;
	position: relative;
}

#logo.logo-text h1 a {
}

#logo.logo-text:hover h1 a,
#logo.logo-text h1 a:hover,
#logo.logo-text h1 a:active,
#logo.logo-text h1 a:focus {
  color: #fff;
}

#logo.logo-text p {
  color: #252525;
  display: block;
  float: right;
  padding-top: 5px;
}

/* Head Search ---*/
#header #search {
  background: #fff;
  margin-top: 35px;
}

#header #search .search-inner {
  margin-top: 10px;
}

#header #search .search {
	border: 1px solid #ddd;
	border-radius: 0;
}

#header #search .inputbox {
	background: url(../images/ico-search.png) no-repeat 105px center #fff;
	padding-left: 5px;
	padding-right: 25px;
}

#header #search .button {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}

/* focus state */
#header #search .inputbox:focus {
	box-shadow: none;
	color: #000;
	background: url(../images/ico-search.png) no-repeat 165px center #ffe;
}

#header #search .inputbox:focus + .button {
	background-color: #c00;
	border-color: #c00;
	color: #fff;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
/* Mainbody ---*/
#mainbody {
	background: #FFF;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

body.has-sidebar #mainbody {
}

body.gridview #mainbody {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

/* Sidebar ---*/
#sidebar {
	color: #666;
	text-shadow: none;
	top: 105px;
}

#sidebar .sidebar-inner-scrollblock {
  padding-bottom: 30px;
}

/* Sidebar Nav */
#sidebar .menu li a {
	border-radius: 0;
	color: #252525;
	text-transform: none;
	padding: 2px 0 !important;
}

#sidebar .menu li a:hover,
#sidebar .menu li a:active,
#sidebar .menu li a:focus {
	background: none;
	color: #ff3333;
}

/* Sidebar Categories */
#sidebar .categories-module li a {
	border-radius: 0;
	color: #252525;
	padding: 2px 0 !important;
	text-transform: none;
}

#sidebar .categories-module li a:hover,
#sidebar .categories-module li a:active,
#sidebar .categories-module li a:focus {
	background: none;
	color: #ff3333;
}

/* Active */
#sidebar .menu li.active a,
#sidebar .categories-module li.active a {
	background: none;
	color: #f00;
	text-shadow: none;
}

/* 2nd level + */
#sidebar .menu ul,
#sidebar .categories-module ul {
  border-color: #000;
}

/* Sidebar Module */
#sidebar .moduletable .moduletable-inner > h3 {
	color: #000;
	padding-right: 20px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 12px;
}

#sidebar .moduletable .moduletable-inner > h3 span {
  background: url(../images/title-bg.gif) no-repeat right bottom;
  padding-bottom: 15px;
  display: block;
}

#sidebar .moduletable .box-ct {
  padding-right: 20px;
}

/* DISPLAY TOOLBAR
--------------------------------------------------------- */
#toolbar {
  background: #fff;
  margin-top: 35px;
}

#toolbar .toolbar-inner {
  margin-top: 10px;
}

#toolbar dl {
  background: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
}

#toolbar dd {
  border: 1px solid #ddd !important;
  margin: 0 2px;
  padding: 4px 0;
}

#toolbar dd:hover {
  background: none;
  border: 1px solid #252525 !important;
  color: #252525;
}

#toolbar dd.first {
  border-radius: 0;
}

#toolbar dd.last {
  border-radius: 0;
}

#toolbar dd.first.last {
  border-radius: 0;
}

/* Active State */
body.basegrid-s #toolbar dd#toolbar-basegrid-s,
body.basegrid-m #toolbar dd#toolbar-basegrid-m,
body.basegrid-l #toolbar dd#toolbar-basegrid-l,
body.basegrid-xl #toolbar dd#toolbar-basegrid-xl,
body.display-imageview #toolbar dd#toolbar-display-imageview {
  background: #252525;
  color: #fff;
}

/* Basegrid ---*/
#toolbar-basegrid dd {
  border-left: none;
}

#toolbar dd.first {
  border-radius: 2px;
}

/* Display ---*/
#toolbar-display dd {
  padding-left: 5px;
  padding-right: 5px;
}

/* K2 STYLE
--------------------------------------------------------- */
/* Item date --- */
#k2Container .itemDate {
	background: none;
	border-radius: 0;
	text-shadow: none;
	padding: 0 10px 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#k2Container .itemDate .date {
	color: #252525;
	float: none;
	text-align: right;
    width: 78px;
	margin-right: 0;
}

#k2Container .itemDate .month-year {
	clear: both;
	float: right;
}

#k2Container .itemDate .month,
#k2Container .itemDate .year {
	color: #a5a5a5;
	padding: 2px;
	float: left;
	font-size: 80%;
}

/* Item list --- */
div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus,
div.catItemHeader h3.catItemTitle a:active,
.itemListBlogView .catItemLinks li a:hover,
.itemListBlogView .catItemLinks li a:focus,
.itemListBlogView .catItemLinks li a:active {
	color: #f00;
}

.itemListBlogView .catItemBody img {
	padding: 0;
	border: none;
}

.itemListBlogView .catItemLinks li a {
	border-bottom: 0;
}

.itemListBlogView .itemContainer {
	border-bottom: 0;
	padding-bottom: 0;
}

.itemListBlogView .catItemBody {
	padding: 0 0 10px;
}

.itemListBlogView .catItemView h3.catItemTitle {
	background: url(../images/title-bg.gif) no-repeat bottom left;
	margin-bottom: 15px;
    padding-bottom: 10px;
}

.itemListBlogView .catItemLinks .catItemTagsBlock span {
  background: none;
  color: #252525;
  margin-right: 0;
}

div.catItemLinks {
}

div.catItemTagsBlock,
div.itemTagsBlock {
	border-bottom: none;
	padding: 0;
}

div.catItemTagsBlock ul.catItemTags li a:hover,
.item-tags ul li a:hover,
.k2ArchivesBlock ul li a:hover {
	color: #f00;
}

div.itemTagsBlock span {
  background: none;
  color: #252525;
  margin-right: 0;
}

div.catItemReadMore {
    border-top: 1px solid #ddd;
    width: 100%;
}

.catItemReadMore a {
	border: none;
	border-left: 1px solid #ddd;
	border-radius: 0;
	text-indent: -9999px;
	transition: all 0.2s linear 0s;
	background: url(../images/more.gif) no-repeat center;
	width: 30px;
	height: 30px;
	padding: 0;
}

.catItemReadMore a:hover,
.catItemReadMore a:focus,
.catItemReadMore a:active {
	border-color: #000;
	background: url(../images/more-hover.gif) no-repeat center #000;
}

.itemListBlogView div.catItemView {
	padding-left: 120px;
}

.itemListBlogView .catItemCommentsLink {
	margin: -3px 0 0;
	border-right: 1px solid #ddd;
	padding: 10px 13px 0 0;
    text-align: right;
    width: 85px;
}

.itemListBlogView .catItemCommentsLink a {
	letter-spacing: 0;
	font-size: 80%;
}

/* K2 Item Block */
div.k2ItemsBlock ul li {
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px !important;
	margin: 0 0 10px;
	background: none !important;
}

div.k2ItemsBlock ul li.clearList {
	border-bottom: none;
	padding: 0 !important;
	margin: 0;
}

div.k2ItemsBlock .moduleItemTitle {
	font-weight: bold;
}

div.k2ItemsBlock .moduleItemAuthor {
	font-size: 92%;
	margin: 5px 0 0;
}

div.k2ItemsBlock .k2FeedIcon {
	margin: 0;
}

/* K2 Item View */
.itemView h2.itemTitle {
	margin-top: 0;
}

.itemView .itemToolbar,
.itemView .itemAuthorBlock,
.itemView .itemComments .commentInfo,
.itemView .itemCommentsForm form textarea.inputbox,
.itemView .itemCommentsForm form input.inputbox {
	border-radius: 0;
	background: #fff;
}

.itemView .itemComments .commentInfo {
	box-shadow: none;
}

.itemView .itemCommentsForm h3,
div.itemComments h3.itemCommentsCounter {
	border-top: 1px solid #ddd;
	padding: 10px 0 0;
}

.itemView .itemAuthorLatest h3 span {
	border-bottom: none;
}

div.itemCommentsForm p.itemCommentsFormNotes {
	border-top: none;
}

div.itemTagsBlock ul.itemTags li a {
	border-bottom: none;
}

.itemView .itemAuthorLatest ul li a,
.itemView .itemRelated ul li a {
	background-image: url(../images/bullet-2.png) !important;
	background-position: 5px center;
    padding-left: 15px;
}

div.itemTagsBlock ul.itemTags li a:hover,
.itemView .itemAuthorLatest ul li a:hover,
.itemView .itemAuthorLatest ul li a:focus,
.itemView .itemAuthorLatest ul li a:active,
.itemView .itemRelated ul li a:hover,
.itemView .itemRelated ul li a:focus,
.itemView .itemRelated ul li a:active,
div.genericItemHeader h2.genericItemTitle a:hover,
div.genericItemHeader h2.genericItemTitle a:focus,
div.genericItemHeader h2.genericItemTitle a:active {
	color: #F00;
}

div.itemCommentsForm form input#submitCommentButton,
div.itemCommentsForm form input#submitCommentButton:hover {
	background: #C00;
	border-radius: 0;
	border: none;
}

div.itemCommentsForm form input#submitCommentButton:hover {
	background: #000;
}

#k2Container .k2Pagination {
    border-top: 1px solid #ddd;
    margin: -10px 0 0;
    overflow: hidden;
    padding: 20px 0 0;
}

#k2Container .k2Pagination ul,
#k2Container .k2Pagination p {
  margin: 5px 0;
}

#k2Container .k2Pagination ul li,
#k2Container .k2Pagination p.page-count {
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 0;
	margin-right: 5px;
}

#k2Container .k2Pagination ul li span {
  color: #cc0000;
  font-weight: bold;
}

#k2Container .k2Pagination ul li.pagination-start span,
#k2Container .k2Pagination ul li.pagination-prev span,
#k2Container .k2Pagination ul li.pagination-next span,
#k2Container .k2Pagination ul li.pagination-end span {
  color: #666;
}

#k2Container .k2Pagination p.page-count {
	line-height: 1.1;
}

div.k2ItemsBlock ul li .moduleItemReadMore:hover, 
div.k2ItemsBlock ul li .moduleItemReadMore:focus,
div.k2ItemsBlock ul li .moduleItemReadMore:active,
div.k2ItemsBlock ul li a.moduleItemTitle:hover,
div.k2ItemsBlock ul li a.moduleItemTitle:focus,
div.k2ItemsBlock ul li a.moduleItemTitle:active {
	color: #ff0000;
}


.itemView .itemAuthorLatest ul li a:hover, 
.itemView .itemAuthorLatest ul li a:focus,
.itemView .itemAuthorLatest ul li a:active,
.itemView .itemRelated ul li a:hover,
.itemView .itemRelated ul li a:focus,
.itemView .itemRelated ul li a:active {
    color: #ff0000;
}

.comments-link {
  margin-top: 0;
}

body.display-imageview .comments-link {
  padding-left: 20px;
}

body.display-imageview .category-name {

}

body.display-imageview .video .category-name {
  padding-left: 0;
}

div.genericItemReadMore a{
	background: #cc0000;
	border-color: #cc0000;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	text-shadow: none;
	color: #fff;
}

div.genericItemReadMore a:hover,
div.genericItemReadMore a:focus,
div.genericItemReadMore a:active{
	background: #000;
	border-color: #000;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	text-shadow: none;
	color: #fff;
}


/* MISC.
--------------------------------------------------------- */
/* Toggle ----*/
/* Toggle button */
.btn-toggle {
  background: #252525;
}

/* Loading Notif. --- */
#infscr-loading {
  border-radius: 0;
  background: #000;
}

/* 404 Page ---*/
.error #outline {
	background: none;
}

.error #error-code {
	background: #252525;
	border-radius: 100px;
	width: 200px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 200px;
	position: inherit;
	float: left;
}

.error #error-message,
.error #back-home {
	color: #000;
	font-size: 24px;
	margin: 0;
	float: left;
	width: 430px;
	margin: 75px 0 0 20px;
}

.error #back-home {
	float: left;
	background: none;
	text-indent: 0;
	color: #f00;
	position: inherit;
	width: auto;
	height: auto;
	font-size: 12px;
	margin-top: 10px;
}

.error #text-tip {
	display: none;
}

/* ---------------------------------------------------------
   RESPONSIVE STYLES
--------------------------------------------------------- */

/* MOBILE (layout-mobile.css)
--------------------------------------------------------- */
@media only screen and (max-width:719px) {

  /* BODY LAYOUT
  --------------------------------------------------------- */
  /* Sidebar ---*/
	#sidebar {
		top: 0;
	}
	
  #sidebar .sidebar-inner {
    border-radius: 0;
  }

  #sidebar .sidebar-toggle {
		border-right: 1px solid #444;
		height: 60px;
		background: #252525;
  }
  
	#sidebar.active .sidebar-toggle {
		background: #fff;
	}

  /* HEADER
  --------------------------------------------------------- */
	#header {
		height: 100px;
	}
	
	#header .main {
    height: 100px;
  }
	
	#header #logo {
	  height: 60px;
		width: 100%;
	}
	
	#header #logo h1 {
	  margin-top: 0;
		width: 100%;
		top: 0;
	}
	
	#header #logo h1 a {
		margin: 0 auto;
	}
	
  /* Head Search ---*/
  #header #search {
    background: #252525;
    height: 60px;
		top: -60px;
		margin-right: 0;
		margin-top: 0;
		padding-left: 0;
  }

  #header #search.active {
  }

  #header #search .search-inner {
    border-radius: 0;
    margin-top: 0;
  }
  
  #header #search .search {
    border: 0;
  }
  
  #header #search .inputbox,
  #header #search .inputbox:focus {
    background-position: 160px 8px;
  }

  #header #search .search-toggle {
		border-left: 1px solid #3f3f3f;
		height: 60px;
  }

  /* MAIN NAV
  --------------------------------------------------------- */
  #mainnav {
		top: 60px;
		left: 0;
  }
  
	#mainnav .menu > li > a {
		padding: 10px 15px;
	}
	
	#mainnav .menu > li.deeper ul li a {
		text-align: center;
	}
  
  #mainnav .menu-inner {
    height: 46px;
  }
  
  #mainnav .menu > li > a {
    color: #252525;
    font-size: 12px;
  }
  
  /* 2nd level and above ---*/
  #mainnav .menu > li.deeper ul,
  ul.jsub {
    background: #FFF;
    border: 5px solid #252525;
  }
  
  #mainnav .navprev,
  #mainnav .navnext {
    height: 40px;
    top: 0;
  }
  
  #mainnav .navprev {
    left: 0px;
  }
  
  #mainnav .navnext {
    right: 0;
  }

  /* DISPLAY TOOLBAR
  --------------------------------------------------------- */
  #toolbar {
    height: 60px;
    margin-top: 0;
		top: -60px;
  }
  
  #toolbar .toolbar-inner {
    margin-top: 0;
		padding: 10px 0;
		border-radius: 0;
  }

	#toolbar .btn-toggle {
    height: 60px;
  }
  
  #toolbar .toolbar-toggle {
    border-left: 1px solid #3f3f3f;
  }

}

/* MOBILE PORTRAIT (layout-mobile-portrait.css)
--------------------------------------------------------- */
@media only screen and (max-width:479px) {
}

/* layout-tablet.css ---*/
@media only screen and (min-width:720px) and (max-width: 985px) {

  /* BODY LAYOUT
  --------------------------------------------------------- */
  /* Sidebar ---*/
	#sidebar {
		top: 0;
	}
  
  #sidebar .sidebar-inner {
    border-radius: 0;
  }

	#sidebar .sidebar-toggle {
		border-right: 1px solid #444;
		height: 60px;
		background: #252525;
	}
	
	#sidebar.active .sidebar-toggle {
		background: #fff;
	}

  /* HEADER
  --------------------------------------------------------- */
	#header {
	  background: #252525;
		height: 60px;
	}
	
	#header .main {
    height: 60px;
  }
	
	#header #logo {
		height: 60px;
		width: 100px;
	}
	
	#header #logo h1 {
	  border-right: 1px solid #323232;
	  margin: 0;
		width: 100%;
		top: 0;
	}
	
	#header #logo h1 a {
		margin: 0 auto;
	}

  /* Logo text */
  #header #logo.logo-text {
    background: transparent !important;
    border-right: 1px solid #323232;
    height: 60px !important;
  }

  #header #logo.logo-text h1 {
    border: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #header #logo.logo-text p {
    color: #fff;
    float: none;
  }
  
  /* Head Search ---*/
  #header #search {
    background: #252525;
    height: 60px;
		top: 0;
		margin-right: 0;
		margin-top: 0;
		padding-left: 0;
		z-index: 1001;
  }

  #header #search .search-inner {
    border-radius: 0;
    margin-top: 0;
  }
  
  #header #search .search {
    border: 0;
  }

  #header #search .search-toggle {
		border-left: 1px solid #444;
		height: 60px;
  }
  
	#header #search .inputbox {
		background-position: 155px center;
		box-shadow: none;
	}
  
  .no-toolbar #mainnav .menu-inner, .no-toolbar #mainnav .navnext {
      right: 45px;
  }	

  /* MAIN NAV
  --------------------------------------------------------- */
	#mainnav {
	  height: 60px;
		padding-left: 0;
		left: 0;
		top: 0;
	}
	
	#mainnav .menu-inner {
    margin: 20px 0 0;
    right: 120px;
    padding: 0px 0;
  }
  
  #mainnav .menu > li {
    border-right-color: #323232;
  }
  
  #mainnav .menu > li > a {
    color: #999;
    font-size: 12px;
  }
  
  #mainnav .menu > li:hover > a,
  #mainnav .menu > li > a:hover,
  #mainnav .menu > li > a:active,
  #mainnav .menu > li > a:focus {
    color: #fff;
  }
  
  #mainnav .menu > li.active > a {
    color: #FFF;
  }
  
  /* 2nd level and above ---*/
  #mainnav .menu > li.deeper ul,
  ul.jsub {
    background: #252525;
    border: 5px solid #252525;
  }
  
  #mainnav .navprev,
  #mainnav .navnext {
    background-color: #252525;
    background-image: url(../images/direcnav-mobile.png);
    height: 60px;
    top: 0;
  }
  
  #mainnav .navprev {
    left: 144px;
  }
  
  #mainnav .navnext {
    right: 90px;
  }
  
	/* CONTAINER
	--------------------------------------------------------- */
	#container .main {
		padding-top: 70px;
	}

  /* DISPLAY TOOLBAR
  --------------------------------------------------------- */
	#toolbar {
	  margin-top: 0;
	  height: 60px;
		top: 0;
		z-index: 1001;
	}
	
	#toolbar .btn-toggle {
    height: 60px;
  }
	
	#toolbar.active .toolbar-inner {
    margin-top: 0;
		padding: 10px 0;
		border-radius: 0;
	}
	
	#toolbar.active .toolbar-inner ul {
		margin-left: -5px;
	}
  
}

/* NORMAL (layout-normal.css)
--------------------------------------------------------- */
@media only screen and (min-width:986px) and (max-width: 1235px) {
}

/* WIDE (layout-wide.css)
--------------------------------------------------------- */
@media only screen and (min-width:1236px) and (max-width: 1585px) {
}

/* WIDE EXTRA l(ayout-wide-extra.css)
--------------------------------------------------------- */
@media only screen and (min-width:1586px) and (max-width: 1890px) {
}

/* HD (layout-hd.css)
--------------------------------------------------------- */
@media only screen and (min-width:1891px) {
}



