/*
	print style sheet
    update for move to compositionforum.com 2008-07-05
*/

body {
  max-width: 100%;
}

#header, #navigation, #footer {
	display: none;
}

#sidebar	{
	border: 2pt solid #000000;
	padding: 0 1em 0 1em;
}

/* copied and pasted in from cf.css; should be modular in future */

h1,h2,h3,h4 {
	font-family: arial,helvetica,geneva,sans-serif; 
    page-break-after: avoid; 
    page-break-inside: avoid;	
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1em; }

dt {
	font-weight: bold;
}

.notereturn {
	display: none;
}

.screenonly { 
	display: none; 
}

#main p {
  text-align: justify;
}

#main table p {
  text-align: left;
}

#main p.abstract, .abstract {
	border: 0.125em #000 dashed;
	padding: 0.5em;
	margin-bottom: +1em;
}

img {
  max-width: 100%;
}



.skip {
	/* don't need the skip to content link */
	display: none;
}

/*
  Add borders to all cells in some tables with the class declaration
  'bordered'---the next two styles apply the formatting to children
*/

.bordered, .bordered td, .bordered tr, .bordered th {
	border: solid 1pt #000000;
	border-collapse: collapse;
}

.bordered td, .bordered th {
	/* a little padding for the cells */
	padding: 0.25em;
}

/* make URLs display in print */

#main a:after {  
                   text-decoration: none; 
                   font-weight: normal;
                   content: " [" attr(href) "]"; 
}



/* to make citations smarter than <em> */

cite.article {
  font-style: normal;
  quotes: "\201c" "\201d" "\2018" "\2019";
}

cite.article:before {
  content: open-quote;
}

cite.article:after {
  content: close-quote;
}



/* Hanging indents for Works Cited entries */
div#workscited-section p {
  margin-left: 2em;
  text-indent: -2em;
  text-align: left;
}

p.citation {
  padding-left: 2em;
  text-indent: -2em;
  text-align: left;
}
