/*
 * ------------------------------------------------------------------------
 * JA Methys Template for Joomla 3x
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
*/


/* COMMON STYLE
--------------------------------------------------------- */
dd.create {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/* Contact Form ---*/
#contact-slider div.panel h3 a {
	text-shadow: 1px 1px 0 #fff;
}

div.contact-form dt {
	text-shadow: 0 1px 0 #000;
}

a.ja-icon-video {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* Tooltips ---*/
.tooltips .ja-cs-tooltips {
	box-shadow: 0 2px 5px #999;
	-moz-box-shadow: 0 2px 5px #999;
	-webkit-box-shadow: 0 2px 5px #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tooltips .ja-cs-tooltips h3 {
	text-shadow: 1px 1px 0 #fff;
}

div.class-box div.title {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

div.ja-bulletin ul.ja-bulletin li:last-child {
	border-bottom: 0;
}

.ja-typo-bubble-small .bubble-small-inner span.post-time {
	text-shadow: 0 1px 1px #fff;
}

div.class-box span {
	text-shadow: 0 1px 1px #fff;
}

ul.ja-social-list li a {
	opacity: .5;
}

ul.ja-social-list li a:hover,
ul.ja-social-list li a:focus {
	opacity: 1;
}

#ja-cpanel {
    box-shadow: none;
}