/*
# ------------------------------------------------------------------------
# JA Methys Template for Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/


/* 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;
}