@charset "UTF-8";
/* CSS Document */

/* Gen */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	color: #474640;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: none;
	display: block;
}
p {
	margin-bottom: 16px;
}
h1, h2, h3 {
	font-size: 13px;
	line-height: 16px;
}
h1, h2 {
	font-weight: bold;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
}
h3 {
	font-style: italic;
	font-weight: normal;
}
blockquote {
	margin: 0px 32px;
}

/* Turquoise links */

.turquoise a:link, .turquoise a:visited {
	color: #0fbb95;
}
.turquoise a:hover, .turquoise a:active {
	color: #474640;
}
ul .nav_turquoise a:link, ul .nav_turquoise a:visited {
	color: #474640;
}
ul .nav_turquoise a:hover, ul .nav_turquoise a:active {
	color: #0fbb95;
}
ul .nav_turquoise a.selected:link, ul .nav_turquoise a.selected:visited, ul .nav_turquoise a.selected:hover, ul .nav_turquoise a.selected:active {
	color: #0fbb95;
	font-weight: bold;
}
.button_turquoise a:link, .button_turquoise a:visited {
	color: #0fbb95;
}
.button_turquoise a:hover, .button_turquoise a:active {
	color: #474640;
}

/* Red links */

.red a:link, .red a:visited {
	color: #f63434;
}
.red a:hover, .red a:active {
	color: #474640;
}
ul .nav_red a:link, ul .nav_red a:visited {
	color: #474640;
}
ul .nav_red a:hover, ul .nav_red a:active {
	color: #f63434;
}
ul .nav_red a.selected:link, ul .nav_red a.selected:visited, ul .nav_red a.selected:hover, ul .nav_red a.selected:active {
	color: #f63434;
	font-weight: bold;
}
.button_red a:link, .button_red a:visited {
	color: #f63434;
}
.button_red a:hover, .button_red a:active {
	color: #474640;
}

/* Green links */

.green a:link, .green a:visited {
	color: #50bf2f;
}
.green a:hover, .green a:active {
	color: #474640;
}
ul .nav_green a:link, ul .nav_green a:visited {
	color: #474640;
}
ul .nav_green a:hover, ul .nav_green a:active {
	color: #50bf2f;
}
ul .nav_green a.selected:link, ul .nav_green a.selected:visited, ul .nav_green a.selected:hover, ul .nav_green a.selected:active {
	color: #50bf2f;
	font-weight: bold;
}
.button_green a:link, .button_green a:visited {
	color: #50bf2f;
}
.button_green a:hover, .button_green a:active {
	color: #474640;
}

/* Blue links */

.blue a:link, .blue a:visited {
	color: #25cff9;
}
.blue a:hover, .blue a:active {
	color: #474640;
}
ul .nav_blue a:link, ul .nav_blue a:visited {
	color: #474640;
}
ul .nav_blue a:hover, ul .nav_blue a:active {
	color: #25cff9;
}
ul .nav_blue a.selected:link, ul .nav_blue a.selected:visited, ul .nav_blue a.selected:hover, ul .nav_blue a.selected:active {
	color: #25cff9;
	font-weight: bold;
}
.button_blue a:link, .button_blue a:visited {
	color: #25cff9;
}
.button_blue a:hover, .button_blue a:active {
	color: #474640;
}

/* Orange links */

.orange a:link, .orange a:visited {
	color: #fe5d05;
}
.orange a:hover, .orange a:active {
	color: #474640;
}
ul .nav_orange a:link, ul .nav_orange a:visited {
	color: #474640;
}
ul .nav_orange a:hover, ul .nav_orange a:active {
	color: #fe5d05;
}
ul .nav_orange a.selected:link, ul .nav_orange a.selected:visited, ul .nav_orange a.selected:hover, ul .nav_orange a.selected:active {
	color: #fe5d05;
	font-weight: bold;
}
.button_orange a:link, .button_orange a:visited {
	color: #fe5d05;
}
.button_orange a:hover, .button_orange a:active {
	color: #474640;
}

/* Purple links */

.purple a:link, .purple a:visited {
	color: #9b0fc3;
}
.purple a:hover, .purple a:active {
	color: #474640;
}
ul .nav_purple a:link, ul .nav_purple a:visited {
	color: #474640;
}
ul .nav_purple a:hover, ul .nav_purple a:active {
	color: #9b0fc3;
}
ul .nav_purple a.selected:link, ul .nav_purple a.selected:visited, ul .nav_purple a.selected:hover, ul .nav_purple a.selected:active {
	color: #9b0fc3;
	font-weight: bold;
}
.button_purple a:link, .button_purple a:visited {
	color: #9b0fc3;
}
.button_purple a:hover, .button_purple a:active {
	color: #474640;
}

/* Yellow links */

.yellow a:link, .yellow a:visited {
	color: #dfa300;
}
.yellow a:hover, .yellow a:active {
	color: #474640;
}
ul .nav_yellow a:link, ul .nav_yellow a:visited {
	color: #474640;
}
ul .nav_yellow a:hover, ul .nav_yellow a:active {
	color: #dfa300;
}
ul .nav_yellow a.selected:link, ul .nav_yellow a.selected:visited, ul .nav_yellow a.selected:hover, ul .nav_yellow a.selected:active {
	color: #dfa300;
	font-weight: bold;
}
.button_yellow a:link, .button_yellow a:visited {
	color: #dfa300;
}
.button_yellow a:hover, .button_yellow a:active {
	color: #474640;
}

/* Gen wrappers */

#wrapper {
	background-image: url(../img/gen/crest_bg.gif);
	background-position: center 318px;
	background-repeat: no-repeat;
	min-height: 100%;
	margin: 0px auto;
	width: 967px;
}
#wrapper.red {
	*background-image: none;
}

/* Header */

#header {
	margin-bottom: 58px;
	margin-left: 14px;
	padding-top: 33px;
	width: 582px;
}

/* Nav */

#nav {
	margin-bottom: 15px;
	margin-left: 15px;
	overflow: hidden;
}
#nav ul {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 15px;
	list-style: none;
}
#nav ul ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#nav li {
	float: left;
	margin-right: 5px;
	width: 152px;
}
#nav li li {
	margin: 0;
}
#nav li a {
	border-bottom: solid 1px #474640;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#nav li li a {
	border-bottom: none;
	display: block;
	margin: 0;
	padding: 0 0 1px 0;
}
.red ul.nav_turquoise, .red ul.nav_green, .red ul.nav_blue, .red ul.nav_orange, .red ul.nav_purple, .red ul.nav_yellow, .turquoise ul.nav_green, .turquoise ul.nav_blue, .turquoise ul.nav_orange, .turquoise ul.nav_purple, .turquoise ul.nav_yellow, .green ul.nav_turquoise, .green ul.nav_blue, .green ul.nav_orange, .green ul.nav_purple, .green ul.nav_yellow, .blue ul.nav_turquoise, .blue ul.nav_green, .blue ul.nav_orange, .blue ul.nav_purple, .blue ul.nav_yellow, .orange ul.nav_turquoise, .orange ul.nav_green, .orange ul.nav_blue, .orange ul.nav_purple, .orange ul.nav_yellow, .purple ul.nav_turquoise, .purple ul.nav_green, .purple ul.nav_blue, .purple ul.nav_orange, .purple ul.nav_yellow, .yellow ul.nav_turquoise, .yellow ul.nav_green, .yellow ul.nav_blue, .yellow ul.nav_orange, .yellow ul.nav_purple {
		visibility: hidden;
}

/* Footer */

#footer {
	border-top: solid 1px #474640;
	clear: both;
	margin: 100px 15px 0px 15px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 50px;
}
* html .red #footer {
	border-top: none;
}
#footer #address {
	float: left;
}
#footer #shopping_basket_link {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#footer #shopping_basket_link a:link, #footer #shopping_basket_link a:visited {
	color: #88877e;
}
#footer #shopping_basket_link a:hover, #footer #shopping_basket_link a:active {
	color: #474640;
}

/* General content */

#content_wrapper {
	clear: both;
	margin: 0px 15px;
	overflow: hidden;
}
#content_wrapper ul {
	list-style-image: url(../img/gen/bullet.png);
	margin: 0px 0px 16px 18px;
}
#content_wrapper hr {
	border: none;
	clear: both;
	height: 1px;
}
* html #content_wrapper hr {
	display: block;
	margin: -7px 0px;
	overflow: hidden;
	padding: 0;
}
#content_wrapper table {
	line-height: 16px;
}
#content_wrapper th {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 2px 0px;
	vertical-align: top;
}
#content_wrapper td {
	padding: 2px 0px;
	text-align: left;
	vertical-align: top;
}
#content_wrapper td + td, #content_wrapper th + th {
	padding-left: 3px;
}
.narrow {
	width: 309px;
}
.wide {
	width: 466px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.bg, .no_bg {
	overflow: hidden;
}
.padding {
	margin-bottom: -16px;
	overflow: hidden;
}
.bg.narrow .padding {
	width: 297px;
}
.bg.wide .padding {
	width: 454px;
}
.bg .padding, .bg h1 {
	padding: 5px 6px;
}
.no_bg .padding, .no_bg h1 {
	padding: 5px 0px;
}
.padding_wrapper {
	overflow: hidden;
}
.narrow .padding_wrapper {
	width: 309px;
}
.wide .padding_wrapper {
	width: 466px;
}
.next_page {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	float: right;
	padding: 5px 6px;
}
.page_number {
	border-bottom: none !important;
}
h1 span {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.padding table {
	margin-bottom: 16px;
} 
.limit_width .event_wrapper {
	width: 297px;
}


/* Slideshow */

#slideshow {
	height: 311px;
	width: 466px;
}
#slideshow_council_page {
	height: 311px;
	overflow: hidden;
	width: 309px;
}
#controls {
	color: #88877e;
	font-size: 12px;
	font-style: italic;
	height: 30px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 466px;
}
#controls #caption {
	float: left;
	width: 349px;
}
#controls #caption_council_page {
	float: left;
	width: 309px;	
}
#controls #prev_next {
	float: right;
	text-align: right;
	width: 112px;
}
.purple #controls {
	margin-bottom: 41px;
}
/* .orange #slideshow, .orange #image {
	margin-top: -6px;
} */

/* Fellows */

#fellows_images_wrapper {
	margin-top: 16px;
	overflow: hidden;
	width: 471px;
}
#review_images_wrapper {
	margin-top: 2px;
	overflow: hidden;
	width: 471px;
}
#review_images_wrapper {
	*padding-bottom: 16px;
}
.thumb_image_wrapper {
	float: left;
	height: 155px;
	margin: 0 57px 10px 0;
	width: 100px;
}
div#review_images_wrapper .thumb_image_wrapper {
	margin-bottom: 30px;
}
}
.thumb_image {
	display: inline-block;
}
.thumb_image img {
	padding-bottom: 5px;
}
.thumb_image a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#fellows_footer {
	clear: left;
	font-style: italic;
}
ul#a_to_z {
	border-bottom: solid 1px #0fc39b;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}
ul#a_to_z li {
	display: inline;
	margin-right: 3px;
}
ul#a_to_z a.selected {
	color: #474640;
}
ul#list_of_fellows {
	list-style: none;
	margin-left: 0px;
}
#year_of_election {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
#fellow_detail_wrapper {
	overflow: hidden;
}
#fellow_detail_wrapper .no_bg {
	border-bottom: none;
}
.fellow_detail_footer {
	background-image: url(../img/gen/fellow_footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 1px;
	padding-top: 16px;
}
.obituary_wrapper {
	margin-bottom: 5px;
}
.article_wrapper {
	margin-bottom: 5px;
}

/* Events */

.event_wrapper {
	margin-bottom: 16px;
}
.event_date {
	font-family: Helvetica, Arial, sans-serif;
}
.event_date, .event_title, .event_name {
	font-weight: bold;
}
.event_info {
	font-style: italic;
}
.small_images_wrapper {
	overflow: hidden;
}
.no_bg .small_images_wrapper {
	width: 466px;
}
.bg .small_images_wrapper {
	width: 454px;
}
.small_images {
	float: left;
	margin: 2px 0px 10px 0px;
	width: 100px;
}
.small_images img {
	margin-bottom: 8px;
}
.no_bg .small_images_wrapper .text_wrapper, .no_bg .small_images_wrapper .event_wrapper {
	float: right;
	width: 358px;
}
.bg .small_images_wrapper .text_wrapper, .bg .small_images_wrapper .event_wrapper {
	float: right;
	width: 346px;
}
/* .no_bg .small_images ~ p {
	float: right;
	width: 358px;
}
.no_bg .small_images + .event_wrapper {
	float: right;
	width: 358px;
}
.bg .small_images ~ p {
	float: right;
	width: 346px;
}
.bg .small_images + .event_wrapper {
	float: right;
	width: 346px;
} */
.soundcloud {
	margin-bottom: 0px;
}
.soundcloud h1 {
	border-bottom: none !important;
	margin-top: -5px;
}
.soundcloud .event_wrapper {
	margin-bottom: 5px;
}
.featured_lecture {
	margin-top: 24px;
}
.soundcloud object {
	margin-top: 3px;
	margin-bottom: 3px;
}
.featured_lecture a {
	font-weight: bold;
}
#faq_wrapper {
	
}
.faq {
	margin-bottom: 24px;
}
* html .faq {
	margin-bottom: 40px;
}
/* .faq + .faq {
	margin-top: 24px;
} */

	
/* Awards */

.awards_list_title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 16px 0px;
}
.award_title {
	color: #fe5d05;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* Contact */
.yellow form {
	margin: 16px 0px;
}
.yellow input {
	background-color: #FFFFFF;
	border: none;
	color: #474640;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 3px 0px 16px 0px;
	padding: 4px;
	width: 289px;
}
.yellow label {
	font-weight: bold;
}
#submit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* Home */
#home_buttons_wrapper {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	float: right;
	line-height: 18px;
	height: 165px;
	overflow: hidden;
	padding: 33px 15px 0px 0px;
	text-align: center;
	width: 314px;
}
#home_buttons_wrapper .button {
	border-top: solid 1px #f63434;
	border-bottom: solid 1px #f63434;
	float: right;
	margin-left: 5px;
	max-height: 163px;
	width: 152px;
}
* html #home_buttons_wrapper a {
	display: block;
}
#home_buttons_wrapper .arrow {
	background-image: url(../img/gen/arrow_red.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 18px;
}
#home_buttons_wrapper .link {
	background-image: url(../img/gen/bg_opacity_red.png);
	background-repeat: repeat;
	border-top: solid 1px #f63434;
	padding: 10px;
}
.button a:link, .button a:visited {
	color: #f63434;
}
.button a:hover, .button a:active {
	color: #474640;
}
.red #quotes {
	float: left;
	height: 545px;
	width: 623px;
}
.red .next_quote {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	width: 623px;
}
.red #content_wrapper {
	margin-top: -100px;
}
#quotes .quote {
	color: #f63434;
	font-size: 36px;
	line-height: 42px;
	overflow: hidden;
}
#quotes .quote .quote_text {
	float: left;
	width: 550px;
}
#quotes .quote .name {
	float: left;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	padding: 10px 0 0 18px;
}
#quotes .quote .quotation_marks {
	float: left;
	margin: 0 3px 0 0;
}
/* Shop */

form .heading {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
}
table {
	line-height: 23px;
}
table select {
	margin: 3px;
}
.turquoise .submit {
	border-top: solid 1px #0fc39b;
}
.blue .submit {
	border-top: solid 1px #25cff9;
}
.submit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	overflow: hidden;
	padding: 5px 6px;
}
label {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
}
input, textarea {
	border: none;
	color: #474640;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 4px;
	padding: 5px;
	width: 287px;
}

/* --- */

.turquoise .bg, .turquoise .no_bg {
	border-top: solid 1px #0fbb95;
	border-bottom: solid 1px #0fbb95;
}
.turquoise .bg .padding {
	background-image: url(../img/gen/bg_opacity_turquoise.png);
	background-repeat: repeat;
}
.turquoise h1 {
	border-bottom: solid 1px #0fbb95;
}
.turquoise hr {
	background-color: #0fbb95;
	color: #0fbb95;
}
.turquoise .page_number {
	border-top: solid 1px #0fbb95;
}
.turquoise .event_title {
	color: #0fbb95;
}
/* .button_turquoise {
	border-top: solid 1px #0fbb95;
	border-bottom: solid 1px #0fbb95;
} 
.button_turquoise .arrow {
	background-image: url(../img/gen/arrow_turquoise.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.button_turquoise .link {
	background-image: url(../img/gen/bg_opacity_turquoise.png);
	background-repeat: repeat;
	border-top: solid 1px #0fbb95;
}
*/
.turquoise #small_quotes_wrapper {
	color: #0fbb95;
}

/* --- */

.red .bg, .red .no_bg {
	border-top: solid 1px #f63434;
	border-bottom: solid 1px #f63434;
}
.red .bg .padding {
	background-image: url(../img/gen/bg_opacity_red.png);
	background-repeat: repeat;
}
.red h1 {
	border-bottom: solid 1px #f63434;
}
.red hr {
	background-color: #f63434;
	color: #f63434;
}
.red .page_number {
	border-top: solid 1px #f63434;
}
.red .event_title {
	color: #f63434;
}
/* .button_red {
	border-top: solid 1px #f63434;
	border-bottom: solid 1px #f63434;
}
.button_red .arrow {
	background-image: url(../img/gen/arrow_red.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.button_red .link {
	background-image: url(../img/gen/bg_opacity_red.png);
	background-repeat: repeat;
	border-top: solid 1px #f63434;
} */
.red #small_quotes_wrapper {
	color: #f63434;
}

/* --- */

.green .bg, .green .no_bg {
	border-top: solid 1px #50bf2f;
	border-bottom: solid 1px #50bf2f;
}
.green .bg .padding {
	background-image: url(../img/gen/bg_opacity_green.png);
	background-repeat: repeat;
}
.green h1 {
	border-bottom: solid 1px #50bf2f;
}
.green hr {
	background-color: #50bf2f;
	color: #50bf2f;
}
.green .page_number {
	border-top: solid 1px #50bf2f;
}
.green .event_title {
	color: #50bf2f;
}
/* .button_green {
	border-top: solid 1px #50bf2f;
	border-bottom: solid 1px #50bf2f;
}
.button_green .arrow {
	background-image: url(../img/gen/arrow_green.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.button_green .link {
	background-image: url(../img/gen/bg_opacity_green.png);
	background-repeat: repeat;
	border-top: solid 1px #50bf2f;
} */
.green #small_quotes_wrapper {
	color: #50bf2f;
}

/* --- */

.blue .bg, .blue .no_bg {
	border-top: solid 1px #25cff9;
	border-bottom: solid 1px #25cff9;
}
.blue .bg .padding {
	background-image: url(../img/gen/bg_opacity_blue.png);
	background-repeat: repeat;
}
.blue h1 {
	border-bottom: solid 1px #25cff9;
}
.blue hr {
	background-color: #25cff9;
	color: #25cff9;
}
.blue .page_number {
	border-top: solid 1px #25cff9;
}
.blue .event_title {
	color: #25cff9;
}
/* .button_blue {
	border-top: solid 1px #25cff9;
	border-bottom: solid 1px #25cff9;
}
.button_blue .arrow {
	background-image: url(../img/gen/arrow_blue.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.button_blue .link {
	background-image: url(../img/gen/bg_opacity_blue.png);
	background-repeat: repeat;
	border-top: solid 1px #25cff9;
} */
.blue #small_quotes_wrapper {
	color: #25cff9;
}

/* --- */

.orange .bg, .orange .no_bg {
	border-top: solid 1px #fe5d05;
	border-bottom: solid 1px #fe5d05;
}
.orange .bg .padding {
	background-image: url(../img/gen/bg_opacity_orange.png);
	background-repeat: repeat;
}
.orange h1 {
	border-bottom: solid 1px #fe5d05;
}
.orange hr {
	background-color: #fe5d05;
	color: #fe5d05;
}
.orange .page_number {
	border-top: solid 1px #fe5d05;
}
/*.button_orange {
	border-top: solid 1px #fe5d05;
	border-bottom: solid 1px #fe5d05;
}
.button_orange .arrow {
	background-image: url(../img/gen/arrow_orange.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.button_orange .link {
	background-image: url(../img/gen/bg_opacity_orange.png);
	background-repeat: repeat;
	border-top: solid 1px #fe5d05;
} */
.orange #small_quotes_wrapper {
	color: #fe5d05;
}

/* --- */

.purple .bg, .purple .no_bg {
	border-top: solid 1px #9b0fc3;
	border-bottom: solid 1px #9b0fc3;
}
.purple .bg .padding {
	background-image: url(../img/gen/bg_opacity_purple.png);
	background-repeat: repeat;
}
.purple h1 {
	border-bottom: solid 1px #9b0fc3;
}
.purple hr {
	background-color: #9b0fc3;
	color: #9b0fc3;
}
.purple .page_number {
	border-top: solid 1px #9b0fc3;
}
.purple .event_title {
	color: #9b0fc3;
}
/* .button_purple {
	border-top: solid 1px #9b0fc3;
	border-bottom: solid 1px #9b0fc3;
}
.button_purple .arrow {
	background-image: url(../img/gen/arrow_purple.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.button_purple .link {
	background-image: url(../img/gen/bg_opacity_purple.png);
	background-repeat: repeat;
	border-top: solid 1px #9b0fc3;
} */
.purple #small_quotes_wrapper {
	color: #9b0fc3;
}

/* --- */

.yellow .bg, .yellow .no_bg {
	border-top: solid 1px #dfa300;
	border-bottom: solid 1px #dfa300;
}
.yellow .bg .padding {
	background-image: url(../img/gen/bg_opacity_yellow.png);
	background-repeat: repeat;
}
.yellow h1 {
	border-bottom: solid 1px #dfa300;
}
.yellow hr {
	background-color: #dfa300;
	color: #dfa300;
}
.yellow .page_number {
	border-top: solid 1px #dfa300;
}
.yellow .event_title {
	color: #dfa300;
}
/*.button_yellow {
	border-top: solid 1px #dfa300;
	border-bottom: solid 1px #dfa300;
}
.button_yellow .arrow {
	background-image: url(../img/gen/arrow_yellow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.button_yellow .link {
	background-image: url(../img/gen/bg_opacity_yellow.png);
	background-repeat: repeat;
	border-top: solid 1px #dfa300;
} */
.yellow #small_quotes_wrapper {
	color: #dfa300;
}

/* --- ADVERT --- */

#tls_advert {
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	width: 466px;
}
#tls_advert #advert_link {
	height: 70px;
	left: 0;
	position: absolute;
	top: 0;
	width: 466px;
	z-index: 100;
}

/* --- SMALL QUOTES --- */

#small_quotes_wrapper {
	float: right;
	font-size: 14px;
	height: 170px;
	line-height: 17px;
	overflow: hidden;
	margin: 33px 15px 0px 0px;
	width: 316px;
}
#small_quotes_wrapper .name {
	font-size: 12px;
	font-style: italic;
}
#small_quotes_wrapper .quotation_marks {
	float: left;
	height: 164px;
	margin: 0 2px 0 0;
}
