/* -------------------------------------------------------------- 
   
   typography.css
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #2f1b13; 
  background: #a05e40;
  font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #e1bd87; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 2em; margin-bottom: 0.5em; color: #e1bd87; }
.content-head h3 { margin-right: 110px !important; font-size: 1.333em; line-height: 1.2; color: #f7f4ee; }
.column h3 {
	margin-bottom: 1.1em;
	font-size: 1.25em;
	font-weight: bold;
}
h4 { font-size: 1.25em; font-weight:bold; margin-bottom: 1em; color: #543324; }
h5 { font-size: 1.167em; text-transform: uppercase; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

.content-program h4 + h5 { margin-top: -1.6em; }

/* Links
-------------------------------------------------------------- */

a:focus, 
a:hover,
#footer a:hover     { text-decoration: underline; }

a { 
	color: #e1bd87;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted #e1bd87;
}

#footer a {
	color:#72442F;
	font-weight:bold;
}

#links a {
	color: #e1bd87;
	border-bottom: 1px dotted #e1bd87;
}

.content-program li strong a { text-decoration: underline; }

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em; 
}

.content-main p           {
	font-size: 1.167em;
	}

.column p {
	color: #f1d6a9;
}

p#event-details {
	font-size:1.083em;
	margin: 0 0 1em 5px;
	color: #E1BD87;
	text-transform: uppercase;
}	

p.author {
	font-style: italic;
	color: #f7f4ee;
}

p.lyrics {
	margin-left: 2em;
}

p.question {
	font-weight: bold;
}

.verse { 
	font-weight:bold;
	text-transform:uppercase;
}

blockquote  { margin: 1.5em 0; color: #e1bd87; font-style: italic; }
.content-main blockquote p {font-size:1em;}
cite				{ font-size: 0.916em; font-style: normal;}
strong      { font-weight: bold; }
.content-program li strong { color: #b63e5e; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }



/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { border-top: 1px solid #AA6E53; padding-top: 0.5em; font-size: 1.25em; font-weight: bold; }

.content-main ul {
	font-size: 1.167em;
}

.toc {
	font-size: 1.167em;
	margin-left: 2em;
}

.toc a:hover{
	text-decoration: underline;
}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

em.theme-name-text { color: #ad9860; }
