/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
Modified by Paul M. Foster, Nancy J. Foster 2009.
-------------------------------------------------- */

/* CONTAINER */

#container {
	width: 96%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* GENERAL MOJO AND MULA */
		
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #990000;
	line-height: 20px;
	margin-bottom: -10px;
}
h2 {
	color: #990000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: -10px;
}
h3 {
	color: #000066;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -14px;
}
a {
	color:#CC3333;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	background-color: #CCCCCC;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.article_title {
	color: #990000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}
.amend {
	display: block;
	clear: right;
	overflow: visible;
	visibility: visible;
}

/*
 * 2009-02-10 pmf: caused form to overwrite part of header, etc.
form {
	float:right;
	margin-top: -45px;
	font-size: 9px;
}
*/

/* 2009-02-10 pmf: added */
.tdlabel {
    font-weight: bold;
    text-align: right;
}

select {
    background-color: white;
    /* background-color: #99CCFF; */
    color: black;
    border: 1px solid black;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    cursor: pointer;
}

input[type="submit"] {
    background-color: #900;
    color: white;
    border: 1px solid black;
    padding: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

input[type="submit"]:hover {
    /* background-color: rgb(100, 135, 220); */
    background-color: white;
    color: red;
}

input[type="file"] {
    background-color: #900;
    color: white;
    border: 1px solid black;
    padding: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

input[type="file"]:hover {
    /* background-color: rgb(100, 135, 220); */
    background-color: white;
    color: red;
}

input {
	background-color: #FFF;
	color: #333;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
.button {
	padding: 2px;
}

/* HEADER ELEMENTS */

#header {
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.logo {
	text-align: right;
	vertical-align: baseline;
	margin-top: 10px;
}

/* the slogan */
#header p {
	margin-top: -20px;
	margin-left: 0px;
	color: #990000;
}

.teaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-align: left;
	float: left;
	position: absolute;
	padding-top: 130px;
}

.errormsg {
	border: 4px solid #F00;
	background: white;
	font-size: 120%;
	line-height: 1.6em;
	color: red;
	padding-left: 10px;
	font-weight: bold;
}


/* NAVIGATION ELEMENTS */

#navigation {
	margin-left: 0;
	padding-left: 0;
	float: left;
	width: 245px;
}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 230px;
	text-align: right;
}
#navigation a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
	border-bottom: 1px solid #999999;
	text-align: right;
}
#navigation a:link, #navlist a:visited {
	color:#000066;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #990000;
	color:#FFFFFF;
	text-align: right;
}
/* used for ads on left div */
#navigation h4 {
	margin-left: 0;
	margin-top: 30;
	margin-bottom: 10px;
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 10px;
	float: left;
	width: 240px;
	text-align: right;
}
#navigation .ad a {
	display: block;
	width: 100%;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation .ad a:link, .ad a:visited {
	color:#000066;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}
#navigation .ad a:hover {
	color:#FFFFFF;
	text-align: right;
	background-color: #FFFFFF;
}

/* THE SMALL BOX BELOW NAV */
/* 
#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	text-align: right;
}
 */
 
/* CONTENT ELEMENTS (main portion -- editable region)*/

#content {
	margin-left: 270px;
	margin-right: 270px;
}
#content p {
	padding-bottom: 10px;
	/* border-bottom: 2px solid #000066; blue line below the text */
}
 /* used for article paragraphs -- no blue line */
#content .article p {
	padding-bottom: 10px;
	border-bottom-style: none;
}
 /* used for quoted passages -- no blue line */
#content .quote p {
	border-bottom-style: none;
	font-style: italic;
	text-indent: 16px;
	padding-bottom: -30px;
	margin-bottom: -20px;
	line-height: 20px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #990000;
	line-height: 20px;
	border-bottom: 2px solid #999999;
	padding-bottom: 5px;
}

/* Same as content h1 */
.form_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #990000;
	line-height: 20px;
	border-bottom: 2px solid #999999;
	padding-bottom: 5px;
}

/* used for date/author */
#content h5 {
	font-size: 9px;
	color: #666666;
	line-height: normal;
	text-transform: uppercase;
	border-top: 1px solid #999999;
	font-weight: normal;
	margin-top: 15px;
	padding-bottom: 4px;
}
/* And they lived happily ever after. The End. */
#content h6 {
	font-size: 9px;
	color: #666666;
	line-height: normal;
	border-top: 1px solid #999999;
	font-weight: normal;
	padding-bottom: 10px;
	text-align: right;
	margin-top: -20px;
	text-transform: uppercase;
}

/* used for comments link */
.comments {
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
}
.direction {
	font-size: 9px;
	color: #666666;
	line-height: normal;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 4px;
}
#content hr {
	color: #000099;
	background-color: #000099;
	height: 4px;
}
#content ul {
	list-style-image: url(graphics/bullet.gif);
}
#books ul {
	list-style-image: url(graphics/bullet.gif);
	list-style-position: outside;
	margin-left: 15px;
	padding-left: 0px;
}

/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 240px;
}
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
 /* used for nav subheads in right div */
#sidebar h4 {
	padding-bottom: -10px;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
#sidebar .sub {
	padding-top: 5px;
	margin-bottom: -15px;
	border-bottom-width: 95%;
	border-bottom: 2px solid #990000;
	padding-bottom: 5px;
}
#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: left;
}
#sidebar a {
	display: block;
	width: 94%;
	border-bottom: 1px solid #999999;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar a:link, .sidebarnavlist a:visited {
	color:#000066;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
#sidebar a:hover {
	color:#FFFFFF;
	text-align: left;
	background-color: #990000;
}


/* FOOTER ELEMENTS */

#footer {
	margin-top: 20px;
	clear: both;
	background-color:#000066;
	padding: 0px 5px 0px 5px;
	font-size: 9px;
}
#footer p {
	color:#CCCCCC;
	padding: 5px;
}
#footer p a {
	color: #CCCCCC;
	/* border-bottom: 1px dotted #89817f; */
}
#footer p a:hover {
	color: #FFFFFF;
	background-color:#575352;
}

.row0 {
    background-color: #FFFFFF;
}

.row1 {
    background-color: #CCCCCC;
}


