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