/* ------------------------------------------------------------------------ 
   
   Boilerplate typography.css -- edited and cut down for DaS #content
  
------------------------------------------------------------------------ */

/* Headings
-------------------------------------------------------------- */

#content h1 { font-weight: bold; font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
#content h2 { font-weight: bold; font-size: 2em; margin-bottom: 0.75em; }
#content h3 { font-weight: bold; font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
#content h4 { font-weight: bold; font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
#content h5 { font-weight: bold; font-size: 1em; margin-bottom: 1.5em; }
#content h6 { font-weight: bold; font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

#content p { margin: 0 0 1.5em; }

#content ul, #content ol { margin: 0 1.5em 1.5em 1.5em; }
#content ul { list-style-type: circle; }
#content ol { list-style-type: decimal; }

#content dl { margin: 0 0 1.5em 0; }
#content dl dt { font-weight: bold; }
#content dl dd { margin-left: 1.5em; }

#content abbr, #content acronym { border-bottom: 1px dotted #000; }
#content address { margin-top: 1.5em; font-style: italic; }
#content del { color: #000; }

#content blockquote { margin: 1.5em; }
#content strong { font-weight: bold; }
#content em, #content dfn { font-style: italic; }
#content dfn { font-weight: bold; }
#content pre, #content code { margin: 1.5em 0; white-space: pre; }
#content pre, #content code, #content tt { font: 1em monospace; line-height: 1.5; } 
#content tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

#content table { margin-bottom: 1.4em; }
#content th { border-bottom: 2px solid #ddd; font-weight: bold; }
#content td { border-bottom: 1px solid #ddd; }
#content th, #content td { padding: 4px 10px 4px 0; }
#content tfoot { font-style: italic; }
#content caption { background: #ffc; }
