html {
	background-color: #fff;
}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

a {
	color: #1d56ae;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	
	padding: 0;
	margin: 0;
	font-size: 24px;
}

p {
	font-size: 12px;
}

.conflict {
	width: 100%;
}

.name-container {
	font-size: 12px;
}

li {
	
	/*border-bottom: 1px solid #999;*/
	/*padding:15px 0;*/
}

.name {
	font-size: 14px;
	font-weight: bold;
}

.year {
	font-size: 0.8em;
	text-align: left;
	font-weight: normal;
}

.info {
	width: 100%;
}

.conflict p {
	font-size: 0.9em;
	line-height: 1.4em;
}

.conflict blockquote {
	border-left: 3px solid #eee;
	padding-left: 1em;
}

.intensity {
	font-weight: bold;
}

/* MY CODE */

#sidebar {
	float: left;
	width: 200px;
	padding: 1em;
	font-size: 0.75em;
}

.exhibit-legendWidget{
	font-size: 0.75em;
}

.title-panel {
	padding: 1em;
	color: #666;
}

.exhibit-facet-body {
	background: #fff;
}

span.exhibit-viewPanel-viewSelection-selectedView {
	border-bottom: 3px solid #333;
}

span.exhibit-viewPanel-viewSelection-view {
	color: #666;
}

.exhibit-mapView-map, .exhibit-timelineView-timeline {
	width: 800px;
}