/* 
 * Fixed CSS for www.emirp.net
 * Version: 2018-05-01
 *
 * Copyright (c) 2016 Jochen Peters
 */

/* Font family (h1-h5, p, ul and pre as a workaround for a common browser bug) */
body,h1,h2,h3,h4,h5,p,ul { font-family:Helvetica,Arial,sans-serif; }
pre { font-family:monospace; } /* NOT TO BE USED IN RELATIVE */

/* Default margins */
body {
	margin:15px 0px 10px 0px;
	padding:0px;
	background:#dddddd;
	font-size:92%;
}

p,pre {
	margin:0px 15px 1em 15px;
	padding:0px;
}

h1,h2,h3,h4,h5 {
	margin:0.8em 15px 2px 15px;
	padding:0px;
}

/* Header */
div.header {
	width:785px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	color:white;
	background:#000080;
	border:1px solid black;
}

div.header img {
	margin:0px;
	border:none;
}

/* Navigation */
div.nav {
	width:785px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	color:black;
	background:#552200;
	border:1px solid black;
}

div.nav p {
	margin-top:2px;
	margin-bottom:0px;
}

div.nav a {
	text-decoration:none;
	color:#ffffff;
}

div.nav a:hover {
	text-decoration:underline;
}

div.nav img {
	margin:1px 0px 0px 8px;
	border:none;
	float:right;
	height:16px;
}

/* Content */
div.content {
	width:785px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:1em;
	padding:0px 0px 1em 0px;
	text-align:justify;
	background:#ffffec;
	border:1px solid black;
}

div.content img {
	margin:5px 15px 5px 15px;
	border:1px solid black;
}

div.content img.thumbnail {
	height:66px;
	margin:5px 5px 0px 0px;
	border:1px solid black;
}

div.content img.photoview {
	width:755px;
	margin:5px 0px 5px 0px;
	border:1px solid black;
}

div.content a {
	text-decoration:none;
	color:#cc0000;
}

div.content a:hover {
	text-decoration:underline;
}

div.content h2 {
	font-size:1.7em;
	font-weight:bold;
	color:#000080;
}

div.content h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#000080;
}

div.content h4 {
	margin-top:0.5em;
	font-size:1em;
	font-weight:bold;
	color:black;
}

div.content p.code {
	font-family:monospace;
	font-size:1.05em;
	background:#bbbbbb;
}

div.content p.upddate {
	margin-top:-2px;
	margin-bottom:0.5em;
	font-size:0.8em;
	font-weight:normal;
	color:#666666;
}

div.content p.thumbnail {
	text-align:left;
}

div.content ul {
	margin:0px 20px 1em 20px;
	padding:0px;
	list-style:square inside;
}


/* Footer */
div.footer {
	width:785px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
	padding:0px;
	text-align:justify;
	font-size:0.8em;
	color:#666666;
}

div.footer p.author {
	text-align:right;
}

