/* -----------------------------------*/
/* XHTML and CSS by Sam Felder        */
/* USC Web Services                   */
/* Fall 2006                          */
/* -----------------------------------*/
/* Documentation can be found in the  */
/* project style guide                */
/* -----------------------------------*/

body {
	font-family: helvetica, arial, verdana, sans-serif;
	background: white;
	font-size: 11pt;
	margin: 0 5%;
}
a img {border:none;}
a.word {
	background: url(/web/20100629215117oe_/http://www.usc.edu/research/private/dev/images/icon_word.gif) center right no-repeat;
	padding-right: 20px;
}
a.pdf {
	background: url(/web/20100629215117oe_/http://www.usc.edu/research/private/dev/images/icon_pdf.gif) center right no-repeat;
	padding-right: 20px;
}
a.powerpoint {
	background: url(/web/20100629215117oe_/http://www.usc.edu/research/private/dev/images/icon_powerpoint.gif) center right no-repeat;
	padding-right: 20px;
}
a.email {
	background: url(/web/20100629215117oe_/http://www.usc.edu/research/private/dev/images/icon_mail.gif) center right no-repeat;
	padding-right: 20px;
	margin-left: 1px;
}
#header, h2#sitename, #nav, #sitename, #content .s, #footer, #webservices {display:none;}

#breadcrumbs {
	list-style-type: none;
	margin:0;
	padding:0;
}
#breadcrumbs li {
	display:inline;
	font-size:9pt;
}
#breadcrumbs li a {
	text-decoration:none;
}

#topbar .wrap .s {
    display: none;
}

h2 {
	padding-bottom:5px;
	border-bottom: 4px solid black;
	clear: both;
}
ul.news li img {
    display: none;
}

ul.news li {
    clear: both;
}

#m a:link:after,
#m a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

#breadcrumbs a:link:after, #breadcrumbs a:visited:after, #contact a:link:after,
#contact a:visited:after {
  content: "";
  font-size: 90%;
}
