/*
Theme Name: Impressions
Theme URI: http://duane.ashworth.net.nz
Description: A Stylish portfolio themed teplate that can be used for anything from graphic design to photography.
Version: 1 (WP2.8.5)
Author: Duane Ashworth	
Author URI: http://duane.ashworth.net.nz
Tags: Modern, clean, stylish, photography, graphic design, portfolio
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/main_template.css";
@import "css/class_library.css";

/* import fancy box css file */

@import "fancybox/jquery.fancybox.css";


/*--- login area ---*/
#top-panel {
        position: absolute;
        top: 0px;
        right: 185px;
        font-size: 11px;
}

#rss a, #login a {
        padding: 2px 0 2px 20px;
        line-height: 25px;
        text-decoration: none;
}

#rss a {
        background: url(images/bg-rss.png) no-repeat left center;
}

#login a {
        padding-right: 5px;
        background: url(images/bg-login.png) no-repeat left center;
}