﻿/**
 * ------------------------------------------------------------------------
 * JA Wall Template for Joomla25
 * ------------------------------------------------------------------------
 * 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: Color Block
 * Version: 1.01
 * Release: 04/02/2012
 * Author: JoomlArt
 * Copyright: GPL
 */
 
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700); /* Google Font */
 
/* ---------------------------------------------------------
   LAYOUT
--------------------------------------------------------- */

/* ---------------------------------------------------------
   CORE
--------------------------------------------------------- */
body {
  background: #202020;
  color: #656565;
  font-family: 'PT Sans', "STHeiti","微軟正黑體", "Times New Roman","Georgia", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
  font-size: 14px;
  line-height: 1.6;
}
/* Jerry Banner ---*/
#JRBanner
{
	height:auto;
	width:auto;
}
#JRBanner img
{
	max-width:100%; 
	max-height:100%;
	margin:auto;
	display:block;
}


/* Links ---*/
a {
  color: #656565;
  text-decoration: none;
  transition: background 0s ease 0s, color 0.2s linear 0s;
}

a:hover, a:active, a:focus {
  color: #f26531;
}

/* Headings & Titles ---*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'PT Sans', "STHeiti","微軟正黑體", "Times New Roman",Georgia,  "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
}

/* List ---*/
.container-main ul li {
  background-image: url(../images/bullet-1.png);
}

/* Others ---*/
hr {
  border-top: 1px solid #000;
}

/* Text selection ---*/

/* Mozilla based browsers */
::-moz-selection {
  background-color: #f26531;
  color: #fff;
}

/* Works in Safari */
::selection {
  background-color: #f26531;
  color: #fff;
}

/* TABLES
--------------------------------------------------------- */
td {
  /*border-bottom: 1px dotted #000;*/
}

th {
  background: #000;
  color: #999;
  text-transform: uppercase;
}

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: #202020;
  border: 1px solid #333;
  color: #ccc;
  box-sizing: border-box;
}

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],
input[type=email],
.inputbox {
  background: #D3D3D3;
  border: 1px solid #333;
  /*Jerry add*/
  color: #331D1D;
  border-radius: 2px;
}

input[type=text]:hover,
input[type=password]:hover,
.inputbox:hover {
  border-color: #666;
}

input[type=text]:focus,
input[type=password]:focus,
.inputbox:focus {
  border-color: #999;
  box-shadow: inset 0 0 2px rgba(0,0,0,.4);
}

input[type=submit],
.button,
button {
  background: #f26531;
  border: 1px solid #f26531;
  border-radius: 0;
  color: #FFF;
  text-shadow: none;
  text-transform: uppercase;
}

input[type=submit]:hover,
.button:hover,
button:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #656565;
  cursor: pointer;
  box-shadow: none;
}

.star {
  color: #c00;
}

/* ---------------------------------------------------------
   NAVIGATION
--------------------------------------------------------- */

/* MAIN NAV
--------------------------------------------------------- */
#mainnav .mainnav-inner {
  right: 505px;
}

#mainnav .menu > li {
  border-right-color: #202020;
}

#mainnav .menu > li > a {
  color: #858585;
  border-bottom: none;
  font-family: 'PT Sans', "STHeiti","微軟正黑體", "Times New Roman",Georgia,  "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
  font-size: 1.167em;
  font-weight: bold;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  text-shadow: none;
  /*text-transform: uppercase; */
}

#mainnav .menu > li:hover > a,
#mainnav .menu > li > a:hover,
#mainnav .menu > li > a:active,
#mainnav .menu > li > a:focus {
  background: #fff;
  border-bottom: 0;
  color: #4c1a1a;
  text-decoration: none;
}

#mainnav .menu > li.active > a {
  background: #0f832f;
  border-bottom: 0;
  color: #fff;  
}

#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;
  border-bottom: 0;
}

/* 2nd level and above ---*/
#mainnav .menu > li.deeper ul {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-top: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

#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: 44px;
}

#mainnav .menu > li.deeper ul li {
  border-bottom-color: #e5e5e5;
}

#mainnav .menu > li.deeper ul li a {
  color: #656565;
  font-size: 0.833em;
  text-shadow: none;
  /*text-transform: uppercase;*/
  transition: color 0.2s linear 0s; 
}

#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: none;
  color: #F26531;
  text-decoration: none;
}

#mainnav .menu > li.deeper ul li.active a {
  color: #f26531;
  font-weight: bold;
}

#mainnav .navnext,
#mainnav .navprev {
  background-color: #000;
  width: 24px;
}

#mainnav .navprev {
  left: 0px;
}

#mainnav .navnext {
  right: 250px;
}

/* ---------------------------------------------------------
   JOOMLA
--------------------------------------------------------- */
/* COMMON JOOMLA STYLE
--------------------------------------------------------- */
/* 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;
}

.reset .form-validate p,
.remind .form-validate p {
  background-color: #252525;
  border-color: #333;
  text-shadow: 1px 1px 0 #000;
}

/* Profile ---*/
.profile fieldset,
.profile-edit fieldset {
  border: 1px solid #3a3a3a;
}

.profile dl dd,
.profile-edit dl dd {
  border-bottom: 1px solid #2d2d2d;
}

.profile legend,
.profile-edit legend {
  background: #202020;
}

.profile-edit form#member-profile div a {
  background: none;
  padding-left: 5px;
}

/* ---------------------------------------------------------
   MODULES
--------------------------------------------------------- */
.moduletable-inner {
  background: #101010;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #a5a5a5;
  text-shadow: none;
}

#aside .moduletable-inner {
  margin: 0 10px 20px;
}

/* Module Title */
.moduletable .moduletable-inner > h3 {
	background: none;
	border-bottom: 0;
	color: #fff;
	font-family: 'PT Sans',"STHeiti", "微軟正黑體", "Times New Roman",Georgia,  "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	/*padding: 20px 20px 0;
	text-transform: uppercase;*/
}

/* Module Content */
.moduletable .box-ct {
	/* Jerry Hide
	padding: 20px;*/
}

/* Module List */
#aside .moduletable ul li {
  margin-bottom: 5px;
  padding-bottom: 13px;
}

.moduletable ul li a { color: #a5a5a5; }

.moduletable ul li a:hover,
.moduletable ul li a:focus { color: #f26531; }

/* ---------------------------------------------------------
   TEMPLATE
--------------------------------------------------------- */

/* GENERIC CONTENT STYLE
--------------------------------------------------------- */
/* Content Title ---*/
h1.componentheading,
.componentheading {
  color: #fff;
  font-family: 'PT Sans',"STHeiti", "微軟正黑體", "Times New Roman",Georgia,  "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
}

/* Content Meta ---*/
.article-info,
.article-hit,
.jac-add-button {
  color: #666;
}

.article-info a,
.jac-add-button a {
  color: #f26531;
}

.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: #f26531;
}

/* 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: 1px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p.img_caption {
  background:#000;
  color:#FFF !important;
  font-size: 0.917em;
  line-height: 1;
  opacity: .7;  
  padding: 10px 20px !important;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ITEM
--------------------------------------------------------- */
.item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.item .item-inner,
.corner-stamp .corner-inner {
  background: #101010;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: box-shadow .2s ease 0s;
}

.item:hover .item-inner, 
.corner-stamp:hover .corner-inner {
  /*background-color: #fff;*/
  color: #353535;
  border: none;  
}

.item .item-main {
   padding: 20px 20px 0;
}

/* Item IMG ---*/
.item .item-image {
  margin: 0;
}

.item .item-image span {
  display: none;
}

.item .item-image img {
  border: none;
}

/* Item Title ---*/
.item .header h2 {
  color: #fff;
  font-weight: bold;
}

.item .header h2 a {
  color: #fff;
  font-weight: bold;
  /* Jerry add 20140224*/
  font-size: 16pt;
}

.item .header h2 a:hover,
.item .header h2 a:focus,
.item .header h2 a:active {
  color: #F26531;
}

.item:hover h2 a,
.item:hover h2 {
  color: #000 !important;
}

/* Item Header ---*/
.item .header {
}

.item:hover .header .article-info dd {
  color: #000 !important; 
}

.item .header .article-info .category-name {
  color: #F26531;
}

.item .header .article-info .category-name strong {
  color: #656565;
}

.item:hover .header .article-info .category-name {
  color: #f26531 !important;
} 

.item:hover .header .article-info .category-name strong {
  color: #000 !important;
} 

/* Item Content ---*/
.item .content {
}

.item:hover .content p {
  color: #656565 !important;
}

/* Item Footer ---*/
.item .footer {
  background: none;
  border-radius: 0;
  color: #666;
  margin: 20px -20px 0;
  padding: 10px 20px;
  text-shadow: none;
  border-top: 1px solid #1c1c1c;
}

body.basegrid-s .item .footer {
  padding: 10px 20px;
}

/* readmore 上方框換色 */
.item:hover .footer {
  border-top-color: #FFF !important;
}

body.basegrid-s .item .item-image {
  margin: 10px 0 0; /* smaller item image spacing */
}

.item .footer .article-hit,
.item .footer .jacomment-count,
.item .footer .jac-add-button {
  margin: 3px 10px 0 0;
}

.item .footer .article-hit dd {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.item .footer .article-hit dd strong {
  background: url(../images/bg-hits.png) no-repeat 0px 0px;
  display: block;
  float: left;
  height: 16px;
  margin-right: 5px;
  overflow: hidden;
  text-indent: 100%;
  width: 16px;
}

.item:hover .footer .article-hit dd {
}

.item:hover .footer .article-hit {
  color: #a5a5a5 !important;
}

/* Item Readmore ---*/
.item .readmore,
.item .s_readmore {
  border-left: 1px solid #1c1c1c;
  font-size: 1em;
  margin: -10px -10px -10px 0;
  padding: 10px 0 10px 10px;
}

.item .readmore a,
.item .s_remore a {
  background: url(../images/bg-btn-more.png) no-repeat top left;
  border: none;
  border-radius: 0;
  color: #666;
  height: 20px;
  padding: 0;
  transition: all 0.2s linear 0s;
  text-decoration: none;
  text-indent: -999em;
  width: 20px;
}

.item:hover .readmore {
  border-left-color: #FFF !important;
}

.item:hover .readmore a {  
  background: url(../images/bg-btn-more-hover-jr01.png) no-repeat left top transparent !important;  
  text-shadow: none;
}

.item:hover .readmore a:hover,
.item:hover .readmore a:focus {
  background: url(../images/bg-btn-more-hover-1-jr01.png) no-repeat left top transparent !important; 
}

/* Item Comment */
.comments-link a:hover,
.comments-link a:focus,
.comments-link a:active {
	color: #f26531;
}

/* Item Status---*/
.item-hot .header > h2:before {
  background:#ff0000;
  border-radius: 2px;
  color: #fff;
  content: "HOT";
  font-weight: bold;
}

/* Item Status Jerry Add--- 
.item-spotlight .header > h2:before {
  background:#147dd6;
  border-radius: 2px;
  color: #fff;
  content: "SPOTLIGHT";
  font-weight: bold;
}

*/


/* Facebook style */
.item.facebook:hover .item-inner {
  border: 0;
}

/* ITEM PAGE
--------------------------------------------------------- */
.item-page {
}

.item-page p {
  color: #555;
}

/* Item Page Title ---*/
.item-page > h2 {
}

.item-page > h2 a {
  color: #333;
}

.item-page > h2 a:hover,
.item-page > h2 a:focus {
  color: #f26531;
  text-decoration: none;
}

/* Item Page IMG ---*/
.item-page p.img_caption {
/*	background:#000;
  color:#FFF !important;
  font-size: 0.917em;
  line-height: 1;
  opacity: .7;  
  padding: 10px 20px !important;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;*/
}

/* Item Page Meta ---*/
.item-page .article-info {
}

.item-page .article-info .hits strong {
  background: url(../images/bg-hits.png) no-repeat top left;
  display: inline-block;
  height: 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 18px;
}

/* Item Page Content ---*/
.item-page .content {
}

/* DISPLAY PRESETS
--------------------------------------------------------- */
/* Display ---*/
/* Image View */
body.display-imageview .item-inner {
  border: 0;
}

body.display-imageview .item:hover .item-inner {
  border-width: 5px;
  border-color: #333;
  box-shadow: 0 0 8px rgba(0,0,0,.7);
}

body.display-imageview .item-image img {
  border: none !important;
}

/* 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: #101010;
  border: none;
  color: #A5A5A5;
}

.item.dark:hover .item-inner {
  background-color: #fff;
  color: #353535;
  border: none;  
}

.item.dark .header > h2 a {
  color: #fff;
}

.item.dark:hover h2 a {
  color: #f26531;
}

.item.dark .header .article-info dd {
  color: #fff;
}

.item.dark .header .article-info dd {
  color: #656565;
}

.item.dark .header .article-info a {
  color: #f26531;
}

.item.dark .header .article-info strong {
  color: #656565;
}

.item.dark .footer {
  background: none;
  border-top: 1px solid #1c1c1c;
  color: #fff;
  text-shadow: none;
}

.item.dark .footer .article-info,
.item.dark .footer .article-hit,
.item.dark .footer .jac-add-button,
.item.dark .footer a {
  color: #fff;
}

.item.dark .footer .article-hit strong {
  background-position: 0 -20px;	
}

.item.dark .readmore {
  border-left: 1px solid #1c1c1c;
}

.item.dark .readmore a {
  background: url(../images/bg-btn-more.png) no-repeat left top transparent; 
  border: none;
  color: #666;
}

.item.dark:hover .readmore a {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.item.dark  div.catItemTagsBlock ul.catItemTags li a,
.item.dark  .item-tags ul li a,
.item.dark .category-name a {
	color: #fff;
}

.item.dark:hover div.catItemTagsBlock ul.catItemTags li a,
.item.dark:hover .item-tags ul li a,
.item.dark:hover .category-name a {
	color: #656565;
}

.item.dark:hover .footer .article-hit strong {
  background-position: 0px 0px;	
}

/* ImageView Dark Style */
body.display-imageview .item.dark .item-inner {
  border-color: #333;
}

/* Hilite Style ---*/
.item.hilite .item-inner {
  background: #F26531;
  border: none;
  color: #FFF;
}

.item.hilite:hover .item-inner {
  color: #353535;
}

.hilite.item-hot .header > h2:before {
  background: #c00;
  content: "hot";
}


.hilite.item-spotlight .header > h2:before {
  background: #c00;
  content: "SPOTLIGHT";
}


.item.hilite .header > h2 a {
  color: #fff;
}

.item.hilite .header .article-info dd {
  color: #fff;
}

.item.hilite .header .article-info .category-name strong {
  color: #ffa888;
}

.item.hilite .content p {
  color: #fff;
}

.item.hilite .footer {
  background: none;
  border-top-color: #ff936b;
  color: #fff;
}

.item.hilite .footer .article-hit strong {
  background-position: 0px -20px;
}

.item.hilite .footer .article-info,
.item.hilite .footer .article-hit,
.item.hilite .footer .jacomment-count,
.item.hilite .footer a {
  color: #fff;
}

.item.hilite:hover .footer .article-info,
.item.hilite:hover .footer .article-hit,
.item.hilite:hover .footer .jacomment-count,
.item.hilite:hover .footer a {
  color: #999;
}

.item.hilite:hover .footer .article-hit strong {
  background-position: 0px 0px;
}

.item.hilite .readmore {
  border-left-color: #ff9f36b;
}

.item.hilite .readmore a {
  background: url(../images/bg-btn-more-hilite.png) no-repeat left top; 
  border: none;
  color: #666;
}

.item.hilite:hover .readmore a {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-shadow: none;
}

.item.hilite  div.catItemTagsBlock ul.catItemTags li a,
.item.hilite  .item-tags ul li a,
.item.hilite .category-name a {
	color: #fff;
}

.item.hilite:hover  div.catItemTagsBlock ul.catItemTags li a,
.item.hilite:hover  .item-tags ul li a,
.item.hilite:hover .category-name a {
	color: #fff;
	color: #fff;
}

/* Sticky Style ---*/
.item.item-sticky .item-inner {
  border: 1px solid #ffe1ad;
}

.item.item-sticky:hover .item-inner {
  background-color: #fff;
  border: 1px solid #fff;
  color: #4e4d52;
}

.item.item-sticky .item-header {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.item.item-sticky:hover .item-header {
  background-image: url(../images/dot-line.gif);
}

.item.item-sticky:hover .item-header h2 a.item-link:hover {
  color: #f26531 !important;
}

.item.item-sticky:hover .item-content {
  background-image: url(../images/line2-bg.gif);
}

.item.item-sticky:hover .item-footer {
  background: #fff;
}

.item.item-sticky .readmore,
.item.item-sticky .s_readmore {
  border-color: #fbc49b;
}

.item.item-sticky .readmore a {
  background: url(../images/readon-bg.png) no-repeat 0px -20px;
  border: none;
}

/* Sticky Style 2 ---*/
.item.item-sticky2 .item-inner {
  border: 1px solid #fe7da3;
}

.item.item-sticky2:hover .item-inner {
  background-color: #fff;
  border: 1px solid #fff;
  color: #4e4d52;
}

.item.item-sticky2 .item-header {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.item.item-sticky2:hover .item-header {
  background-image: url(../images/dot-line.gif);
}

.item.item-sticky2:hover .item-header h2 a.item-link:hover {
  color: #f26531 !important;
}

.item.item-sticky2:hover .item-content {
  background-image: url(../images/line2-bg.gif);
}

.item.item-sticky2:hover .item-footer {
  background: #fff;
}

.item.item-sticky2 .readmore,
.item.item-sticky2 .s_readmore {
  border-color: #fe8cae;
}

.item.item-sticky2 .readmore a {
  background: url(../images/readon-bg.png) no-repeat 0px -40px;
  border: none;
}

/* Sticky Style 3 ---*/
.item.item-sticky3 .item-inner {
  border: 1px solid #b3dce0;
}

.item.item-sticky3:hover .item-inner {
  background-color: #fff;
  border: 1px solid #fff;
  color: #4e4d52;
}

.item.item-sticky3 .item-header {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.item.item-sticky3:hover .item-header {
  background-image: url(../images/dot-line.gif);
}

.item.item-sticky3:hover .item-header h2 a.item-link:hover {
  color: #f26531 !important;
}

.item.item-sticky3:hover .item-content {
  background-image: url(../images/line2-bg.gif);
}

.item.item-sticky3:hover .item-footer {
  background: #fff;
}

.item.item-sticky3 .readmore,
.item.item-sticky3 .s_readmore {
  border-color: #b3dce0;
}

.item.item-sticky3 .readmore a {
  background: url(../images/readon-bg.png) no-repeat 0px 0px;
  border: none;
}

/* Blue Style ---*/
.item.blue .article-info dd.category-name strong {
  color: #A9DEF0;
}

.item.blue .footer {
  border-color: #26a9d5;
}

.item.blue:hover .footer {
  background: #fff;
}

.item.blue .readmore,
.item.blue .s_readmore {
  border-color: #26a9d5;
}

.item.blue .readmore a {
  background: url(../images/readon-bg.png) no-repeat 0px -100px;
  border: 0;
}

.item.blue:hover .readmore a {
  border: 0;  
}

/* UnPuplic */
.system-unpublished {
	background: none;
	border: 0;
}

.system-unpublished .item-content,
.system-unpublished .header > h2 {
}

/* ImageView Hilite Style */
body.display-imageview .item.hilite .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);
}

body.popupview .img-intro-none img,
body.popupview .img-intro-left img,
body.popupview .img-intro-right img,
body.popupview .img-fulltext-none img,
body.popupview .img-fulltext-left img,
body.popupview .img-fulltext-right img {
  border-color: #CCC;
}

body.popupview p.img_caption {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  color: #CCC;
}

/* Window Content ---*/
body.windowview .item-page > h2 a {
  color: #353535;
}

body.windowview .item-page p {
  color: #353535;
}

/* loading Indicator */
body.popupview #popup-content:after {
  border-radius: 0;
  background: #000;
}

/* HEADER
--------------------------------------------------------- */
#header {
  background: #101011;
  border-bottom: 1px solid #050505;
  color: #858585;
}

#header .wrap-inner {
  background: transparent;
  border-bottom: none;
}

#logo {
  background: #f26531;
  border: 0;
  height: 45px;
  width: 312px;
}

/* Logo Image ---*/
.logo-image h1 {
  height: 24px;
  margin: 12px 10px 15px 15px;
  padding: 0;
  width: 89px;
}
/* zero
.logo-image h1 a {
  background: url(../images/logo.png) no-repeat top left;
  height: 24px;
  float: right;
  text-indent: -999em;  
  width: 89px;
}
*/

.logo-image h1 a {
  background: url(../images/logo_iscar.png) no-repeat top center;
  height: 24px;
  float: center;
  text-indent: -999em;  
  width: 260px;
}

.logo-image:hover h1 a,
.logo-image h1 a:hover,
.logo-image h1 a:active,
.logo-image h1 a:focus {
  color: #fff;
}

/* Logo Text ---*/
.logo-text h1 a {
  display: block;
  margin: 5px 20px 0;
}

.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 {
  color: #999;
}

/* Head Search ---*/
#header #search {
  background: #101011;
  height: 45px;
  top: 0;
}

#header #search .search-inner {
}

#header #search .search {
  border: 1px solid #202020;
  border-radius: 3px;
}

#header #search .inputbox {
  /* background: url(../images/icon-search.png) no-repeat 97% 50% #fff;*/
  background: url(../images/icon-search.png) no-repeat 97% 50% #fff;
  padding: 5px 25px 5px 5px;
  text-transform: none;
  width: 128px;
}

#header #search .button {
  background-color: #202020;
  border: 1px solid #202020;
  color: #858585;
  height:27px;
  border-radius:2px;
}

/* focus state */
#header #search .inputbox:focus {
  background: url(../images/icon-search.png) no-repeat 97% 50% #fff;
  box-shadow: none; 
  border-radius: 2px;
}

#header #search .inputbox:focus + .button {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
/* Mainbody ---*/
#mainbody {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  /*Jerry 20130823*/
  color: #555;
}

body.has-sidebar #mainbody {
}

body.gridview #mainbody {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #a5a5a5;
}

body.gridview #content .content-inner {
  background: none;
}

#content .content-inner {
  margin: 10px 0;
  padding: 0 10px;
  padding-top:10px;
  padding-bottom:10px;
  background:#FFF;
}

/* Sidebar ---*/
#sidebar {
  color: #666;
  text-shadow: none;
}

#sidebar .moduletable {
  /* Jerry Hide*/
  margin-bottom: 5px;
}

#sidebar .moduletable-inner {
  padding-top: 0;
}

/* Sidebar Nav */
#sidebar .menu li a {
  background: #101011;
  border-radius: 2px;
  color: #858585;
  padding: 6px 10px 4px !important;
}

#sidebar .menu li a:hover,
#sidebar .menu li a:active,
#sidebar .menu li a:focus {
  background: #fff;
  color: #656565;
  text-decoration: none;
}

/* Sidebar Categories */
#sidebar .categories-module li a {
  /*Jerry Modify
  background: #F26531;*/
  color: #fff; 
  text-shadow: none;
  text-transform: none;
  
}

#sidebar .categories-module li a:hover,
#sidebar .categories-module li a:active,
#sidebar .categories-module li a:focus {
  background: none;
  color: #000;
}

/* Active */
#sidebar .menu li.active a,
#sidebar .categories-module li.active a {
  background: #F26531;
  color: #fff;
  text-shadow: none;
}

/* 2nd level + */
#sidebar .menu ul,
#sidebar .categories-module ul {
  border-color: #000;
}

/* Sidebar Module */
#sidebar .moduletable .moduletable-inner > h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'PT Sans',"STHeiti","微軟正黑體", "Times New Roman",Georgia,  "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
  font-weight: bold;
  /* text-transform: uppercase;*/
}


/* jawall sidebar menu Zero 
#sidebar .categories-module li a {
  background: #101011;
  border-radius: 2px;
  color: #858585;
  padding: 6px 10px 4px;  
}

#sidebar .categories-module li a:hover,
#sidebar .categories-module li a:active,
#sidebar .categories-module li a:focus {
	background: #fff;
	color: #656565;
	text-decoration: none;
}
*/

/* JR modify sidebar menu Zero */
#sidebar .categories-module li a {
  /* background: #101011;*/
  border-radius: 2px;
  color: #858585;
  padding: 5px 0px 5px;  
}

#sidebar .categories-module li a:hover,
#sidebar .categories-module li a:active,
#sidebar .categories-module li a:focus {
	background: #fff;
	color: #888;
	text-decoration: none;
}



/* Active state */
#sidebar .categories-module li.active a {
  background: #F26531;
  color: #fff; 
  text-shadow: none;
}

#sidebar .categories-module li.active a:hover,
#sidebar .categories-module li.active a:active,
#sidebar .categories-module li.active a:focus {
}

/* DISPLAY TOOLBAR
--------------------------------------------------------- */
#toolbar {
  background: #101011;
  height: 45px;
}

#toolbar .toolbar-inner {
}

#toolbar li {
  margin-left: 0;
}

#toolbar li#toolbar-basegrid {
  margin-left: 5px;
}

#toolbar dl {
	background: none;
	border: none;
	border-radius: 0;
	text-shadow: none;
}

#toolbar dd {
  padding: 5px 0;
  width: 20px;
}

#toolbar dd:hover {
  background: #666;
  color: #FFF;
}

#toolbar dd.first {
  border-radius: 2px;
}

#toolbar dd.last {
  border-radius: 2px;
}

#toolbar dd.first.last {
  background: #202020;
  border-radius: 2px;
}

#toolbar dd.first.last:hover {
  background: #fff;
  color: #353535;
}

#toolbar-display dd { width: 80px; }

/* 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: #F26531;  
  color: #fff;
}

/* Basegrid ---*/
#toolbar-basegrid dd {
  background: #202020;  
  border-left: none;
  border-radius: 2px;
  margin-left: 5px;
  padding: 5px;
}

#toolbar-basegrid dd:hover {
  background: #fff;
  color: #656565;
}

/* Display ---*/
#toolbar-display dd {
  padding-left: 5px;
  padding-right: 5px;
}

/* K2 STYLE
--------------------------------------------------------- */
/* K2 Categories List */
div.subCategory {
  background-color: #101010;
  border: 0;
  border-radius: 0;
  padding: 20px;
}

div.subCategory h2 {
	font-size: 150%;
	margin-bottom: 5px;
	margin-top: 20px;
	font-family: 'PT Sans', "STHeiti","微軟正黑體", "Times New Roman",Georgia,  "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
}

div.subCategory h2 a {
	color: #fff;
	font-weight: bold;
}

div.subCategory h2 a:hover,
div.subCategory h2 a:focus {
	color: #f26531;
}

div.subCategory .subCategoryFooter {
  background-color: #101010;
  border: 0;
  border-radius: 0;
}

div.subCategory .subCategoryFooter a {
  background: url(../images/bg-btn-more.png) no-repeat top left;
  border: none;
  border-radius: 0;
  color: #666;
  height: 20px;
  padding: 0;
  transition: all 0.2s linear 0s;
  text-decoration: none;
  text-indent: -999em;
  width: 20px;
}

div.subCategory:hover .subCategoryFooter a,
div.subCategory:hover .subCategoryFooter a:hover,
div.subCategory:hover .subCategoryFooter a:focus {  
  background: url(../images/bg-btn-more-hilite.png) no-repeat left top !important;  
  text-shadow: none;
}

.userBlock {
	background: #000;
	border: 0;
}

.userBlock img {
	border-color: #252525;
}

/* Itemp list ---*/
div.catItemTagsBlock ul.catItemTags li,
.item-tags ul li {
  display: inline-block;
  margin-bottom: 5px;
}

div.catItemTagsBlock ul.catItemTags li:after,
.item-tags ul li:after {
  content: "";
}

div.catItemTagsBlock ul.catItemTags li a,
.item-tags ul li a {
  background: #15E0A8;
  border-radius: 2px;
  display: inline-block;
  margin-right: 2px;
  padding: 5px;
  line-height: 1;
}

div.catItemTagsBlock ul.catItemTags li a:hover,
div.catItemTagsBlock ul.catItemTags li a:focus,
div.catItemTagsBlock ul.catItemTags li a:active,
.item-tags ul li a:hover,
.item-tags ul li a:focus,
.item-tags ul li a:active {
  background: #ff0000;
  color: #fff;
}

.item .item-tags ul.catItemTags li {
  display: inline-block !important;  
  margin-bottom: 5px;
}

.item.hilite .item-tags ul.catItemTags li a {
  background: #f47648;
}

.item:hover .item-tags ul.catItemTags li a {
  background: #f0f0f0;
  color: #333;
}

.item:hover .item-tags ul.catItemTags li a:hover {
  background: #FFF;
  color: #f26531;
}

.item-showcase.hilite .article-hit dd.hits {
  background: none;
}

/* Item detail ---*/
.itemView {
  background: #FFF;
  /* padding: 20px;*/
}

.itemView.typography {
	padding: 0;
	background: none;
}

.itemBody {
  color: #353535;
}

.itemView .itemContentFooter {
  border-color: #202020;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border-color: #202020;
}

.itemView .itemAuthorLatest h3 span {
	border-bottom: 2px solid #202020;
}

/* Item tools */
div.itemToolbar {
  background: #f0f0f0;
  border: 0px;
  border-radius: 0;
}

/* Item tags */
div.itemTagsBlock span {
  background: none;
  padding: 5px 0;
}

div.itemTagsBlock ul.itemTags li a {
  background: #f0f0f0;
  border: 0;
  display: inline-block;
  padding: 0 5px;
}

div.itemTagsBlock ul.itemTags li a:hover,
div.itemTagsBlock ul.itemTags li a:focus,
div.itemTagsBlock ul.itemTags li a:active {
  background: #fff;
  color: #f26531;
}

/* Author block */
.itemView .itemAuthorBlock {
  background: #f0f0f0;
  border: 0;
  border-radius: 0;
  color: #353535;
}

.itemView .itemAuthorBlock img.itemAuthorAvatar {
  border: 0;
}

/* Author latest */
.itemView .itemAuthorLatest h3,
.itemView .itemRelated h3 {
  color: #353535;
}

/* Comments form */
div.itemComments {
  color: #353535;
}

div.itemCommentsForm h3,
div.itemComments h3.itemCommentsCounter {
  border-bottom: 2px solid #ddd;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

div.itemComments .commentInfo {
  background: #f0f0f0;
  border: 0;
  border-radius: 0;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border: 0;
  margin-top: 0;
  padding-bottom: 0;
}

div.itemCommentsForm form input#submitCommentButton {
  background: #f26531;
  border: 1px solid #f26531;
  color: #FFF;
  border-radius: 0;
}

div.itemCommentsForm form input#submitCommentButton:hover,
div.itemCommentsForm form input#submitCommentButton:focus,
div.itemCommentsForm form input#submitCommentButton:active {
  background: #333;
  border: 1px solid #333;
  cursor: pointer;
}

/* Blog style ----*/
#k2Container .itemDate {
  background: #0f832f;
  border-radius: 0;
  left: 20px;
  top: 25px;
  text-shadow: none;
}

#k2Container .itemDate .date {
  border-right: 1px solid #228354;
  color: #fff;
  padding-right: 5px;
}

#k2Container .itemDate .month,
#k2Container .itemDate .year {
  color: #fff;
}

.itemListBlogView .catItemCommentsLink {
  left: 20px;
  top: 80px;
}

.itemListBlogView .itemContainer {
  border-bottom: 0;
  padding: 0;
}

.itemListBlogView div.catItemView {
  background: #eeeeee;
  border: none;
  padding: 20px 20px 20px 130px;
}

/*Jerry 20130823*/
.itemListBlogView .catItemView h3.catItemTitle a {
  color: #333;
}

.itemListBlogView .catItemView h3.catItemTitle a:hover,
.itemListBlogView .catItemView h3.catItemTitle a:focus {
  color: #ff936b;
  text-decoration: none;
}

.catItemReadMore a {
  background: url(../images/bg-btn-more-dark.png) no-repeat top left;
  border: none;
  border-radius: 0;
  color: #666;
  height: 20px;
  padding: 0;
  transition: all 0.2s linear 0s;
  text-indent: -999em;
  width: 20px;
}

.catItemReadMore a:hover,
.catItemReadMore a:focus {  
  background: url(../images/bg-btn-more-hilite.png) no-repeat left top !important;  
}

.itemListBlogView .catItemBody img {
	border-color: #eeeeee;
}

/* K2 Item Page */
.itemView h2.itemTitle {
  color: #000;
  font-family: 'PT Sans', "STHeiti","微軟正黑體", "Times New Roman",Georgia,  "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
}

/* K2 Item Tag */
div.catItemTagsBlock {
  border-bottom: 0;
}

.itemListBlogView .catItemLinks li a {
  border-bottom: 0;
}

.itemListBlogView .catItemLinks li a:hover,
.itemListBlogView .catItemLinks li a:focus,
.itemListBlogView .catItemLinks li a:active {
  color: #f26531;
}

div.catItemTagsBlock span:after, .item-tags strong:after {
	display: none;
}

div.catItemTagsBlock span, .item-tags strong {
	background: none;
	text-shadow: none;
}

/* K2 Module ---*/
div.k2ArchivesBlock ul li {
	background-image: url(../images/icon-calendar.png);
	border-bottom: 0;
}

div.k2ItemsBlock ul li {
	border-bottom: 1px solid #1e1e1e;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.k2ItemsBlock ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

div.k2ItemsBlock ul li a.moduleItemTitle {
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.4;
	float: left;
    padding-left: 10px;
    padding-right: 10px;
}

div.k2ItemsBlock ul li a.moduleItemTitle:hover,
div.k2ItemsBlock ul li a.moduleItemTitle:focus {
	color: #f26531;
}

div.k2ItemsBlock ul li .moduleItemAuthor {
  color: #484848;
  margin-bottom: 5px;
}

div.k2ItemsBlock ul li .moduleItemAuthor a {
	color: #f26531;
}

div.k2ItemsBlock ul li .moduleItemReadMore:hover,
div.k2ItemsBlock ul li .moduleItemReadMore:focus,
div.k2ItemsBlock ul li .moduleItemReadMore:active {
  color: #f26531;
}

.comments-link {
  line-height: 1;
}

/* Typo Page */
.typo .item-inner {
	color: #fff;
}

.typo:hover .item-inner {
	color: #000;
}

/* Showcase Page */
.item-showcase .item-inner {
  margin: 5px;
}

.item-showcase .createby,
.item-showcase .category-name {
	border-bottom: 0;
	padding: 0;
}

.item-showcase .createby strong, 
.item-showcase .category-name strong,
.item-showcase .item-tags strong {
	color: #fff;
}

.item-showcase .item-image { border-bottom: 0; }

.item-showcase .item-image img {
	border-radius: 0;
}

.item-showcase:hover .createby strong, 
.item-showcase:hover .category-name strong,
.item-showcase:hover .item-tags strong {
	color: #353535;
}

.item-showcase div.catItemTagsBlock ul.catItemTags li a,
.item-showcase .item-tags ul li a {
	border-bottom: 0;
}

.item-showcase div.catItemTagsBlock ul.catItemTags li a:hover,
.item-showcase .item-tags ul li a:hover,
.item-showcase .category-name a:hover {
	color: #f26531 !important;
}

.item-showcase.dark:hover a {
	color: #999;
}

.item-showcase.dark a:hover {
	color: #f26531;
}

.item-showcase .comments-link,
.item-showcase.hilite .comments-link {
	background: none;
	padding-left: 0;
}

.item-showcase .article-hit dd.hits {
	background: none;
	padding-left: 0;
}

/* Error and 404 page --- */
.error #outline {
	background: none;
}

.error #error-code {
	background: #F26531;
	width: 200px;
	height: 200px;
	font-family: 'PT Sans',"STHeiti", "微軟正黑體", "Times New Roman",Georgia,  "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體","sans-serif"; 
	text-align: center;
	line-height: 200px;
	position: inherit;
	float: left;
}

.error #error-message,
.error #back-home {
	color: #fff;
	font-size: 24px;
	margin: 0;
	float: left;
	width: 430px;
	margin: 75px 0 0 20px;
}

.error #back-home {
	background: none;
  border-bottom: 1px dotted #333;
	color: #f00;
	font-size: 12px;
	float: left;
	height: auto;
	position: inherit;
	margin-top: 5px;
	text-indent: 0;
	width: auto;
}

.error #back-home:hover {
  border-color: #FFF;
  color: #FFF;
}

.error #text-tip {
	display: none;
}

.k2AccountPageNotice {
  margin-bottom: 20px;
}

.k2AccountPage {
  width: 100%;
  overflow: hidden;
}


/* MISC.
--------------------------------------------------------- */
/* Toggle ----*/
/* Toggle button */
.btn-toggle {
  background: #000;
}

/* Loading Notif. --- */
#infscr-loading {
  border-radius: 0;
  background: #000;
}

.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: #F26531;
}

div.itemTagsBlock ul.itemTags li a:hover,
div.itemTagsBlock ul.itemTags li a:focus,
div.itemTagsBlock ul.itemTags li a:active {
	color: #f26531;
	border-color: #f26531;
}
.categories-module li {
	margin-top: 5px !important;
}
.categories-module li h4 {
	line-height: normal;
	
	
}

.wform .wcgroup {
	border-color: #333333;
}
/* ---------------------------------------------------------
   RESPONSIVE STYLES
--------------------------------------------------------- */

/* MOBILE (layout-mobile.css)
--------------------------------------------------------- */
@media only screen and (max-width:719px) {

  /* BODY LAYOUT
  --------------------------------------------------------- */
  /* Sidebar ---*/
  #sidebar .sidebar-inner {
    border-radius: 0;
  }

	#sidebar .sidebar-toggle {
		border-right: 1px solid #444;
		background: #252525;
	}
	
	#sidebar.active .sidebar-toggle {
		background: #363636;
	}
	
	#sidebar .moduletable .moduletable-inner > h3 {
		color: #101010;
	}
	
  /* Sidebar Module */
  #sidebar .moduletable .moduletable-inner > h3 {
    color: #fff;
  }
  
  /* Sidebar Nav */
	#sidebar .categories-module li a,
  #sidebar .menu li a {
    background: #222121;
    color: #CACACA;
  }
  
  #sidebar .categories-module li a:hover,
  #sidebar .menu li a:hover {
    background: #101010;
    color: #fff;
  }

  /* HEADER
  --------------------------------------------------------- */
	#header {
	  height: 89px;
	}
	
	#header .main {
  }
	
	#header #logo {
		width: 100%;
	}
	
	#header #logo h1 {
		top: 0;
		width: 100%;
	}
	
	#header #logo h1 a {
		margin: 0 auto;
		float: none;
	}
  
  /* Head Search ---*/
  #header #search {
		top: -45px;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		border: 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-color: #FFF;
    background-position: 155px 7px;
    border: 1px solid #CCC;
    padding: 5px 25px 5px 5px;
    width: 180px !important;
    -webkit-box-sizing: border-box;
  }

  #header #search .search-toggle {
    border-left: 1px solid #202020;
  }
  

  /* MAIN NAV
  --------------------------------------------------------- */
  #mainnav {
		border-top: 1px solid #202020;
		left: 0;
  }
  
  #mainnav .menu-inner {
  }
  
	#mainnav .menu > li > a {
		padding: 0 15px;
	}
	
	#mainnav .menu > li.deeper ul li a {
		text-align: center;
	}
	
	ul.jsub {
	  background-position: center 15px;
  	  background: #fff;
  	  border: 1px solid #ddd;
  	  border-top: none;
  	  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	}

	ul.jsub li {
  	  border-bottom-color: #e5e5e5;
	}

	ul.jsub li a {
  	color: #656565;
  	font-size: 1em;
  	padding: 0 15px;
  	text-shadow: none;
  	text-transform: uppercase;
  	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: #F26531;
  	 text-decoration: none;
	}
	
	#mainnav .navnext {
    right: 0;
  }
	
	/* CONTAINER
	--------------------------------------------------------- */
	#container .main {
		padding-top: 130px;
	}

  /* DISPLAY TOOLBAR
  --------------------------------------------------------- */
	#toolbar {
		top: -45px;
	}
	
	#toolbar .toolbar-toggle {
    border-color: #202020;
  }
	
	#toolbar.active .toolbar-inner {
		padding: 10px;
		border-radius: 0;
	}
	
	#toolbar-basegrid dd:hover {
		background: #202020;
		color: #fff;
	}
	
	/* K2 STYLE
	--------------------------------------------------------- */
	/* Blog style ---*/
	div.itemIntroText img {
    width: 100%;
  }
  
  .itemListBlogView .catItemBody img {
    margin-bottom: 10px;
  }
  
  div.itemListBlogView div.catItemView {
    padding: 20px;
  }

  /* Jerry add 2014/03/24 ---
	#sidebar {
		top: -22;
	}
	*/
}

/* MOBILE PORTRAIT (layout-mobile-portrait.css)
--------------------------------------------------------- */
@media only screen and (max-width:479px) {
	/* BODY LAYOUT
	--------------------------------------------------------- */
	/* Sidebar ---*/
	/* Jerry add 2014/03/24 ---*/
	#sidebar {
		/* top: -22;*/
	}
	
	
	#sidebar .sidebar-toggle {
		border-right: 1px solid #444;
		background: #252525;
	}
	
	#sidebar.active .sidebar-toggle {
		/*background: #fff;  */
		/* Jerry Add */
        background-color: #363636;
	}
	
	#sidebar .moduletable .moduletable-inner > h3 {
		color: #fff;
	}
	
	/* HEADER
	--------------------------------------------------------- */
	#header {
	}
	
	#header #logo {
		width: 100%;
	}
	
	#header #logo h1 {
		width: 100%;
		top: 0;
	}
	
	#header #logo h1 a {
		margin: 0 auto;
		float: none;
	}
	
	#header #search {
		top: -45px;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		border: 0;
	}
	
	/* SEARCH
	--------------------------------------------------------- */
	#header #search .search-toggle,
	#toolbar .toolbar-toggle {
		border-left: 1px solid #444;
	}
	
	#header #search .search {
		border: none;
	}
	
	#header #search .inputbox {
		background-color: transparent;
		border: 1px solid #ccc;
		background-position: 155px center;
		width: 90%;
    -webkit-box-sizing: border-box;
	}
	
	/* NAVIGATION
	--------------------------------------------------------- */
	#mainnav {
		left: 0;
		border-top: 1px solid #202020;
	}
	
	#mainnav .menu > li > a {
		padding: 0 15px;
	}
	
	ul.jsub {
	  background-position: center 15px;
  	background: #fff;
  	border: 1px solid #ddd;
  	border-top: none;
  	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	}

	ul.jsub li {
  	  border-bottom-color: #e5e5e5;
	}

	ul.jsub li a {
    color: #656565;
    font-size: 1em;
    text-shadow: none;
    text-transform: uppercase;
    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: #F26531;
  	 text-decoration: none;
	}
	
	/* CONTAINER
	--------------------------------------------------------- */
	#container .main {
		padding-top: 130px;
	}
	
	/* TOOLBAR
	--------------------------------------------------------- */
	#toolbar {
		top: -45px;
	}
	
	#toolbar.active .toolbar-inner {
		padding: 10px;
		border-radius: 0;
	}
	
	#toolbar-basegrid dd:hover {
		background: #202020;
		color: #fff;
	}
	
	/* K2 STYLE
	--------------------------------------------------------- */
  .k2AccountPage input.inputbox,
  .k2AccountPage input#url,
  .k2AccountPage textarea {
    width: 80% !important;
  }
	
}

/* layout-tablet.css ---*/
@media only screen and (min-width:720px) and (max-width: 985px) {

  /* BODY LAYOUT
  --------------------------------------------------------- */
  
  
  /* Sidebar ---*/
  #sidebar .sidebar-inner {
    border-radius: 0;

  }
   
  /* Jerry Add sidebar 2014/02/20  ---*/
  #sidebar .sidebar-toggle {
    border-right: 1px solid #202020;
	/* Jerry Add sidebar 2014/02/20  ---*/
	/*z-index:997 !important; */
  }

  #sidebar .moduletable .moduletable-inner > h3 {
		color: #101010;
	}
	
  /* Sidebar Module */
  #sidebar .moduletable .moduletable-inner > h3 {
    color: #fff;
  }
  
  /* Sidebar Nav */
	#sidebar .categories-module li a,
  #sidebar .menu li a {
    background: #222222;
    color: #E2E2E2;
  }
  
  #sidebar .categories-module li a:hover,
  #sidebar .menu li a:hover {
    background: #101010;
    color: #fff;
  }

  /* HEADER
  --------------------------------------------------------- */
  #logo {
  	 /* zero 
	 width: 120px;
	 */
	 width: 305px;
  	 background: #f26531;
  	 height: 45px;
  }
  
  /* Head Search ---*/
  #header #search {
    top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    border: 0;
  }

  #header #search .search {
  	 border: 0;
  }
  
  #header #search .search-inner {
    border-radius: 0;
  }

  #header #search .search-toggle {
    border-left: 1px solid #202020;
  }
  
  #header #search .inputbox {
  	 background-color: transparent;
  	 width: 90%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  /* NAVIGATION
	--------------------------------------------------------- */
	#mainnav {
		left: 0;
		padding-left: 145px;
	}
	
	#mainnav .navprev {
		left: 350px;
	}
	
	#mainnav .navnext {
		right: 190px;
	}
	
	.no-toolbar #mainnav .navnext {
		right: 190px;
	}
  
  /* DISPLAY TOOLBAR
  --------------------------------------------------------- */
  #toolbar {
    top: 0;
  }

  #toolbar .toolbar-inner {
    border-radius: 0;
  }

  #toolbar .toolbar-toggle {
    border-left: 1px solid #202020;
  }
  
  #toolbar-basegrid dd:hover {
		background: #202020;
		color: #fff;
	}

}

/* 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 (layout-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) {
}



