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


/* Navigation
----------------------------------------------- */
body.classic #wrapper .nav-current:link, body.classic #wrapper .nav-current:visited, body.classic #wrapper .nav-current:active { color: #bf6030;}
body.classic #wrapper .nav-current:hover { color: #e59900; }
div#header {margin-top:0; padding-top:0; border: 1px solid #fff;}

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

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

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

/* ADDED TC
----------------------------------------------*/
#footer {
	margin: 0 20px 0 20px;
	padding: 1em 0 0 0;
	border-top: none;
}

body.classic h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #bf6030;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 0.4em 0;
	}
body.classic h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #bf6030;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 0.4em 0;
	padding: 0 0 0.2em 0;
	}
	
body.classic #logoimg {
  float:left;
	margin-top:5px;
	margin-right:18px;
	margin-bottom:10px;
}
body.classic #headerimg {
  float:left;
	margin-left:10px;
	margin-top:15px;	
}
	
/* Herefter TC modifikationer */
h1, body .entry .title {
	font-family: Trebuchet MS, Arial, sans serif;
	font-size: 2em;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 120%;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0.1em;
	padding-left: 0pt;
}
h2, body .entry .title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #bf6030;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.8em;
	margin-left: 0pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 0.2em;
	line-height: 120%;
}
body.classic .textwidget ul li a:link {
	text-decoration: none;
	border:none;
}
body.classic .textwidget ul li a:active {
	text-decoration: none;
	border:none;
}
body.classic .textwidget ul li a:visited {
	text-decoration: none;
	border:none;
}
body.obstabel table td {
	text-align:right;
}
#blog-title {
	clear:left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	border: none;
	padding: 0;
	line-height: 120%;
}

/*body img.headerimg { overflow: hidden; margin: 0 0 -20px 0; }*/

body.classic .content a:link {
  text-decoration:none;
}
body.classic .content a:visited{
  text-decoration:none;
}

body.classic .wp-caption a:link {
    text-decoration:none;
}
body.classic .wp-caption a :visited{
    text-decoration:none;
}
body.classic .wp-caption a :hover{
    text-decoration:none;
}
body.classic .wp-caption p.wp-caption-text {
    padding: 5px 0px 0px 0px;
    margin: 0;
}
a img {
  text-decoration:none;
}
body.classic a:link img, body.classic a:active img, body.classic a:visited img { color: #0f6b99; text-decoration:none;}


