/*  
Theme Name: Celta Business
Theme URI: http://www.celtathemes.com/
Version: 1.0
Description: Designed by <a href="http://www.celtathemes.com">Celta Themes</a>.
Author: Celta Themes
Author URI: http://www.celtathemes.com/
Tags: celtathemes

	Copyright: (c) 2011 Celta Themes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@import url("presentation/styles.css"); 
@import url("presentation/typography.css"); 
@import url("presentation/images.css"); 
@import url("presentation/colors.css"); 
@import url("presentation/shortcodes.css");

/*	=========================================================
	Buttons
	=========================================================  */
.button {
font-size: 15px;
background: #046322;
border: 1px solid #444;
padding: 2px 15px 2px 15px;
display: block;
font-family: arial;
color: #FFF;
font-weight: bold;
text-shadow: 1px 1px 1px #555;
margin-bottom: 25px;
} 

.button:hover {
font-size: 15px;
background: #06892f;
border: 1px solid #444;
padding: 2px 15px 2px 15px;
display: block;
font-family: arial;
color: #FFF;
font-weight: bold;
text-shadow: 1px 1px 1px #555;
} 