@charset "utf-8";
/* CSS Document */

a, #primary-menu .sub-menu li a:hover, 
#primary-menu .sub-menu .sub-menu li a, 
#primary-menu li.current-menu-item .sub-menu .sub-menu a, 
#primary-menu .sub-menu li.current-menu-item .sub-menu a, 
#primary-menu .sub-menu .sub-menu li.current-menu_item a  {color:#ff6515;}
a:hover {color:#777;}

.sidebar-left  ul li a:hover { background:url(../../img/common/sprite_orange.png) no-repeat 1px top;}
.sidebar-left  ul li.current-menu-item a, 
.sidebar-left ul li.current_page_item a,
.sidebar-left ul li.current-cat a,
.tournav li.active a,
.tournav li.active a:hover{background:url(../../img/common/sprite_orange.png) no-repeat left -50px;}
.sidebar-right  ul li.current-menu-item a, 
.sidebar-right ul li.current_page_item a,
.sidebar-right ul li.current-cat a
{ background:url(../../img/common/sprite_orange.png) no-repeat right -50px;}

/* Buttons */
.button, .newercomments a, .oldercomments a, .more-link, .buttonlarge, .buttonmedium, input[type=submit], input[type=reset], #tabnav li.active a, #tabnav li.active a:hover{
background:#ff9a1f url(lib/img/common/btn_gradient_ie.png) repeat-x left center;
background: -moz-linear-gradient(top, #ff9a1f, #ff6515);
background: -webkit-gradient(linear, left top, left bottom, from(#ff9a1f), to(#ff6515));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9a1f, endColorstr=#ff6515)";  
}

.lightbtn {color:#333; 
background:#ddd url(lib/img/common/btn_gradient_ie.png) repeat-x left center;
background: -moz-linear-gradient(top, #eee, #ddd);
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#dddddd)"; 


}
.darkbtn {color:#eee; 
background:#333 url(lib/img/common/btn_gradient_ie.png) repeat-x left center;
background: -moz-linear-gradient(top, #333, #111);
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#111111)";
}

#top-menu, #footer-menu-wrap{background:#009ceb url(../../img/common/top-menu-bg-orange.png) repeat-x bottom;}   