/*
 * ------------------------------------------------------------------------
 * JA ZiteTemplate
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
*/
/*Joomla Page ---*/
.inputbox, input[type="text"],
input[type="password"], input[type="email"],textarea {
	-moz-box-sizing: border-box;
}

.button, button,
input[type="submit"], input[type="cancel"], input[type="reset"],
.profile a, .profile-edit a {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

button:hover, button:focus, button:active,
.button:hover, .button:focus, .button:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, 
input[type="cancel"]:hover,input[type="cancel"]:focus,input[type="cancel"]:active, 
input[type="reset"]:hover,input[type="reset"]:focus, input[type="reset"]:active,
.profile a:hover, .profile a:focus, .profile a:active, 
.profile-edit a:hover, .profile-edit a:focus, .profile-edit a:active {
	text-decoration: none;
}

.typo-page dl.article-info dd {  word-wrap: break-word; }

#ja-topbar ul.menu li:last-child { border: 0; }


/* Bot spotlight ---*/
#ja-botsl .main {
  text-shadow: 0 0 1px rgba(0,0,0,.1);
}

#ja-botsl1 .inputbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#ja-footer .ja-footnav li:last-child {
  border: 0;
  padding-right: 0;
}

#ja-footer .ja-footnav li:first-child {
  padding-left: 0;
}

p.intro {
  text-shadow: 0 0 1px rgba(0,0,0,.1);
}

ul.user-list li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.partners-list li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.topic-row .topic-time {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.topic-row .topic-detail {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.topic-row .topic-time strong {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

div.speaker-topic {
  box-shadow: 0 0 3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
}

div.speaker-topic span.border-top {
  border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

#ja-bulletin ul li:first-child {
  padding-top: 0;
}

#ja-bulletin ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

/* Typo Page ---*/
.ja-typo-bubblect {
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
}

/* Common Style for Rounded Bubbles --- */
.bubble-rounded .ja-typo-bubblect {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}
/* Rounded Box*/
.box-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
}
/* Common Buttons Style ---*/
a.ja-typo-btn {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#ja-typo a.ja-typo-btn, a.ja-typo-btn {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

a.btn-blue,
a.btn-red,
a.btn-green,
a.btn-orange,
a.btn-violet,
a.btn-pink {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

span.ja-typo-tag {
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

span.tag-grey { text-shadow: 0 -1px 0 rgba(255,255,255,.8); }

/* Common style for Rounded Tags --- */
span.tag-rounded {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
}

.ja-typo-blockswrap h2.ja-typo-title span {
	text-shadow: 0px;
}

.ja-typo-blockswrap h3.ja-typo-title span {
	text-shadow: 0px;
}

fieldset.fieldset-2 {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
}

/* K2 Page ---*/
a.itemPrintThisPage {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.itemToolbar {
  border-radius: 2px;
 -moz-border-radius: 2px;
}

div.itemTagsBlock ul.itemTags li a {
	zoom: 1;
}

div.itemComments div.commentText {
	border-radius: 2px;
	-moz-border-radius: 2px;
}

div.itemCommentsForm form textarea.inputbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div.itemCommentsForm form input.inputbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div.itemListCategory {
	border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,.1);
}

div.subCategory h2 a {
  text-shadow: 1px 1px 0 #fff;
}

div.itemContainer {
  zoom: 1;
}

div.catItemView:hover div.catItemReadMore a {
  -moz-transition: all .5s;
}

.flickr:hover div.catItemReadMore a {
  -moz-transition: all .5s;
}

div.userItemViewUnpublished {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

div.userItemView:hover div.userItemReadMore a {
  -moz-transition: all .5s;
}

div.tagItemView:hover div.tagItemReadMore a {
  -moz-transition: all .5s;
}

div.genericItemView:hover div.genericItemReadMore a {
	-moz-transition: all .5s;
}

div.content-home div.moduleCustomLink a {
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

div.content-home div.moduleCustomLink a:hover {
  text-shadow: -1px -1px 0 rgba(0,0,0,.2);
}

div.itemMeta span:last-child {
  background: none;
  padding-right: 0;
}

div.itemMeta span:first-child {
  padding-left: 0;
}


div.catItemMeta span:first-child {
  padding-left: 0;
}

div.catItemMeta span:last-child {
  background: none;
  padding-right: 0;
}