/* userStyles.css - for burrard_template.dwt - burrard bridge CSS Document */
/* created Jan. 21, 2010 - Sam */

/* userStyles.css CSS Document */ 
/* for use by Contribute users only */
/* these were pulled from layout  of garbagRecycling */

/* heading styles; pulled from layout.css */
/************** styles **********/
.content h1 { font-size: 1.5em; font-weight: normal; color: #005995; margin-bottom: 0.75em; margin-top: 1.25em; }
.content h2 { font-size: 1.3em; color: #5E8532; margin: 1.25em 0 .75em 0; } 
.content h3 { font-size: 1.23em; color: #005995; margin: 1.25em 0 .75em 0; font-weight: bold; }
.content h4 {font-size: 1.08em; margin: 1.25em 0 .5em 0;color: #005995;}
.content h5 {font-weight: bold;	color: #666;margin-bottom: 0.5em;font-size: 1em;}
.content h6 {font-weight: bold;	color: #666;margin-bottom: 0.5em;font-size: 1em;}	

/* text styles 
----------------------------------------------*/
.boldText {font-weight:bold;}
.italicText {font-style:italic;}
.boldItalic { font-weight: bold; font-style: italic;}

.small {font-size: .9em;line-height: 1.5em;}
.smallText { font-size: .8em; color: #333333; }
.redText { color: #C32541; }
.blueText {color: #0081C6;}  
.greenText {color: #5E8532;}
.greenTextBold {color:#5E8532;font-weight: bold;}


.note {	color: #C32541;	font-weight: bold;}
blockquote { margin-top: 0.5em; margin-right: 1.5em; margin-bottom: 0.5em; margin-left: 1.5em; }
.highlight { background-color:#FFF6BF; }


/* image styles 
----------------------------------------------*/
.imgRight { float: right; margin: 0 .5em 1em 1.5em;  }
.imgLeft { float: left; margin: 0 1.5em 1em 0; }
/* inline img for pdf icon */
.imgPDF { padding: 0 0 0 0; float: none; vertical-align: middle; }
.imgInline { padding: 0 0; padding-left: 0px; vertical-align: middle; float: none; margin: 0; }

