/* general rules */
 
body {
	margin: 20px;
	padding: 0;
	text-align: left;
	font-family:  'Trebuchet MS', 'Lucida Grande', Geneva, Arial, sans-serif;
	font-size: 11pt;
} 

p, div {
	margin: 0;
	padding: 0;
}

/* link treatment */

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

div#header a:link, div#header a:visited {
	text-decoration: none;
}

div#main h3 a:link, div#main h3 a:visited {
	text-decoration: none;
}

div#main a:link:after, div#main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

div#main a[href^="/"]:after {
   content: " (http://www.howardwfrench.com" attr(href) ") ";
}

div#header h1 a:link:after, div#header h1 a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   letter-spacing: 0;
}

div#main  h3 a:link:after, div#main h3 a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 40% ! important;
   letter-spacing: 0;
}

div#header h1 a[href^="/"]:after {
   content: " (http://www.howardwfrench.com" attr(href) ") ";
}

/* typography */

#header h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding-bottom: 5px;
	}
#header h2 {
	font-family: georgia, times new roman, times, serif; 
	font-size: 35pt;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
	}

div#main h3 {
      color: #000;
      font-size: 18pt;
}

div#main h4 {
      font-size: 14pt;
}

p.caption, .date {
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1.4em;
}


div#entry p, div#comments p{
	line-height: 1.4em;
	margin-bottom: 20px;
}

p.extended, a.extended, p.extendedmore {
	text-transform: uppercase;
	font-size: 10pt;
	line-height: 1.4em;
    margin: 0;
    padding: 0;    
}

p.posted {
	margin-top: 10px;
	margin-bottom: 10px;
} 
 
div#entry img {
	border: 1px;
	padding: 2px;
    margin: 0 0 6px 6px;
	border-color: #ccc;
	border-style: solid;
       /* float: right; */
}

/* layout */ 

div#main {
	float: left;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	/*background: green; */
}

div#writings {
	border: 1px solid #999; 
	padding: 10px;
}

div#sidebar {
	display: none;
}

ul#subnav {
	display: none;
}

div#nav_container {
	display: none;
}

div#comments {
	display: none;
}

div#wyt {
	display: none;
}


div#copyright {
     width: 100%;
     padding: 20px 0 10px 0;
     border: 0;
     margin: 0;
     font-size: 10pt;
     background-color: #fff;
     border-top: 1px solid #999;  	
     font-family:  Geneva, Arial, sans-serif;
     float: left;
}

p.posted {
      display: none;
}

#entry img {
	border: 1px;
	padding: 2px;
        margin: 0 0 6px 6px;
	border-color: #ccc;
	border-style: solid;
        float: right;
}

#entry blockquote {
        border-left: 1px solid #dfdfdf;
        margin: 30px;
        padding: 0 0 0 10px;
}
