@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
version:   1.0
project:   UM Philanthrpy network
author:    Nancy Waters, Kerri Pepperman, Rob Knecht
date:      June 2008
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
version:   1.0
project:   UM Philanthrpy network
author:    Nancy Waters, Kerri Pepperman, Rob Knecht
date:      June 2008
-----------------------------------------------------------------------------*/

/* NEW STYLES 2008-08-21

						Rob Knecht*/

.hidden {
display: none;
}

html .fb_share_link { 
	padding:2px 0 0 20px; 
	height: 16px; 
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981)
	no-repeat top left; 
	}
.sub-categories {
	background-color:#f5f5ef;
	padding: .75em .75em 1.25em .75em;
	margin-top: .5em;
	margin-bottom: 2.5em;
}

.sub-categories strong {
	color: #666666;
}

#cloud_box {
float: right;
width: 200px;
	}
	
#story_box {
float: left;
width: 200px;
	}

.rss-story2 {
	width: 200px;
	margin: 10px;
	min-height: 70px;
	}

.rss-story2 img {
	float: left;
	padding: 3px;
	margin: 3px 10px 3px 3px;
	border: 1px solid #666666;
	}
	
div#cloud_box .note-box {
	display:block;
	background-image: url(/images/note-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:1px solid #f5f5ef;
}


/*-----------------------------------------------------------------------------*/

.staff-stories {
	margin-top: 2em;
	}

.rss-story {
	float: left ;
	width: 215px;
	margin: 3px;
	min-height: 80px;
	}
	
.rss-story img {
	float: left;
	padding: 3px;
	margin: 3px 10px 3px 3px;
	border: 1px solid #666666;
	}


/*  special ie fixes

-----------------------------------------------------------------------------*/
/* .ieTest {color:yellow;}
#ie7andup .ieTest {color:blue;}
#ie6only .ieTest {color:red;}
*/

/* Misc typography

-----------------------------------------------------------------------------*/
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
	}
	 	
em {
	/*bringing italics back to the em element*/
	font-style:italic;
	}
	
strong {
	font-weight: bold;
	}
	
/* keep superscript and subscript text from breaking the line-spacing */
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
	}

sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
	}

/*  Links
-----------------------------------------------------------------------------*/
a {
	color:#666666;
	}

a:hover {
	color:#336699;
	text-decoration: none;
	}

/*  General

-----------------------------------------------------------------------------*/


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:100%;
    line-height:1.125em; /* 16×1.125=18 */
	text-align: center;
	background-color:#f4f3ec;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;       
	}
	
/*  special ie fixes -- fixes larger ie font display*/

	body #ie7andup, body #ie6only  {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:80%;
    line-height:1.125em; /* 16×1.125=18 */
}

/* banner area

-----------------------------------------------------------------------------*/
 
#head-wrapper-home {
	display: none;
	}

/* different background image for page and section pages  -------------------------*/
#head-wrapper {
	display: none;
	}
	
/*  HOME

-----------------------------------------------------------------------------*/

#home-flash-wrap {
	display:block;
	width:958px;
	height:307px;
	background-image:url(/images/flash_bkgrnd.jpg);
	background-repeat:no-repeat;
	}

/* HOME content -- floats left below flash  -------*/

#home-content-wrap {
	float: left;
	}
 
 
#home-content  {
	margin: 0 39px 0 38px;
	color: #333333;
	font-size: 0.85em;
	line-height: 1.125em;
	}


#home-content h4 {
	font-size: 1.4em;
	color: #336699;
	padding-bottom: 0.6em;
	letter-spacing: 0.03em;
	}

#home-content p {
	padding-bottom: 0.5em;
	
	
	}
	
#home-content a {
	color: #31598a;
	font-weight: bold;
	text-decoration: none;
	}
	
#home-content a:hover {
	color: #171315;
	text-decoration: underline;
	}
	
#home-content ul {
	padding-left:2em;
	padding-bottom: .5em;
	
	}
#home-content ul li {
	padding-bottom: .5em;
	list-style: disc outside;
}

/* HOME buttons  -------*/

#home-button-wrap {
	height: 66px;
	padding-top: 12px;
	}


a#differenceLinkButton, a#differenceLinkButton span {
	float:left;
	width:101px;
	height:41px;
	background-image:url(/images/michigan-difference.jpg);
	background-position:left top;
	font-size:100%;
	text-decoration:none !important;
	}
	
#home-button-wrap a#differenceLinkButton, #home-button-wrap a#differenceLinkButton span {
	margin-right: 105px;
	}
 
a#differenceLinkButton span {
	display: block;
	position:relative;
	z-index: 1;
	margin-bottom:-41px;
	}
	
a#differenceLinkButton { overflow:hidden; }   

a:hover#differenceLinkButton, a:hover#differenceLinkButton span {
	background-position:-101px top;
	}

a#online-giving, a#online-giving span {
	display:block;
	width:143px;
	height:37px;
	background-image:url(/images/btn-onlinegiving.jpg);
	background-position:left top;
	font-size:100%;
	text-decoration:none !important;
	}
 
#home-button-wrap a#online-giving, #home-button-wrap a#online-giving span {
	float:left;
	margin-right: 95px;
	}
 
a#online-giving span {
	display: block;
	position:relative;
	z-index: 1;
	margin-bottom:-37px;  
	}
	
a#online-giving { overflow:hidden; }   

a:hover#online-giving, a:hover#online-giving span {
	background-position:-143px top;
	}
			
a#update-record, a#update-record span {
	display:block;
	width:138px;
	height:36px;
	background-image:url(/images/btn-update-record.jpg);
	background-position:left top;
	font-size:100%;
	text-decoration:none !important;
	}
 
#home-button-wrap a#update-record, #home-button-wrap a#update-record span {
	float:left;
	}
 
a#update-record span {
	display: block;
	position:relative;
	z-index: 1;
    margin-bottom:-36px;  
	}
	
a#update-record { overflow:hidden; }   

a:hover#update-record, a:hover#update-record span {
	background-position:-138px top;
	}
			
/*  HOME feature box
-----------------------------------------------------------------------------*/	

#home-feature-wrap, #home-feature-wrap2 {
	
	}

#home-feature-wrap h3, #home-feature-wrap2 h3 {
	display: block;
	}
	
#home-feature-wrap h5, #home-feature-wrap2 h5{
	font-weight:bold;
	color:#666;
				
	}

/*  use with class clearfix to wrap around floated  content --------------------------------------*/ 

#home-feature-inside, #home-feature-inside2 {
	background-color: #f5f5ef;
	display: block;
	padding: 12px 12px 6px 12px;
	border-top: 4px solid #406d9d;	
	border-left: 1px solid #a0bedb;
	border-right: 1px solid #a0bedb;
	border-bottom: 1.7px solid #406d9d;
	margin-bottom:20px;
	}

/* HOME social list horizontal  -------*/

#social-horiz {
	display: block;
	padding: 4px;
	clear: both;
	}
	
/*  HOME sidebar -- floats right under flash
-----------------------------------------------------------------------------*/	

#home-sidebar-wrap {
	display: block;
	float: right;
	}

#slideshow-wrap img {
	padding: 0 0 27px 13px;
	}

#home-sidebar {
	padding:0 32px 28px 28px;
	}

#home-sidebar h3 {
	padding-bottom: 10px;
	display: block;
	}
	
#home-sidebar img {
	display: block;
	}

#home-sidebar  p {
	font-size: 0.87em;
	padding-bottom:0em;
	}

#home-sidebar  a {
	color:#31598a;
	text-decoration: none;
	}

#home-sidebar  a:hover {
	color:#17315A;
	text-decoration:underline;
	}

#home-sidebar .rule {
	display: block;
	margin: 0;
	background-image: url(/images/rule204.jpg);
	background-repeat: no-repeat;
	height: 8px;
	margin-bottom: 12px;
	margin-top: 8px;
	}


div#content-sidebar .note-box, div#content-main .note-box, div#content-main-nsb .note-box {
	display:block;
	margin-bottom:20px;
	background-color: #f5f5ef;
	background-image: url(/images/note-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:1px solid #f5f5ef;
}

.note-box p {
	display:block;
	margin-bottom:12px;
	color:#333;
}

.note-box p strong{
	color: #336699;
}


 
/*  PAGE and SECTION 
-----------------------------------------------------------------------------*/ 
 
div#subnav-wrapper {
      display: none;
      }

 
/*  PAGE and SECTION -- content
-----------------------------------------------------------------------------*/ 


div#content-wrapper {
    float:right;
	}

/* background set with class  -------*/

.sect-bkgnd {
	background-repeat:no-repeat;
	background-position:top right;
	text-decoration: none;
	} 

 
#sub-sect-img {
	display:block;
	height: 185px;
	
	}
 
/* use class of clearfix to wrap around floated content  -------*/
div#content-inner {
	margin:0 41px 20px 22px;
    background-image:url(/images/content-main-bkgnd.jpg);
    background-repeat:repeat-y;       
	}

div#content-main {
	float:left;
	color: #333333;
	font-size: 0.85em;
	line-height: 1.125em;
	line-height:1.2em;
	}
	
div#content-inner-nsb {
	margin:0 41px 20px 22px;
    background: none;
    background-repeat:repeat-y;       
	}

div#content-main-nsb {
	float:left;
	color: #333333;
	font-size: 0.85em;
	line-height: 1.125em;
	line-height:1.2em; 
	
	}
	
#content-main h4, #content-main-nsb h4, .NLtitle {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #336699;
	padding-bottom: 0.6em;
	letter-spacing: 0.03em;
	}
	
#content-main h5, #content-main-nsb h5{
	font-size: 1.1em;
	color: #336699;
	font-weight:bold;
	padding-top: 1em;
	padding-bottom: 0.6em;
	letter-spacing: 0.03em;
	}

#content-main p, #content-main-nsb p {
	padding-bottom: .5em;
	
	}
	
#content-main a, #content-main-nsb a {
	color: #31598a;
	font-weight: bold;
	text-decoration: none;
	}
	
#content-main a:hover, #content-main-nsb a:hover{
	color: #171315;
	text-decoration: underline;
	}
	
#content-main ul {
	padding-left:2em;
	padding-bottom: .5em;
	}
#content-main ul li {
	padding-bottom: .5em;
	list-style: disc outside;
}
/* plain table for easy 2col placement --can replace with divs later */
#content-main table {
	margin-bottom: 12px;
	margin-top: 12px;
	}

/*  content photo block  ------------*/ 

#content-main .content-photo {
	display: block;
	float: right;
	width: 280px;
	margin-bottom: 5px;
	margin-left: 12px;
	}
	
.content-photo p {
	font-size: 0.9em;
	padding-top: 0px;
	padding-left: 0px;
	color: #666666;
	}
	
.content-photo img {
	padding: 5px;
	border: 1px solid #a48f3a;
	margin-bottom: 5px;
	}
	
.content-photo .credit {
	text-align: right;
	font-size: 0.75em;
	color: #666666;
	text-transform: uppercase;
	}

#gift-buttons {
	display:block;
	height: 185px;
	
}	
#gift-buttons img{
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#gift-buttons a {
	margin:0;
	padding:0;
}

/*  SIG posting   ------------*/ 

#postings {
	display: block;
	padding-bottom: 10px;
	background-color: #CCFF33;
	}
	
#content-main .mug-posting {	
}

.mug-posting p {
	bottom: 0px;
	padding: 10px 0 10px 73px;
	}
	
.mug-posting img {
	padding: 3px;
	border: 1px solid #666666;
	margin-right: 0px;
	float: left;
	}
	
	


/*  SECTION PAGE ONLY
-----------------------------------------------------------------------------*/ 
/* feature header section---------------*/ 

#feature-story h4 {
	font-size: 0.92em;
	color: #336699;
	text-transform: uppercase;
	font-weight: normal;
	font-weight:bold;
	letter-spacing: 0.05em;
	padding-bottom:0.5em;
	}
	
#feature-story p {
	font-size: 0.9em;
	color: #666666;
	}

/*  Donor Stories
/gift/index.php?page=donor_stories
-----------------------------------------------------------------------------*/

#storybox {
	padding: 6px;
	border: 2px solid #99CCFF;
	border-top: 4px solid #336699;
	border-bottom: 2px solid #336699;
	}
					
div#storybox h3 {
	color:#336699;
	font-weight: bold;
	margin: 0;
	}
				
div#storybox p {
	margin-top: 3px;
	}
					
.innerStoryBox {
	clear:both;
	padding: 3px;
	margin-bottom: 10px;
	}
					
.innerStoryBox img {
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
	margin-bottom: 8px;
	}

	
#storyTags {
	width: 140px;
	float: left;
	padding: 6px;
	margin-left: 12px;
	background-color: #EDEFFF;
	}
						
div#storyTags h4 {
	margin-bottom: 6px;
	padding: 0px;
	}

/*  PAGE and SECTION -sidebar
-----------------------------------------------------------------------------*/  

div#content-sidebar {
	float:right;
	width:188px;
	font-size: 0.85em;
	}
	
#content-sidebar  h3 {
	padding-bottom: 10px;
	display: block;
}

div#content-sidebar img {
	display: block;
	}
/*
div#content-sidebar img {
	display: block;
	padding: 5px;
	margin: 10px 0 6px 0;
	border-width: 1px;
	border-color:#666666;
	border-style: solid;
	}*/
				
div#content-sidebar .no_border {
	border: 0;
	margin: 0 3px 0 3px;
	padding: 0;
	}

div#content-sidebar h4 {
	
	padding: 10px 0 6px 0;
	color: #336699;
	}
				
div#content-sidebar h4.titleBar {
	font-size:1.34em;
	margin-bottom:0.5em;
	padding: 10px 0 3px 0;
	color: #406d9d;
	border-bottom: 4px;
	border-bottom-color: #406d9d;
	border-bottom-style: solid;
	}
				
div#content-sidebar p {
	padding-bottom: 0.5em;
	}
				
div#content-sidebar table {
	margin-bottom: 6px;
	margin-top: 80px;
	}

div#content-sidebar a {
	color: #31598a;
	font-weight: bold;
	text-decoration: none;
	}
	
div#content-sidebar a:hover {
	color: #171315;
	text-decoration: underline;
	}
	
#content-sidebar .rule {
	display: block;
	background-image: url(/images/rule188.jpg);
	background-repeat: no-repeat;
	height: 8px;
	margin:8px 0 12px 0;
}

#content-sidebar ul {
	padding-left:1em;
	padding-bottom: .5em;
	
	}
#content-sidebar ul li {
	padding-bottom: .5em;
	list-style: disc outside;
}

/*  FACULTY/STAFF CAMPAIGN SECTION -sidebar giving total
-----------------------------------------------------------------------------*/  


.display_sm {
	
	
	padding:5px 10px 5px 10px;
	margin:0;
}

.display_sm p {
	padding:3px 0 3px 0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif !important;
	font-size: 1.2em !important;
	letter-spacing: 1px; 
	text-align: center;
	font-weight: bold;
}
.display_sm span {color: #000000;
	border:1px solid #000000;
	background-color:#FFF;
	display:block;
	padding:3px;
	padding:3px 3px 2px 3px;;
	margin:5px 0 0px 0;
}

/*     tag cloud
-----------------------------------------------------------------------------*/

.tag_cloud { padding: 3px; text-decoration: none; }
.tag_cloud:link  { color: #81d601; }
.tag_cloud:visited { color: #019c05; }
.tag_cloud:hover { color: #ffffff;  }
.tag_cloud:active { color: #ffffff;  }

/* Footer
-----------------------------------------------------------------------------*/

div#foot-wrapper {
	display: none;
	}
 
/*  Misc 1 link button
-----------------------------------------------------------------------------*/

a.readmore {
	background-image: url(/images/readmore.gif);
	width: 80px;
	height: 20px;
	display: block;
	margin-top: 10px;
	text-decoration: none;
	}

a.readmore hover{
	background-image: url(/images/readmore.gif);
	text-decoration: none;
	}
	

/*  Misc 2 plain block floats
-----------------------------------------------------------------------------*/
.block-right {
	display: block;
	float: right;
	}

.block-left {
	display: block;
	float: left;
	}

	
/*  Misc 3 image styles, floats and related p formats
-----------------------------------------------------------------------------*/

.img-right {
	display: block;
	float: right;
	margin:0 0 12px 20px;
	}

.img-left {
	display: block;
	float: left;
	margin:0 20px 12px 0;
	}
	
	/*  boxed photo   generic -- can use with other id divs ---------------------*/

#home-sidebar .boxed-photo {
	display: block;
	width: 218px; /* 204img+14px padd&border=218 */
	margin-bottom: 10px;
	}
	
#content-sidebar .boxed-photo {
	display: block;
	width: 188px;  /* 174img+14px padd&border=188 */
	margin-bottom: 10px;
}

/* use with images 174px wide -- 174img+14px padd&border=188 */
.width188 {
	display: block;
	width: 188px;
}

/* use with images 111px wide -- 111img+14px padd&border=125 */
.width125 {
	width: 125px;
	margin-bottom: 10px;
	
}

/* used on career overview for 2col thumbnails  */
.width200 {
	width: 200px;
	margin-bottom: 10px;
}
	
/*  use with images 246px wide -- 246img+14px padd&border=260 */
.width260 {
	width: 260px;
	margin-bottom: 10px;
}

.width150 {
	width: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
}
	
.boxed-photo  img {
	padding: 6px;
	border: 1px solid #999;
	background-color: #FFFFFF;
	}

.boxed-photo  img.no-border {
	padding: 0px;
	border:none;
	margin-bottom:10px;
	}
	
/* for caption, credit, links that go with pix */	
.boxed-photo p {
	margin-top:7px;
	font-size: 0.9em;
	line-height:1.2em;
	color: #666;
	}
	
.boxed-photo li {
	font-size: 0.9em;
	line-height:1.2em;
	color: #666;
	}
	
.boxed-photo .credit {
	text-align: right;
	font-size: 0.65em;
	color: #666666;
	text-transform: uppercase;
	}
	
/* for caption, credit, links that go with nobox pix */	
p.caption{
	margin-top:5px;
	font-size: 0.9em;
	line-height:1.2em;
	color: #666;
	}
	
p.caption2{
	background-color: #f3f2eb;
	margin-bottom: 2em;
	font-size: 0.9em;
	padding: .45em;
	color: #666;
	}
	
p.caption-pad-right{
	margin-top: 5px;
	margin-right: 0px;
	font-size: 0.9em;
	line-height:1.2em;
	color: #666;
	}

p.credit2 {
	
	margin-right:14px;
	text-align: right;
	font-size: 0.65em;
	line-height:1.2em;
	color: #666666;
	text-transform: uppercase;
	}
	
	/*  Misc 4
-----------------------------------------------------------------------------*/
	
.notice-me {
	color:red;}	
	
#ifrm {
	margin-top:2em;
	margin-top:.5em;
	margin-bottom:1em;
	border:1px solid #ccc;
}



.article-wrap {
padding-bottom:7px;
margin-bottom:12px;
border-bottom:1px dotted #406d9d;;

}

ol,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;
	
}

table.data {
	background-color: #f5f5ef;
	
	border-top: 4px solid #406d9d;	
	border-left: 1px solid #a0bedb;
	border-right: 1px solid #a0bedb;
	border-bottom: 1.7px solid #406d9d;
	
	margin:20px 0 20px 0;
}

table.data th {
	padding:1em 1em 1em 1em;
	border-bottom: 1px solid #406d9d;
}

table.data td {
	padding:1em 1em 1em 1em;
	border-bottom: 1px solid #406d9d;
}

table.display {
	
	margin:0;
}

table.display th {
	padding:1em 1em 1em 1em;
}

table.display td {
	padding:1em 1em 1em 1em;
	border:none;
}

.tan-box {
	padding:10px 15px;
	background-color: #f3f2eb;
	}


/*
based on P.I.E. plus FLOAT CLEARING
See http://blue-anvil.com/archives/experiments-with-floats-whats-the-best-method-of-clearance
--------------------- */
