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