body {
  background-color: #1e3157;
 /* background-image: url(assets/backgrad.jpg);
  background-position: center;
  background-repeat: repeat-y;*/
  line-height: 1.3em;
  font-size: 0.85em;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
a {
  color: #243b6a;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #a80000;
  text-decoration: none;
  font-weight: bold;
}
h1 {
  font-size: 2em;
  line-height: 1.3em;
}
h2 {
  font-size: 1.67em;
  line-height: 1.3em;
}
h3 {
  font-size: 1.38em;
  line-height: 1.3em;
}
h4 {
  font-size: 1.25em;
  line-height: 1.3em;
}
h5 {
  font-size: 1.11em;
  line-height: 1.3em;
}
h6 {
  font-size: 1.05em;
  line-height: 1.3em;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
#header { 
	background-image: url(assets/header.jpg);
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  height: 200px;
}

#nav {
	display: block;
	color: white;
	border-top-style: solid;
	border-left-color: none;
	border-bottom-color: #452204;
	border-right-color: none;
	border-top-color: #452204;
	height: 30px;
	background: #ebde58;
	border-bottom-style: solid;
	border-top: 2px;
	border-bottom: 2px;
}

#nav ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 1.5em;
	font-weight: bold;
	color: #452204;
	border-bottom-color: #452204;
	border-top-color: #452204;
	height: 30px;
	border-bottom-style: solid;
	border-top-style: solid;
	float: left;
	width: 142.8px;
	margin: 0px;
	text-align: center;
}

#nav1941 {
	background-image: url(assets/1941.jpg);
	background-position: 0px 0px;
}

#nav1942 {
	background-image: url(assets/1942.jpg);
	background-position: 0px 0px;
}

#nav1943 {
	background-image: url(assets/1943.jpg);
	background-position: 0px 0px;
}

#navpeople {
	background-image: url(assets/people.jpg);
	background-position: 0px 0px;
}

#navplaces {
	background-image: url(assets/places.jpg);
	background-position: 0px 0px;
}

#navissues {
	background-image: url(assets/issues.jpg);
	background-position: 0px 0px;
}

#navbattles {
	background-image: url(assets/battles.jpg);
	background-position: 0px 0px;
}

#nav1941:hover {
	background-position: 143px 0px;
	cursor: pointer;
}

#nav1942:hover {
	
	background-position: 143px 0px;
	cursor: pointer;
}

#nav1943:hover {
	
	background-position: 143px 0px;
	cursor: pointer;
}

#navpeople:hover {
	
	background-position: 143px 0px;
	cursor: pointer;
}

#navplaces:hover {
	
	background-position: 143px 0px;
	cursor: pointer;
}

#navissues:hover {
	
	background-position: 143px 0px;
	cursor: pointer;
}

#navbattles:hover {
	
	background-position: 143px 0px;
	cursor: pointer;
}

.navtext {
	visibility: hidden;
}

.article {	
  	width: 950px;
  	margin-top: 1em;
  	margin-bottom: 2em;
  	margin-left: auto;
  	margin-right: auto;
  	
  	
}

.article p {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.article img {
	padding: 1em;
}



.article h2, h3, h4, h5 {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.article h1 img {
	padding: 0px;
	margin: 0px;
}

#searchbox {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: 260px;
	width: 200px;
	text-align: right;
}

#searchbox ul {
	list-style-type: none;
}



.search {
	color: black;
	line-height: 1.3em;
}

.search-sub {
	color: black;
	font-size: .75em;
}

#home {
	position: absolute;
	width: 800px;
	height: 200px;
	top: 20px;
	left: 50%;
	margin-left: -500px;
}

#home:hover {
	cursor: pointer;
}

#contentcontainer {
  padding: 0px;
  background-color: #fff;
  background-image: url(assets/tilebg.png);
  background-position: top left;
  background-attachment: scroll;
  background-repeat: repeat;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  -moz-box-shadow: 0 0 5px 5px #180b01;
  -webkit-box-shadow: 0 0 5px 5px#180b01;
  box-shadow: 0 0 5px 5px #180b01;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#content {
  width: 1000px;
}

#content p {
  margin-bottom: 1em;
  margin-top: 1em;
  margin-right: 0em;
  margin-left: 0em;
}

#content h1 { margin-left: 0em; }

h2, h3, h4, h5, h6 {
  margin-left: 0em;
  margin-bottom: .5em;
}

#footer {
	background-image: url(assets/footer.png);
	background-position: top left;
	background-repeat: no-repeat;
  height: 150px;
  color: black;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
 
}

#footer a {
  color: black;
  font-weight: bold;
}
#footleft {
  float: left;
  font-weight: bold;
  font-size: 0.8em;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  width: 350px;
  
  margin-top: 45px;
  margin-left: 1em;
}

#footleft a {
	font-weight: bold;
}

#footright {
  float: right;
  font-weight: bold;
  font-size: 0.8em;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  width: 350px;
  
  margin-top: 45px;
  margin-right: 1em;
  text-align: right;
}

#footright a {
	font-weight: bold;
}

#searchresults {
	margin-top: 2em;
	margin-bottom: 2em;
}

#noresults {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 251px;
	background-image: url('assets/badnews.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#noresults_text {
	width: 400px;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.3em;
}

#thumbpanel {
  border-width: 0;
  	border-style: none;
  	border-color: none;
  	width: 835px;
  	margin-left: auto;
  	margin-right: auto;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
    text-align: center;
}

#thumbpanel img { 
  margin: 1em;
  vertical-align: middle; 
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

#thumbpanel img:hover {
  border-color: none;
}

#calendar {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.month{
	margin: 15px;
	padding: 0px;
  	vertical-align: middle; 
  	-moz-box-shadow: 0 0 5px 1px #888;
  	-webkit-box-shadow: 0 0 5px 1px#888;
  	box-shadow: 0 0 5px 1px #888;
  	text-align: center;
}

.itempanel {
	float: left;
	margin: 15px;
	height: 195px;
	width: 178px;
  	vertical-align: middle; 
  	-moz-box-shadow: 0 0 5px 1px #888;
  	-webkit-box-shadow: 0 0 5px 1px#888;
  	box-shadow: 0 0 5px 1px #888;
  	text-align: center;
}

#sharetools li {
	margin-right: .1em;
	margin-bottom: 1em;
	
	font-size: .75em;
  	vertical-align: middle;
	float: left;
	height: 32px;
}

#sharetools {
	margin-left: 1.6em;
	margin-bottom: 1em;
}

#sharetools img {
	vertical-align: middle;
}

#twit a {
	display: block;
	background-image: url('assets/twitter_1.png');
	background-position: 0px 0px;
	margin-left: 1em;
	width: 32px;
	height: 32px;
}

#twit a:hover {
	background-position: 32px 0px;
	cursor: pointer;
}

#digg a {
	display: block;
	background-image: url('assets/digg.png');
	background-position: 0px 0px;
	width: 32px;
	height: 32px;
}

#digg a:hover {
	background-position: 32px 0px;
	cursor: pointer;
}

#facebook a {
	display: block;
	background-image: url('assets/fb_1.png');
	background-position: 0px 0px;
	width: 32px;
	height: 32px;
}

#facebook a:hover {
	background-position: 32px 0px;
	cursor: pointer;
}

#stumbleupon a {
	display: block;
	background-image: url('assets/stumble_upon.png');
	background-position: 0px 0px;
	width: 32px;
	height: 32px;
}

#stumbleupon a:hover {
	background-position: 32px 0px;
	cursor: pointer;
}

#itemprint a {
	display: block;
	background-image: url('assets/print.png');
	background-position: 0px 0px;
	width: 32px;
	height: 32px;
	margin-left: 1em;
}

#itemprint a:hover {
	background-position: 32px 0px;
	cursor: pointer;
}

#enlarge a {
	display: block;
	background-image: url('assets/enlarge.png');
	background-position: 0px 0px;
	width: 32px;
	height: 32px;
}

#enlarge a:hover {
	background-position: 32px 0px;
	cursor: pointer;
}

#singleitempanel {
	border-width: 0;
  	border-style: none;
  	border-color: none;
  	width: 950px;
  	margin-top: 1em;
  	margin-bottom: .5em;
  	margin-left: auto;
  	margin-right: auto;
  	
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
}

#itemmetapanel {
	margin-bottom: 1em;
}

#itemdisplaypanel {
	margin-bottom: 1em;
}

#itemImage {
	width: 450px;
	margin-right: 2em;
	margin-top: 0em;
	margin-bottom: .5em;
	text-align: center;
	-moz-box-shadow: 0 0 5px #888;
  	-webkit-box-shadow: 0 0 5px#888;
  	box-shadow: 0 0 5px #888;
}

#content_title {
	margin-left: 1.6em;
	margin-right: 1.6em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: white;
}

#rightsinfo {
	border-width: 1px;
  	border-style: dotted;
  	border-color: #aaa;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
}

#rightsinfo p {
	margin-left: 1em;
	margin-right: 1em;
}

.linkpaginationdiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.thumbpagelink {
	color: #ccc;
	margin: .3em;
}

.thumbpagelinknext {
	color: #ccc;
	margin: .3em;
}

.thumbpagelinknext img, .thumbpagelinkprev img {
	vertical-align: middle;
}

.thumbpagelinkprev {
	color: #ccc;
	margin: .3em;
}

.thumbpagelink a {
	color: #888;
}

.thumbpagelink a:hover {
	color: #bbb;
}

#people, #places, #issues, #battles {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align: center;
}

.column1 {
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
	width: 250px;
}

.column2 {
	font-size: 1.2em;
	line-height: 1.5em;
	float: right;
	width: 250px;
}

.wideitemdisplay {
	margin-left: auto;
	margin-right: auto;
}

.narrowitemdisplay {
	float: left;
}

.columnleft {
	float: left;
	width: 450px;
}

.columnright {
	float: right;
	width: 450px;
}

.widemetadisplay {
	width: 100%;
}


.clear {
	clear: both;
}


/* coda slider specific css */
.stripViewer .panelContainer .panel ul {
			text-align: center;
			margin: 0 15px 0 30px;
		}
		
		.panel {
			text-align: center;
		}
		
		
		
		#slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin-left: auto;
			margin-right: auto;
			position: relative;
			width: 950px;
		}
		
		#paginator {
			margin-top: 1em;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none;  /* this is the border. should have the same value for the links */
			margin-left: auto;
			margin-right: auto;
			margin-top: 1em;
			margin-bottom: 1em;
			width: 770px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 770px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 770px; /* Also specified in  .stripViewer  above */
		}
		
		img.panelimg {
			float:none;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			vertical-align: middle;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: relative;
			top: 385px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 45px;
			width: 75px;
		}
		
		.stripNavL {
			float: left;
			margin-left: 5px;
		}
		
		.stripNavR {
			float: right;
			margin-right: 5px;
		}
		
		.stripNavL {
			background: url("assets/lefthand.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("assets/righthand.png") no-repeat center;
		}

