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

/* Some layout stuff
----------------------------------------------- */
#wrapper { width: 960px; }
body .primary { width: 650px; }
body .primary-span { padding-left: 270px }
#footer .widget_recent_entries { float: left; width: 63%; }
#footer .widget_recent_comments { float: right; width: 33%; }
#header-image { margin-bottom: -32px; }
#title { text-align: right; margin-top: 0; }


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

/* Content
----------------------------------------------- */
body.thought-after code { color: #bf8060; }
body.thought-after abbr, body.thought-after acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.thought-after h3 { color: #bf6030; }
		
		/* Post content
		--------------------------------------- */
		body.thought-after .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.thought-after .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.thought-after .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.thought-after .content a.download:link, body.thought-after .content a.download:visited, body.thought-after .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.thought-after a img { border: 1px solid #0f6b99; }
		body.thought-after a:hover img, body.thought-after .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.thought-after a:link, body.thought-after a:active, body.thought-after a:visited { color: #0f6b99; }
body.thought-after a:hover { color: #e59900; }

body.thought-after .content a:link, body.thought-after .content a:active, body.thought-after .content a:visited, body.thought-after .link-pages a:link, body.thought-after .link-pages a:active, body.thought-after .link-pages a:visited, body.thought-after .tagdata a:link, body.thought-after .tagdata a:active, body.thought-after .tagdata a:visited, body.thought-after .widget_tag_cloud a:link, body.thought-after .widget_tag_cloud a:active, body.thought-after .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.thought-after .content a:hover, body.thought-after .link-pages a:hover, body.thought-after .tagdata a:hover, body.thought-after .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

/* Plugins
----------------------------------------------- */

  /* Related Posts
	------------------------------------------- */
  body.thought-after ul.related { margin: 2em 0; list-style: none; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.thought-after .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.thought-after .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
  
  /* Twitter widget
	------------------------------------------- */
  body.thought-after .twitter-item { padding-bottom: 15px; border-bottom: 1px solid #BBEEF0; margin-bottom: 10px; }	

/* Post Images
----------------------------------------------- */
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px 3px 0 3px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption a {
	border-bottom: 0!important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none!important;
}

.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Sociable Links
----------------------------------------------- */
.sociable a { border-bottom: 0!important; }
.sociable img { border: 0!important; }
.sociable_tagline { margin-bottom: 4px; }