@import url("1140.css");
@import url("fonts-1.1.0.css");
h1, h2, h3, h4, h5, b { font-weight:normal; }
h1 {
    font-family: "TheanoDidotRegular", 'TheanoDidotRegularRemote', Georgia, serif;
    text-transform:uppercase;
    font-size: 32px;
    line-height:120%;
}
h2 {
    margin: 10px 0 5px 0;
    line-height:120%;
}
h3 {
    font-size:20px;
    line-height:120%;
    margin:10px 0 5px 0;
}
body {
    font-family: Georgia, serif;
    font-size:18px;
    line-height:120%;
    color:black;
}
a {
    color: #0000FF;
    text-decoration:underline;
}
a:visited {
    color: #800080;
}
a:hover {
    text-decoration:none;
    cursor: pointer;
}
a:active {
    color: red;
}
small {
    font-size:14px;
}
.container {
    clear:both;
}
.overflow {
    overflow:visible;
    clear:both;
}
div#topbar {
    border-bottom:9px solid #e5e5e5;
    margin:0 0 10px 0;
}
div.bottombar {
    clear:both;
    padding:5px 0;
    border-bottom:1px solid #e5e5e5;
    margin: 0 0 10px 0;
}
div#toolbar {
    padding: 10px 0;
    font-size: 16px;
    background-color: #ffffff;
    position:relative;
}
div#headline {
    font-family: "TheanoDidotRegular", 'TheanoDidotRegularRemote', Georgia, serif;
    width:275px;
    text-align:center;
}
div#headline h1 {
    font-size:2.75em;
    line-height:90%;
}
div#headline p {
    font-size:1.35em;
    white-space: nowrap;
}
div#headline a {
    text-decoration:none;
    color:black;
}
div#headline a:hover {
    text-decoration:none;
    cursor: pointer;
    color: gray;
}
div#toolbar ul#tools {
    text-align:right;
    float:right;
    display:inline;
    margin:30px 0 0 0;
}
div#toolbar ul#tools li {
    display:inline;
    list-style-type: none;
    margin:5px;
}
div#toolbar #globaldatepicker {
    width:100px;
}
.datepicker {
    display:inline;
}
.datepicker img {
    vertical-align:bottom;
    display:inline;
}
div#toolbar select {
    width: 180px;
}
div#toolbar a#advancedsearch {
    text-decoration:underline;
    font-size:12px;
}
div#toolbar .dropdown {
    font-size:14px;
    position:relative;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #0000FF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-top: 12px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 4px 0;
  margin: 4px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.dropdown-menu li {
    margin:0 !important;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu a {
  display: block;
  padding: 5px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  text-decoration: none;
}
div.screenshots {
    margin: 0 auto 30px auto;
}
div.nestedthumbs {
    margin: 0 auto 20px auto;
}
div#sitetitle {
    margin: 0 auto 0 auto;
}
hr {
    margin:10px 0; 
    color: #CCC;
    background-color: #ccc;
}
div#sitetitle h3 {
    margin: 0 0 10px 0;
}
div.datestamp {
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
    padding-right:10px;
}
div.timestamp {
    margin: 5px auto;
    font-size: 18px;
}
div#footer {
    margin: 10px 0;
    font-size: 16px;
    text-align:center;
}
div#footer .row {
    padding: 15px 0 30px 0;
    border-top: 1px solid #ccc;
}
form#advancedsearch {
    margin: 0 0 20px 0;
}
fieldset{
    padding: 10px;
    border: 1px solid #ccc;
    font-size:16px;
}
fieldset h4 {
    font-size:20px;
    margin: 5px 0 5px 0;
}
form#advancedsearch ul {
    margin: 10px 0 20px 0;
}
form#advancedsearch ul li {
    margin: 0 0 10px 0;
}
form#advancedsearch ul li label {
    margin: 0 5px 0 0;
}
span.error {
    margin:10px 0;
    color:red;
}
article p {
    margin: 0 0 10px 0;
    font-size:18px;
    line-height:24px;
    text-align:justify;
}
pre {
    font-size:14px;
}
table {
    font-size:14px;
    width:100%;
    margin: 0 0 10px 0;
    font-family: monospace;
}
table td {
    border-bottom:1px solid #ddd;
    padding: 5px 0;
    margin: 0;
}

/* Responsive tables */
table.stacked-responsive {
    border-collapse:collapse;
    margin: 10px !important;
    width:95%;
    border-spacing: 0;
    display: table-cell;
}
table.stacked-responsive th, table.stacked-responsive td
{
    border: 1px solid black;
    line-height:140%;
    text-align:left;
    padding:5px;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
    
    /* Force table to not be like tables anymore */
    table.stacked-responsive, 
    .stacked-responsive thead, 
    .stacked-responsive tbody, 
    .stacked-responsive th, 
    .stacked-responsive td, 
    .stacked-responsive tr { 
        display: block;
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    .stacked-responsive thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
        padding: 0;
    }
 
    .stacked-responsive tr { border: 1px solid #ccc; }
 
    .stacked-responsive td { 
        /* Behave  like a "row" */
        border: none !important;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50% !important; 
        white-space: normal;
        text-align:left;
    }
 
    .stacked-responsive td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    .stacked-responsive td:before { content: attr(data-title); }

    .scroll-responsive {
        overflow:scroll;
    }

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
}
