@import url(fontStyles.css);
@import url(xSmall.css);
body, body div, body p, body th, body td, body li, body dd  {
    font-family:arial, verdana, "Luxi Sans", sans-serif;}


body {
    background:#fff;}

#expander {
    background:#fff;}

/****General*************************************************************/

/** {
    color: blue !important;
    border: 2px solid yellow !important;
    text-decoration: underline !important;
    display: block !important;
    line-height: 10px !important;
    background: green !important;
    margin: 30px !important;
    padding: 10px !important;}*/

h1 {
    font-size:130%;
    color: #6f1400;
    margin: 0 0 0.5em 0;
    padding: 0;}

h2 {
    font-size:110%;
    color: #f79820;}

    h2.author {
        color: #6f1400;
        margin: 0;
        padding: 0;}

h3 {
    font-size:90%;
    color: #f79820;}

    h3.date {
        color: #000000;
        margin: 0;
        padding: 0;
        font-weight: bold;}
h4 {
    font-size:70%;
    color: #f79820;}

h5 {
    font-size:50%;
    color: #f79820;}

h6 {
    font-size:30%;
    color: #f79820;}

a {
    color:#6f1200;
    text-decoration:none;
    margin:0;
    padding:0;
    font-weight: bold;}

a:visited {
    color:#6f1200;
    text-decoration:none;
    /*border-bottom:1px solid #6f1200;*/}

a:hover {
    text-decoration:none;
    /*border-bottom:1px solid #6f1200;*/
    color: #f79820;}


.textColor1 {
    color:#6f1200;}

.textColor2 {
    color:#7d7d7d;}

.smallText {
    font-size:95% !important;}

.smallerText {
    font-size:90% !important;}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
  border:0;
  margin:0;
  padding:0;}

a.title {
    font-weight: bold;}

p.date {
    font-weight: bold;
    margin: 0.2em 0;}


.loading {
    background: #6F1200 url(/images/loading.gif) center no-repeat;;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    opacity: 0.8;}

#ie6 .loading {
    height: 12em;}
