/**
* @version   $Id: template-gecko.css 460 2012-04-30 23:28:44Z kevin $
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2012 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;}