/*
 * ------------------------------------------------------------------------
 * JA Bistro Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

/* -- frontpage menu -- */
div.ja-twwitter-desc {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.button {
    text-shadow: 1px 1px 0 #F8EEDF;
}

.button:hover, 
.button:focus, 
.button:active {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

a.btn-blue, 
a.btn-red, 
a.btn-green, 
a.btn-orange, 
a.btn-black, 
a.btn-blue:link, 
a.btn-red:link, 
a.btn-green:link, 
a.btn-orange:link, 
a.btn-black:link {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}