/* Link Styles */
a:link, a:visited {
	color: #b45530;
}
a:hover {
	color: #b45530;
}
a:active {
	color: #b45530;
}
/* Header */
#header {
  background: url(../images/foxhole/header-motif.gif) no-repeat 50% 0;
}
#marketplace-switcher { 
  width: 234px;  
}
/* Navigation */
ul.main-nav li.submenu:hover, 
ul.main-nav > li:hover {
	background: #e86223 url(../images/foxhole/nav-background.png) repeat-x 0 50%;
	border-color: #e86223;
}
ul.main-nav li li li a {
  background: url(../images/foxhole/li_three.png) no-repeat 10px 9px;
}
ul.main-nav li ul li a:hover {
	color: #b45530 !important;
}
/* Post */
.post-count {
  background: url(../images/foxhole/comment-bubble.jpg) no-repeat 0 0;
}
.post-count span {
  color: #f6b43b;
}
.post-footer ul li {
  background: url(../images/foxhole/related-arrow.gif) no-repeat 0 11px;
}
/* Sidebar */
.creattica_images li a:hover,
.popular_items li a:hover,
.collection li a:hover {
  border-color: #b45530;
}
span.feat-author {
  background: url(../images/foxhole/feat-author.gif) no-repeat 0 0;
}
span.feat-file {
  background: url(../images/foxhole/feat-file.gif) no-repeat 0 0;
}
span.free-file {
  background: url(../images/foxhole/free-file.gif) no-repeat 0 0;
}
/* Button */
a.input-link-dark { 
  background:transparent url(../images/foxhole/button-left-light.png) no-repeat scroll left top;
}
a.input-link-dark span {
  background:transparent url(../images/foxhole/button-right-light.png) no-repeat scroll right top;
}
