/* CSS Document */

/*Styles for content of individual articles*/
h1, h2 {text-align:center;}
.lookweareFAMOUS {background-color:#CCFFCC}
.byline {
	font-size:60%;
	}
.subhead {
	font-size:75%;
	}
#content .newsurl {
	text-align:right;
	font-size:85%;
	max-width:65em;
	}
	
/****** Styles for news listings featuring tesaser paragraph *******/
/************* Preferred format as of June 2011 ********************/

.newswithteaser h2 {
	text-align:left;
	margin-top:1.5ex;}
.newswithteaser h3 {
	margin:2ex 0 0 15px;
	font-size:120%;
}
.newswithteaser h2 a, .newswithteaser h3 a{text-decoration:none;}
.newswithteaser h2 a:hover, .newswithteaser h3 a:hover {text-decoration:underline;}
.newswithteaser .byline {
	font-size:smaller;
	color:black;
	}
.newswithteaser p {
	margin:0;
	margin-left:15px;
	}
.newswithteaser p.newsurl {text-align:left;}
.newswithteaser .byline {	font-size:smaller;
	color:black;
	}
.newswithteaser .date {font-weight:bold;}
.newswithteaser .pubname {
	font-size:smaller;
	font-style:normal;
	color:#006666;
	}
.newswithteaser .lookweareFAMOUS {
	background-color:transparent;
	font-style:italic;
	}
#newslinks {
	margin-top:25px;
	}
	

/*********** styles for tabular listings of articles ************/

#mediatable td {
  vertical-align:top;
  }
.pubname {font-style:italic;}
td.date {
	text-align:center;
	white-space:nowrap;
	padding-left:15px !important;
	padding-right:15px !important;
	}
#mediatable a, .topictable a {
	font-weight:bold;
	text-decoration:none;
	}
.article {font-weight:bold;}
/*a.article {text-decoration:none;}*/
.subhead {font-size: smaller;}
.otherinfo {
	font-weight:normal;
	font-style: normal;
	}
.newsphoto {
	width:300px;
	margin-left:20px;
	float:right;
	font-size: 80%;
	}

table.topictable {border-collapse:collapse;}
table.topictable td {
	background-color:#DDDFFF;
	vertical-align:top;
	padding:2px;
	}
table.topictable tr {border-top:3px solid #FFFFFF;}
#mediatable .subhead, .topictable .subhead {
	display:inline;
	}
