/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 1.7
 * ------------------------------------------------------------------------
 * 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
 * ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */
.pagination a:hover {
    -moz-transition: background 0.9s ease 0s, color 0.5s ease 0s;
	-o-transition: background 0.9s ease 0s, color 0.5s ease 0s;
	-ms-transition: background 0.9s ease 0s, color 0.5s ease 0s;
	-webkit-transition: background 0.9s ease 0s, color 0.5s ease 0s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9); 
	background-image: -moz-linear-gradient(top, #FFF, #F6F6F6) !important; /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFFFFF),color-stop(1, #F6F6F6)) !important; /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #FFF, #F6F6F6) !important; /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #FFF, #F6F6F6) !important; /* Opera 11.1+ */
	background-image: -ms-linear-gradient(top, #FFF, #F6F6F6) !important; /* IE10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F6F6F6') !important;/* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F6F6F6')" !important; /* IE8+ */
	background-image: linear-gradient(top, #FFF, #F6F6F6) !important; 
	}
p.readmore a:hover, .button:hover, button:hover {
	background-image: -moz-linear-gradient(top, #FFF, #EFEDED) !important; /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFFFFF),color-stop(1, #EFEDED)) !important; /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #FFF, #EFEDED) !important; /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #FFF, #EFEDED) !important; /* Opera 11.1+ */
	background-image: -ms-linear-gradient(top, #FFF, #EFEDED) !important; /* IE10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEDED') !important;/* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEDED')" !important; /* IE8+ */
	background-image: linear-gradient(top, #FFFFFF, #F6F6F6) !important;  
	}