/***
	City of Madison - City 3 Fluid Template 
	Municipal Court 3 Fluid Stylesheet - For Bootstrap Version 2.3.0
***/

/*****************
  Banner  
*****************/
.banner { background-color: #fff; background-image: url(/municipalcourt/images/banner.jpg); color:#000; border-bottom:1px solid #999; }
.banner .banner-logo { margin-top:-5px; margin-left:9px; margin-bottom:-10px; }
.banner .banner-logo img { width:250px; }

/*****************
  main navigation color  
*****************/
.navbar.subnav .navbar-inner { 
background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd6d6e2', endColorstr='#ffc1c1d1',GradientType=0 ); /* IE6-9 */

}

.subnav .nav > li > a, .subnav .nav > li > a:focus, .subnav .nav-collapse .nav li a {
    color: #000;
}

/*****************
  well 
*****************/
.well h3 {margin-top:0; }

/*****************
  address
*****************/
address { margin-bottom: 0; }
.span8 address { margin:5px 0 5px 10px; padding-left:10px; border-left:5px solid #f3f3f3; }

/*****************
  footer height  
*****************/
.content { margin-bottom: -155px; }
.spacer { height: 155px; }

/*****************
  header line colors
*****************/
h1 { border-bottom: 2px solid #ccc; }

h2 { border-bottom: 2px solid #ddd; }

/**********************
	Hearings Table
**********************/
table.table-hearings caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
}
table.table-hearings th,
table.table-hearings td {
  padding: 15px 8px;
}
table.table-hearings thead tr th:first-child,
table.table-hearings tbody tr > th {
  padding-left: 15px;
}
table.table-hearings thead tr th,
table.table-hearings tbody tr {
  border-bottom: 3px solid #cccccc;
}
table.table-hearings tbody tr {
  border-left: 3px solid #cccccc;
}
table.table-hearings tbody tr > th {
  font-weight: normal;
  position: relative;
}
table.table-hearings tbody tr > th:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  border: 3px solid #ccc;
  background-color: #fff;
  border-radius: 100%;
  top: -8px;
  left: -8px;
} 

/**********************
	General Media 
	Queries Overrides
**********************/
@media (min-width: 1200px) {
	.bio .bio-text { margin-left: 0; }
}

@media (max-width: 767px) {
	.bio { clear: both; }
	.incident-reports .span12 .row .date, .incident-reports .span12 .row .updated { padding-left: 0; }
	.incident-reports.title .span12, .incident-reports .span12 { padding: 10px; }
	.incident-report-detail .clearfix h3 { margin-left: 0; }
}