/*
Theme Name: dkret3

Userstyle: Hoverama
Description: Hover effect for dkret icons    025
*/

#header, #blog-title {
text-align: left;
}

#blog-title, #blog-description {
padding-left: 20px;
}

div#access {
    background: #f0f0f0 url(../images/bg_grey.png) repeat-x;
}
div#access:hover {
    background: #d8fbd8 url(../images/bg_green.png) repeat-x;
}
#content h1,
#content h1 a,
#content h1 a:hover,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #505050;
}
a {
    color: #048;
   }
a:hover {
    color: #68f;
    font-weight: bold;
}
.sidebar-column,
div#subsidiary {
    background: #f0f0f0 url(../images/bg_grey.png) repeat-x;
}
.sidebar-column:hover,
div#subsidiary:hover {
    background: #d8fbd8 url(../images/bg_green.png) repeat-x;
}
/* icons */
.entry-header .entry-date {
    background: none;
    padding: 0;
}
.access-gallery,
.access-library,
.access-rss {
    background-position: -2000px 4px;
}
.access-gallery:hover,
.access-library:hover,
.access-rss:hover {
    background-position: 0 4px;
}
#s,
#noresults-s {
    background-position: -1997px 2px;
}
#s:hover,
#noresults-s:hover {
    background-position: 3px 2px;
}
.entry-rss,
.widget_rsslinks li,
.edit-link,
.entry-date,
.post .author,
.entry-meta  .author,
.cat-links,
.entry-categories,
.entry-content .tag-links,
.entry-meta .tag-links,
.entry-tags,
.comments-link,
.comment-link,
.more-link,
.more {
    background-position: -2000px 0;
}
.entry-rss:hover,
.widget_rsslinks li:hover,
.edit-link:hover,
.entry-date:hover,
.post .author:hover,
.entry-meta  .author:hover,
.cat-links:hover,
.entry-categories:hover,
.entry-content .tag-links:hover,
.entry-meta .tag-links:hover,
.entry-tags:hover,
.comments-link:hover,
.comment-link:hover,
.more-link:hover,
.more:hover {
    background-position: 0 0;
}
#content ul li,
.sidebar ul ul li {
    background: url(../images/bullet_standard.gif) no-repeat -2000px 0;
}
.nav-previous,
.backlink {
    background: url(../images/bullet_back.gif) no-repeat -2000px 0;
}
.nav-next {
    background: url(../images/bullet_forward.gif) no-repeat right -4000px;
}
.widget_links li {
    background: url(../images/bullet_go.gif) no-repeat -2000px 0;
}
.widget_pages li.page_item {
    background: url(../images/bullet_sub.gif) no-repeat -2000px 0;
}
#content ul li:hover,
.sidebar ul ul li:hover {
    background: url(../images/bullet_standard.gif) no-repeat 0 0;
}
.nav-previous:hover,
.backlink:hover {
    background: url(../images/bullet_back.gif) no-repeat 0 0;
}
.nav-next:hover {
    background: url(../images/bullet_forward.gif) no-repeat right 0;
}
.widget_links li:hover {
    background: url(../images/bullet_go.gif) no-repeat 0 0;
}
.widget_pages li.page_item:hover {
    background: url(../images/bullet_sub.gif) no-repeat 0 0;
}
