/**
 * cm-vol9.css
 *
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Issue styles for Culture Machine vol 9 (2007)
 * These styles over ride those in the common and journal style sheets
 * 
 */

/**
 * Existing items modified with css edits
 */

#headerTitle {
  	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-image: url("http://svr91.edns1.com/~culturem/cm-media/cm-banner-vol9.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#breadcrumb {
    display: none;
	padding-top: 1em;
	font-size: 0.7em;
}

/**
 * New items requiring template changes
 */
 
 #toc {
    display: none;
}

div.separator-big {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px solid #000;
	font-size: 0.5em;
	line-height: 25%;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: "Liberation mono", "Lucida Console", monospace;
	font-weight: normal;
	color: #000;
}

#content h3 {
    display: none;
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: "Lucidia Console","Liberation mono",monospace;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

