@import url("copyright.css");

/* CSS Document */

/*
This css file will provide the styles for all icopyright interactive tools
that will appear on the blog content.

1) icopyright vertical interactive toolbar
2) icopyright horizontal interactive toolbar
3) icopyright interactive copyright notice

This file will be hook into WordPress Theme using wp_register_style and wp_enqueue_style function
please view this in icopyright.php, function load_icopyricx-toight_script()
*/

/*Styles interactive horizontal toolbar*/
.icx-toolbar {
    height: 26px;
    width: 260px;
    margin: 5px 0 5px 0;
    background: url(../images/aw_wrapper_bg.gif) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.icx-logo {
    float: left;
    height: 26px;
    width: 30px;
    background: url(../images/ilogo_link.gif) top left no-repeat;
    cursor: pointer;
}

.icx-logo a {
    display: inline;
    height: 26px;
    width: 30px;
}

.icx-logo:hover {
    background: url(../images/ilogo_link.gif) bottom left no-repeat;
}

.icx-tool {
    float: left;
    height: 16px;
    display: block;
    padding: 0;
    margin: 8px 0 0 0;
}

.icx-tool a {
    padding: 0 8px 0 18px !important;
    display: block;
    line-height: 130%;
    color: #336699;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#icx-print {
    background: url(../images/print.gif) top left no-repeat;
    color: #336699;
}

#icx-print:hover {
    background: url(../images/print.gif) bottom left no-repeat;
    color: #000000;
}

#icx-print a {
    color: #336699;
}

#icx-print a:hover {
    color: #000000;
}

#icx-email {
    background: url(../images/email.gif) top left no-repeat;
}

#icx-email:hover {
    background: url(../images/email.gif) bottom left no-repeat;
}

#icx-email a {
    color: #336699;
}

#icx-email a:hover {
    color: #000000;
}

#icx-post {
    background: url(../images/post.gif) top left no-repeat;
}

#icx-post:hover {
    background: url(../images/post.gif) bottom left no-repeat;
}

#icx-post a {
    color: #336699;
}

#icx-post a:hover {
    color: #000000;
}

#icx-republish {
    background: url(../images/arrows.gif) top left no-repeat;
}

#icx-republish:hover {
    background: url(../images/arrows.gif) bottom left no-repeat;
}

#icx-republish a {
    color: #336699;
}

#icx-republish a:hover {
    color: #000000;
}

/*end of styling interactive horizontal toolbar*/

