/* Theme Name: Pakreport
 * Description: blues and browns, using Sass and Compass. README at http://compass-style.org/
 * Demo: http://pakreport.org
 * Version: 0.1
 * Author: Chris Blow
 * Author Email: cblow@meedan.net */
/* line 27, sass/style.sass */
div#footer, div#underfooter, div#logo, div#graph, div.play, div.slider-holder {
  display: none;
}

/* line 30, sass/style.sass */
div#header {
  background: white url("http://pakreport.org/ushahidi/media/img/pk-header.jpg") 50% 0 no-repeat;
  height: 320px;
}

/* line 34, sass/style.sass */
body#page {
  background: #aae4db url("http://pakreport.org/ushahidi/media/img/pk-bkg.jpg") 50% 0 repeat-x;
}

/* line 37, sass/style.sass */
div.content-container {
  background: white;
}

/* line 41, sass/style.sass */
div.slider-holder div.ui-slider {
  height: 20px;
}
/* line 43, sass/style.sass */
div.slider-holder a.ui-slider-handle {
  height: 30px;
  margin-top: -5px;
}
/* line 46, sass/style.sass */
div.slider-holder span.ui-slider-label {
  margin-top: 10px;
  font-size: 15px;
  padding: 5px;
}

/* line 51, sass/style.sass */
div#right {
  width: 250px;
}

/* line 54, sass/style.sass */
div.map {
  width: 575px;
  margin: 0;
  height: 650px;
}

/* line 59, sass/style.sass */
div#mainmenu {
  background-color: #5d9731;
}
/* line 61, sass/style.sass */
div#mainmenu a {
  color: black;
}
/* line 63, sass/style.sass */
div#mainmenu a:hover, div#mainmenu a.active {
  color: black;
  background-color: #fee893;
}

/* line 67, sass/style.sass */
div.additional-content {
  width: 250px;
  float: right;
  margin-top: 30px;
  line-height: 1.2;
  font-size: 1.2em;
  border: 4px double #c7c2bc;
}
/* line 75, sass/style.sass */
div.additional-content div.submit-by-sms, div.additional-content div.submit-by-web, div.additional-content div.submit-by-email {
  margin-top: 0;
}
/* line 77, sass/style.sass */
div.additional-content div.submit-by-sms a, div.additional-content div.submit-by-web a, div.additional-content div.submit-by-email a {
  color: #0078ad;
  font-weight: bold;
  text-decoration: underline;
}
/* line 82, sass/style.sass */
div.additional-content div.submit-by-sms a:hover, div.additional-content div.submit-by-sms a.active, div.additional-content div.submit-by-web a:hover, div.additional-content div.submit-by-web a.active, div.additional-content div.submit-by-email a:hover, div.additional-content div.submit-by-email a.active {
  background-color: #cdb380;
}

/* line 85, sass/style.sass */
table.table-list tbody tr {
  position: relative;
}
/* line 87, sass/style.sass */
table.table-list tbody tr .source {
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 92, sass/style.sass */
table.table-list tbody tr .source_meta, table.table-list tbody tr .incident_meta {
  font-size: 20px;
  width: 50px;
  float: right;
  background: #f8f8f8;
  border-left: 1px solid #e7e3da;
  color: #c7c2bc;
}
/* line 99, sass/style.sass */
table.table-list tbody tr .incident_title {
  font-size: 2.5em;
  float: left;
  width: 100%;
}
/* line 103, sass/style.sass */
table.table-list tbody tr .incident_location {
  color: #e7e3da;
  font-size: 25px;
  font-family: garamond;
  font-style: italic;
  display: block;
  float: left;
  clear: both;
}
/* line 111, sass/style.sass */
table.table-list tbody tr .source_title {
  font-size: 1.2em;
}
/* line 113, sass/style.sass */
table.table-list tbody tr .source_title img {
  padding-right: 5px;
}

/* line 116, sass/style.sass */
h5 {
  font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #6e0012;
  border-bottom: 2px solid black;
  margin-top: 1em;
}

/* line 124, sass/style.sass */
a.more {
  color: #3f3f3f;
  background: #c7c2bc;
  padding: 10px;
  text-decoration: none;
  border: 4px double #e7e3da;
  margin: 10px auto;
  text-align: center;
  height: 20px;
}

/* line 134, sass/style.sass */
div.content-block-left, div.content-block-right {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 141, sass/style.sass */
ul.category-filters {
  background: white;
  border-width: 0;
  padding: 0;
  margin: 0;
}
/* line 147, sass/style.sass */
ul.category-filters li a {
  color: #3f3f3f;
  border-color: white;
  padding: 2px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 13px;
}
/* line 154, sass/style.sass */
ul.category-filters li a img {
  width: 20px;
}
/* line 157, sass/style.sass */
ul.category-filters li a:hover, ul.category-filters li a.active {
  color: white;
  background-color: #c7c2bc;
  border-color: white;
}
