/*
@import url('styles/boots-bones.css');
Theme Name: Map of Life
Theme URI: http://www.thedistrict.co.uk
Author: The District
Author URI: http://www.thedistrict.co.uk
Description: Map of Life official WordPress theme
Version: 1.0
License: All rights reserved

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #000;
  border: 1px solid #eee;
  border-radius: 0px;
	outline:0;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


/* styles
-------------------------------------------------------------- */
html, body {padding:0px;margin:0px;width:100%;}
body {background-image:url(img/page-background.jpg);background-position:top center;background-repeat:no-repeat;font-family: Georgia, 'Times New Roman', Times, serif;font-size:17px;}

/* generic */
a {color:#003b7f;text-decoration:none;font-weight:bold;}
a:hover {color:#cc3300;}

/* page */
#page {width:960px;margin:auto;}

/* header */
#header {margin:43px 0 0;float:left;width:100%;}
#header h1 span {display:none;}
#header h1 {float:left;}
#header ul {float:right;margin:10px 13px 0px 0px;}
#header ul li {float:left;display:block;padding:0em;border-right:1px solid #868686;text-align:center;padding:0px 4px;}
#header ul li:last-of-type {border:0;}
#header ul .current-menu-item a, #header ul a:hover {border-bottom:4px solid #c2b997;}
#header ul li a {display:block;width:100%;text-align:center;border-bottom:4px solid transparent;min-width:3.4em;padding:0.1em 0px;font-weight:normal;}
#header .header-functions {float:right;margin-right:19px;margin-top:20px;width:380px;}
#header .header-functions .social, #header .header-functions form {float:right;margin-right:0px;}
#header .header-functions .social {padding-top:3px;float:left;}
#header .header-functions .social a {float:left;}
#header .header-functions form {background-image:url(img/search-flourish.png);background-repeat:no-repeat;background-position:0px 4px;padding-left:35px;}
#header .header-functions form input{font-size: 16px;  width: 220px; background-color: #ffffff; margin: 2px 0 -1px 0;}
#header .header-functions form label {display:none;}
#header .header-functions form #s {font-size:0.8em;padding:0.2em;float:left;}
#header .header-functions form #searchsubmit {clear:both;float:right;width:94px;height:20px;background-image:url(img/search-button.png);background-repeat:no-repeat;background-position:0px 0px;text-indent:-9999px;font-size:0px;background-color:transparent; margin: 2px 0 4px 0;}
#header .header-functions form #searchsubmit:hover{
    width: 94px;
    height: 20px;
    overflow: hidden;
    padding: 20px 0 0 0;
    background: url(/images/graphics/search_button_hover.png) center center no-repeat !important;
    border: 0 none;
    line-height: 20px;
    box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Palatino Linotype", Georgia, serif;
    font-weight: normal;
    margin-bottom: 10px;
}

/* content */
#content {
  min-height:8em;
  float:left;
  width:940px;
  padding:10px;
  background-color:#FFF;
  margin-top:42px;
  background-image:url(img/paper.jpg);
  background-repeat:repeat;
  background-position:0px 0px;
  margin-bottom:115px;
  border-bottom:SOLID 1px #DDD;}
#content .left {    
    width: 400px;
    padding: 0;
    margin: 0 20px 0 0;
    float: left;
}
#content .full {width:100%;clear:both;}
#content .centered {width:780px;margin:2% auto;    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;}
#content h2 {color:#cc3300;margin-bottom:0.6em;}
#content h2 {font-size:1.5em;}
#content h3 {color: #cc3300;;font-size:22px;font-style:normal;font-weight:normal;margin-bottom:0.6em;}
#content h3 a:hover {text-decoration:underline;}
#content h4 {color:#6b6344;font-size:1.2em;font-style:italic;margin-bottom:0.6em;}
#content h5 {color:#000;font-size:1em;font-style:italic;margin-bottom:0.6em;}
#content p {font-family:'Lucida Grande', 'Lucida Sans', Tahoma, Helvetica, sans-serif;color:#222;font-size:0.85em;line-height:146%;margin-bottom:1em;}
#content p strong {font-weight:bold;}
#content ol, #content ul {margin-left:2em;font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Helvetica, sans-serif;font-size:0.85em;margin-bottom:1em;}
#content ol {list-style-type:decimal;}
#content ol li, #content ul li {margin-bottom:0.5em;}
#content ol li a:hover, #content ul li a:hover {text-decoration:underline;}
#content #top {margin-top:3em;clear:both;display:block;color:#003b7f;font-size:0.75em;background-image:url(img/top.gif);background-repeat:no-repeat;background-position:5px center;line-height:150%;padding:1em 1em 0.7em 2.5em;text-indent:1em;background-color:#FFF;border-top:1px DOTTED #CCC;border-bottom:1px DOTTED #CCC;}
#content #top:hover {color:#cc3300;font-size:0.75em;text-decoration:underline;}
#content #main{width: 100%;}

/* form */
body .wpcf7, div.wpcf7 {background-color:#FFF;border:DOTTED 1px #666;width:540px;float:left;font-size:14px;box-sizing:border-box;margin: 10px 0;}
.wpcf7-form {margin:10px;}
.wpcf7-form input, .wpcf7-form textarea {border:SOLID 1px #666;}
.wpcf7-form textarea {width:75%;}
input.wpcf7-form-control.wpcf7-submit {padding:4px 12px;font-size:12px;}
span.wpcf7-form-control-wrap {margin-top:4px;display:block;}
.details {float:right;width:220px;padding:10px 0;}
#content .details .red {color:#cc3300;font-style:italic;font-size:16px;font-family: Georgia, 'Times New Roman', Times, serif;}
.details pre {color:#666;font-family:'Lucida Grande', 'Lucida Sans', Tahoma, Helvetica, sans-serif;font-size:14px;margin-bottom:1em;}

/* footer */
#footer {padding-top:16px;width:100%;height:85px;clear:both;background-image:url(img/footer-sep.png);background-repeat:no-repeat;background-position:top center;font-size:0.9em;}
#footer small {font-size:1em;display:block;float:left;margin-bottom:0.25em;margin-top:20px;}
#footer ul, .menu-footer-navigation-container {float:left;clear:left;}
#footer ul li {float:left;border-right:1px solid #868686;padding:0px 4px;}
#footer ul li:first-of-type {padding-left:0px;}
#footer ul li:last-of-type {border:0px;}
#footer .cambridge-logo {float:right;margin-top:-20px;}











/* additional content */
article img.alignleft, article img.wp-alignleft, article img.alignright, article img.wp-alignright{
  border: 1px solid #000;
}
.alignleft, .wp-alignleft{
  float: left;
  margin: 2px 20px 2px 0;
}
.alignright, .wp-alignright{
  float: right;
  margin: 2px 0 2px 20px;
}







/* Topic Template */
.title{
  font-size: 26px;
  margin-bottom: 10px;
}
.title span{
  color: #cc3300;
}
.post-meta{
    margin: 12px 0 10px 0;
    
    
}
.post-meta, .meta .date{
  padding: 5px 5px 5px 0;
  border-top: 1px dotted #c2b997;
  border-bottom: 1px dotted #c2b997;
}
#content .post-meta p, #content .meta .date p{
  margin-bottom:0;
}
.post-meta span, .post-meta a{
  font-family: Georgia, 'Times New Roman', Times, serif;
}
blockquote {
    font: 1.6em "Palatino Linotype", Georgia, serif;
    font-style: italic;
    line-height: 1.5;
    width: 193px;
    /*background: #fff url(/images/graphics/close_quote.gif) no-repeat right bottom;*/
    padding: 5px 20px 5px 23px;
    text-indent: -18px;
    float: right;
    margin: 5px 60px 10px 20px;
    border-left: 4px solid #ccc;
    border-right: 4px solid #fff;
}
#content blockquote p {
    padding: 0 0;
    margin-bottom: 0;
    /*font-size: 1em;*/
    font-family: "Palatino Linotype", Georgia, serif;
    font-size: 16px;
    letter-spacing: 1px;
}
blockquote p:first-letter {
  /*background: url(/images/graphics/open_quote.gif) no-repeat left top;*/
  padding-left: 18px;
  font: 1.8em Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}
#content p{
  font-size: 14px;
}
#topic-list{
  border-collapse: separate;
  border: 1px dotted #e6e6e6;
}
#topic-list *{
  font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Helvetica, sans-serif;
}
#topic-list thead{
  background: #ccc;
  text-align: left;
  
}
#topic-list th, #topic-list td{
  padding: 0.5em;
}
#topic-list thead th{
  font-weight: normal;
  font-size: 14px;
}
#topic-list tbody td{
  font-size: 12px;
}
#topic-list tbody tr:hover, #topic-list tbody tr:focus{
    background-color: #f2f2f2;
    color: #000;
}
#topic-list .single-line{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  width:660px;
  display:inline-block;
}
.body-searchform input[type="submit"]{
    width: 110px;
    height: 20px;
    overflow: hidden;
    padding: 0;
    background: url(/images/graphics/search_submit_decorative.png) center center no-repeat;
    border: 0 none;
    line-height: 20px;
    text-indent: -99999px;
}
.body-searchform fieldset{
    background-color: #fff;
    border: 1px dotted #c2b997;
    padding: 0.5em 0.5em 0.5em 1em;
    margin-bottom: 0.5em;
}
.body-searchform fieldset legend{
    background-color: #c2b997;
    padding: 0.3em 1em;
    color: #333;
    border: 1px solid #6b6344;
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, Helvetica, sans-serif;
}
.body-searchform fieldset label{
  display:none;
}
.body-searchform fieldset input[type="text"]{
    width: 220px;
}
#content .mute_small {
    color: #999999;
    font-size: 10px;
}
#content .mute{
  color: #999999;
}
div.search_results, div.search_results_imgs {
    border-top: 1px solid #ccc;
}
div.search_results {
    margin: 2em auto;
    padding-top: 10px;
}
div.search_results h4 span, .image_details h4 span{
  color: #000;
}
#content div.search_results ol li {
    padding: 2px 3px;
    margin: 0 0 1px 0;
    background-color: #fff;
    border: 1px solid #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #454545;
    margin-bottom: 0;
}
#content div.search_results ol li:hover, #content div.search_results ol li:focus {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}
div.search_results li{

}

.image_details img{
      padding: 5px;
    background-color: #f4f4f4;
    border: 1px solid #666;
    margin: 1em auto;
    display: block;

}
.image_data{
  width:100%;
}
.image_data table{
  border: 1px dotted #e6e6e6;
    padding: 0.3em;
    margin: 0.5em auto;
    border-collapse: collapse;
    width:460px;
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, Helvetica, sans-serif;
    font-size: 0.8em;
}
table td{
    width: auto;
    min-width: 10em;
    padding: 0.5em;
    border: 0 none;
    vertical-align: top;
}
tr:hover, tr:focus {
    background-color: #f2f2f2;
    color: #000;
}
#content .right{
    width: 515px;
    padding: 0;
    margin: 0;
    float: right;

}
.showcase{
    width: 100%;
    height: 220px;
    border-top: 4px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-left: 0 none;
    border-right: 0 none;
    background-color: #fff;
    margin: 1em 0 5px;
    padding: 5px 0 10px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.showcase p{
    font-size: 1.3em;
    text-align: justify;
    padding: 0.8em 0.5em 0 0.5em;
    margin:0;
}
div#random_title {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    
    background-color: #fff;
    border-bottom: 1px solid #333;
}
div#random_title h3{
  padding: 2px 0 2px 10px;
  font-style: normal;
  color:#000;
  margin:0;
  font-weight: normal;
}
/*div#random_title h3{*/
div#random_overlay {
    background: url(/images/graphics/opacity75_white.png) top left repeat !important;
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
div#random_overlay p{
  /*margin-bottom: 0;*/
}
div#spotlight {
    border-top: 4px solid #FFCC66;
    border-bottom: 6px solid #FFCC66;
    background-color: #fff;
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    float: left;
    box-sizing:border-box;
}
div#spotlight h3 {
    font-size: 19px;
    color: #cc3300;
    border-bottom: 1px solid #FFCC66;
    padding: 2px 0 5px 10px;
    text-align: left;
    font-weight: normal;
    font-style: normal;
}
div#spotlight div#spotlight_details p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 5px;
}
div#spotlight div#spotlight_details div.summary p{
    color: #666666;
}


#topic-list .available{
  color: green;
}
#topic-list .notavailable{
  color: red;
}
#content #topic-list, #content #topic-list p{
  font-size: 12px;
}
.page_list{
  padding-bottom: 1.8em;
}
.page_list ul{
  list-style-type: disc;
}
#content .page_list ul li{
  padding:0;
  margin:0;
}
.page_list ul li a{
  font-size: 14px;
  line-height: 146%;
}

#content p.quote{
  background-color: #ffffff;
  font-family: "Palatino Linotype", Georgia, Tahoma, serif;
  font-size: 16px;
  color: #444;
  padding: 1em;
  border-top: 4px solid #ccc;
  border-bottom: 6px solid #ccc;
  width: 35em;
  margin: 1em auto 1.5em auto;
  line-height: 23.36px;
}
#content p em{
  font-style: italic;
}
img.static{
  margin: 6px;
  padding: 2px;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

#images, #image_details {
    width: auto;
    margin: 2em 1em 2em 0;
    padding: 0.2em 0;
}
#image_details p {
    text-align: center;
}
#image_details img {
    padding: 5px;
    background-color: #f4f4f4;
    border: 1px solid #666;
    margin: 1em auto;
    display: block;
}
a.external {
    background: url(/images/graphics/externalLink.gif) no-repeat right top;
    padding-right: 10px;
}
#content p.caption {
    padding: 0.5em 0;
    /*font-size: 1.4em;*/
    font-weight: bold;
    font-family: "Palatino Linotype", Georgia, Tahoma, serif;
}
#content div.quote {
    color: #444;
    padding: 11px;
    border-top: 1px dotted #c2b997;
    border-bottom: 1px dotted #c2b997;
    margin: 6px;
}
#content div.quote p{
  font-family: "Palatino Linotype", Georgia, Tahoma, serif;
  font-size: 15.4px;
}
.img_float_left {
    float: left;
    margin-right: 1.2em;
}
  
#cite{
  padding:14px 0 0;
    }
  #cite h4 {
    height: 32px;
    background: url(/images/graphics/pen32x32.png) left top no-repeat !important;
    background: url(/images/graphics/pen32x32.gif) left top no-repeat;
    padding-left: 38px;
    padding-top: 5px;
}
#content #cite  p{
  margin-bottom: 0;
}
#content .meta .date p{
    font-family: "Palatino Linotype", Georgia, Tahoma, serif;
    font-size: 12px;
    margin: 0;
    color: #444;

}

.print_msg{
  display:none;
}

div.person {
    border-top: 1px dotted #c2b997;
    margin: 10px 0 16px 0;
    padding: 12px 0 0 0;
}
div.person img {
    border: 3px solid #c2b997;
}

@media print{
  body {
  background:#fff; 
  font-size: 100%;
  font-family: "Lucida Grande", "Lucida Sans", Tahoma, Helvetica, sans-serif;
  font-weight:normal;
  color:#000;
  }
  
#content a, 
#content a:link,
#content a:visited {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  }     

#container { 
  float:none;
  overflow:visible;
  }
#header{
  margin: 0;
}
#header h1{margin:0;}
  
/* #topbar contains the searchbox and the Log In / Register stuff */  
#topbar { display:none; } 

/* This is the simple search form which appears at the top of every page */
#search { display:none; }

/* This also sites inside the #topbar, and contains the log in/out / Register links */  
#login { display:none; }    

.menu-header-navigation-container, .header-functions { display:none; }

#content { 
  float:none;
  overflow:visible;
  }

/* An anecdotal quote which appears in the midst of other text
   This is distinct from the pullquotes used in Topic descriptions */
#content p.quote  {
  width:25em;
  margin:1em auto 1.5em auto;
  font-family:"Palatino Linotype", Georgia, Tahoma, serif;
  font-size:13pt;
  color:#444;
  padding:1em;
  }

/*#pull_wrapper {
  width:16em;
  float: right;
  margin: 0.5em 0 1em 0.7em;
  padding:0.1em;
  border:1px dotted #666;
  }

#pull_wrapper blockquote {
  font-family:Palatino, Georgia, serif;
  font-size: 13pt; 
  line-height: 1.3em;
  width:auto;
  margin:0.5em;
  color:#ff6600;
  text-align:left;
} 

#pull_wrapper img { display:none; } */

.clearfix {}


blockquote {
  font:bold 13pt Georgia, Palatino, serif;
  line-height: 1.3em;
  text-align:justify;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-left: none;
  width:80%;
  float:none;
  /*width: 250px;
  background: url(/images/graphics/close_quote.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
  float: right;
  margin: 0.5em;*/
}
/*
blockquote:first-letter {
  background: url(/images/graphics/open_quote.gif) no-repeat left top;
  padding-left: 18px;
  font: normal 16pt Georgia, "Times New Roman", Times, serif;
}
*/



div.convergence_nav { display:none; } 
div#refs, #content #top, .menu-footer-navigation-container{display:none;}

p#legal a{display:none;} 

  
#topic_meta {
  margin:0.2em 0;
  padding:0.1em;
  width:auto;
  }   

/* Comments for a particular Topic appear on a dedicated page */
#comments_wrapper {}

#leave_comment {display:none;}
#comment_notes {display:none;}

/* We want to leave the #footer, since this displays the copyright notice,
   but it doesn't require any specific styling in the printed output */
#footer {}

h1, 
h2, 
h3, 
h4, 
h5 {
  font-family: "Palatino Linotype", Georgia, Tahoma, serif;
  font-weight:normal;
  margin-bottom:0.1em;
  }

h1 {font-size:36pt; color:#000000;}
h2 {font-size:28pt; color:#cc3300;}
h3 {font-size:16pt; color:#cc3300;}
h4 {font-size:14pt; color:#6b6344;}
h5 {font-size:12pt; color:#000000; font-style:italic;}  

h1#logo span.tagline {
  font-size:14pt;
  color:#cc3300;
  } 

div#logo_container a,
div#logo_container a:link {
  border:0 none;
  text-decoration:none;
  color:#000000;
  }
  
/* [FR] simple image alignment... for use with TinyMCE primarily, and subsequent display on a page */

img.alignleft, img.wp-alignleft {
  float:left;
  margin:0.2em 2em 0.2em 0;
  }
  
img.alignright, img.wp-alignright {
  float:right;
  margin:0.2em 0 0.2em 2em;
  }
#topic_meta p {
  font-family:"Palatino Linotype", Georgia, Tahoma, serif;
  font-size:12pt;
  }
  
/* TABLES
 * These are being used to display data, such as the list of Categories
 */
table { 
  border:1px solid #e6e6e6;
  padding:3px;
  margin:5px 0;
  border-collapse:inherit;
  }

tr:hover,
tr:focus {}

/*caption {display:none;}*/
caption { padding:5px 0; font-size:13pt; font-weight:bold; display:none; }
th,
td { 
  width:auto;
  min-width:100px;
  padding:5px;
  border:0 none;
  vertical-align:top;
  }

th {
  background-color:#ccc;
  font-size:13pt;
  text-transform:uppercase;
  } 
td {font-size:12pt;}  
  
span.heading_highlight {display:none;}  

p.top {display:none;}

/* These paragraphs are kept hidden on screen, but can be
   revealed in the print version... */  
p.print_msg {display:block;}
#cite{display:block; width: 100%;clear:both;}
hr {
  height:1px;
  color:#555;
  margin:0;
  padding:0;
  }
}