/**
 *	Pampa Archival CSS Template (R)
 *	Customized for epc2010
 *	G. Rodríguez <grodri@princeton.edu> August 2012 rev September 2017
 */

/* pnav */
#pnav { 
	width:100%; 
	height:32px; 
	line-height:32px; 
	text-align:center; 
	color:white;
	background:url(/images/pnavbb.png) repeat-x;
}
#pnav button { 
	background-color:transparent; 
	border:none;
	}
#pnav button:hover, #pnav button:focus, #pnav button:active { 
	color:#f5f5f5; 
}
/* body */
body {
	background: #FFe8ac url(/images/epc2010bb.png) repeat-x;
}
/* menubar */
#menubar a.btn-nav{
    color: white;
	background: #F7A528;
}	
#menubar a.btn-nav:hover {
    color: white;
	background: #F7A528;
}
/* content */
#content {
	box-sizing:border-box; 
	min-height:400px;	
	background: #ffe8ac;
	border: 1px solid #EA7623;
	padding: 1ex 1em 1ex 1em;
	
}
h1, h2, h3, h4  { 
	color: #4F6729;
}
th, .em { 
	font-weight:bold; 
	color: #4F6729;
}
a { 
	color: #4F6729;
	text-decoration: none; 
}
a.plain {
	color: black;
}
a:hover {
	text-decoration:underline;
}

/* topics */
.session {
	padding-left:28px;
}
.list-group-item { 
	cursor:pointer;
}
.topic-open { 
	font-size: 150%; 
	color: #4F6729 !important;
}
.badge {
	background-color: #4F6729;
}

/* sessions */
.daytime {
	font-weight:bold; 
	color: #4F6729;
}
.daytime {
	text-align:center;
}

#frame {
	width:850px;
	margin:auto;
	position:relative;
}
#lang {
	background-color: transparent;
}
#lang, #lang a {
	color: white;
}	
.invisible {
	color:transparent;
}
.rt {
	text-align:right;
	vertical-align:top;
}
.t {
	vertical-align:top;
}
