@charset "utf-8";
/* CSS Document */

/****************************************************************
  Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre, ul, ol, li
{ margin: 0px; padding: 0px;}

address { font-style: normal; }
acronym, abbr { border-bottom: 1px #000000 dashed; cursor: help; }

a img, img { border: none; }
a { text-decoration: none; }
img { display: block; } /* http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps  -  http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */

table { border: 0px; border-collapse: collapse; border-spacing: 0px; }
table td, table th { margin: 0px; padding: .1em; empty-cells: show; vertical-align: top; }
caption {}
th {}

/****************************************************************
General Styles
****************************************************************/

body{
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}

/*Font Size*/
h6{font-size: 1.0em;}
h5{font-size: 1.2em;}
h4{font-size: 1.4em;}
h3{font-size: 1.6em;}
h2{font-size: 1.8em;}
h1{font-size: 2.0em;}
p{font-size: 1.0em;}

#content h1.header {
	font-size: 1.75em;
	color: #fdfdfd;
	position: absolute;
	top: -60px;
	left: 225px;
}

#content h3 {
	font-size: 1.4em;
}
#content h4 {
	font-size: 1.2em;
}

/*spacing*/
#content_pane p, #content_pane h1, #content_pane h2, #content_pane h3, #content_pane h4, #content_pane h5, #content_pane h6, #content_pane ul, #content_pane ol{
	margin-top: 1em;
	margin-bottom: 1em;
}
#content_pane ul, #content_pane ol{
	padding-left: 20px;
}

/*Add Scroll bar in all browsers - http://www.nealgrosskopf.com/tech/thread.asp?pid=12*/
html { overflow-y: scroll; }


/* External Links */
#content_pane a[href ^="http://"], #content_pane a[href ^="/"] {
padding-right: 17px;
background: transparent url(/humbio/files/images/icons/external.png) no-repeat right top;
}
#content_pane a[href *="http://www.uwgb.edu/humbio/"], #content_pane a[href *="http://uwgb.edu/humbio/"], #content_pane a[href *="/humbio/"], #content_pane a[href *="http://blog.uwgb.edu/humbio"] {
padding-right: 0;
background: none;
}

/*PDFs*/
#content_pane a[href$=".pdf"] {
	background:transparent url(/humbio/files/images/icons/pdf.png) no-repeat right top;
	padding-right:17px;
}
/*Mail*/
#content_pane a[href ^="mailto:"] {
   padding-right: 17px;
   background: transparent url(/humbio/files/images/icons/mail.gif) no-repeat center right;
}


