@import url('css/bootstrap.min.css');
@import url('css/bootstrap-responsive.min.css');
@import url('css/font-awesome.min.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,800italic,400,600,800');
@import url('css/focus-1.1.css');
@import url('css/focus-1.1-responsive.css');
@import url('css/pages/homepage.css');

/*
Theme Name: RTF Template
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

/*------------------------------------------------------------------

[Layout Stylesheet]

	Project:		Focus Business
	Version:		1.1
	Last change:	03/27/2013
	Assigned to:	Rod Howard (rh)


[Table of contents]

	1. Global
	2. Wrapper / #wrapper
	3. Header / #header
	4. Nav / #nav
	5. Responsive Nav / #responsive-nav
	6. Masthead / #masthead
	7. Page Title / #page-title
	8. Welcome / #welcome
	9. Content / #content
	10. Footer / #footer
	11. Copyright / #copyright
	12. Grid / .grid
	13. Miscellaneous
	14. Homepage
	15. Search


-------------------------------------------------------------------*/

#content p, #content h3, .the-content td { font-size: 120% }

.woocommerce-Price-amount, .woocommerce-price-suffix { font-size: 140%}
.cart_item .woocommerce-Price-amount, .cart_totals .woocommerce-Price-amount, .woocommerce-checkout-review-order-table .woocommerce-Price-amount { font-size: 100%}

.woocommerce-LoopProduct-link h3 { line-height:140% }

.mediaTableMenu.mediaTableMenuClosed {
    display: none;
}

.file-desc {
    font-size: 110% !important;
}

.wpfd-content-default .file .openlink {
    text-align: center;
    font-size: 110% !important;
}

.about_paypal {
    display:none !important;
}

article.post { border-top: 1px solid #444 }

.screen-reader-text { display: none }

a.imagehotspotter_spot:hover {
    border: none !important;
}

.menu-item a:hover, .menu-item a:focus {
    text-decoration: none !important;
}

article.work-item p {
    margin-bottom: 0 !important;
}

ul.wc-bacs-bank-details.order_details.bacs_details, ul.woocommerce-thankyou-order-details.order_details {
    font-size: 140% !important;
}

.checkout input {
	height: 30px !important;
}

.button_div label {
    display: inline !important;
}

.div_text input {
    height: 35px !important;
    font-size: 13px !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 35px !important;
    font-size: 13px !important;
}

th#MediaTable-0-mediaTableCol-0 {
    color: #333 !important;
}

input#place_order, a.checkout-button.button.alt.wc-forward {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}