/* CSS Document */






/* general elements */

body {
	background-image: url(../images/bg_stripes.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
}

body a{
	color: #993333;
	text-decoration: none;
}

body a:hover {
	color: #666666;
	text-decoration: underline;
}

#h2 {
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 0px;
}

#wrap2 {
	width: 940px;
	background-color: #FFFFFF;
	font-size: small;
	height: 872px;
	margin-right: auto;
	margin-left: auto;
}

#content2 {
}

#banner {
	margin: 0;
	float: left;
	background: url(../images/bg_podcast.gif) repeat-x;
}

#main2 {
	display: block;
	float: right;
	position: relative;
	width: 670px;
	text-align: left;
}

#left2 {
	width: 150px;
	margin-left: 60px;
	float: left;
	display: inline; /* fixes IE/Win double margin bug */
}

#right {
	width: 150px;
	float: right;
	margin-right: 60px;
	text-align: left;
	margin-top: 40px;
	display: inline; /* fixes IE/Win double margin bug */
}

#right img{
	margin-bottom: 5px;
}

.rightItem {
	width: 150px;
	margin-bottom: 75px;
}

.rightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 1.5em;
	color:#999999;
}

.rightText a{
	color: #999999;
	text-decoration: none;
}

.rightText a:hover{
	color:#666666;
	text-decoration: none;
}

.clearBoth {
	clear: both;
}

/* Hide from IE5/Mac \*/
* html #footer {
	clear: both;
	width: 400px;
	padding-top: 75px;
	height: 1%;
}

/* Hide from IE5/Mac */
*:first-child+html #footer {
	min-height: 1px;
}






/* center elements */

#center {
	width: 400px;
	float: left;
	margin-right: 60px;
	text-align: left;
	display: inline; /* fixes IE/Win double margin bug */
}

#center img{
	margin-bottom: 20px;
}

#center2 {
	width: 400px;
	float: left;
	margin-right: 60px;
	text-align: left;
	display: inline; /* fixes IE/Win double margin bug */
}

#centerText {
	font-family: Georgia;
	font-size: 135%;
	color: #993333;
	line-height: 1.25em;
	padding-bottom: 15px;
	border-bottom: 6px solid #993333;
}

#centerBlog {
	width: 400px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.5em;
	padding-top: 15px;
	border-top: 6px solid #993333;	
}

.centerGeneral {
	width: 400px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 40px;
}

.centerGeneral a{
	color: #993333;
	text-decoration: none;
}

.centerGeneral a:hover{
	color: #666666;
	text-decoration: underline;
}

.centerSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993333;
	margin-bottom: 10px;
	text-transform: uppercase;
}	

.centerHighlight {
	width: 400px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-image: url(../images/bg_centerHighlight.gif);
	background-repeat: repeat-x;
	float: left;
	margin-bottom: 40px;
}

.centerHighlight dl {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.centerHighlight dt {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 125%;
	margin-bottom: 20px;
	text-indent: 10px;
	float: left;
	width: 400px;
	clear: both;
}

.centerHighlight dd {
	width: 280px;
	margin-left: 0px;
	padding-right: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	color: #666666;
	line-height: 1.75em;
	text-align: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.centerHighlight dd a{
	color: #993333;
	text-decoration:none;
}

.centerHighlight dd a:hover{
	color: #666666;
	text-decoration: underline;
}

.centerHighlight dd.img img {
	padding: 0px;
	width: 100px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	float: left;
	text-align: left;
	border: 1px solid #CCCCCC;
}

#centerWork {
	width: 185px;
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.5em;	
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#centerNews {
	width: 185px;
	float: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.5em;	
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#centerTeaser {
	float: left;
	width: 400px;
	margin-bottom: 40px;
	padding-top: 15px;
	border-top: 6px solid #993333;
}






/* news elements */

.news {
	width: 400px;
	background-image: url(../images/bg_news.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	margin-top: 10px;
	float: right;
}

.news dl {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.news dt {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 125%;
	margin-bottom: 3px;
	text-indent: 10px;
	float: left;
	width: 400px;
	clear: both;
}

.news dd {
	width: 390px;
	padding-left: 10px;
	float: left;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	color: #666666;
	line-height: 1.75em;
	text-align: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.news dd a{
	color: #993333;
	text-decoration: none;
}

.news dd a:hover{
	color: #666666;
	text-decoration: underline;
}

.newsItem {
	width: 400px;
	margin-top: 10px;
	float: right;
	margin-bottom: 50px;
}

.newsHeadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #666666;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	margin-bottom: 25px;
	line-height: 1em;
}

.newsText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.5em;
	color:#666666;
}






/* work elements */

#work {
	width: 610px;
	margin-top: 0px;
	text-align: left;
	display: inline; /* fixes IE/Win double margin bug */
}

#work img {
	margin-bottom: 20px;
}

#workTop {
	width: 610px;
	float: right;
	margin-right: 60px;
	text-align: left;
}

#workTop img{
	margin-bottom: 10px;
}

.workTopNav {
	width: 610px;
	margin-bottom: 60px;
	text-indent: 2px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
}

.workTopNav a{
	color: #993333;
	text-decoration: none;
}

.workTopNav a:hover{
	color: #666666;
	text-decoration: underline;
}

.workTopNav img {
	margin-right: 10px;
}

.workHeadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #666666;
	margin-bottom: 10px;
	font-weight: bold;
	width: 400px;
}

.workText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.5em;
	color:#666666;
	width: 400px;
	margin-bottom: 60px;
}

.workText img{
	margin-top: 10px;
	margin-bottom: 40px;
	display: block;
}

.workLongText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 1.5em;
	color: #666666;
	width: 610px;
	margin-bottom: 60px;
}

.workLogo {
	margin-bottom: 20px;
	display: inline;
}

#workLogoGroup {
	margin-bottom: 60px;
}






/* bios elements */

#bios2 {
	width: 610px;
	margin-top: 0px;
	text-align: left;
	display: block; 
}

.bios img{
	margin-bottom: 10px;
}

.biosNav {
	width: 610px;
	margin-bottom: 58px;
	padding-left: 3px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.25em;
}

.biosNav a{
	color: #993333;
	text-decoration: none;
}

.biosNav a:hover{
	color: #666666;
	text-decoration: underline;
}

.biosNav img {
	margin-right: 10px;
}

.biosText {
	margin-right: 60px;
	width: 400px;
	float: left;
	display: block;
	margin-bottom: 40px;
}

.biosName {
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #666666;
	margin-bottom: 0px;
	font-weight: bold;
}

.biosTitle {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 100%;
	color:#666666;
	margin-bottom: 10px;
}

.biosDescrip {
	width: 400px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.5em;
	margin-bottom: 40px;
}

.biosPhoto {
	width: 210px;
	float: right;
	display: block;
}






/* footer elements */

#footer2 {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#footerText {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: 50px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#footerText a{
	color: #999999;
	text-decoration:none;
}

#footerText a:hover{
	color:#666666;
	text-decoration: none;
}






/* nav elements */

#nav {
	width: 150px;
	text-align: left;
}

#nav img{
	margin-bottom: 40px;
	margin-top: 40px;
	border: 0px;
}

.navItem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	line-height: 2.5em;
	text-transform: uppercase;
}

.navItem a{
	color: #999999;
	text-decoration: none;
}

.navItem a:hover{
	color: #666666;
	text-decoration: none;
}






/* coverage elements */

.coverage {
	width: 380px;
	float: left;
	margin-bottom: 30px;
	margin-top: 10px;
	background: url(../images/bg_news.gif) repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.coverage img{
	margin-bottom: 8px;
}

.coverageText {
	width: 360px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #666666;
	line-height: 1.4em;
}
	
.coverageItem {
	width: 400px;
	margin-top: 10px;
	float: right;
	margin-bottom: 50px;
}

.coverageItemHeadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #666666;
	margin-bottom: 5px;
	font-weight: bold;
}

.coverageItemSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	margin-bottom: 5px;
	line-height: 1em;
}

.coverageItemText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	line-height: 1.5em;
	color:#666666;
}

.coverageItemDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1em;
	color: #666666;
	margin-bottom: 20px;
}






/* podcast elements */

.centerPodcast {
	width: 400px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	float: left;
	background: url(../images/bg_news.gif) repeat-x;
	margin-bottom: 40px;
}

.centerPodcast dl {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.centerPodcast dt {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 125%;
	margin-bottom: 10px;
	text-indent: 10px;
	float: left;
	width: 400px;
	clear: both;
}

.centerPodcast dd {
	float: left;
	width: 370px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	color: #666666;
	line-height: 1.5em;
	text-align: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.centerPodcast dd.audio {
	float: left;
	width: 370px;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-right: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	color: #666666;
	line-height: 1.75em;
	text-align: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.centerPodcast dd a{
	color: #993333;
	text-decoration:none;
}

.centerPodcast dd a:hover{
	color: #666666;
	text-decoration: underline;
}






/* universe elements */

.universe {
	width: 400px;
	padding: 5px 0 0 0;
	border-bottom: 6px solid #993333;
	float: left;
	margin: 0 0 5px 0;
}

.universe dl {
	margin: 10px 0 0 0;
	float: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.universe dd {
	width: 280px;
	margin: 0;	
	padding-right: 0 0 0 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 85%;
	color: #666666;
	line-height: 1.5em;
	text-align: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.universe dd a{
	color: #993333;
	text-decoration:none;
}

.universe dd a:hover{
	color: #666666;
	text-decoration: underline;
}

.universe dd.img img {
	padding: 0;
	width: 130px;
	margin: 0 10px 0 10px;
	float: left;
	text-align: left;
}