/*==========================================================================
/* General declarations 
*/

body { 
	background: #fff; 
	margin: 0; padding: 0;   
	font: 14px georgia, times, serif;
	line-height: 1.5em;
	color: #222; 
	text-align: center;  
	position: relative;
	padding-bottom: 90px;
}     

h1 { font-size: 1.4em; font-weight: normal; color: #666;}

h2 { font-size: 1.3em; font-weight: normal; color: #666;}

h3 { font-weight: normal; }

input { font: 14px/16px georgia, times, serif; }
                                                               
a { text-decoration: none; color: #ba530c; border: none; }

.content {
    margin: auto;
    padding: 10px 20px;
    text-align: left;
    width: 700px;
}

.content .halfwidth {
  float: left;
  margin: 10px 0 0 0;
}

.content .left {
  border-right: 1px dotted #AA8D55;
  padding: 5px 19px 20px 0px;
  width: 330px;
}

.content .right {
  padding: 5px 0 20px 35px;
  width: 315px;
}

.content ul#main-summary li {
  padding: 0 0 10px 0;
  font-size: 16px;
  width: 80%;
}

.cross-lang { font-style: italic; }

.quote-source { font-style: italic; text-align: right; }

.content .text .drop-cap {
  font-size: 330%;
  line-height: 1em;
  float: left;
  position: relative;
  top: -4px;
  height: 0.6em;
  padding-right: 1px;
}


.content table#events-table th {
  background: #ccc;
}

.content table#events-table th, td {
  padding: 5px 8px;
}

.content table#events-table caption {
  margin: 0;
  padding: 10px;  
  text-align: left;
}

#creative dl dt sup {
  color: #999;
}

#creative dl dt a {
  font-size: 1.1em;
}
#creative dl dd {
  margin: 0.2em 0 1em 2em;
}

#cv .content .section {
  border-top: 1px dotted #ccc;
}

#cv .content h3 {
  font-variant: small-caps;
}


/* subnav on cv page */
#cv .content #sub-nav {
  float: right;
}

#cv .content #sub-nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#cv .content #sub-nav ul li ul {
  margin-left: 1em;
  list-style: square;
}

#cv .content dl {
  margin: 0 15px;
  width: 70%;
}

#cv .content dt .date {
  display: block;
}

#cv .content dt .position {
  font-weight: bold;
}

#cv .content dt .location {
  display: block;
  font-weight: normal;
}

#cv .content dd {
  margin: 0 0 0 20px;
  padding: 0 0 10px 0;
}

#cv .content .back-to-top {
  font-size: 0.8em;
  margin: 0 0 20px 0;
  display: block;
  text-align: right;
}

/*==========================================================================
/* Persistent objects 
*/

#main-menu {
  background: #31281F;  
  border-bottom: 2px solid #666;  
  overflow: auto;
}

#main-menu ul#nav {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: auto;
}

#main-menu ul#nav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#main-menu ul#nav li a {
  padding: 8px 15px;
  color: #CAB07D;
  display: block;
  float: left;
}

#main-menu ul#nav li.current a {
  background: #B34B27;
  color: #fff;  
}

#main-menu ul#nav li a:hover {
  background: #AA8D55;
  color: #fff;  
}

#footer {
  font-size: 0.9em;
  color: #999;
  padding: 10px;
  clear: both;
  text-align: left;
}

#footer a {
  color: #999;
  border-bottom: 1px dotted #999;
}

.print-link { display: none; }
