/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }



html {
	font-size: 15px;
	font-family: Georgia, 'Times New Roman';
	color: #373737;
}

a {
	color: #990000;
}
p{
	margin-bottom: 7px;
}

.rssIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/icon-rss.png) no-repeat center center;
}

#container {
	margin: 0 auto;
	padding: 0 20px;
width: 978px;
}

#container {
	margin: 30px auto;
}

#container .content {
	overflow: hidden;
	margin-bottom: 30px;
}

#container h1 {
	margin-bottom: 6px;
	padding-bottom: 4px;
	font-size: 30px;
	border-bottom: 1px solid #373737;
}
#container h1 .hSidebar {
	float: right;
	width: 200px;
}
#container h1 .hSidebar .date {
	font-size: 24px;
}
#container h1 .hSidebar .allLink {
	float: right;
	margin-top: 14px;
	color: #373737;
	font: 11px Tahoma, Arial, sans-serif;
}

#container h2 {
	margin-bottom: 10px;
	font-size: 24px;
}

#container h4 {
	margin-bottom: 12px;
	padding-top: 12px;
	text-transform: uppercase;
}

#container h5 {
	margin-top: 14px;
	margin-bottom: 4px;
	font-weight: bold;
}

#container .moreRow {
	font: bold 12px Tahoma, Arial, sans-serif;
}
#container .moreRow .arrow {
	display: inline-block;
	margin-left: 1ex;
	text-decoration: none;
}

#container .sidebarRight {
	float: right;
	margin-left: 20px;
	margin-top: 6px;
	width: 200px;
}
#container .sidebarRight h1 {
	font-size: 24px;
}
#container .sidebarRight h3 {
	font-size: 20px;
}
#container .sidebarRight h3 .rssIcon {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
#container .sidebarRight h3 a {
	text-decoration: none;
}
#container .sidebarRight .videoBlock {
	margin-bottom: 30px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #DCDCDC;
}
#container .sidebarRight .videoBlock p {
	margin: 4px 0;
}
#container .sidebarRight .videoBlock .author {
	margin-top: 10px;
	font-style: italic;
}
#container .sidebarRight .booksBlock {

}
#container .sidebarRight .booksBlock h1 {
	margin-bottom: 0;
}
#container .sidebarRight .booksBlock .booksList {
	background: #DCDCDC;
}
#container .sidebarRight .booksBlock .booksList li {
	padding: 20px 10px 10px;
	border-bottom: 1px dashed white;
}
#container .sidebarRight .booksBlock .booksList a {
	color: #373737;
}
#container .sidebarRight .booksBlock .booksList .author {
	margin-bottom: 4px;
	font-style: italic;
}
#container .sidebarRight .booksBlock .moreRow {
	padding: 14px 10px;
	background: #DCDCDC;
}

#container .imageComment {
	margin: 4px 0 20px;
	color: #5a5a5a;
	font: 11px Tahoma, Arial, sans-serif;
}

#container .postBlock {
	margin-bottom: 30px;
	padding-bottom: 8px;
	/*border-bottom: 1px dashed #DCDCDC;*/
}
#container .postBlock .moreRow {
	margin-top: 15px;
}

#container .historyGalleryBlock h4 {
	color: #709736;
	background: url(/images/hr-olive.png) repeat-x left top;
}
#container .historyGalleryBlock a {
	color: #709736;
}


#container .grayBlock a,
#container .grayBlock h4 {
	color: #737373;
}
#container .grayBlock h4 {
	background: url(/images/hr-gray.png) repeat-x left top;
}
#container .warBlock a,
#container .warBlock h4 {
	color: #1d5a86;
}
#container .warBlock h4 {
	background: url(/images/hr-sea.png) repeat-x left top;
}
#container .encyclopediaBlock a,
#container .encyclopediaBlock h4 {
	color: #c84f24;
}
#container .encyclopediaBlock h4 {
	background: url(/images/hr-rust.png) repeat-x left top;
}
#container .archiveBlock a,
#container .archiveBlock h4 {
	color: #1f785c;
}
#container .archiveBlock h4 {
	background: url(/images/hr-green.png) repeat-x left top;
}
#container .philosophyBlock a,
#container .philosophyBlock h4 {
	color: #934c6e;
}
#container .philosophyBlock h4 {
	background: url(/images/hr-mauve.png) repeat-x left top;
}

#container .columns {
	overflow: hidden;
}
#container .columns .column {
	float: left;
}
#container .columns-4 {
	margin-right: -20px;
}
#container .columns-4 .column {
	margin-right: 20px;
	width: 225px;
}
#container .columns-4 h4 {
	margin-bottom: 4px;
	font-size: 13px;
}


.leftSidebar {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	width: 225px;
}

.historyEventNav {
	margin-bottom: 10px;
	
	background-color: #f4f4f4;	
	border-top: 1px solid #363636;
}

.historyEventNav ul ul {
/*display:none !important;*/
}

.historyEventNav ul li.current ul {
	display:block;
}






.historyEventNav ul ul ul {
	/*display:none !important;*/
}

.historyEventNav ul li.current ul li.current ul {
	display:block !important;
}


.historyEventNav .topLevel > li {
	padding: 5px 10px;
	border-bottom: 1px solid #c2c2c2;
}
.historyEventNav .topLevel li.current {
	background: #e2e2e2;
}
.historyEventNav .topLevel a {
	color: #101010;
	text-decoration: none;
}

.historyEventNav .secondLevel > li {
	margin: 5px 0 5px 10px;
	padding-top: 5px;
	list-style: disc;
	list-style-position: inside;
	border-top: 1px solid #c2c2c2;
}
.historyEventNav .secondLevel > li:first-child {
	border: none;
}
.historyEventNav .secondLevel a {
	font: 12px/12px Tahoma;
	text-decoration: none;
	color: #494949;
}

.historyEventNav .thirdLevel > li {
	margin: 5px 0 5px 10px;
	list-style: disc;
	list-style-position: inside;
}
.historyEventNav .thirdLevel a {
	font: 11px/11px Tahoma;
	text-decoration: none;
	color: #494949;
}

.sidebarMenu {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #363636;
}
.sidebarMenu  li {
	font-size: 17px;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;	
}
.sidebarMenu  a {
	text-decoration: none;
	color: #363636;
}
.sidebarMenu a:hover {
	text-decoration: underline;
}

.sidebarMenu ul li ul {
	margin: 6px 0 6px 15px;
}
.sidebarMenu ul li ul li{
	font-size: 15px;
	margin: 5px;
}
.newsBarBlock {
	overflow: hidden;
	padding: 10px;
	background-color: #f4f4f4;		
}
#container  .leftSidebar h1 {
	font-size: 24px;
	margin-bottom: 0;
}
.newsBarBlock .post {
	margin-bottom: 15px;
}
.newsBarBlock .post .date {
	margin: 5px 0;
	font: 11px/11px Tahoma;
	color: #636363;
}
.newsBarBlock .post .text {
	color: #161616
}

.newsBarBlock .allNews {
	float: right;
	color: #00589b;
}


.content .blockCalendar {
	float: right;
	margin-left: 20px;
}
.blockCalendar {
	width: 182px;
	text-align: center;
}
.blockCalendar a {
	color: #212020;
}
.blockCalendar table {
	margin-top: 10px;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	border-spacing: 0;
	border-collapse: collapse;
}
.blockCalendar th,
.blockCalendar td {
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.blockCalendar th {
	background: #b6b295;
	color: #212020;
	/*border: 1px solid #C5C2B1;*/
}
.blockCalendar td {
	background: #dcd8b8;
	border-top: 1px solid #C5C2B1;
	border-left: 1px solid #C5C2B1;
}
.blockCalendar td.first {
	border-left: none;
}
.blockCalendar td.current {
	background: #934B70;
}
.blockCalendar td.current a {
	color: #fff;
}
.blockCalendar td.today, .blockCalendar td.today a {
	background: #fff;
	color:#000 !important;
}
.blockCalendar td a {
	display: block;
	line-height: 25px;
	text-decoration: none;
}
.selectList, .selectList_1813 {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 3;
}

.blockCalendar .selectList a.arrow, .blockCalendar .selectList_1813 a.arrow {
	position: relative;
	z-index: 20;
	padding-right: 12px;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #333;
	background: url(/images/calendar_month_arrow.gif) no-repeat right center;
}
.blockCalendar .selectList .selectContent, .blockCalendar .selectList_1813 .selectContent {
	position: absolute;
	left: 0;
	display: none;
	list-style: none;
	margin: -25px 0 0 -5px;
	padding: 30px 0 10px;
	width: 80px;
	font-size: 13px;
	line-height: normal;
	background: #fff;
	border: 1px solid #D2D0B7;
	border-radius: 5px;
	box-shadow: 1px 2px 2px #E0DCDD;
	z-index: 10;
	/*word-spacing: -1ex;*/
	*margin-top: 0;
	text-align: left;
}
.blockCalendar .selectList .selectContent a, .blockCalendar .selectList_1813 .selectContent a {
	display: block;
	padding: 2px 5px;
}
.blockCalendar .selectList .selectContent a.active, .blockCalendar .selectList_1813 .selectContent a.active {
	text-decoration: none;
}
.blockCalendar div.selectList.open .selectConten, .blockCalendar div.selectList_1813.open .selectContent{
	display: block;
}

.content .previewsShell {
	overflow: hidden;
}
.content .previewBlocks {
	
	margin-bottom: 20px;
	padding: 15px 20px;
	background-color: #edead9;
    min-height: 245px;
    
}
.previewBlocks .somePreview .icon {
	float: left;
	margin-right: 10px;
}
.previewBlocks .somePreview .content {
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 16px;
	color: #363636;
}
.previewBlocks .somePreview h3 {
	font-size: 17px;
	font-weight: bold;
	color: #363636;
}
.previewBlocks .somePreview .fulltext {
	margin-left: 5px;
	color: #00589b;
}

#container h1.contentTitle {
	margin: 0;
	margin-top: -6px;
	border: none;
}

.partitionTitle {
	margin: -20px 0 15px;
	font: 11px Tahoma;
	color: #5f5f5f;	
}
/*--additional css event*/
#container .columns {
	overflow: hidden;
}
#container .columns .column {
	float: left;
}
#container .columns-1 {
/*	margin-right: -20px;*/
	width: 225px;
}
#container .columns-1 .column {
	margin-right: 20px;
	width: 225px;
}
.rightSidebar{
	float: right;
	margin-left: 20px;
}
.image{
	width: 225px;
	margin: 0 10px 10px 0;
	float: left;
}
.image p{
	font-family: Tahoma;
	font-size: 11px;
	color: #5B5B5B;
}
.additionalInfo{
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	font: 11px Tahoma;
	color: #5f5f5f;
	margin: 30px 0;
}
.additionalInfo td{
	padding: 5px 0 5px 12px;
	width: 235px;
	vertical-align: top;
}
.additionalInfo td.name{
	text-align: right;
	padding: 5px 12px 5px 0;
}
.prevNext{
	margin-top: 30px;
	overflow: hidden;
}
.prevNext .prev,
.prevNext .next{
	width: 205px;
	background: #f4f4f4;
	display: block;
	padding: 10px;
	min-height: 60px;
}
.prevNext .next{
	float: right;
	margin-left: 20px;
	text-align: right;
}
.prevNext .prev{
	
}
.prevNextBlockHeader{
	font-style: italic;
	color: #5f5f5f;
	font-size: 12px;
	margin-bottom: 5px;
}
.rightSidebar .postBlock ul{

}
.rightSidebar .postBlock ul li{
	margin: 3px 0 4px;
}
.rightSidebar .postBlock ul li a{
	color: #000!important;
	text-decoration: underline;	
}
#container .column .postBlock{
	padding-bottom: 0!important;
}
.column h4{
	margin-bottom: 4px!important;
	font-size: 13px;
}
/*---Additional styles for lest--*/
.listFilter{
	background: #EDEAD9;
}
.listFilter div{
	overflow: hidden;
	padding: 10px;
	display: none;
}
.checkboxes{
	float: right;
}
.checkboxes td{
	padding: 0 5px;
}
.listFilter .layerSwitch{
/*	margin-top: 20px;*/
	padding-top: 10px;
/*	border-top: 1px dashed #fff;*/
	text-align: right;
	display: block;
}
.listItem{
	border-bottom: 1px dashed gainsboro;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	zoom: 1;
}
.listItem h3{
	font-size: 17px;
}
.listItem small{
	font-size: 11px;
	font-family: Tahoma;
	color: #636363;
}
.listItem img{
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;	
}
.pager {
	padding: 4px;
	color: 
	#5B5B5B;
	background: 
	#DDD;
	border: 1px solid 
	#D5D5D5;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma;
}
.pager .prev {
	float: left;
}
.pager .next {
	float: right;
}
.pager .nums a.current {
	color: white;
	background: #5B5B5B;
}
.pager .nums a {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 17px;
	color: 	#5B5B5B;
	background: white;
	border: 1px solid #D5D5D5;
	text-decoration: none;
}

.previewsShell ul, .previewsShell ul li { 
	/*list-style: square inside;
	margin-bottom: 20px;*/
}
.somePreview{
	overflow: hidden;
}
.somePreview .content{
	/*margin-left: 225px;*/
	/*padding-left: 10px;
	background: url(../../images/square5x5.png) left 7px no-repeat;*/
}
.s-ico{
	margin: 2px 0 -4px 0;
}
.image{
	width: 205px;
}
.image img{
	margin-bottom: 5px;
}
.image a{
	font-size: 0.9em;
}
table tr td p{
	padding-left: 20px;

}
.war-subtext{
	margin: 5px 0 10px;
}

.under-menu-link{
	font-size: 18px;
}
.under-menu-link span{
	font-family: Times;
}

.books1812 a{
	margin-left: 20px;
	display: block;
}
.books1812 a img {
	margin-left: -20px;
}
#author-marshall{
	text-align: right;
}
.image {
	font-family: Tahoma;
	font-size: 11px;
}

/*---ver3--8.08.12---*/
.blockCalendar {
	width: 182px;
	display: inline-block;
	text-align: center;
}
.blockCalendar a {
	color: #212020;
}
.blockCalendar table {
	margin-top: 10px;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	border-spacing: 0;
	border-collapse: collapse;
}
.blockCalendar th,
.blockCalendar td {
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.blockCalendar th {
	background: #b6b295;
	color: #212020;
	/*border: 1px solid #C5C2B1;*/
}
.blockCalendar td {
	background: #dcd8b8;
	border-top: 1px solid #C5C2B1;
	border-left: 1px solid #C5C2B1;
}
.blockCalendar td.first {
	border-left: none;
}
.blockCalendar a.active {
	color: #fff;
	background: #934B70;
}

.current {
	color: #212020;
	background: #fff;
}

.blockCalendar td.today {
	background: #fff;
}
.blockCalendar td a {
	display: block;
	line-height: 25px;
	text-decoration: none;
}
.selectList {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 3;
}
.blockCalendar .selectList a.arrow {
	position: relative;
	z-index: 20;
	padding-right: 12px;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #333;
	background: url(../images/calendar_month_arrow.gif) no-repeat right center;
}
.blockCalendar .selectList .selectContent {
	position: absolute;
	left: 0;
	display: none;
	list-style: none;
	margin: -25px 0 0 -5px;
	padding: 30px 0 10px;
	width: 80px;
	font-size: 13px;
	line-height: normal;
	background: #fff;
	border: 1px solid #D2D0B7;
	border-radius: 5px;
	box-shadow: 1px 2px 2px #E0DCDD;
	z-index: 10;
	/*word-spacing: -1ex;*/
	*margin-top: 0;
	text-align: left;
}
.blockCalendar .selectList .selectContent a {
	display: block;
	padding: 2px 5px;
}
.blockCalendar .selectList .selectContent a.active {
	text-decoration: none;
}
.blockCalendar div.selectList.open .selectContent {
	display: block;
}

.blockCalendar .month {
	font-size: 18px;
	color: #333;
}

.blockCalendar .lightGray {
	color: #999;
}
/*----------------*/

.mainpage-event{
	padding: 20px;
	margin-bottom: 20px;
	background: #edead9;
	overflow: hidden;
}
.event-image{
	float: left;
	width: 205px;
	padding-right: 10px;
}
.image-description{
	color: #777777;
	font: 11px Tahoma;
}
.event-maps h3,
.event-books h3{
	font-size: 18px;
	margin: 20px 0 10px;
	font-weight: bold;
}

.event-calendar{
	border: 1px solid #aaa;
	padding: 10px;
	margin-top: 30px;
}
.event-calendar h3{
	font-size: 22px;
}
.event-calendar .ec-month h4{
	margin: 0 0 0 0!important;
}
.event-calendar .ec-month ul.ec-days{
	background-color: #F4F4F4;
	padding: 10px 0;
	border-top: 1px solid #999;
}
.event-calendar .ec-month ul.ec-days li{
	display: inline;
	margin-right: 5px;
}
.event-calendar .ec-month h4 span,
.event-calendar .ec-month ul.ec-days li,
.event-calendar .ec-month ul.ec-days li a{
	font-family: Times New Roman;
}

.newCalendar { 
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    left: 50%;
    position: absolute;
    top: -50px;
}

.selectList2 {
	display:inline-block;
	padding-left:20px;
}

a.activeContent{
    background: none repeat scroll 0 0 #934B70;
    color: #FFFFFF;
}

/** 1813 **/

.eventBlock {
    background: none repeat scroll 0 0 #EDEAD9;
    border: 1px solid #D7D2B1;
    
    font-size: 17px;
    margin-bottom: 20px;
    padding: 18px;
}

.eventBlock .tabs {
    font: bold 11px Tahoma,sans-serif;
    margin-top: 25px;
}

.eventBlock .tabs li {
    display: inline-block;
}

.eventBlock .tabs a.active {
    background: none repeat scroll 0 0 white;
    border-radius: 4px 4px 0 0;
}

.eventBlock .tabs a {
    color: #9A967E;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
}

.eventBlock .panes {
    background: none repeat scroll 0 0 white;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 4px 18px;
}

.eventBlock p.info {
    font-size: 14px;
}   

.literatureBlock {
    margin-bottom: 50px;
}

#container .eventBlock h2 {
    font-size: 21px;
}

#container h3 {
    font-size: 18px;
    margin: -2px 0 8px;
}

#container h3 .externalLink {
    font-size: 14px;
    margin: 0 12px;
}

#container h3 .hSidebar {
    float: right;
}