/**
 * articleView.css
 *
 * Copyright (c) 2003-2006 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id: articleView.css,v 1.6 2006/06/12 23:26:24 alec Exp $
 *
 * Library and Information Research style sheet
 * --------------------------------------------   
 *     Update history:
 *     17/03/2007 Ver 1.0   MJP   Initial revision.
 */

#body {
	width: 580px;
	margin: 0 auto;
}

#main {
	width: 580px;
	margin: 0;
}

#main h2 {
	padding-bottom: 2px;
	font-size: 1.3em;
	font-weight: normal;
	color: #333366;
	font-family: Palatino,Arial,Verdana,Helvetica,sans-serif; 
	border-bottom: 3px solid #66CC66;
}

#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	color: #333366;
	font-family: Palatino,Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Palatino,Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333366;
}

#content {
	border: none;
}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 1px dotted #333366; 
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #333366; 
	line-height: 0px;
}

div.rtBlock {
}

div.rtBlock a {
	text-transform: none;
	text-decoration: none;	
}

div.rtBlock ul {
	padding: 5;
	margin: 0;
}

div.rtBlock li {
	list-style-type: square;
	color: #66CC66;
}

span.rtSubtitle {
	text-transform: uppercase;
	font-size: 0.85em;
}

a.rtAction {
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}