/* OKFN Brand font, not related to WDMMG. */

@font-face {
  font-family: 'OpenSansLight';
  src: url('../img/opensans-light-webfont.eot');
  src: url('../img/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../img/opensans-light-webfont.woff') format('woff'), url('../img/opensans-light-webfont.ttf') format('truetype'), url('opensans-light-webfont.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "OpenSansSemibold";
    font-style: normal;
    font-weight: 600;
    src: url("../img/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../img/opensans-semibold-webfont.woff") format("woff"), url("../img/opensans-semibold-webfont.ttf") format("truetype"), url("../img/opensans-semibold-webfont.svg#OpenSansLight") format("svg");
}

html {

}

body {

}

body, p, blockquote p {
  font-family: Palatino, georgia, 'times new roman', serif;
  font-size: 16px;
  line-height: 25px;
}

blockquote p {
  font-style: italic;
  margin-bottom: 1em;
}

a {
  color: #830242;
}

.spaced {
  margin-top: 3em;
  margin-bottom: 0em;
}

#logo {
  padding-bottom: 0em;
}

#logo #claim {
  margin: 5px;
  font-style: italic;
  /*letter-spacing: 1px;*/
  color: #999999;
  font-size: 1.1em;
}

#logo a:hover {
  text-decoration: none;
}

.main-header {
  text-align: center;
}

/* 
 * Nav and Footer styles based on OKFN brand design. 
 */

nav ul li, 
footer,
footer p {
 font-size: 12px;
line-height: 20px;
font: 11px verdana;
color: #333;
text-shadow: 1px 1px 1px #eee;
}

nav ul.nav.nav-tabs li {
  float: right;
}

nav ul.nav.nav-tabs li a.active {
  color: #000;
  font-weight: bold;
  font-family: OpenSansSemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer {
background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')"; /* IE8 */
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 180px 0 #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.85); /* FF3.5+ */
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 810px -68px #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.65); /* Saf3.0+, Chrome */
box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 85px 180px 0 #fff, 0 12px 8px -5px rgba(0, 0, 0, 0.85); /* Opera 10.5, IE 9.0 */
  margin: 5px 25px;
  padding: 5px 10px;

}

footer > .inner {
  background: url('../img/footer-bevel.png') top repeat-x;
  padding: 10px 0 10px 0;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);


}

footer ul.footer-links {
}

footer a, footer a:hover {
  color: #AEEBDF;
}

/* 
 * Visualization-specific styles. 
 */

#db-frame {
  width: 100%;
  min-height: 20em;
  border: none;
}

#dailybread {
  min-height: 20em;
}

#dailbread #db-topbar div h2 {
  text-transform: none;
}

#dailybread .db-area-title h3 {
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

#browser .filters-current {
  float: right;
}

#browser h2 {
  display: none;
}

#browser table {
  width: 100%;
}

#browser table th {
  text-align: left;
}

#browser table th,
#browser table tr {
}

#browser .department-facet,
#browser .clear-search {
  display: none;
}

#browser .num-entries {
  float: right;
  font-style: italic;
}

#browser input[type=text] {
  width: 40em;
  height: 2em;
}

#browser .pager {
  margin-top: 1em;
}

#browser .pager ul li {
  margin-left: 1em;
}

.row .bubbletree-wrapper {
  height: 600px;
  position: relative;
}

#bubbletree {
  margin: 0 auto;
  width: 940px;
  height: 550px;
}

#bubbletree .label {
  background-color: rgba(0,0,0,0);
}

#bubbletree .desc {
  font-family: "OpenSansLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

#bubbletree .amount {
  font-family: Palatino, georgia, 'times new roman', serif;
  font-size: 14px;
}