/**
 * articleView.css
 *
 * Copyright (c) 2003-2005 The Public Knowledge Project
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id: articleView.css,v 1.5 2005/04/28 20:51:19 kevin Exp $
 */

/*
#body {
	width: 580px;
	margin: 0 auto;
}

#main {
	width: 580px;
	margin: 0;
}

#main h2 {
	font-size: 1.0em;
}

#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.2em;
}

#content {
	border: none;
}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 2px dotted #000;
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #000;
	line-height: 0px;
}

div.rtBlock {
}

div.rtBlock a {
	text-transform: none;
	text-decoration: none;	
}

div.rtBlock ul {
	padding: 0;
	margin: 0;
}

div.rtBlock li {
	list-style-type: none;
}

span.rtSubtitle {
	text-transform: uppercase;
	font-size: 0.85em;
}

a.rtAction {
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

*/

#readingtools {
	float: right;
	width: 14em;
	height: 25em;
	border: 0px;
	padding-left: 10px;
	font-size: 0.8em;
	
}

.articletext {
	width: 80%;
	text-align: justify;
}

/*
.articletext p:before {
    counter-increment: bit;  /* Add 1 to chapter */
    content: counter(bit);
	font-size: 0.65em;
	color: #666666;
	background-color: #efefef;
	padding: 3px;
	margin-right: 3px;
}
*/

.authorMore {
	margin: 0px;
	padding: 8px 8px 0px 0px;
	border: 1px #efefef;
}
.authorMore li {
	display: inline;
	font-size: xx-small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
	padding: 0px 5px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	color: #999999;
	font-family: "Tw Cen MT", Verdana, sans-serif;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	color: #666666;
	font-family: "Tw Cen MT", Verdana, sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	font-family: "Tw Cen MT", Verdana, sans-serif;
	letter-spacing: -0.065em;
}

#tocDetails {
	width: 70%;
	border-top: 1px solid #cccccc;
}

