/* ----------------------------------------------------------
title: Caddo Kiowa (print style sheet)

created: 10/29/09
last updated: 10/29/09
---------------------------------------------------------- */
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
    color: black;
    background: white;
    }
    
a:link, a:visited {
   color: #520;
   font-weight: bold;
   text-decoration: underline;
   background: transparent;
   }

hr,
#accessibility,
#header .search,
#page-head,
.primary-nav,
.breadcrumb-nav,
.secondary-nav,
.footer-nav,
*:empty,
.lcms_menus,
.util-nav,
div#footer a,
div#featureLinks,
#copyright {display: none;}

#header {
    width:100%;
    margin: 0 0 2em 0; 
    }

#identity {
    font-size: 116%;
    }

#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   background: transparent none;
   }
   
#footer {
    margin:2em 0 0 0;
    font-size:90%;
    }

/* print URLs after link text */
#content-main a:link:after, #content-main a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
    }

#identity {
    font-size: 20px;
    text-align: center;
}

* {
  text-align: left !important;
  float:none;
  left:0;
  position: relative;
  top:0;
}

div#footer {
    margin: 0 5%;
    border-top: 1px solid #AAA;
    color: #AAA;
    padding-top: 20px;
    margin-top: 20px;
}

div#header {
    margin: 0 5%;
}

#content-sub h1.title{
  font-size:26px;
}

#footer *{
  text-align: center !important;
}

#footer .tel{
  display: block;
}
