﻿@charset "utf-8";
/* CSS Document */

@import url("section.css");


/******************************************************
**			Folklife Program CSS
******************************************************/

.verticalBox {
	padding-top:15px;	
	padding-bottom:15px;
	border-bottom:dashed 1px #cccccc;
	overflow:auto;
	clear:both;
}

.verticalBox h3 {
	font-weight:bolder;
	font-size:1.1em;
	padding:0px;
	margin:0px;
}

.verticalBox strong {
	/*color:#c29d00;*/
	font-weight:bolder;
	font-size:1.1em;
}

.verticalBox a {
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
}

.verticalBox ul {
	margin-top:6px;
	margin-left:0px;
	padding-left:0px;
}

.verticalBox ul li {
	margin-left:18px;
	padding-left:0px;	
}

.verticalBoxImage {
	padding:5px;
	overflow:visible;
	float:left;
	display:block;
	width:170px;
	clear:left;
}

.verticalBoxContent {
	margin-left:190px;
}

.verticalBoxContent p {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
}

.trackSample ol li {
	margin-bottom:12px;
}

/******************************************************
**			Markers Program CSS
******************************************************/

.markerList dd {
	margin-bottom:24px;
}



/*****************************************************
**			Color bars
*****************************************************/

#sectionContent H2 {
	color:#e1a441;
}

#sectionMenuName {
	background:#e1a441;
}

h4 {
	padding-bottom:0px;
	margin-bottom:0px;
}

.monthBox {
	clear:both;
	margin-bottom:24px;
}

.dayBox {
	float:left;
	width:125px;
	font-size:1.0em;
	font-weight:bold;
}

.descriptionBox {
	float:left;
	clear:right;
	width:375px;
}
.eventbox {
	overflow:auto;
	margin-bottom:6px;
}

.sectionheader {
	border-bottom: medium double #663;
}


/******************************************************
**			Press Release CSS
******************************************************/

#press-seal {
	text-align: center;
	}
	
#press-seal p {
	text-align: center;
	}
	
.pressRight {
	float: right;
	width:195px;
	}
	
.pressLeft {
	float: left;
	}	

.pressCenter {
	text-align: center;
	}
	
.clear {
	clear: both;
	}	
	
/******************************************************
**			Press Release CSS
******************************************************/	
	
.newsColumn {
	width:350px;
	float:left;
	height:240px;
	padding-left:12px;
}

/* ********************************
		Readmore Link
******************************** */

 .readMore {
	text-decoration:none;
	margin-right:12px;
	text-align:right;
	float:right;
 }
 
 #sectionContent H2 {
	 color:#e1a441;
 }
 
/* *******************************************
         Timeline Navigation
******************************************* */
ul.intervals {
    list-style-type: none;
    padding: 0;
    display: block;
}

ul.intervals a
{
	text-decoration:none;
}

ul.intervals a:hover
{
	text-decoration:underline;
}

/* The width depends on the number of periods. For example 100 / 7 = 14.29% -- then subtract a little bit for room for the borders */
ul.intervals li {
    background: #fff url(/images/1x1_eee.gif) repeat-x left 10%;
    border-right: 1px solid #ccc;
    color: #999;
    float: left;
    font-size: 1.0em;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 10%;
}

ul.intervals li.first {
    border-left: 1px solid #ccc;
}


/* ********************************
		Table
******************************** */

#timeline td 
{
	padding: .5em .25em;
}

td.period 
{
	border-bottom: thin solid #CCC;	
}
td.highlight
{
    /* background-color: #E1A441; */
	background-color: #f0bd6a;
}

td.year
{
    width: 120px;
    vertical-align: top;
}

/* ********************************
		Bibliography
******************************** */
.bibliography p 
{
    margin-left: 3em;
    text-indent: -3em;
}

/* ********************************
		Misc.
******************************** */
.preservation img 
{
    padding: 4px;
    border: solid 1px #9e9993;
}

h5.highlight
{
    padding: .5em;
    background-color: #E1A441;
}

h5.subhead
{
    color: #E1A441;
}

/* ********************************************
		Chapter Navigaton Next-Previous
*********************************************** */

#next-previous
{
	text-align:center;
	font-size: 1.1em;	
}


/* ********************************************
		Blockquote
*********************************************** */

blockquote {
font-family: Georgia, serif;
font-style: italic;
font-size: 15px;
line-height: 1.45;
margin:22px 40px;
padding:3px;
padding: 0 50px;
background: transparent url("../../images/blockquote.gif") no-repeat 0 0;
overflow:hidden;
}

blockquote cite {
color: #999999;
font-size: 13px;
display: block;
margin-top: 5px;
}

/* ********************************************
		Comprehensive CSS
*********************************************** */
#credit {
	margin-top: 3em;
	}

#credit p{
	font-size: 80%;
	}  

/* ********************************************
		Main Street CSS
*********************************************** */
#partners li {
	padding: 5px 0px;
	}
	
#consultants li{
	list-style-type:none;}
}
