/* Main stylesheet for DanFingerman.com
*/

@import url('footnotes.css');
@import url('lists.css');
@import url('links.css');

/* define HTML5's block-level elements for older browsers
*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,title {
	display: block;
}

address {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin: 1em 0;
}

blockquote {
	margin: 1em 15%;
	text-align: justify;
	padding-left: 2em;
	background: url('http://danfingerman.com/images/quote.gif') no-repeat left top;
}

body {
	background: #ccdfff;
	color: #000000;
	font: normal normal normal 100% 'Times New Roman', Times, serif; 
	width: 99%;
	margin-right: 1%;
	margin-left: 1%;
}

caption, thead, tfoot {
	background: #0000aa none; 
	color: #ffffff; 
	font: normal normal bolder 100% Times New Roman, sans-serif;
	padding: 3px 5px;
}

caption { 
	text-align: center;
}

cite {
	font-style: italic;
}

cite:hover {
	color: #0000ff;
}

dfn {
	font-style: normal;
	text-decoration: underline;
}

em {
	font-style: italic;
}

em:hover {
	color: #ff0000; 
}

img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, non-serif; 
	font-weight: bolder;
	color: #0000aa;
	margin: 0.5em 0;
	text-decoration: underline;
}

h1 {font-size: 200%; line-height:100%; text-transform: capitalize; text-decoration: underline;}
h2 {font-size: 180%; line-height:100%; text-transform: capitalize;}
h3 {font-size: 160%; line-height:100%;}
h4 {font-size: 140%; line-height:100%;}
h5 {font-size: 120%; line-height:100%;}
h6 {font-size: 100%; line-height:100%;}

th {
	text-align: left;
}

.copyright {
	font-size: 75%;
	text-align: center;
}

.comic {
	text-align: center;
}

.figure, .image-centered {
	text-align: center;
	clear: both;
}

.highlight, .highlight-yellow {
	background: #ffff00 none;
}

.highlight-blue {
	background: #99c5ff none;
}

.highlight-green {
	background: #66ee66 none;
}

.highlight-orange {
	background: #ffc600 none;
}

.homepage {
	margin: 0 25% 0 25%; 
	padding: 3%; 
	border-style: solid; 
	border-color: #bbbbbb;
}

.ident-firstline, .indent-hanging, .indent-whole {
	margin-top: 1em;
	margin-bottom: 1em;
}

.indent-firstline {
	text-indent: 2em;
}

.indent-hanging {
	text-indent: -2em;
	padding-left: 2em;
}

.indent-whole {
	margin-left: 2em;
}

.lang, .latin {
/*	Lang denotes foreign language text, especially Latin.
	'Latin' style is deprecated in favor of lang. */
	font-style: italic;
}

.lang:hover, .latin:hover {
/*	Lang denotes foreign language text, especially Latin.
	'Latin' style is deprecated in favor of lang. */
	color: #008080;
}

#footer {
	font-size: 75%;
	text-align: center;
	clear: both;
	margin-top: 1em;
	border-top: thin solid black;
}

