/* 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: #006699;
	margin: 0;
	padding: 6px 0 0 0;
}

h2 {
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 1.2em;
	background-image: url(../images/structure/cipmvol_redtriangle.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	background-position: left center;
	clear: both;
}

h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	background-image: url(../images/structure/cipmvol_headerred.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 4px;
	height: 17px;
	margin-top: 2.4em;
	margin-bottom: 1.2em;
	clear: both;
}

h3.h3_first {
	margin-top: 1.2em;
}

h4 {
	color: #006699;
	font-size:1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.2em;
	clear: both;
}
h5 {
	color: #333300;
	font-size:1.2em;
	font-weight: bold;
	margin-bottom:1.2em;
	margin-top:2.4em;
}
h6 {
	color: #333300;
	font-size:1.2em;
	font-weight: bold;
	margin-bottom:0;
}

/* ----------------------------------------GLOBAL HORIZONTAL RULE STYLE----------------------------------------*/

hr {
	font-size:1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: both;
}

/* ----------------------------------------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*/
li {
	font-size: 1.2em;
}
ul, ol {
	margin-left: 30px;
	margin-bottom: 1.2em;
}
ul.doublespace, ol.doublespace {
	margin-left: 30px;
	line-height: 2.75em;
	margin-top: -8px;
	margin-bottom: 1.2em;
}

/* table base font-size style*/
table {
	font-size: 1em;
}

/* module indexcard text style*/
.whitebold {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

/* size 12 (1.2em) without using a p tag (use span tag usually)*/
.size12 {
	font-size: 1.2em
}

/* references styles*/
.references {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #993300;
}
/*to put a line space between reference listings*/
.references li {
	margin-bottom:1.2em;
}
/* references style for supporting pages to put a line space between reference listings*/
.sup_references li {
	margin-bottom:1.2em;
}
/* indent styles for references (use this unless using <ol>)*/
.refindent{
	margin-left:.15in;
	text-indent:-.15in;
}
.reference_notation {
	font-size: smaller;
}
/* 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;
}

/* ----------------------------------------CONTENT LINK GRAPHICAL STYLES----------------------------------------*/

/* black triangle link tag style for back link*/
.back {
	background-image:url(../images/structure/cipmvol_blacktriangle.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left center;
}

/* up triangle link tag style for "Return to Top" link*/
.up {
	background-image:url(../images/structure/cipmvol_blacktriangleup.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left center;
}

/* red triangle link tag styles (in modules)*/
.redtrianglelink {
	background-image: url(../images/structure/cipmvol_redtriangleTrans.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* indent style for red triangle paragraph indent*/
.redtrianglelink_indent {
	margin-left:12px;
	text-indent: -12px;
}

/*style for index card triangle bullets (single-spaced)*/
.redtriangle_bullet {
	list-style-position: outside;
	margin-left: 10px;
	list-style-image: url(../images/structure/cipmvol_redtriangleTrans.gif);
	padding-left: 8px;
}

/*style for index card triangle bullets (double-spaced)*/
.redtriangle_bullet2 {
	list-style-position: outside;
	margin: 0 0 1.2em -12px;
	list-style-image: url(../images/structure/cipmvol_redtriangleTrans.gif);
}

/* ----------------------------------------CONTENT IMAGE/INDEXCARD 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;
}

/* div for indexcard background repeat in module content area*/
#indexcardholder {
	background-image: url(../images/structure/cipmvolmod_indexcardrepeat.jpg);
	background-repeat: repeat-y;
	width: 341px;
	margin-bottom: 0px;
	margin-top: 2.4em;
	height: auto;
	overflow: hidden;
	position: relative;
	left: -2px;
}

/* div for indexcard background in module content area*/
#indexcard {
	background-image: url(../images/structure/cipmvolmod_indexcard.jpg);
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-right: 9px;
	padding-top: 9px;
	min-height: 150px;
	height: auto !important;
}

/* div for indexcard bottom in module content area*/
#indexcardbottom {
	background-image: url(../images/structure/cipmvolmod_indexcardbottom.jpg);
	background-repeat: no-repeat;
	height: 13px;
	clear: both;
}

/* ----------------------------------------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;
}
