/* Volunteers and Invasive Plants: Learning and Lending a Hand: Typography Stylesheet*/

/* This stylesheet is read second by the web pages.*/

/* This stylesheet contains only typography styles.  The styles within this stylesheet are ones the client will be able to select when updating the site with Contribute.*/

/* ----------------------------------------GLOBAL HEADER STYLES----------------------------------------*/

/* header styles for h tags*/
h1 {
	font-size: 1.6em;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight:bold;
}

h2 {
	font-size: 1.2em;
	color: #000033;
	margin: 0 0 1.2em 0;
	padding:3px;
	font-weight:bold;
	background-image:url(../images/modules/header2_slice.jpg);
	background-repeat:repeat-y;
}
h3 {
	font-size: 1.4em;
	color: #000033;
	margin: 0 0 1.2em 0;
	font-weight:bold;
}


/* ----------------------------------------GLOBAL TEXT STYLES----------------------------------------*/

/* text size within p tags*/
p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

/* font-weight bold style*/
.bold {
	font-weight: bold;
}

/* caption font-size style (for the image captions)*/
.caption_text {
	font-size: 1em;
}
/* list and unordered list styles--main pages*/
#content_main li {
	font-size: 1.2em;
}
#content_main  ul, ol {
	margin-left: 30px;
	margin-bottom: 1.2em;
}
/* list and unordered list styles--module pages*/
#content_main_mod li {
	font-size: 1.2em;
}
#content_main_mod  ul, ol {
	margin-left: 30px;
	margin-bottom: 1.2em;
}
/*#content_main_mod ul.doublespace, ol.doublespace {
	margin-left: 30px;
	margin-bottom: 2.4em;
}*/

/* table base font-size style*/
table {
	font-size: 1.2em;
}
.indent {
	margin-left: 20px;
}

/* style for the line before a bulleted list sothere is no line space*/
.pre_bullet {
	margin-bottom:0!important;
}
.spaced_bullets li {
	margin-bottom:1.2em;
}
.spaced_bullets li li {
	margin-bottom:0;
	font-size:1em!important;
}
.textAnswer {float:right;width:200px;text-align:right; }
/* ----------------------------------------CONTENT IMAGE STYLES----------------------------------------*/

/* for floating content images--not used in templates--all pages*/
.leftimage {
	margin: 0 20px 20px 0;
	float: left;
}
.rightimage {
	float: right;
	margin: 0 0 20px 20px;
}


/* ----------------------------------------GLOBAL CLEAR STYLE----------------------------------------*/

/* to clear elements to left and right of blocks - so images appear with respective headings and paragraphs--might not need the font size and line height*/
.clearit {
	display: block;
	clear: both;
	height:0; 
    margin:0;
    font-size: 1px;
    line-height: 0px;
}
