/**
* @version   $Id: template-gecko.css 55101 2012-08-14 18:43:12Z karol $
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - ${copyright_year} RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/
 
/* Structure */
body {text-rendering: optimizeSpeed;}
.rt-row-surround .rt-grid-1, .rt-row-surround .rt-grid-2, .rt-row-surround .rt-grid-3, .rt-row-surround .rt-grid-4, .rt-row-surround .rt-grid-5, .rt-row-surround .rt-grid-6, .rt-row-surround .rt-grid-7, .rt-row-surround .rt-grid-8, .rt-row-surround .rt-grid-9, .rt-row-surround .rt-grid-10, .rt-row-surround .rt-grid-11, .rt-mainrow .rt-grid-1, .rt-mainrow .rt-grid-2, .rt-mainrow .rt-grid-3, .rt-mainrow .rt-grid-4, .rt-mainrow .rt-grid-5, .rt-mainrow .rt-grid-6, .rt-mainrow .rt-grid-7, .rt-mainrow .rt-grid-8, .rt-mainrow .rt-grid-9, .rt-mainrow .rt-grid-10, .rt-mainrow .rt-grid-11 {float: left;}

/* Transitions */
a {-moz-transition: color 0.1s ease-in;}
#rt-transition.rt-hidden {opacity: 0;}
#rt-transition.rt-visible {opacity: 1;-moz-transition: opacity 0.4s ease-in;transition: opacity 0.4s ease-in;}


/* Lame Firefox Fixes */
.rokajaxsearch .inputbox {
    width: 106%;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    body .rokajaxsearch .inputbox {width: 196%;}
}

.search-box input {min-height: 33px;}