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


/* Navigation
----------------------------------------------- */
body.custom #wrapper .nav-current:link, body.custom #wrapper .nav-current:visited, body.custom #wrapper .nav-current:active { color: #804040; }
body.custom #wrapper .nav-current:hover { color: #8b3b37; }
                body.custom .articlenav { background: #fcfeff; }

/* Content
----------------------------------------------- */
body.custom abbr, body.custom acronym { border-bottom: 1px solid #bf8060; }
		
	/* Headers
	--------------------------------------- */
	body.custom h3 { color: #bf6030; }
	
	/* Post content
	--------------------------------------- */
	body.custom .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.custom .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
		body.custom .insert h3 { border-bottom: 1px solid #cfdde5; }

	/* Blockquotes
 	--------------------------------------- */
	blockquote{margin:0 2em 0 2em; border-left:0.7em solid #BF6060; color:#444;font-size:0.9em;line-height:150%;padding:0 0 0 0.7em;}
	
	/* Downloads
	--------------------------------------- */
	body.custom .content a.download:link, body.custom .content a.download:visited, body.custom .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
	
	/* Images
	--------------------------------------- */
	body.custom a img { border: 1px solid #0f6b99; }
	body.custom a:hover img, body.custom .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.custom a:link, body.custom a:active, body.custom a:visited { color: #990f26; }
body.custom a:hover { color: #8b3b37; }

body.custom .content a:link, body.custom .content a:active, body.custom .content a:visited, body.custom .link-pages a:link, body.custom .link-pages a:active, body.custom .link-pages a:visited, body.custom .tagdata a:link, body.custom .tagdata a:active, body.custom .tagdata a:visited, body.custom .widget_tag_cloud a:link, body.custom .widget_tag_cloud a:active, body.custom .widget_tag_cloud a:visited { border-bottom: 1px solid #ccc; }
body.custom .content a:hover, body.custom .link-pages a:hover, body.custom .tagdata a:hover, body.custom .widget_tag_cloud a:hover { border-bottom: 1px solid #BFACAD; }

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

#random-quote div.wp_quotes_author
{
        text-align:right;
        font-style: italic;
        margin-top: 5px;
        margin-bottom: 10px;
}

div.wp_quotepage
{
        font-size: 14px;
        width: 80%;
        margin-left: 40px;
}

div.wp_quotepage_quote
{
        font-size: 1em;
        line-height: 1.2;
}

div.wp_quotepage_author
{
        font-size: 0.9em;
        text-align: right;
//      margin-left: 140px;
        font-style: italic;
        margin: 10px 20px 10px 0;
}

hr.wp_quotepage_hr
{
        width: 70%;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
}

div.wpquotes_poweredby
{
        text-align: center;
        font-size: 0.8em;
        margin-top: 12px;
}


#random-quote h3 {display: none;}
 
span.email span { display: none; }
	
