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

/* Main structure
----------------------------------------------- */
body.custom  { min-width: 1000px; }
body.custom  #wrapper { width: 1000px;}
body.custom  .primary { width: 730px;}



body { text-align: left; }
body.centre { text-align: center; }
body #wrapper { margin: 0 auto 0 0; }
body.centre #wrapper { margin: 0 auto; }

body.custom #blog-title {
		border:medium none;
		font-family:'Times New Roman',Times,serif;
		font-size:2.5em;
		font-weight:normal;
		line-height:120%;
		margin:0;
		padding:0;
		}


/* Navigation
----------------------------------------------- */
body.custom #wrapper .nav-current:link, body.custom #wrapper .nav-current:visited, body.custom #wrapper .nav-current:active { color: #bf6068; }
body.custom #wrapper .nav-current:hover { color: #a6212c; }

body.custom #navigation {
		font-weight: bold;
}

/* Content
----------------------------------------------- */
body.custom code { color: #bf8f93; }
body.custom abbr, body.custom acronym { border-bottom: 1px solid #bf8f93; }

body.custom {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 150% !important;
		}
		
body.custom  .primary {
		font-size: 14px;
		}
		
		
		/* Headers
		--------------------------------------- */
		
		body.custom h1 {
			border-bottom:1px solid #CCCCCC;
			font-family: Georgia, Times, serif !important;
			font-size:3em !important;
			font-weight:normal;
			line-height:120%;
			margin:0 0 .75em;
			padding:0 0 0.1em;
			}
			
		body.custom h2 {
			font-family: Georgia, Times, serif !important;
			font-size:2em;
			font-weight:normal;
			line-height:125%;
			margin:0 0 0.5em;
			}
			
		body.custom h3 {
			border-bottom:1px solid #E5E5E5;
			color:#bf6068;
			font-size:0.95em;
			font-weight:normal;
			letter-spacing:0.1em;
			margin:0 0 1.2em;
			padding:0 0 0.4em;
			text-transform:uppercase;
			}
		
		body.custom .smalltext {
			font-size: 12px !important;
			}
			
		body.custom .features {
			line-height: 2em;
			}
		
		body.custom h4, body.custom h5, body.custom h6 { color: #bf8f93; }
		
		ul, ol { margin: 0 0 2em 30px; padding: 0; }
		
		li {
			margin:0 0 0.6em;
			}
		
		/* Post content
		--------------------------------------- */
		body.custom .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.custom .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.custom .insert h3 { border-bottom: 1px solid #cfdee5; }
		
		/* 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 #cfdee5; }
		
		/* Images
		--------------------------------------- */
		body.custom a img { border: none; text-decoration: none !important; }
		body.custom a:hover img, body.custom .comment a:hover .avatar { border: none; text-decoration: none !important; }
				
		
/* Links
----------------------------------------------- */
body.custom a:link, body.custom a:active, body.custom a:visited { color: #3689b3; }
body.custom a:hover { color: #a6212c; }

body.custom .content a:link, body.custom .content a:active, body.custom .content a:visited, body.custom .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .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 #cfdee5; }
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 #a6212c; }

body.custom a:link a img, body.custom a:active a img, body.custom a:visited a img { border: none !important; text-decoration: none !important; }

/* 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: #cc8a95; }

/* Footer
----------------------------------------------- */	

body.custom #footer {
		border-top:2px solid #CCCCCC;
		margin: 0em;
		padding: 0.5em 0em 0.5em 0em;
		}
	
body.custom #theme-info {
		border-top:0px double #CCCCCC;
		font-size: 12px !important;
		font-weight: bold;
		color:#808080;
		margin:0em;
		padding:0em;
		}