/* NEWS */

/* set date away from text */
.newsdate { font-weight: normal; float: left; width: 10em; }
/* news headline paragraph */
.newsheadline { font-weight: bold; margin-bottom: 0.5ex; }
.newstext { margin-left: 10em; }

.news { margin-bottom: 1em; }


/* EXTRAVAGANZA */
#tab {
	width: 5em;
	float: left;
	}
	
/* PHOTO GALLERY */
.photoend {
	clear: both;
	}
.photothumbbox {
	width: 140px;
	float: left;
	padding: 0;
	border: 1px solid #999999;
	margin: 0 1em 1em 0;
	font-family: Arial, Helvetica, sans-serif; font-size: 85%;
	background-color: white;
	}
.photothumbbox img {
	border: 0px;
	}
.bigpicture {
  border: 1px black solid;
  }

/* COMMENTS */
.comment {
	padding: 1.5ex 0;
	}
.comment p {
	margin: 0;
	}
.quoteattribution {
	margin-top: 0.5ex !important;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif; font-size: 85%;
	}
	
	
/* FAQ */
.faq {
	margin-bottom: 3ex;
	}
.question {
	font-weight: bold;
	margin-bottom: 1ex;
	}
.answer {
	margin-left: 1em;
	}