/*
# ------------------------------------------------------------------------
# JA Bistro Template for J15
# ------------------------------------------------------------------------
# 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. 
# ------------------------------------------------------------------------
*/

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