/*
basestyle.css
style for the Tarski theme - http://tarskitheme.com/
edited by jeremiah moore
*/



/* Overall Page Color
----------------------------------------------- */
body { background: #9EABAD; }
/* body { background: #CDDCE0; } */
#wrapper { background: #F7F8FA; }
/* #wrapper { background: #F5F7FA; } tiny notch more blue*/


/* Navigation
----------------------------------------------- */
/* this is for navigation links - otherwise current page link shows as green 8FBF60 = ugly on blue bg for nav */
body.basestyle #wrapper .nav-current:link, body.basestyle #wrapper .nav-current:visited, body.basestyle #wrapper .nav-current:active { color: #003C54; }
body.basestyle #wrapper .nav-current:hover { color: #000; }

#navigation { margin: 20px 0 0 0; border-bottom: 1px solid #666; background: #7EA7C4; }

#navigation ul.primary { margin:0pt; padding:0.5em 0pt 0.4em 4pt; }

#navigation div.secondary { padding:0.5em 4pt 0.4em 4pt;  }


/* Podpress Player - create space below player instances
----------------------------------------------- */
.podPress_content { color: #999; padding:0pt 0pt 8pt 0pt; }


/* Links
----------------------------------------------- */
a { text-decoration: none; }
a:link, a:visited, a:active { color: #003050; }
a:hover { color: #a8001c; }
/* a:link, a:visited, a:active { color: #006a80; } */
/* a:hover { color: #a8001c; } */



/* Headers and Body
----------------------------------------------- */
h1, h2, h4 {
/* font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; */
font-family:'Times New Roman',Times,serif;
}

h1, {
border-bottom:1px solid #CCCCCC;
/* font-family:'Times New Roman',Times,serif; */
font-size:18pt;
font-weight:normal;
line-height:120%;
margin:0pt;
padding:0pt 0pt 0.1em;
}

/* this is for blog post entries headingsin archive pages etc */
/* I fixed it- it was making H2 look like H1 for that purpose.. bumped pt size to 16 */
body .entry .title {
border-bottom:1px solid #CCCCCC;
/* font-family:'Times New Roman',Times,serif; */
font-size:16pt;
font-weight:normal;
line-height:120%;
margin:0pt;
padding:0pt 0pt 0.1em;
}

h2 {
/* font-family:'Times New Roman',Times,serif; */
font-size:14pt;
font-weight:bold;
line-height:120%;
margin:1.2em 0pt 0.3em;
}
h3 {
color:#808080;
}
h4 {
font-size:14pt;
padding:6pt 0pt 0pt;
color:#000;
}

h4.recent-title {
/* font-family:'Times New Roman',Times,serif; */
font-size:1.4em;
font-weight:normal;
line-height:120%;
}

body {
color:#211B10;
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
/* font-family:Geneva,Verdana,Helvetica,Arial,sans-serif; */
/* font-size:76%; */
line-height:120%;
}
body .content p {
line-height:1.35;
}


#theme-info {
font-size:76%;
}

#tagline {
color:#707275;
margin:0 0 0.4em;
font-size:12pt;
}

.recent-excerpt {
font-size:76%;
}



/*  */
/* /* Navigation */
/* ----------------------------------------------- */ */
/* body.polar #wrapper .nav-current:link, body.polar #wrapper .nav-current:visited, body.polar #wrapper .nav-current:active { color: #a8a8a8; } */
/* body.polar #wrapper .nav-current:hover { color: #000; } */
/* 	 */
/* /* Content */
/* ----------------------------------------------- */ */
/* body.polar code { color: #8fafbf; } */
/* body.polar abbr, body.polar acronym { border-bottom: 1px solid #5c8499; } */
/* 		 */
/* 		/* Headers */
/* 		--------------------------------------- */ */
/* 		body.polar h3 { color: #a8a8a8; } */
/* 		 */
/* 		/* Post content */
/* 		--------------------------------------- */ */
/* 		body.polar .articlenav { background: #fff; } */
/* 		 */
/* 		/* Inserts */
/* 		--------------------------------------- */ */
/* 		body.polar .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; } */
/* 			body.polar .insert h3 { border-bottom: 1px solid #cfdee5; } */
/* 		 */
/* 		/* Downloads */
/* 		--------------------------------------- */ */
/* 		body.polar .content a.download:link, body.polar .content a.download:visited, body.polar .content a.download:active { background-color: #fafcfc; border: 1px solid #cfdee5; } */
/* 		 */
/* 		/* Images */
/* 		--------------------------------------- */ */
/* 		body.polar a img { border: 1px solid #4c8099; } */
/* 		body.polar a:hover img, body.polar .comment a:hover .avatar { border: 1px solid #000; } */
/* 		 */
/* /* Links */
/* ----------------------------------------------- */ */
/* body.polar a:link, body.polar a:active, body.polar a:visited { color: #4c8099; } */
/* body.polar a:hover { color: #000; } */
/*  */
/* body.polar .content a:link, body.polar .content a:active, body.polar .content a:visited, body.polar .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.polar .tagdata a:active, body.polar .tagdata a:visited, body.polar .widget_tag_cloud a:link, body.polar .widget_tag_cloud a:active, body.polar .widget_tag_cloud a:visited { border-bottom: 1px solid #ccc; } */
/* body.polar .content a:hover, body.polar .link-pages a:hover, body.polar .tagdata a:hover, body.polar .widget_tag_cloud a:hover { border-bottom: 1px solid #000; } */
/*  */
/* /* Widgets */
/* ----------------------------------------------- */ */
/*  */
/* 	/* Calendar widget */
/* 	------------------------------------------- */ */
/* 	body.polar .widget_calendar tbody td a { color: #fff; background: #8bb6cc; } */
/* 	body.polar .widget_calendar tbody td a:hover { color: #fff; background: #404040; } */
