/*
# ------------------------------------------------------------------------------------------------------------------------
# Solid Pro - Creative Joomla 1.6 Template
# ------------------------------------------------------------------------------------------------------------------------
# Copyright (C) 2011 Twincore All Rights Reserved.
# @license - PHP files are GNU/GPL V2 bound by Proprietary License of Joomlart.com.
# CSS / JS are Copyrighted Commercial, bound by Proprietary License of Twincore. 
# Author: Twincore
# Websites:  http://www.worldquests.com/intermezzo16
# Redistribution, Modification or Re-licensing of this file in part of full, is bound by the License applied. 
# For details on licensing, Please Read Terms of Use at http://themeforest.net/wiki/support/legal-terms/licensing-terms/
# -----------------------------------------------------------------------------------------------------------------------
*/

/* BLUE COLOR STYLE - SOLIDPRO THEME
--------------------------------------------------------- */

/* -------------------------------------------------------------------------------- Solidpro BUTTON ------------------------ */


/* ----------------Special Button ------------------- */

a.specialButton {
	background:none;
	border:none;
	display: inline-block;
	text-decoration: none;
	font-family: "Helvetica", Arial, sans-serif;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 1;
	color: #ffffff !important;
	text-transform:none;
	padding:15px 0;
	right:-2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	}

.specialArrow { 
	background:url(../images/bt_arrow30.png) no-repeat 90% 50%; 
	padding: 15px 60px 15px 20px;
	}

a.specialButton { background:url(../images/buttonGradient.png) repeat-x #53a3b4 ; }
a:hover.specialButton { background-color: #007ea8; }

/*------------------------------------------------------------------------- IMAGE SHADOW STYLE - SHORTCODES--------------------- */


img.borderImage, a img.borderImage {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #9AD6E2;
	margin: 5px 10px;
	padding: 5px;
	}

a:hover img.borderImage {
	border: 1px solid #75C1D1;
    box-shadow: 0 0 9px rgba(154, 214, 226, 0.4);
	 -o-box-shadow: 0 0 9px rgba(154, 214, 226, 0.4);
	 -webkit-box-shadow: 0 0 9px rgba(154, 214, 226, 0.4);
	 -moz-box-shadow: 0 0 9px rgba(154, 214, 226, 0.4);
	}

.size { width:95%; }
