/*
 *    File: base.css
 *  Author: Christian 'strcat' Schneider <strcat(at)gmx.net>
 * Purpose: Style sheet for http://www.strcat.de/
*/

body {
	color: #000000;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	/* font-size: 90%; */
	font-size: 1.1em;
	font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif;
	/*--------------------------------------------------
	* padding-left: 0px;
	* font-size: 10pt;
	* font-family:georgia, verdana, arial, sans-serif; 
	*--------------------------------------------------*/
}

blockquote {
	font-style: italic;
}

abbr[title], acronym[title] {cursor: help;} 
/*abbr[title]:after { content: ""; }
abbr[title]:hover:after { content: " (" attr(title) ")"; } */

a:link {
	color : #6285a4 ;
	}
a:visited {
	color : #8ba1bd ;
	}
a:hover {
	color : #273642 ;
	background-color : #dee6ee ;
	text-decoration : underline ;
	}
a:active {
	color : #dee6ee ;
	background-color : #273642 ;
	}

.source {
	font-size: 16px;
} 

/*.info 
	background: #fff6bf url(http://strcat.de/blog/templates/serendipity_v3_1/img/information.png) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe; */

pre {
	border: 1px dotted #000;
	padding: 5px;
	margin-left: 20px;
	font-style: italic;
	background: #eee;
	color:inherit;
}

code {	background-color: #F3F3FF; color:inherit; border: solid 1px #D6D6FF; font-size: 13px; font-weight:bold;}

pre.input {
	padding: 0.5em;
	margin-left: 5%;
	margin-right: 5%;
	background: #e0e5f5;
	color: black;
}

h1,h2 {
	font-weight: normal;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 1.5em;
	background-color: #eee;
	color:inherit;
	border-bottom: solid 1px black;
	}

address
{
        font-family: verdana, arial, helvetica, sans-serif;
        color: black;
	background-color: #ddd;
	width: 100%;
        font-size: 8pt;
        font-style: normal;
        border-top: 1px solid black;
        padding: .25em;
}
