/*

TITLE
	UMass McCormack Graduate School of Policy Studies Stylesheet

AUTHORS
 3000k

TABLE OF CONTENTS
	%01 RESET
	%02 BASICS
	%03 LAYOUT
		@01 Header
		@02 Photos
		@03 Content
		@04 Footer
	%04 TYPOGRAPHY
	%05 FORMS
	%06 EXTRAS
		@05 Suckerfish Dropdowns
		@06 P.I.E. Float Clearing
    @07 Alumni Profiles 
		
*/

/* %01 RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	
	font-family: inherit;
	vertical-align: top;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* %02 BASICS */

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: url(http://www.mccormack.umb.edu/images/body.gif) top left repeat-x;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

a:link {
	color: #2859b4;
}

a:visited {
	color: #2859b4;
}

a:hover {
	color: #5889E4;
}

a:active {
	color: #5889E4;
}


/* %03 LAYOUT */

/* 'margin: 0 auto' is necessary so the layout stays centered on screen when browser width is more than maximum width */
#page {
	text-align: left;
	margin: 0 auto; 
	min-width: 740px;
	max-width: 1024px; 
	background: url(http://www.mccormack.umb.edu/images/page.jpg) 23% 0 repeat-y; /* adjust % value here to match width of #navigation-sub to fix elastic faux column */
}

#header, #navigation, #photos, #content, #footer {
	
}

/* @01 Header */

#header {
	display: block;
	height: 99px;
	background: #002e5f url(http://www.mccormack.umb.edu/images/mccormack2.gif) 112px 0 no-repeat;
	position: relative;
}

#header h1 a#umass {
	text-indent: -9999px;
	width: 112px;
	height: 99px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(http://www.mccormack.umb.edu/images/umass2.gif) top left no-repeat;
	text-decoration: none; /* for netscape 8 ugly lines */
}

#header h1 a#mccormack {
	text-indent: -9999px;
	width: 607px;
	height: 99px;
	position: absolute;
	left: 112px;
	top: 0;
	text-decoration: none; /* for netscape 8 ugly lines */
}

	#header form fieldset#search {
		position: absolute;
		top: 10px;
		right: 44px;
	}
	
		input#search-text-input {
			width: 120px;
			margin: 0 .5em 0 0;
		}
	
	ul#header-links {
		position: absolute;
		bottom: 0px;
		right: 0px;
		border-top: 1px solid #EEE;
		border-left: 1px solid #EEE;
		padding: 10px 27px 10px 10px;
	}

	ul#header-links li {
		float: left;
		margin-right: 1em;
		font-size: 1.1em;
	}

	ul#header-links li a {
		color: #EEE;
	}


/* @03 Content */

#content {
	clear: left;
	border-top: 6px solid #003366; /*old value:#039. branding (color border under photo area & above main content area) */
}

#content #navigation-sub {
	width: 23%;
	float: left;
	background: #e3ecf5;
	padding: 28px 0 0 0;
}

#content #content-main {
	width: 48%;
	float: left;
	padding: 28px 0 0 0;
	v-align: top;
}
	
#content #content-sub {
	width: 28%;
	float: left;
	padding: 28px 0 0 0;
}

#content #content-inner {
	width: 74%;	
	float: left;
	padding: 28px 0 0 0;
}

/* Spotlight */

.spotlight {
	margin: 0 0 3em 0;		
}

.spotlight img {
	float: left;
	margin: 0 9px 1em 18px;
}

.spotlight p {

}

/* @04 Footer */

#footer {
	clear: left;
	display: block;
	border-top: 1px solid #60696F; /* branding (footer top border color) */
	padding: 12px 0 6em 40px;
	background: #FFF url(http://www.mccormack.umb.edu/images/mgs.gif) 0 10px no-repeat;
}

/* %04 TYPOGRAPHY */

#navigation-sub h3, #content-sub h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #111;
	line-height: 1.4;
	margin: 0 18px 1em 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #667;
}

#navigation-sub ul, #content-sub p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #60696F; /* branding (color of sidebar paragraph text) */
	line-height: 1.4;
	margin: 0 18px;
}

#navigation-sub li {
	line-height: 1.8;
}

/* 
branding block
colors of sidebar navigation links 
*/
#navigation-sub li a:link {
	color: #00396F;
}
#navigation-sub li a:visited {
	color: #00396F;
}
#navigation-sub li a:hover {
	color: #30699F;
}
#navigation-sub li a:active {
	color: #00396F;	
}
/* end of branding block */

#content-main h2, #content-inner h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 2.3em;
	color: #2859b4; /* branding (main content area h2 color) */
	line-height: 1.4;
	margin: 0 28px 1em 28px;
}

#content-main h3, #content-inner h3 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em;
	color: #111;
	line-height: 1.4;
	margin: 0 28px 1em 28px;
}

#content-main p, #content-inner p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #111;
	line-height: 1.4;
	margin: 0 28px 1em 28px;
}

#content-main ul, #content-inner ul {
	margin: 0 28px 1em 28px;
	list-style-type: square;
	list-style-position: inside;
}

#content-main ol, #content-inner ol {
	margin: 0 28px 1em 28px;
	list-style-type: decimal;
	list-style-position: inside;
}

#content-main dl, #content-inner dl {
	margin: 0 28px 1em 28px;
	list-style-position: inside;
}

#content-main li, #content-main dd, #content-inner li, #content-inner dd {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #111;
	line-height: 1.4em;
}

#content-main dt, #content-inner dt {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #111;
	line-height: 1.4em;
}

#content-main table, #content-inner table {
	margin: 0 28px 1em 28px;
}

#content-main table th, #content-inner th {
	font-size: 1.2em;
	font-weight: bold;
}

#content-main table td, #content-inner td {
	font-size: 1.2em;
}

#footer p {
	font-size: 1.1em;
	color: #666;
	line-height: 1.4;
}

/* %05 FORMS */

#content form {  /* set width in #content form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 560px; 
	font-size: 1.2em;
}

#content form fieldset {
	/ * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 10px; /* padding in fieldset support spotty in IE */
	margin: 0 28px 1em 28px;
}

#content form fieldset legend {
	padding: 0 .5em;
}

#content form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as #content form input - textarea etc. elements */
	text-align: right; 
}

#content form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#content form input, #content form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of #content form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of #content form elements rather than right of
                              label aligns textarea better in IE */
}

#content form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}


textarea { overflow: auto; }

#content form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 1.0em;
}

#content form .required{font-weight:bold;} /* uses class instead of div, more efficient */

#content form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* %06 EXTRAS - PROCEED WITH EXTREME CAUTION */

/* @05 Suckerfish Drop Down Menus */

#navigation {
	width: auto;
	background: #92b1d9; /* branding (drop down navigation background color {change #nav, #nav ul background value as well}) */
	/* old value: #609FCF */
	
	height: 25px; /* ie5.5 bg color */
}

#nav, #nav ul {
	width: 97%; /* for ie5.5 */
	w\idth: 100%; /* understanding browsers */
	height: 25px;
	float: left;
	list-style: none;
	line-height: 1;
	background: #92b1d9; /* branding (drop down navigation background color {change #navigation background value as well}) */
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	height: 25px;
	color: #00396F;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0;
	text-align: center;
	line-height: 2.4;
}

#nav a:hover{
	color:#eee;
}

#nav li {
	float: left;
	padding: 0;
}

/* The indented subnav items */ 
#nav li.parent{
	font-weight:bold;
}

#nav li a.pubpol{
	color:orange;
}

#nav li a.geron{
	color:yellow;
}


/* Custom Widths */

#nav li.about-us {
	width: 9%;
}
#nav li.about-us ul {
	width: 14em;
}
#nav li.about-us li, #nav li.about-us ul a {
	width: 13em;
}

#nav li.academic-programs {
	width: 15%;
}
#nav li.academic-programs ul {
	width: 18em;
}
#nav li.academic-programs li, #nav li.academic-programs ul a {
	width: 17em;
}

#nav li.research-centers-institutes {
	width: 21%;
}
/* custom widths for '#nav li.research-centers-institutes' set in global CSS below */

#nav li.research-publications {
	width: 17%;
}
#nav li.research-publications ul {
	width: 19em;
}
#nav li.research-publications li, #nav li.research-publications ul a {
	width: 18em;
}

#nav li.special-projects {
	width: 13%;
}
#nav li.special-projects ul {
	width: 13em;
}
#nav li.special-projects li, #nav li.special-projects ul a {
	width: 12em;
}

#nav li.news-events {
	width: 12%;
}
#nav li.news-events ul {
	width: 12em;
}
#nav li.news-events li, #nav li.news-events ul a {
	width: 11em;
}

#nav li.contact-mgs{
	width: 9.5%;
}
#nav li.contact-mgs ul {
	width: 9.5em;
}
#nav li.contact-mgs li {
	width: 8.5em;
}
#nav li.contact-mgs ul a {
	width: 8.5em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	w\idth: 22em;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	padding-right: 0;
	width: 21em;
}

#nav li ul a {
	width: 21em;
	height: auto;
	padding: .25em;
	text-align: left;
	line-height: 1.4;
	color:#eee;
}

/*
branding block 
navigation sub link background colors 
*/
#nav li ul a:link {
	background: #306F9F;
}
#nav li ul a:visited {
	background: #306F9F;
}
#nav li ul a:hover {
	background: #609FCF;
}
#nav li ul a:active {
	background: #306F9F; 
}
/* end of branding block */

#nav li ul {
	border-top: 1px solid #EEE; /* border color seperating main dropdown links from sub links */
}

#nav li ul ul {
	margin: -25px 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #258; /* branding (background color of main dropdown links hover state) */
}

/* @06 P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	


/* @07  */

.alumni-main{
	margin: 5px 28px 0 28px;
	padding:5px 0 20px 0;
	border-top:2px solid #ccc;
	clear:both;
}

.alumni-image{
	float:left;
	margin-bottom: 3px;



}

.alumni-text{
	margin: 5px 0 0 10px;
	padding-left:75px;

}

.alumni-text p {
  
  font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #111;
	line-height: 1.4;
	margin: 3px 28px 1em 5px;
}



.alumni-text-name{
  
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #2859b4; /* branding (main content area h2 color) */
	line-height: 1.2;

}

.side-quote{
  
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	color: #2859b4; /* branding (main content area h2 color) */
	line-height: 1.2;

}

.news-inner{
border-bottom:1px solid #ccc;
padding:5px 0 5px 0;
margin-left:5px;
width:650px;

}


#content-main .news-inner h3, 
#content-inner .news-inner h3 {
  
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #2859b4;
	line-height: 1;

}

.dashed_photo{
	border: 1px dashed #ccc;
}


.phpdigHighlight, .phpdig {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1em;
	color: #2859b4;
	line-height: 1;
}

#print_header { display: none; }
