
/*        ATF Press Release Stylesheet         */
/*             Created 11/04/2009              */
/*             Updated 11/04/2009              */
/*    Contains both screen and print styles    */

/*  Any changes made to this file WILL affect  */
/*  DOJ press releases, so please be sure to   */
/*  to test all changes prior to production.   */

/* Layout */ 
#header { border-bottom: 1px solid #CCC; min-height: 90px; padding-bottom: 0.5em; }
* html #header { height: 90px; overflow: visible; }
#header img { float: left; }
#header img.title { display: block; float: none; margin: 0 auto; padding-top: 20px; }

#details { clear: both; float: left; text-align: left; text-transform: uppercase; }
#contact { float: right; text-align: right; }
#details, #contact { margin-top: 0.5em; width: 49%; }
#contact p { text-align: right; }
#details p, #contact p { margin-bottom: 0; }

#content { clear: both; padding-top: 1em; }
#content h2 { font-size: 1.6em; text-transform: uppercase; }
#content h3.subHeading { font-size: 1.6em; font-style: italic; }
#content h2, #content h3.subHeading { text-align: center; }
#content h4 { font-size: 1.4em; }
#content h5 { font-size: 1.2em; }
#content p { text-indent: 4em; }
#content blockquote p, #content dl p, #content li p { text-indent: 0; }

@media print {
#header h1 { font-size: 1.4em; }
#header h2 { font-size: 1.2em; }
#header p.office { font-size: 1.2em; }
#details p.location { font-size: 1em; }
}