/**
 * @package   Somaxiom Template - RocketTheme
 * @version   1.5.0 June 14, 2010
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2010 RocketTheme, LLC
 * @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

/*** TEXT AND SHADOW COLORS *************************/
/* Main Body Text */
body, #rt-header, #rt-bottom, legend {color: #333;}
a:hover, .button:hover {color: #333;}

/* Menu Text */
.menutop li.root > .item, .menu-type-splitmenu .menutop li .item {color: #fff;}
.menutop li.root.active > .item, .menutop li.root.active > .item:hover, .menu-type-splitmenu .menutop li.active .item, .menu-type-splitmenu .menutop li.active:hover .item, .menutop li.root.active.f-mainparent-itemfocus > .item {color: #fff;}
.menutop li.root:hover > .item, .menutop li.root.f-mainparent-itemfocus > .item, .menu-type-splitmenu .menutop li:hover .item {color: #EF4444;}
.menutop li > .item {color: #fff;}
.menutop li:hover > .bullet, .menutop li.f-menuparent-itemfocus .bullet, .menutop li.active > .bullet {color: #EF4444;}
.menutop li.active > .bullet {color: #fff;}
.number .module-content ul.menu li, .module-content ul.menu li a, .module-content ul.menu li .separator, .module-content ul.menu li .item {color: #3c3c3c; background:#f5fdd6; padding:3px;}
.module-content ul.menu li a:hover
{color: #fff; background:url(../images/bg/graphic.gif) no-repeat;}
.module-content ul.menu #current a
{color: #fff !important;  background:url(../images/bg/graphic.gif) no-repeat; padding:3px;}

/* Splitmenu Submenu Text */
#rt-subnavigation ul.menu li .item {color: #fff;}
#rt-subnavigation ul.menu li.active .item, #rt-subnavigation ul.menu li:hover .item {color: #000;}

/* Article Text */
.rt-joomla .rt-articleinfo {color: #666;}
.rt-joomla .rt-author {color: #999;}

/* Module Text */
.title {color: #666; margin-top:10px;}
.title span {color: #333;}

/* Module Variations Text */
.tab1 .title {color: #fff;text-shadow: 1px 1px 1px #555;}
.tab2 .title {color: #fff;text-shadow: 1px 1px 1px #555;}
.tab3 .title {color: #fff;text-shadow: 1px 1px 1px #555;}
.tab1 .title span, .tab2 .title span, .tab3 .title span {color: #fff;}

/* Footer Text */
#rt-footer, #rt-copyright {color: #ccc;}
#rt-footer a:hover, #rt-copyright a:hover {color: #fff;}
#rt-footer .title, #rt-copyright .title {color: #ccc;}
#rt-footer .title span, #rt-copyright .title span {color: #fff;}

/* Typography Text */
.readon span, .readon .button, .readon-main, .readon-main:hover {color: #fff;}

/*** IMAGES AND BACKGROUNDS *************************/

/* Logo */
#rt-logo {background: url(../images/logo/style1/logo.png) 0 0 no-repeat; position:absolute; top:-3px; left:5px;}

/* Top Menu */
#rt-navigation {background: #252122;}
.menutop li.active.root,
.menutop li.active.root:hover,
.menu-type-splitmenu .menutop li.active,
.menu-type-splitmenu .menutop li.active:hover,
.menutop li.active.root.f-mainparent-itemfocus,
.menu-type-splitmenu .menutop li.active.f-mainparent-itemfocus {border-bottom: 4px solid #ef4444;}
.menutop li.root:hover,
.menutop li.root.f-mainparent-itemfocus,
.menu-type-splitmenu .menutop li:hover,
.menu-type-splitmenu .menutop li.f-mainparent-itemfocus {border-bottom: 4px solid #EF4444;}
.menutop li.parent.root > .item span, .menu-type-splitmenu .menutop li.parent .item span {background: url(../images/menus/style1/menutop-daddy.png) 100% 50% no-repeat;}

/* Splitmenu Submenu */
#rt-subnavigation {background: #252122; }
#rt-subnavigation ul.menu li.active {border-bottom: 4px solid #000; }
#rt-subnavigation ul.menu li:hover {border-bottom: 4px solid #000; }
#rt-subnavigation ul.menu li.parent > .item span {background: url(../images/menus/style1/menutop-daddy.png) 100% 50% no-repeat;}

/* FusionMenu Dropdown */
.menutop ul {background:#252122; border: 1px solid #ccc;}
.menutop ul li > .bullet:hover, .menutop li.f-menuparent-itemfocus .item {border-left: 4px solid #ef4444;}
.menutop ul li.active > .bullet {border-left: 4px solid #ef4444;}
.menutop ul li > .daddy span {background: url(../images/menus/style1/dropdown-daddy.png) 100% 50% no-repeat;}
.menutop ul li{ background:none !important; font-family:"Mako",sans-serif; text-transform:uppercase; }


/* Showcase */
#rt-showcase {background:#fff;}

/* Module Variations */
.bg1 .rt-module-surround {background: #fff;}
.bg2 .rt-module-surround {background: #eee;}
.bg3 .rt-module-surround {background: #ccc;}
.tab1 .rt-module-surround, .tab2 .rt-module-surround, .tab3 .rt-module-surround {border: 1px solid #ddd;}
.tab1 .module-title {background: url(../images/body/style1/module-tab-r.png) 100% 0 no-repeat;}
.tab1 .module-title .title {background: url(../images/body/style1/module-tab-l.png) 0 0 no-repeat;}
.tab2 .module-title {background: url(../images/body/style1/module-tab-r.png) 100% -104px no-repeat;}
.tab2 .module-title .title {background: url(../images/body/style1/module-tab-l.png) 0 -104px no-repeat;}
.tab3 .module-title {background: url(../images/body/style1/module-tab-r.png) 100% -208px no-repeat;}
.tab3 .module-title .title {background: url(../images/body/style1/module-tab-l.png) 0 -208px no-repeat;}
.underline .module-title .title {border-bottom: 2px solid #ccc;}

/* Main Body */
#rt-main {background:#fff;}

/* Side Menu */
.module-content ul.menu a, .module-content ul.menu .separator, .module-content ul.menu .item {background: url(../images/body/style1/dot-border.png) 0 9px no-repeat;}

/* Bottom */
#rt-bottom {border-top: 2px solid #ccc;}

/* Footer */
#rt-footer-surround {background: #191617;}
#rt-footer-surround2 {}

/* Copyright */
#rocket, #gantry-logo {background: url(../images/body/style1/branding.png) 0 0 no-repeat;}

/* Typography */
.readon span, .readon-wrap1 .readon1-r, .item_add:hover span, .simpleCart_checkout:hover span, .simpleCart_empty:hover span {background: url(../images/body/style1/readon-bg.png) 0 0 no-repeat;}
ul.bullet-e li, .rt-joomla .icon {background-image: url(../images/body/style1/rokicons.png);}
ul.bullet-d li, .rokradios, .rokchecks, .rokradios-active, .rokchecks-active {background-image: url(../images/body/style1/rokinputs.png);}
ul.bullet-a li, #form-login ul li a, #com-form-login ul li a, ul.rt-more-articles li a, .rt-section-list ul li a, ul.mostread li a, ul.latestnews li a, .weblinks ul li a {background-image: url(../images/body/style1/body-arrow.png);}
#rt-main .inputbox, #rt-main input#email, #rt-main input#name, #rt-main input#username, #rt-main input#password, #rt-main input#password2, #rt-main input#passwd {border-top: 1px solid #AAA089;border-left: 1px solid #AAA089;border-right: 1px solid #F2EDDF;border-bottom: 1px solid #F2EDDF;}
#rt-accessibility a.small .button, #rt-accessibility a.large .button, #rt-accessibility a.small:hover .button, #rt-accessibility a.large:hover .button {background-image: url(../images/body/style1/controls.png);}

/* Breadcrumbs */
#breadcrumbs-home {background: url(../images/body/style1/rokicons.png) 0 -70px no-repeat;}
span.breadcrumbs img {background: url(../images/body/style1/body-arrow.png) 0 50% no-repeat;}

/* Login Form - Circles */
.bodystyle-circles.col12 .rt-grid-3 .login {background: url(../images/body/style1/grid3-login-bg.png) 0 0 no-repeat;}
.bodystyle-circles.col12 .rt-grid-4 .login {background: url(../images/body/style1/grid4-login-bg.png) 0 0 no-repeat;}
.bodystyle-circles.col12 .rt-grid-5 .login, .bodystyle-circles.col12 .rt-grid-6 .login, .bodystyle-circles.col12 .rt-grid-7 .login, .bodystyle-circles.col12 .rt-grid-8 .login, .bodystyle-circles.col12 .rt-grid-9 .login, .bodystyle-circles.col12 .rt-grid-10 .login, .bodystyle-circles.col12 .rt-grid-11 .login, .bodystyle-circles.col12 .rt-grid-12 .login {background: url(../images/body/style1/grid5-login-bg.png) 0 0 no-repeat;}
.login #form-login .inputbox {background: url(../images/body/style1/login-input.png) 0 0 no-repeat;}

/* Login Form - Squares */
.bodystyle-squares.col12 .rt-grid-3 .login {background: url(../images/body/style1/grid3-login-bg-square.png) 0 0 no-repeat;}
.bodystyle-squares.col12 .rt-grid-4 .login {background: url(../images/body/style1/grid4-login-bg-square.png) 0 0 no-repeat;}
.bodystyle-squares.col12 .rt-grid-5 .login, .bodystyle-squares.col12 .rt-grid-6 .login, .bodystyle-squares.col12 .rt-grid-7 .login, .bodystyle-squares.col12 .rt-grid-8 .login, .bodystyle-squares.col12 .rt-grid-9 .login, .bodystyle-squares.col12 .rt-grid-10 .login, .bodystyle-squares.col12 .rt-grid-11 .login, .bodystyle-squares.col12 .rt-grid-12 .login {background: url(../images/body/style1/grid5-login-bg-square.png) 0 0 no-repeat;}

/* Joomla Specific */
.button2-left {background: url(../images/system/j_button2_left.png) no-repeat !important;color: #666;}
.button2-left .image {background: url(../images/system/j_button2_image.png) 100% 0 no-repeat !important;}
.button2-left .readmore {background: url(../images/system/j_button2_readmore.png) 100% 0 no-repeat !important;}
.button2-left .pagebreak {background: url(../images/system/j_button2_pagebreak.png) 100% 0 no-repeat !important;}
.button2-left .blank {background: url(../images/system/j_button2_blank.png) 100% 0 no-repeat !important;}
.button2-left .linkmacro {background: url(../images/system/j_button2_rokcandy.png) 100% 0 no-repeat !important;}

/* Custom Content */
.content-image {border: 8px solid #ececec;}
.caption-icon {background: #CD5A1C;color: #fff;}
.caption-text {background: #000;color: #fff;}
.bodystyle-circles .content-mask {background: url(../images/body/style1/image-mask.png) 50% 50% no-repeat;}
.bodystyle-squares .content-mask {background: url(../images/body/style1/image-mask-square.png) 50% 50% no-repeat;}
.rokstories-demo-surround {background: url(../images/body/style1/rokstories-arrow.png) 60px 120px no-repeat;}

/*** RT EXTENSIONS *************************/

/* RokTabs */
.roktabs-wrapper .roktabs-links ul li.active span {background: #eee;color: #666;}
.roktabs-wrapper .arrow-next, roktabs-wrapper .arrow-next-hover, .roktabs-wrapper .arrow-prev, .roktabs-wrapper .arrow-prev-hover {background-image: url(../images/body/style1/controls.png);}

/* RokStories */
.bodystyle-circles .rokstories-layout5 .image-mask {background: url(../images/body/style1/rokstories-mask-circle.png) 100% 0 no-repeat;}
.bodystyle-squares .rokstories-layout5 .image-mask {background: url(../images/body/style1/rokstories-mask-square.png) 100% 0 no-repeat;}
body .rokstories-layout5 .vertical-list {background: url(../images/body/style1/rokstories-line.png) 50% 0 repeat-y;}
body .rokstories-layout5 .vertical-list li {background: url(../images/body/style1/number-circle-lg.png) 50% 50% no-repeat;}
body .rokstories-layout5 .vertical-list li.previous, body .rokstories-layout5 .vertical-list li.next {background-image: url(../images/body/style1/controls.png);}
.rokstories-demo-desc {color: #666;}

/* RokNewsPager */
body .roknewspager-prev, body .roknewspager-prev-disabled, body .roknewspager-next, body .roknewspager-next-disabled {background-image: url(../images/body/style1/controls.png);}
body ul.roknewspager-numbers {background: url(../images/body/style1/newspager-line.png) 50% 50% repeat-x;}
body ul.roknewspager-numbers li {background: url(../images/body/style1/number-circle-sm.png) 50% 50% no-repeat;color: #999;}

/* RokAjaxSearch */
#rokajaxsearch .inputbox {border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
body #roksearch_results {background: #eee;border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
body #roksearch_results .roksearch_header, body #roksearch_results .roksearch_row_btm {background: #f7f7f7;color: inherit;}
body #roksearch_results .roksearch_header {border-bottom: 1px solid #ccc;}
body #roksearch_results .roksearch_even {background: none;border-bottom: 1px solid #ccc;}
body #roksearch_results .roksearch_odd {background: none;border-bottom: 1px solid #ccc;}
body #roksearch_results .roksearch_even:hover, body #roksearch_results .roksearch_odd:hover {background: #f7f7f7;}
body #roksearch_results span, body #roksearch_results .roksearch_row_btm span {color: inherit;}
#roksearch_search_str {background: #fff url(../images/body/style1/search-icon.png) 97% 5px no-repeat !important;}