/*
classic2.css
'Classic2' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
changes from 'Classic' style by Chris Fortescue
*/


/* Navigation
----------------------------------------------- */
body.classic2 #wrapper .nav-current:link, body.classic2 #wrapper .nav-current:visited, body.classic2 #wrapper .nav-current:active { color: #bf6030; }
body.classic2 #wrapper .nav-current:hover { color: #e59900; }

body.classic2 #blog-title a:link, body.classic2 #blog-title a:visited, body.classic2 #blog-title a:active { color: #000000; }

/* Content
----------------------------------------------- */
body.classic2 code { color: #bf8060; }
body.classic2 abbr, body.classic2 acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.classic2 h3 { color: #bf6030; }
		
		/* Post content
		some changes here by Chris, content justify and title color
		--------------------------------------- */
		body.classic2 .articlenav { background: #fcfeff; }
		body.classic2 .entry .content { font-family: Verdana, Ariel, sans serif; text-align: justify; line-height: 130%; }

/* @group My Group */



/* @end */
		h1, body.classic2 .entry .title { color: #0f6b99; font-family: Verdana, Ariel, sans serif;}
		h2, body.classic2 .entry .title { color: #0f6b99; font-family: Verdana, Ariel, sans serif;}

* {
	
} 
		h6, body.classic2 .entry .content { font-weight: normal; }
		
		/* Inserts
		--------------------------------------- */
		body.classic2 .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px dotted #cfdde5; padding: 9px; }
		body.classic2 .insert h3 { border-bottom: 1px dotted #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.classic2 .content a.download:link, body.classic2 .content a.download:visited, body.classic2 .content a.download:active { background-color: #fcfeff; border: 1px dotted #cfdde5; }
		
		/* Images, changed the borders to none
		--------------------------------------- */
		
		
		body.classic2 a img { border: none; }
		body.classic2 a:hover img, body.classic2 .comment a:hover .avatar { border: none; }
		
/* Links
----------------------------------------------- */

body.classic2 a:link, body.classic2 a:active, body.classic2 a:visited { color: #0f6b99; }
body.classic2 a:hover { color: #e59900; }

/* Link underline remove by chris
________________________________________________*/

body.classic2 .content a:link, body.classic2 .content a:active, body.classic2 .content a:visited, body.classic2 .link-pages a:link, body.classic2 .link-pages a:active, body.classic2 .link-pages a:visited, body.classic2 .tagdata a:link, body.classic2 .tagdata a:active, body.classic2 .tagdata a:visited, body.classic2 .widget_tag_cloud a:link, body.classic2 .widget_tag_cloud a:active, body.classic2 .widget_tag_cloud a:visited { border-bottom: none; }
body.classic2 .content a:hover, body.classic2 .link-pages a:hover, body.classic2 .tagdata a:hover, body.classic2 .widget_tag_cloud a:hover { border-bottom: 1px dotted #e59900; }

/* Widgets
----------------------------------------------- */ 

/* @group My Group */

    /* body.classic2 .widget_text h3 { text-align: right; border-bottom: none; }
    body.classic2 .widget_text h4 { text-align: right; color: #0f6b99; }
    body.classic2 .widget_text h5 { text-align: right; color: #0f6b99; }
    body.classic2 .widget_text .content { margin: 20px 0 0 0; text-align: justify; }
  
    body.classic2 .widget_pages h3 { text-align: right; border-bottom: none; }
    body.classic2 .widget_pages h4 { text-align: right; }
    
    body.classic2 .flexipages_widget h3 { text-align: right; border-bottom: none; }
    
    body.classic2 .widget ul { margin: 0; list-style: none; text-align: right; }
	body.classic2 .widget ul li { margin: 0.5em 0; text-align: right; }
	body.classic2 .widget ul ul { margin-right:2em; text-align: right; } */
    body.classic2 .widget_text .content { margin: 20px 0 0 0; text-align: justify; }
    body.classic2 .widget ul li { margin: 0.5em 0; line-height: 2;}
/* @end */	

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