/*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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: Chistmas
 * Version: 1.01
 * Release: 12/12/2012
 * Author: JoomlArt
 * Copyright: GPL
 */
 
@import url(../fonts/open-sans/stylesheet.css);
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);



/* ---------------------------------------------------------
   LAYOUT
--------------------------------------------------------- */
/* ---------------------------------------------------------
   CORE
--------------------------------------------------------- */
body {
  background: #fff;
  color: #555;
  font-family: 'open_sansregular';
  font-size: 13px;
}

/* Links ---*/
a { color: #19952f; }

a:hover, a:active, a:focus {
  color: #19952f;
  text-decoration: underline;
}

/* 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 #e5e5e5; }

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 #e5e5e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #555;
}

input[type=text]:hover,
input[type=password]:hover,
.inputbox:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
.inputbox:hover { border-color: #ddd; }

input[type=text]:focus,
input[type=password]:focus,
.inputbox:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
.inputbox:focus {
	border-color: #ddd;
	box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}

input[type=text].invalid,
input[type=email].invalid,
input[type=password].invalid,
.inputbox.invalid { border-color: #cc0000; }

input[type=submit],
.button,
button {
	background: #222;
	border: solid 1px #222;
	border-radius: 0;
	color: #FFF;
	text-shadow: none;
	cursor: pointer;
}

input[type=submit]:hover,
.button:hover,
button:hover { background-color: #810101; border: 1px solid #810101; }

input[type=submit]:focus,
.button:focus,
button:focus {
	background-color: #810101;
	border: 1px solid #810101;
	box-shadow: none;
}

.star { color: #c00; }

/*Joomla Page ---*/
#mailto-window .mailto-close {
	background: #222 !important;
	border: solid 1px #222 !important;
	-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #fff;
}

#mailto-window .mailto-close:hover,
#mailto-window .mailto-close:focus,
#mailto-window .mailto-close:active {
	background: #810101 !important;
	border-color: #810101 !important;
	color: #fff;
}

#mailto-window h2 { margin-bottom: 10px; }

#mailto-window { margin-top: 0px; }

/* ---------------------------------------------------------
   NAVIGATION
--------------------------------------------------------- */

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnav {
  left: 165px;
}

#mainnav .menu-inner {
	right: 510px;
	top: 0;
}

#mainnav .menu {
  padding-top: 15px;
  top: 0px !important;
}

#mainnav .menu > li {
	border-right: none;
}

#mainnav .menu > li:first-child { background: none; }

#mainnav .menu > li > a {
	color: #e3c1c1;
	border: none;
	font-size: 125%;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	transition: border-color 0.2s ease 0s;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#mainnav .menu > li:hover > a,
#mainnav .menu > li > a:hover,
#mainnav .menu > li > a:active,
#mainnav .menu > li > a:focus {
	border-bottom-color: transparent;
	color: #fff;
	text-decoration: none;
}

#mainnav .menu > li.active > a {
  border: none;
  color: #fff;
  font-family: 'open_sans_semiboldregular';
}

#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: none; color: #fff; }

/* 2nd level and above ---*/
#mainnav .menu > li.deeper ul {
	background: #810101;
	border: none;
	box-shadow: 0px 2px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.4);
	border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	min-width: 220px;
}

#mainnav .menu > li.active.deeper ul { border: none; /* Active Parent's Popup*/ }

#mainnav .menu > li.deeper.hover ul,
#mainnav .menu > li.deeper:hover ul { margin-top: 40px; }

#mainnav .menu > li.deeper ul li {
	border-bottom: none;
	background: url(../images/line-menu.png) repeat-x left top;
}

#mainnav .menu > li.deeper ul li:first-child,
#mainnav .menu > li.deeper ul li:first-child:hover { background-image: none !important; }

#mainnav .menu > li.deeper ul li:hover,
#mainnav .menu > li.deeper ul li.active {
	background: url(../images/line-menu.png) repeat-x left top #810101;
}

#mainnav .menu > li.deeper ul li a {
	color: #e3c1c1;
	text-shadow: none;
	transition: color 0.2s linear 0s;
	font-size: 98%;
	padding: 12px 0px 12px 20px;
	height: auto;
	line-height: normal;
}

#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 { color: #fff; background: none; text-decoration: none; }

#mainnav .menu > li.deeper ul li.active a { color: #fff; }

#mainnav .menu > li.deeper ul ul {
  border: none;
  background: #810101
  top: 0px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  left: 210px !important;
}

#mainnav .menu > li.deeper ul ul ul  {
  top: -40px !important;
  left: 210px !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{
  color: #E3C1C1;
  text-decoration: none;
  font-weight: normal;
  background: none;
}

#mainnav .menu > li.deeper ul li.parent li a{
  text-decoration: none;
  color: #E3C1C1;
  background: none;
}

#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 {
  color: #fff;
  background: none;
}  

#mainnav .menu > li.deeper ul li.active li.active a {
  color: #fff; 
  background: none;
}

#mainnav .menu > li.deeper ul li:first-child,
#mainnav .menu > li.deeper ul li:first-child:hover { 
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

#mainnav .menu > li.deeper ul li:last-child,
#mainnav .menu > li.deeper ul li:last-child:hover { 
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}


#mainnav .navnext { right: 516px;  top: 15px; }

#mainnav .navprev {
	top: 15px;
}

#mainnav .navprev, #mainnav .navnext {
	height: 44px !important;
	background-image: url("../images/direcnav.png");
}
/* ---------------------------------------------------------
   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; }

.edit fieldset legend { color: #000; }

.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; }

/* ---------------------------------------------------------
   MODULES
--------------------------------------------------------- */
.moduletable-inner {
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

/* Module Title */
.moduletable .moduletable-inner > h3 {
	background: none;
	border: none;
	color: #333;
	padding-top: 20px;
	margin-bottom: 10px;
	text-transform: none;
	font-family: 'open_sansregular'
}

/* Module Content */
.moduletable .box-ct { padding: 5px 20px; }

/* ---------------------------------------------------------
   TEMPLATE
--------------------------------------------------------- */
/* GENERIC CONTENT STYLE
--------------------------------------------------------- */
/* Content Title ---*/
h1.componentheading,
.componentheading { color: #000; }

/* Content Meta ---*/
.article-info,
.article-hit,
.jac-add-button { color: #999; }

.article-info a,
.jac-add-button a { color: #999; border-bottom: solid 1px #e5e5e5; }

.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: #999; text-decoration: none; border-color: #222; }

/* 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 { border: none; }

p.img_caption { background: #000; opacity: .7; }

/* ITEM
--------------------------------------------------------- */
.item { }

.item .item-inner,
.corner-stamp .corner-inner {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	margin: 10px;
}

.item:hover .item-inner,
.corner-stamp:hover .corner-inner {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.item .item-main { padding: 20px 20px 0; }

.system-unpublished {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
}

/* Item IMG ---*/
.item .item-image { margin: 20px 20px 0; }

.item .item-image span { display: none; }

/* Item Title ---*/
.item .header h2 {
	font-family: 'open_sansregular';
	font-weight: 700;
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 0;
	zoom: 1;
	color: #333;
}

.item.grid-double .header h2 {
  font-size: 150%;
}

.item .header h2 a {
  color: #333;
}

.item .header h2 a:hover,
.item .header h2 a:focus,
.item .header h2 a:active {
  color: #19952f;
}

.item:hover h2 a {
  color: #19952f;
}

/* Item Header ---*/
.item .header {
  font-size: 92%;
}

.item .header .article-info strong {
  font-family: 'open_sans_semiboldregular';
  font-weight: normal;
}

/* Item Content ---*/
.item .content { }

/* Item Footer ---*/
.item .footer {
	background: none;
	border-radius: 0;
	color: #666;
	margin: 10px 0 0;
	padding: 10px 0;
	text-shadow: none;
	border-top: 1px solid #e5e5e5;
}

.item .footer .article-hit,
.item .footer .jacomment-count,
.item .footer .jac-add-button { margin: 3px 10px 0 0; }

/* Item Readmore ---*/
.item .readmore { margin-top: 3px; }

.item .readmore a {
	border: none;
	border-radius: 0;
	color: #666;
	transition: all 0.2s linear 0s;
	text-decoration: none;
	padding: 0;
}

.item:hover .readmore a {
	background: none;
	border: none;
	color: #19952f;
	text-shadow: none;
	text-decoration: none;
}

/* Item Status---*/
.item-hot .header h2:before,
.item-hot .header > h2:before {
	background: url("../images/bg-hot.png") no-repeat 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #FFF;
	content: "Hot";
	height: 20px;
	left: -25px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 38px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'open_sansregular';
}

.item-new .header > h2:before {
	background: url("../images/bg-new.png") no-repeat 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #FFF;
	content: "New	";
	height: 20px;
	left: -25px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 40px;
	text-transform: uppercase;
	font-weight: normal;
}

.item-hot .header h2 a,
.item-new .header h2 a { text-indent: 25px; }

/* DISPLAY PRESETS
--------------------------------------------------------- */
/* Display ---*/
/* Image View */
body.display-imageview .item-inner { border-width: 5px; border-style: solid; }

body.display-imageview .item:hover .item-inner {
	border-width: 5px;
	border-color: #c5c5c5;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}

body.display-imageview .item-image img {
  border: none !important;
}

body.display-imageview .item-hot .header > h2:before,
body.display-imageview .item-hot .header h2:before, 
body.display-imageview .item-free .header h2:before,
body.display-imageview .item-new .header h2:before {
	left: -30px;
}

/* 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;
}

body.basegrid-s .item-hot .header h2:before,
body.basegrid-s .item-free .header h2:before,
body.basegrid-s .item-new .header h2:before  {
	left: -15px;
}

body.basegrid-s.display-imageview .item-hot .header h2:before,
body.basegrid-s.display-imageview .item-free .header h2:before,
body.basegrid-s.display-imageview .item-new .header h2:before  {
	left: -20px;
}
/* ITEM STYLE PRESETS (CLASS SUFFIX)
--------------------------------------------------------- */
/* Dark Style ---*/
.item.dark .item-inner {
  background: url(../images/strip-bg.png) #af332b;
	border-color: #af332b;
	border-radius: 0;
	color: #fff;
}

.item.dark .header h2 {
  color: #ffb8b4;
}

.item.dark .header > h2 a {
  color: #ffb8b4;
}

.item.dark:hover h2 a {
  color: #fff;
}

.item.dark .footer {
	background: none;
	border-top-color: #d76c64;
	color: #ffb8b4;
	text-shadow: none;
}

.item.dark  .article-info,
.item.dark .article-hit,
.item.dark .jac-add-button {
  color: #ffb8b4;
}

.item.dark .article-info a,
.item.dark .jac-add-button a {
  color: #ffb8b4;
  border-bottom: solid 1px #ffb8b4;
}

.item.dark .article-info a:hover,
.item.dark .article-info a:active,
.item.dark .article-info a:focus,
.item.dark .jac-add-button a:hover,
.item.dark .jac-add-button a:active,
.item.dark .jac-add-button a:focus {
	color: #ffb8b4;
	text-decoration: none;
	border-color: #850f08;
}

.item.dark .footer .article-info,
.item.dark .footer .article-hit,
.item.dark .footer .jac-add-button,
.item.dark .footer a { color: #ffb8b4; }

.item.dark .readmore a {
	border: none;
	color: #ffb8b4;
	text-decoration: none;
}

.item.dark:hover .readmore a {
	border: none;
	color: #fff;
	text-decoration: none;
	padding: 0px;
}

/* ImageView Dark Style */
body.display-imageview .item.dark .item-inner {
  border-color: #AF332B;
}

/* Hilite Style ---*/
.item.hilite .item-inner {
  background: url(../images/strip-bg.png) #f0f0f0;
  border-color: #D76C64;
}

.item.hilite .header > h2 a { }

.item.hilite .footer {
  background: none;
  color: #555;
}

.item.hilite .footer .article-info,
.item.hilite .footer .article-hit,
.item.hilite .footer .jacomment-count {
  color: #999;
}

.item.hilite .readmore a,
.item.hilite .footer a {
  border: none;
  color: #666;
}

.item.hilite:hover .readmore a {
	background: none;
	text-decoration: none;
	border: none;
	color: #19952f;
	text-shadow: none;
}

.item-free .header h2:before {
	 background: url("../images/bg-free.png") no-repeat 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #FFF;
	content: "Free";
	height: 20px;
	left: -25px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 40px;
	text-transform: uppercase;
	font-weight: normal;
}
/* ImageView Hilite Style */
body.display-imageview .item.hilite .item-inner { border-color: #D76C64; }

/* Blue Style ---*/
.item.blue .footer {
	background: none;
	border-color: #fff;
	color: #a9def0;
	text-shadow: none;
}

.item.blue .footer .article-info,
.item.blue .footer .article-hit,
.item.blue .footer .jac-add-button,
.item.blue .footer a { color: #8ad2ea; }

.item.blue .readmore a { border: 1px solid #26a9d5; color: #a9def0; }

.item.blue:hover .readmore a { border-color: #09c; color: #FFF; }

/* ImageView Blue Style */
body.display-imageview .item.hilite .item-inner { border-color: #D76C64; }

/* Sticky Style ---*/
.item.item-sticky:hover .item-inner { border-color: #fbc49b; }

.item.item-sticky .footer {
	background: url(../images/dot-line.gif) repeat-x left top;
	border-top: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Sticky Style 2 ---*/
.item.item-sticky2:hover .item-inner { border-color: #fe6794; }

.item.item-sticky2 .footer {
	background: url(../images/dot-line2.gif) repeat-x left top;
	border-top: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Sticky Style 3 ---*/
.item.item-sticky3:hover .item-inner { border-color: #9ad0d6; }

.item.item-sticky3 .footer {
	background: url(../images/dot-line3.gif) repeat-x left top;
	border-top: none;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Showcase Style ---*/
.item-showcase .item-image { border-color: #e5e5e5; }

.item-showcase.dark .createby, .item-showcase.dark .category-name { color: #ffb8b4; }

.item-showcase.dark .createby, .item-showcase.dark .category-name { border-color: #D76C64; color: #ffb8b4; }
 
.item-showcase.dark .createby a, 
.item-showcase.dark .category-name a { color: #ffb8b4; }

.item-showcase.dark .createby a:hover, 
.item-showcase.dark .createby a:focus,
.item-showcase.dark .createby a:active,
.item-showcase.dark .category-name a:hover,
.item-showcase.dark .category-name a:focus,
.item-showcase.dark .category-name a:active {
	color: #ffb8b4;
	text-decoration: none;
	border-bottom: solid 1px #850f08;
}

.item-showcase.dark .createby strong, 
.item-showcase.dark .category-name strong, 
.item-showcase.dark .item-tags strong { color: #ffb8b4; }

.item-showcase.dark .item-tags li a { border-color: #D76C64; color: #ffb8b4; }

.item-showcase.dark .item-tags li a:hover,
.item-showcase.dark .item-tags li a:focus,
.item-showcase.dark .item-tags li a:active {
	color: #ffb8b4;
	text-decoration: none;
	border-bottom: solid 1px #850f08;
}

/* POPUP CONTENT
--------------------------------------------------------- */
body.popupview #popup-view { background: url(../images/trans-black-80.png); }

body.popupview #popup-inner {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
}


.item.item-sticky .readmore a {
	border: none;
}

.item.item-sticky:hover .readmore a,
.item.item-sticky .readmore a:hover,
.item.item-sticky .readmore a:focus,
.item.item-sticky .readmore a:active {
	border: none; 
	color: #850f08;
	background: none;
}

.item.item-sticky3 .readmore a {
	border: none;
}

.item.item-sticky3:hover .readmore a,
.item.item-sticky3 .readmore a:hover,
.item.item-sticky3 .readmore a:focus,
.item.item-sticky3 .readmore a:active {
	border: none; 
	background: none;
}


.item.item-sticky2 .readmore a {
	border: none;
}

.item.item-sticky2:hover .readmore a,
.item.item-sticky2 .readmore a:hover,
.item.item-sticky2 .readmore a:focus,
.item.item-sticky2 .readmore a:active {
	border: none; 
	background: none;
}

.item.blue .readmore a {
	border: none;
}
/* loading Indicator */
body.popupview #popup-content:after { border-radius: 0; background: #000; }

/* HEADER
--------------------------------------------------------- */
#header {
	background: url(../images/header-bg.png) repeat-x left bottom;
	border-bottom: 0;
	color: #CCC;
	position: fixed;
	top: 0;
	z-index: 999;
	height: 78px;
}

#header .wrap-inner {
  background: transparent;
  border-bottom: none;
}

/* Logo Image ---*/
.logo-image,
.logo-text {
  background: url("../images/header-bg.png") repeat-x left top;
  border-bottom: 0;
  width: 165px;
  height: 52px;
}

.logo-image h1 {
	display: block;
	height: 41px;
	margin: 10px 0px 0px 10px;
	padding: 0;
	width: 131px;
}

.logo-image h1 a {
  background: url(../images/logo.png) no-repeat left top;
	border-bottom: 0;
	color: #FFF;
	display: block;
	height: 41px;
	line-height: 50px;
	text-indent: -10000em;
	width: 131px;
}

/* Logo Text ---*/
#logo.logo-text {
	height: auto;
}

.logo-text {
	margin: 10px 0px 0px 10px;
}

.logo-text h1 a {
	color: #fff; 
	text-shadow: none; 
}

.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus { color: #fff; }

.logo-text p { }

/* Head Search ---*/
#header #search {
	background: url("../images/header-bg.png") repeat-x left top;
	margin-top: 10px;
	padding-right: 20px;
}

#header #search .search-inner { margin-top: 15px; }

#header #search .search {
  background: #7f0404;
	border: 1px solid #951515;
	outline: none;
	border-radius: 0;
}

#header #search .inputbox {
	background: url("../images/icon-search.png") no-repeat 8px center;
	text-transform: none;
	font-weight: normal;
}

#header #search .inputbox:focus {
	border-radius: 0;
	background-image: url("../images/icon-search-black.png");
}

#header #search .button {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}

/* focus state */
#header #search .inputbox:focus {
  background-color: #fff;
  box-shadow: none;
  color: #000;
}

#header #search .inputbox:focus + .button {
	background-color: #c00;
	border-color: #c00;
	color: #fff;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
/* Mainbody ---*/
#mainbody {
	background: #FFF;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
}

body.has-sidebar #container .container-main { padding-left: 160px; }

#container .main { padding-top: 100px; }

/* Sidebar ---*/
#sidebar {
	color: #666;
	text-shadow: none;
	top: 100px;
	margin-left: -150px;
	width: 130px;
}

/* Sidebar Nav */
#sidebar .menu li a {
	border-radius: 0;
	color: #9b231c;
	text-transform: none;
	font-size: 110%;
	padding: 5px 0px;
}

#sidebar .menu li a:hover,
#sidebar .menu li a:active,
#sidebar .menu li a:focus { background: none; color: #9b231c; }

/* Sidebar Categories */
#sidebar .categories-module li a {
	border-radius: 0;
	color: #9b231c;
	text-transform: none;
	font-size: 110%;
	padding: 5px 0px;
}

#sidebar .categories-module li a:hover,
#sidebar .categories-module li a:active,
#sidebar .categories-module li a:focus { background: none; color: #9b231c; }

/* Active */
#sidebar .menu li.active a,
#sidebar .categories-module li.active a {
	background: none;
	color: #9b231c;
	text-decoration: underline;
	text-shadow: none;
}

/* 2nd level + */
#sidebar .menu ul,
#sidebar .categories-module ul { border-color: #000; }

/* Sidebar Module */
#sidebar .moduletable { width: auto; margin-right: 10px; }

#sidebar .moduletable .moduletable-inner > h3 {
	background: url(../images/bg_menu.gif) no-repeat right top;
	color: #333;
	font-size: 140%;
	margin-bottom: 10px;
	padding-top: 20px;
	letter-spacing: 0;
	text-transform: none;
}

div.sidebarTrackerV, div.popupTrackerV {
  top: 10px !important;
}

div.sidebarTrackerV div, div.popupTrackerV div {
  background: #D76C64 !important;
  width: 5px !important;
}

/* DISPLAY TOOLBAR
--------------------------------------------------------- */
#toolbar {
  background: url("../images/header-bg.png") repeat-x left top;
  height: 60px;
}

#toolbar .toolbar-inner {
  margin-top: 25px;
}

#toolbar dl {
  background: #770404;
  border: none;
	border-radius: 0px;                               
	color: #ce7b7b;
	text-shadow: none;
}

#toolbar dd {
  padding: 5px 0;
}

#toolbar dd:hover {
	background: #19952f;
	color: #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

#toolbar dd.first.last:hover {
  border-radius: 0px;
}

#toolbar dd.first:hover {
  border-radius: 0px;
}

#toolbar dd.last:hover {
  border-radius: 0px;
}

/* 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: #157b27;
  color: #fff;
}

/* Basegrid ---*/
#toolbar-basegrid dd {
  border-left: none;
}

/* Display ---*/
#toolbar-display dd {
  padding-left: 5px;
  padding-right: 5px;
}

/* MISC.
--------------------------------------------------------- */
/* Toggle ----*/
/* Toggle button */
.btn-toggle { background: #000; }

/* Loading Notif. --- */
#infscr-loading { border-radius: 0; background: #000; }

/* 404 Page ---*/
#outline { background: none; }

#outline #error-code {
	color: #333;
	font-family: Georgia, "Time New Roman", serif;
	font-size: 140px;
	position: relative;
	left: auto;
	letter-spacing: -1px;
	top: auto;
	text-shadow: none;
	text-align: center;
}

#outline #error-message {
	color: #666;
	font-size: 200%;
	margin: 20px auto 0 auto;
	padding: 5px 0;
	text-align: center;
}

#outline #back-home {
	background: #333;
	color: #fff;
	height: auto;
	font-style: italic;
	left: 266px;
	padding: 5px 8px;
	top: 220px;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: bold;
}

#outline #back-home:hover { background-color: #810101; color: #FFF; text-decoration: underline; }

#outline #text-tip { display: none; }

.item-page h2 a { color: #333; }

.item-page h2 a:hover,
.item-page h2 a:focus,
.item-page h2 a:active { color: #fa5f00; }

/* K2 Page ---*/
.userBlock { margin: 0px 15px 10px 10px !important; }

.k2FeedIcon { margin-right: 15px !important; }

.item-showcase .createby, 
.item-showcase .category-name, 
.item-showcase .item-tags { color: #999; }

/* Header Link ---*/
div.catItemHeader h3.catItemTitle,
.itemListBlogView .catItemView h3.catItemTitle { font-family: 'open_sansregular'; font-size: 180%; }

div.catItemHeader h3.catItemTitle a { color: #333; }

div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus,
div.catItemHeader h3.catItemTitle a:active,
.itemListBlogView .catItemView h3.catItemTitle:hover,
.itemListBlogView .catItemView h3.catItemTitle:focus,
.itemListBlogView .catItemView h3.catItemTitle:active { color: #19952F; }

/* Tag Page ---*/
div.catItemTagsBlock ul.catItemTags li a, 
.item-tags ul li a { color: #19952F; }

div.catItemTagsBlock ul.catItemTags li a:hover,
.item-tags ul li a:hover { color: #19952F; }

div.itemTagsBlock ul.itemTags li a { color: #19952F; border: none; }

div.itemTagsBlock ul.itemTags li a:hover,
div.itemTagsBlock ul.itemTags li a:focus,
div.itemTagsBlock ul.itemTags li a:active { color: #19952F; }

/* Comments link */
.comments-link { margin-top: 3px; }

.comments-link a { color: #19952F; }

.comments-link a:hover,
.comments-link a:focus,
.comments-link a:active {
	color: #19952F;
	text-decoration: none;
	border-bottom: solid 1px #19952F;
}
.k2ArchivesBlock ul li,
.k2ArchivesBlock ul li:hover,
.k2ArchivesBlock ul li:focus,
.k2ArchivesBlock ul li:active {
	background: url("../images/icon-calendar.png") no-repeat left center;
}

ul.latestnews li:hover,
ul.latestnews li:focus,
ul.latestnews li:active,
ul.mostread li:hover,
ul.mostread li:focus,
ul.mostread li:active,
.k2LoginBlock  ul li:hover,
.k2LoginBlock  ul li:focus,
.k2LoginBlock  ul li:active {
	background-image: url("../images/bullet-2.png");
	background-repeat: no-repeat;
	background-position: left 7px;
}

.k2ArchivesBlock ul li a,
.k2LoginBlock ul li a,
ul.latestnews li a,
ul.mostread li a { color: #999; }

div.genericItemHeader h2.genericItemTitle a {
	color: #333;
}

div.genericItemHeader h2.genericItemTitle a:hover,
div.genericItemHeader h2.genericItemTitle a:focus,
div.genericItemHeader h2.genericItemTitle a:active,
.k2ArchivesBlock ul li a:hover,
.k2ArchivesBlock ul li a:focus,
.k2ArchivesBlock ul li a:active,
ul.latestnews li a:hover,
ul.latestnews li a:focus,
ul.latestnews li a:active,
ul.mostread li a:hover,
ul.mostread li a:focus,
ul.mostread li a:active,
div.k2ItemsBlock ul li .moduleItemTitle:hover,
div.k2ItemsBlock ul li .moduleItemTitle:focus,
div.k2ItemsBlock ul li .moduleItemTitle:active,
.k2LoginBlock  ul li a:hover,
.k2LoginBlock  ul li a:focus,
.k2LoginBlock  ul li a:active { color: #19952F; }

div.k2ItemsBlock ul li .moduleItemReadMore { font-weight: normal; color: #19952F; }

div.k2ItemsBlock ul li .moduleItemReadMore:hover,
div.k2ItemsBlock ul li .moduleItemReadMore:focus,
div.k2ItemsBlock ul li .moduleItemReadMore:active { font-weight: normal; color: #19952F; }

.itemView .itemAuthorLatest ul li a, 
.itemView .itemRelated ul li a {
	color: #999;
	background: url("../images/bullet-1.png") no-repeat scroll 10px 7px;
}

.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: #fa#19952F5f00;
	background: url("../images/bullet-2.png") no-repeat scroll 10px 7px;
}

div.itemCommentsForm form textarea.inputbox {
	background: #FCFCFC;
	border: 1px solid #DDD;
	border-top-color: #999;
	border-left-color: #999;
	color: #666;
	display: block;
	height: 150px;
	font-size: 100%;
	margin: 0 0 20px;
	padding: 5px;
	width: 350px;
	border-radius: 2px;
}

div.itemCommentsForm form textarea.inputbox,
div.itemCommentsForm form input.inputbox { background: #fff; border: 1px solid #e5e5e5; }

div.itemCommentsForm form textarea.inputbox:focus,
div.itemCommentsForm form input.inputbox:focus { background: #FFF; border-color: #e5e5e5; }

.catItemReadMore a,
div.itemCommentsForm form input#submitCommentButton,
div.genericItemReadMore a {
	background: #222;
	border: solid 1px #222;
	color: #FFF;
	text-shadow: none;
	cursor: pointer;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	text-shadow: none;
}

.catItemReadMore a:hover,
.catItemReadMore a:focus,
.catItemReadMore a:active,
div.itemCommentsForm form input#submitCommentButton:hover,
div.itemCommentsForm form input#submitCommentButton:focus,
div.itemCommentsForm form input#submitCommentButton:active,
div.genericItemReadMore a:hover,
div.genericItemReadMore a:focus,
div.genericItemReadMore a:active {
	background: #810101;
	border-color: #810101;
	color: #FFF;
	text-shadow: none;
}

.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 {
    background-image: url("../images/bullet-2.png");
    color: #19952f;
}

/* ---------------------------------------------------------
   RESPONSIVE STYLES
--------------------------------------------------------- */
/* layout-mobile.css ---*/
@media only screen and (max-width:719px) {

	/* BODY LAYOUT
	--------------------------------------------------------- */
	#header {
		background: #8c0706;
		border: none !important;
		    height: 90px;
    	position: absolute;
	}
	
	#header .main {
		height: 90px !important; 
	}

	#toolbar, 
	#header #search {
		top: 0px;
		padding: 0;
		background: dd#8C0706;
	}
	 #header #search.active .search-inner,
	 #header #search .search-inner {
	 	background: #FFE6E8 !important;
		border: solid 1px #FFE6E8 !important;
	 }
	.logo-image h1 {
		margin-top: 4px;
	}
	#logo {
    	background: none repeat scroll 0 0 transparent;
    	border: medium none;
    	height: 41px;
    	left: 35%;
    	position: absolute;
    	top: 0px;
    	width: 131px;
	}
	.logo-image, .logo-text {
		height: 41px;
	}
	
	#mainnav {
		background: url("../images/header-bg.png") repeat-x left bottom;
		border: none !important;
		color: #ccc;
		min-height: 80px !important;
		height: 80px !important;
		top: 52px !important;
		left: 0px;
	}
	
	#header #search {
		margin-top: 0px;
	}
	#header #search .search-toggle {
		width: 44px !important;
	}
	#sidebar .sidebar-inner {
		width: 130px;
	}
	#toolbar .toolbar-inner,
	#header #search.active .search-inner,
	#sidebar.active .sidebar-inner { 
		margin-top: 0px;
	}
	
	#header #search .search-inner {
		border-radius: 3px 0px 0px 3px;
	}
	#toolbar {
		background: none;
	}
	#toolbar .toolbar-inner {
		border-radius: 3px 0px 3px 3px;
		-webkit-border-radius: 3px 0px 3px 3px;
	}
	
	#toolbar .toolbar-toggle,
	#header #search .search-toggle {
		background: none;
		border-left: dotted 1px #D76C64;
		border-bottom: dotted 1px #D76C64;
	}
	
	#toolbar.active .toolbar-toggle,
	#header #search.active .search-toggle {
		border-color: #FFE6E8;
	}

	.has-toggle.active, 
	.has-toggle.active .inner, 
	#sidebar.active .sidebar-toggle, 
	#toolbar.active, 
	#header #search.active .search-toggle {
		background-color: #ffe6e8;
		border-color: #FFE6E8;
	}
	.has-toggle.active {
		border-left: none;
	}
	#header #search .inputbox,
	#header #search .inputbox:hover,
	#header #search .inputbox:focus {
		width: 180px;
		background-color: #fff;
		border: solid 1px #f7c9cd;
		text-indent: 20px;
		font-weight: normal;
		text-transform: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}

	#toolbar li {
		margin-left: 0px;
		margin-right: 10px;
	}
	
	#toolbar li#toolbar-basegrid {
		margin: 0px;
	}
	#header #search .search {
		border: none;
	}
	.search-toggle > span {
		background-image: url("../images/btn-search.png");
	}

	.toolbar-toggle > span {
		background-image: url("../images/btn-toolbar.png");
	}

	.sidebar-toggle > span {
		background-image: url("../images/btn-sidebar.png");
	}

	#sidebar {
		position: absolute;
		margin: 0px;
		padding: 0px;
		top: 0px;
		left: 0;
		width: 30px;
		background: none;
	}
  
	#sidebar .sidebar-toggle {
		background: none;
		border-right: dotted 1px #D76C64;
		border-bottom: dotted 1px #D76C64
	}

	#sidebar .sidebar-inner {
		border-radius: 0px 0px 5px 5px;
	}

	#toolbar dd {
		color: #e75e86;
	}

	#mainnav .menu > li.deeper:hover > a,
	#mainnav .menu > li.deeper:active > a,
	#mainnav .menu > li.deeper:focus > a {
		background: none; 
		border-radius: 0px;
		color: #fe779e;
	}

	body.has-sidebar #container .container-main {
		padding-left: 0px;
	}

	#container .main {
		padding-top: 146px;
	}
	
	#mainnav .menu {
		padding-top: 5px;
	}
	#mainnav .menu-inner {
		left: 0;
		right: 0;
	}

	#mainnav .navprev,
	#mainnav .navnext {
		display: block;
		position: absolute;
		top: 0;
		height: 100%;
		width: 24px;
		z-index: 2400;
		height: 58px;
	}

	#mainnav .navprev {
		left: 0;
		background: url(../images/direcnav.png) no-repeat left top;
	}

	#mainnav .navnext {
		right: 0;
		background: url(../images/direcnav.png) no-repeat right top;
		height: 46px !important;
	}

	#mainnav .navprev:hover,
	#mainnav .navprev:focus,
	#mainnav .navnext:hover,
	#mainnav .navnext:focus {
		background-image: url(../images/direcnav-hover.png);
	} 

	#mainnav .menu > li.active:first-child > a {
		margin-left: 10px;
	}

	#toolbar #toolbar-basegrid dd {
		margin: 0px;
	}
	#toolbar #toolbar-basegrid dd#toolbar-basegrid-m {
		margin-left: 0px;
	}
	
	#toolbar #toolbar-basegrid dd#toolbar-basegrid-l {
		margin-right: 0px;
	}
	#mainnav .menu > li.deeper:hover > a,
	#mainnav .menu > li.deeper:active > a,
	#mainnav .menu > li.deeper:focus > a {
 		color: #fff;
	}

	ul.jsub {
  		background: #810101;
  		border: none;
  		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  		-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  		border-radius: 0px 0px 3px 3x;
  		-webkit-border-radius: 0px 0px 3px 3px;
  		width: 100%;
  		min-width: auto;
  		z-index: 2000;
  		font-family: 'open_sansregular';
  		margin-top: 10px;
	}
	
	ul.jsub > li {
		border: none;
		display: block;
		background:  url("../images/line-menu.png") repeat-x left top;
		padding-left: 15px;
	}

	ul.jsub > li:first-child,
	ul.jsub > li:first-child:hover {
		background-image: none !important;
		border: none;
	}

	ul.jsub > li a {
	   color: #E3C1C1;
    font-size: 98%;
    height: auto;
    line-height: normal;
    padding: 10px 0px 10px 10px;
    text-shadow: none;
    transition: color 0.2s linear 0s;
   }

	ul.jsub > li:hover a,
	ul.jsub > li a:hover,
	ul.jsub > li a:active,
	ul.jsub > li a:focus {
  	background:  none;
  	color: #fff;
  	text-decoration: none;
	}
	
	div.itemCommentsForm form textarea.inputbox,
	div.itemCommentsForm form input.inputbox {
		width: 95%;
	}
	
	.itemListBlogView .catItemLinks .catItemTagsBlock {
		display: block;
		margin: 16px 0px 0px;
		position: inherit;
		max-width: 100%;
}	
	
	.itemListBlogView .catItemBody img {
		width: 94%; 
		float: none; 
		max-width: 94%;
		margin: 0px 0px 10px 0px;
	}
 
	.itemListBlogView .catItemLinks .catItemTagsBlock span {
		float: left;
		display: inline-block;
	}	
	
	.itemListBlogView .catItemLinks .catItemTagsBlock ul {
		float: none;
		display: inline-block;
		width: 60%;
	}
	
	.itemListBlogView .catItemView h3.catItemTitle {
		font-size: 150%;
	}
	
	#k2Container .itemDate .month {
		display: block;
		text-align: center;
	}
	
	.reset h1, .remind h1 {
		font-size: 150%;
	}

	.k2AccountPage .admintable td input.inputbox {
		width: 45% !important; 
		max-width: 45% !important;
	}
	
	#header #search.active .search-inner ,
	#toolbar .toolbar-inner {
		position: absolute;
		right: 0px;
		left: auto;
	}
	#toolbar .toolbar-inner {
		display: none;
	}
	
	#toolbar.active .toolbar-inner{
		display: block;
		right: 0px;
	}
	
	
}
/* layout-mobile-portrait.css ---*/
@media only screen and (max-width:479px) {
	.logo-text {
		margin: 0;
	}
	
	#logo {
		left: 23% !important;
	}
	
	form#searchForm {
		margin: 5px;
	}
}

/* layout-tablet.css ---*/
@media only screen and (min-width:720px) and (max-width: 985px) {
	.logo-text {
		margin: 0;
	}

  /* BODY LAYOUT
  --------------------------------------------------------- */
	body.has-sidebar #container .container-main {
		padding-left: 0px;
	}
	#sidebar {
		position: fixed;
		margin: 0px;
		padding: 0px;
		top: 0px;
		left: 0;
		width: 30px;
		background: url("../images/line-header.png") repeat-x left top;
	}
  
	#sidebar .sidebar-toggle {
		background: url("../images/line-header.png") repeat-x left top;
		border: 1px dotted #D76C64;
		border-left: none;
		border-top: none;
		border-radius: 0px 3px 3px 0px;
		-webkit-border-radius: 0px 3px 3px 0px;
	}

	#sidebar .sidebar-inner, {
		border-radius: 0px 3px 3px 0px;
	}
	#toolbar.active .toolbar-inner,
	#header #search .search-inner {
		margin-top: 2px;
	}
	
	.btn-toggle {
		width: 43px;
		height: 43px;
	}
	#toolbar.active .toolbar-inner {
		margin-top: 0px;
	}
	#header #search .search {
		border: none;
	}
	#header #search .search-inner {
		border-radius: 3px 0px 3px 0px;
		-webkit-border-radius: 3px 0px 3px 0p;
	}
	#toolbar .toolbar-inner {
		border-radius: 3px 0px 3px 3px;
		-webkit-border-radius: 3px 0px 3px 3px;
	}
	.btn-toggle > span {
		margin-top: -4px;
	}
	
	.logo-image h1 {
		margin: 0px;
	}
	
	#logo {
		margin-left: 44px;
		width: 186px;
	}
	
	.logo-image h1 {
		padding-left: 15px;
	}
  /* HEADER
  --------------------------------------------------------- */
  #header .wrap-inner {
  	 padding-top: 0px;
  }
  /* Head Search ---*/
  #header #search {
    top: 0;
  }
  
  #mainnav .menu {
  	padding-top: 5px;
  }
  
  #header #search {
  	margin: 0px;
  }
  #toolbar,
  #header #search {
  	top: 0px;
  	height: 45px;
  	padding: 0;
  }
  
  .btn-toggle > span {
  	top: 40%;
  }
  
  	.has-toggle.active,
	.has-toggle.active .inner,
	#sidebar.active .sidebar-toggle,
	#toolbar.active,
	#header #search.active .search-toggle {
		background: #fff !important;
		border: none; 
		border-radius: 3px 3px 0px 0px;
		-webkit-border-radius: 3px 3px 0px 0px;
	}

	#toolbar .toolbar-toggle {
		background: url("../images/header-bg.png") repeat-x left top;
		border: 1px dotted #D76C64;
		border-right: none;
		border-top: none;
		border-radius: 3px 0px 0px 3px;
		-webkit-border-radius: 3px 0px 0px 3px;
	}
	#header #search .search-toggle {
		background: url("../images/header-bg.png") repeat-x left top;
		border: 1px dotted #D76C64;
		border-right: none;
		border-top: none;
		border-radius: 0px 3px 3px 0px;
		-webkit-border-radius: 0px 3px 3px 0px;
	}
	
	#toolbar.active .toolbar-toggle, #header #search.active .search-toggle {
		background: none;
		border: none;
	}
	#header #search .search {
		background: #fff;
	}
	#header #search .inputbox,
	#header #search .inputbox:hover,
	#header #search .inputbox:focus {
		width: 170px;
		background-color: #fff;
		border: solid 1px #f7c9cd;
		text-indent: 20px;
		font-weight: normal;
		text-transform: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}

	#toolbar li {
		margin-left: 0px;
		margin-right: 10px;
	}
	
	#toolbar dd {
		color: #e75e86;
	}
	.no-toolbar #mainnav .menu-inner,
	.no-toolbar #mainnav .navnext {
		right: 190px;
	}

	#mainnav {
		padding-left: 0px;
		left: 145px;
	}
	
	#mainnav .menu-inner {
		left: 75px;
		right: 235px;
	}
	
	#mainnav .menu > li > a {
		height: 43px;
		line-height: 43px;
	}
	
	#mainnav .navprev, #mainnav .navnext {
		top: 0px;
	}
	
	#mainnav .navprev {
		left: 85px;
	}
	
	#mainnav .navnext {
		right: 234px;
	}
	
	ul.jsub {
  		background: #810101;
  		border: none;
  		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  		-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  		border-radius: 0px 0px 3px 3x;
  		-webkit-border-radius: 0px 0px 3px 3px;
  		width: auto;
  		min-width: auto;
  		z-index: 2000;
  		font-family: 'open_sansregular';
	}
	
	ul.jsub > li {
		border: none;
		display: block;
		background:  url("../images/line-menu.png") repeat-x left top;
		padding-left: 15px;
	   padding-right: 15px;
	}

	ul.jsub > li:first-child,
	ul.jsub > li:first-child:hover {
		background-image: none !important;
	}

	ul.jsub > li a {
	   color: #E3C1C1;
    font-size: 98%;
    height: auto;
    line-height: normal;
    padding: 10px 0px 10px 10px;
    text-shadow: none;
    transition: color 0.2s linear 0s;
   }

	ul.jsub > li:hover a,
	ul.jsub > li a:hover,
	ul.jsub > li a:active,
	ul.jsub > li a:focus {
  	background:  none;
  	color: #fff;
  	text-decoration: none;
	}
	
	#toolbar #toolbar-basegrid dd {
		margin-right: 0px;
	}
	
}