/*
gold: #993
*/
/* cms styles */
#body .video {
	margin: 12px 0;
	text-align: center;
}
#body .photoset {
	margin: 12px 0;
}
#body .photoset .ps_img {
	float: left;
	margin: 9px 18px 9px 0;
	border: 2px solid #999;
}
#body .photoset .ps_img img {
}
#body .para_img {
	border: 2px solid #999;
}
#body .para_img img {
}
#body div.right {
	margin: 12px 0 12px 12px;
    float: right;
}
#body div.left {
	margin: 12px 12px 12px 0;
    float: left;
}
#body .rf-paragraph {
	margin: 0 0 18px 0;
}
#body .rf-paragraph h3 {
	margin-top: 0;
}



body {
	padding: 0;
	margin: 0;
	background: #000;
}
a img {
	border: 0;
}
a {
	outline:none; 
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
}
img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
}
img.bordered {
    border: 1px solid #999;
}
#body {
	background: url(bodybg-top.jpg) no-repeat top center;
	color: #b2b2b2;
	font: 15px Verdana, Arial, sans-serif;
}
#outer {
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 150px;
	position: relative;
}
#search_box {
	position: absolute;
	width: 300px;
	top: 25px;
	right: 33px;
	height: 40px;
	text-align: right;
}
#search_box input {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 0px;
	width: 90px;
}
#search_box input:focus {
	border: 1px solid #ccc;
}
#search_box input#submit {
	background: #666;
	border: 1px solid #ccc;
	border-left: none;
	color: #ccc;
	width: 25px;
	padding: 1px;
}
#nav {
	height: 22px;
	padding: 0 0 0 35px;
}
#nav a {
	float: left;
	line-height: 14px;
	padding: 3px 38px 0 38px;
	border-color: #585858;
	border-style: solid;
	border-width: 1px 1px 0 0;
	font: 14px Verdana, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a.first {
	border-width: 1px 1px 0 1px;
}
#nav a.active, #nav a:hover {
	color: #993;
}

#sidebar {
	width: 200px;
	float: left;
}
#sidebar_inside {
	padding: 70px 20px 40px 35px
}
#sidebar h3 {
	padding: 15px 0 5px 0;
	margin: 0 0 10px 0;
	display: block;
	font: 16px Verdana, Arial, sans-serif;
	color: #fff;
	font-variant: small-caps;
	border-bottom: 1px solid #666;
}
#sidebar a {
	padding: 15px 0;
	display: block;
	font: 16px Verdana, Arial, sans-serif;
	color: #fff;
	font-variant: small-caps;
	text-decoration: none;
	border-top: 1px solid #666;
}
#sidebar a.first {
	border-top: 0;
}
#sidebar a.withsub {
	padding-bottom: 5px;
}
#sidebar a:hover, #sidebar a.active {
	color: #993;
}
#sidebar .subsub a {
	border-top: 0;
	padding: 0;
}
#sidebar .subsub a.year {
	padding-left: 10px;
}
#sidebar .subsub a.month {
	padding-left: 20px;
	color: #ccc;
}
#sidebar .subsub a:hover, #sidebar .subsub a.active {
	color: #993;
}
#sidebar .login_links a {
	display: block;
	font-variant: none;
	border: 0;
	padding: 0;
	margin: 0 0 6px 0;
	color: #993;
}

#homepage_left {
	float: left;
	height: 100%;
	padding-left: 35px;
	padding-top: 30px;
}
#homepage_portrait {
	height: 340px;	
}

#content {
	width: 760px;
	float: left;
	min-height: 400px;
}
#content a {
	color: #993;
	font-style: italic;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
	text-decoration: underline;
}

#wrapper.no_sidebar #content {
	width: 100%;
	float: none;
}
#content_text {
	padding: 30px 20px 20px 20px;
}
#content_text #heading {
	border-bottom: 1px solid #666;
	overflow: hidden;
	height: 1%;
	margin-bottom: 15px;
}
#content_text #heading h1 {
	color: #993;
	margin: 0;
	font-weight: normal;
	font: 38px Verdana, Arial, sans-serif;
	font-variant: small-caps;
	height: 54px;
	white-space: nowrap;
	padding: 0 20px 0 10px;
}
#content_text #heading h1:first-letter {
	font: 48px "Times New Roman", Times, serif;
	color: #ccc;
}
#content_text #heading h2 {
	border-left: 1px solid #666;
	padding-left: 15px;
	padding-bottom: 3px;
	margin: 0;
	font: 28px Verdana, Arial, sans-serif;
	font-variant: small-caps;
	color: #ccc;

}
#content_text #heading h2 div {

}
/*#content_text #text p:first-child:first-letter {
	font-size: 78px;
	font-family: "Times New Roman", Times, serif;
	float: left;
	padding: 5px 3px 2px 0;
}*/
#content_text #text { /*clearing*/
	height: 1%;
}
#content_text h2 {
	font: 28px Verdana, Arial, sans-serif;
	margin: 12px 0;
	color: #ccc;
}
#content_text .news_article {
    border-top: 1px solid #666;
    padding-top: 20px;
    margin: 20px 0;
}
#content_text .news_article_first {
	border: 0;
	padding-top: 0;
	margin: 20px 0;
}
#content_text .archive_item {
    border-top: 1px solid #666;
    padding-top: 20px;
    margin: 20px 0;
}
#content_text .archive_item_first {
	border: 0;
	padding-top: 0;
	margin: 20px 0;
}
#content_text li {
	margin: 6px 0;
}
#galleries label {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    font: 24px "Times New Roman", Times, serif;
	color: #ccc;
	font-variant: small-caps;
}
#galleries .gallery_page {
    width: 120px;
    padding: 10px 30px;
    float: left;
}
#galleries .gallery_page p{
    width: 120px;
    text-align: center;
}
#tabs {
	margin-top: 15px;
	height: 31px;
}
#tabs a {
	padding: 0 15px;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #777;
	text-decoration: none;
	font-style: normal;
	display: block;
	float: left;
	color: #fff;
	background: #777;
}
#tabs a:hover {
	color: #993;
	background: #000;
}
#tabs a.active {
	background: #000;
	border-bottom: 1px solid #000;
	color: #993;
}
#tabbed_area {
	border: 1px solid #777;
	padding: 5px 15px;
}
#photoset #focus_img_table {
    display: none;
    height: 520px;
}
#photoset #focus_img {
	width: 510px;
	height: 510px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#photoset #focus_img .caption {
	color: #fff;
	margin-top: 15px;
	margin-left: 5px;
	display: block;
	text-align: center;
}
#photoset #focus_img .galleria_wrapper {
	padding: 0px;
	margin: 0px;
	width: 510px;
}
#photoset #left_arrow, #photoset #right_arrow {
	width: 200px;
}
#photoset #left_arrow {
    text-align: right;
}
#photoset  {
    margin: 0px;
    padding: 10px;
}
#photoset  .gallery li {
    display: block;
	float: left;
	margin: 11px 11px;
	padding: 0px;
    border: 2px solid #999;
}
#photoset .gallery li.active {
    border: 2px solid #FFF;
}
#photoset .gallery li img {
	width: 80px;
	height: 80px;
	padding: 0px;
}
#content_text form label {
	float: left;
	width: 140px;
	padding-right: 20px;
	text-align: right;
}
#content_text form input.text {
	border: 1px solid #fff;
	background: #eee;
	padding: 2px;
	width: 200px;
}
#content_text form textarea {
	border: 1px solid #fff;
	background: #eee;
	padding: 2px;
	width: 200px;
}
#content_text select {
	border: 1px solid #fff;
	background: #eee;
	padding: 2px;
}
/* Gallery Photoset */
#gallery_photoset {
    float: left;
    position: relative;
    z-index: 10;
}
#gallery_photoset img {
    border: 1px solid #999;
}
#gallery_photoset #focus_img {
	width: 500px;
	height: 435px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#gallery_photoset #focus_img .caption {
	color: #fff;
	margin-top: 10px;
	margin-left: 5px;
	display: block;
	text-align: center;
}
#gallery_photoset #focus_img .galleria_wrapper {
	padding: 0px;
	margin: 0px;
	width: 500px;
}
#gallery_photoset #focus_img .galleria_container {
	width: 500px;
	height: 375px;
}
#gallery_photoset #focus_img .galleria_container img {
	display: block;
	margin: 0px auto;
}
#gallery_photoset #left_arrow, #gallery_photoset #right_arrow {
	width: 30px;
}
#gallery_photoset #left_arrow {
    text-align: right;
}
#gallery_photoset  {
    margin: 0px;
    padding: 10px;
}
#gallery_photoset  .gallery li {
    display: block;
	float: left;
	margin: 11px 11px;
	padding: 0px;
    border: 2px solid #999;
}
#gallery_photoset .gallery li.active {
    border: 2px solid #FFF;
}
#gallery_photoset .gallery li img {
	width: 80px;
	height: 80px;
	padding: 0px;
	border: none;
}
#photo_gallery {
	float: left;
	width: 244px;
	margin: 15px 20px 15px 0;
	text-align: center;
	overflow: hidden;
	height: 1%;
}
#photo_gallery .main_photo {
	display: block;
	margin: 0 auto 5px auto;
	border: 2px solid #fff;
}
#photo_gallery .photo {
	float: left;
	height: 50px;
	width: 50px;
	margin: 10px 4px 0 4px;
	border: 1px solid #ccc;
}
#page_text-with_gall {
	float: left;
	width: 610px;
}
#page_text-with_gall-2 {
	float: left;
	width: 420px;
}
#contact_form {
	float: left;
	width: 430px;
}

#footer {
	border-top: 1px solid #666;
	height: 30px;
	font-size: 10px;
	padding: 10px 0;
	margin: 10px 20px;
	color: #666;
	overflow: hidden;
	height: 1%;
}
#footer .provided_by, #footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .logos {
	float: right;
}

#body.homepage #content {
	width: 640px;
}
#body.homepage #content_text {
	padding-top: 0;
}

#home_text {
	padding: 0 30px 50px 30px;
}
#home_text h2 {
	color: #fff;
	text-transform: uppercase;
	font: 18px Verdana, Arial, sans-serif;
	margin-bottom: 0;
}
#home_text h2 span {
	font: 30px "Times New Roman", Times, serif;
}
#home_text #triptych {
	
}
#home_text .tri {
	float: left;
	width: 160px;
	font: 14px Verdana, Arial, sans-serif;
}
#home_text .tri h3 {
	margin: 0 0 6px 0;
	color: #993;
	font: 18px Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
#home_text .tri h3:first-letter {
	font: 29px "Times New Roman", Times, serif;
}
#home_text .tri p {
	margin: 0;
}
#home_text .tri a, #home_text .tri .fakelink {
	white-space: nowrap;
}
#home_text #gallery {
	margin: 0 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding: 0 10px;
}
#homepage_photosets {
    height: 160px;
	margin-top: 30px;
}
#homepage_photosets #rotating, #homepage_photosets #rotating2, #homepage_photosets #rotating3, #homepage_photosets #rotating4 {
    margin: 0 15px 20px 15px;
    width: 120px;
    float: left;
}
#homepage_photosets a.photoset {
	display: block;
	margin: 0;
}

#content_text form#registration_form label {
	width: 250px;
}

/* timeline */

#timeline_breadcrumb_and_legend {
	margin-bottom: 24px;
}
#timeline_breadcrumb_and_legend .breadcrumb {
	float: left;
	font-size: 14px;
	line-height: 29px;
}
#timeline_breadcrumb_and_legend .breadcrumb a {
	font-style: normal;
}
#timeline_breadcrumb_and_legend .legend {
	float: right;
}
#timeline_selector {
	height: 56px;
	border: 1px solid #464646;
	background: #000;
	overflow: hidden;
	position: relative;
}
#timeline_items {
	width: 615px !important;
	overflow: hidden;
	float: left;
}
#timeline_items ul {
	height: 36px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#timeline_items li {
	margin: 10px 0;
	padding: 0;
	border-right: 1px solid #464646;
	width: 88px;
	height: 36px;
	float: left;
	text-align: center;
}
#timeline_items li a {
	color: #fff;
	font: 18px Georgia, "Times News Roman", Times, serif;
	display: block;
	margin-bottom: 4px;
}
#timeline_items li .dots {
	width: 44px;
	/* change to 55 when 5th dot is added */
	height: 7px;
	margin: 0 auto;
}
#timeline_items li .dots .dot {
	width: 7px;
	height: 7px;
	padding: 0 2px;
	float: left;
	background: url(dot-darkgrey.gif) no-repeat top center;
}
#timeline_items li .dots .dot_paul-r-williams {
	background-image: url(dot-brown.gif);
}
#timeline_items li .dots .dot_news-at-the-time {
	background-image: url(dot-tan.gif);
}
#timeline_items li .dots .dot_social-urban-history {
	background-image: url(dot-green.gif);
}
#timeline_items li .dots .dot_american-architecture {
	background-image: url(dot-orange.gif);
}
#timeline_items li .dots .dot_image-comment {
	background-image: url(dot-purple.gif);
}
#timeline_items li a:hover {
	text-decoration: none;
}
#timeline_items a.active {
	color: #999933;
}

#timeline_next {
	width: 51px;
	height: 56px;
	float: left;
}
#timeline_prev {
	width: 51px;
	height: 56px;
	float: left;
}

#year_box {
	margin-top: 24px;
}
#year_box ul#year_tabs {
	height: 31px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#year_box ul#year_tabs li {
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
	float: left;
	height: 30px;
}
#year_box ul#year_tabs li a {
	border: 1px solid #767676;
	border-bottom: 1px solid #000;
	display: block;
	font: normal normal normal 14px/30px Verdana, sans-serif;
	text-transform: uppercase;
	float: left;
	margin: 0;
	height: 30px;
	padding: 0 15px;
	background: #000;
}
#year_box ul#year_tabs li.ui-state-default a {
	border-bottom: 0;
}
#year_box ul#year_tabs li.ui-state-active a {
	border-bottom: 1px solid #000;
}
#year_box ul#year_tabs li a:hover {
	text-decoration: none;
}
a#tab_paul-r-williams, li.ui-state-active a#tab_paul-r-williams:hover {
	color: #999933;
}
a#tab_news-at-the-time, li.ui-state-active a#tab_news-at-the-time:hover {
	color: #e6e691;
}
a#tab_social-urban-history, li.ui-state-active a#tab_social-urban-history:hover {
	color: #9ed300;
}
a#tab_american-architecture, li.ui-state-active a#tab_american-architecture:hover {
	color: #a76f00;
}
a#tab_image-comment, li.ui-state-active a#tab_image-comment:hover {
	color: #9999cc;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#year_content {
	border: 1px solid #767676;
	background: #000;
	padding: 15px;
}


/* other */

.spacer {
	padding: 1px 5px;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}


/* Override Lightbox styles */
#lightbox-image-details-caption {
    font-weight: bold;
}
#lightbox-image-details-caption div {
    font-weight: normal;
}
