/*
--------------------------------------------------
Hiram College Secondary Page Master
Author:  Jon Linczak
Version: 1.0 (February 24, 2005)

Much of the work done here was brought on by
researching several sources.  Thanks goes to
the following:
 * Douglas Bowman (http://www.stopdesign.com/)
 * Mike P. (http://www.fiftyfoureleven.com/)
 * Tantek Celik (http://www.tantek.com/)
 * Andrew Krespanis (http://leftjustified.net/)
 * Dave Shea (http://www.mezzoblue.com/)
 * Molly Holzschlag (http://www.molly.com/)
 * Arve Bersvendsen (http://virtuelvis.com/)

Thanks goes to Cameron Moll for the design
(http://www.cameronmoll.com/)
-------------------------------------------------- */

/* Import the styles
-------------------------------------------------- */
@import url("layout.css");
@import url("text.css");


/* Fix search box height in Opera
----------------------------------------------- */
@media all and (min-width: 0px) {
  #supernav input.sb {
    height: 18px;
  }
}


/* IE5/Mac Styles using band-pass filter
----------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/


/* IE5/Win Styles using mid-pass filter
-------------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */


/* Main photo rotates
----------------------------------------------- */
#profile {
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(../../images/coe-home/main/rotator.php);
	background-repeat: no-repeat;
}
