/*
classic.css
'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.classic #wrapper .current-menu-item > a:link, body.classic #wrapper .current-menu-item > a:visited, body.classic #wrapper .current-menu-item > a:active, body.classic #wrapper .current_page_item > a:link, body.classic #wrapper .current_page_item > a:visited, body.classic #wrapper .current_page_item > a:active { color: #bf6030; }
body.classic #wrapper .current-menu-item > a:hover, body.classic #wrapper .current_page_item > a:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.classic abbr, body.classic acronym { border-bottom: 1px solid #cfdee5; }
        
    /* Headers
    --------------------------------------- */
    body.classic h3 { color: #bf6030; }
    
    /* Post content
    --------------------------------------- */
    body.classic .articlenav { background: #fcfeff; }
    
    /* Inserts
    --------------------------------------- */
    body.classic .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
        body.classic .insert h3 { border-bottom: 1px solid #cfdde5; }
    
    /* Downloads
    --------------------------------------- */
    body.classic .content a.download:link, body.classic .content a.download:visited, body.classic .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
    
    /* Images/iframes/avatars
    ---------------------------------------
    body.classic .entry a iframe, body.classic .comment a iframe, body.classic .entry a img, body.classic .comment a img { border: 1px solid #006a80; } */
	body.classic .entry a:hover iframe, body.classic .comment a:hover iframe, body.classic .entry a:hover img, body.classic .comment a:hover img, body.classic .widget a:hover .avatar { border: 1px solid #e59900; }
    body.classic iframe.twitter-share-button.twitter-count-horizontal, body.classic a:hover iframe.twitter-share-button.twitter-count-horizontal { border: none; } /* Twitter tweet button iframe */
    body.classic .avatar, body.classic .entry .avatar, body.classic .comment .avatar { border: 1px solid #ccc; padding: 4px; background:#fcfcfc; }
        
/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited { color: #006a80; }
body.classic a:hover { color: #e59900; }

/* Widgets
----------------------------------------------- */
    
    /* Calendar widget
    ------------------------------------------- */
    body.classic .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
    body.classic .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }

/* Basic Comment Quicktags link button colours
----------------------------------------------- */
.quicktags-toolbar input[value="link"] { color: #006a80 !important; }
.quicktags-toolbar input[value="image"] { color: #006a80 !important; }

