﻿/* fixed sidebar */
@media screen and (min-width: 960px) {
	.col-sidebar {
		float: right;
		position: relative;
	}
}
/* zones */
.ms-webpart-zone-3 {
	width: 300px;
	display: inline-block;
}
/* table of contents */
.case-toc {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	border-radius: 0.25em;
}
.case-toc li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
}
.case-toc li:first-child {
	border-top: 0;
}
.case-toc a {
	display: block;
	padding: 0.5em;
	font-family: "ff tisa-web-pro", Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.case-toc li.active a {
	font-weight: bold;
	color: #fff;
	background: #0d60a0;
}

em.case-title {
	color: #90979b;
	font-style: italic;
	font-family: tisa pro, serif;
	font-size: 24px;
}
/* overview */
.page-title {
	font-weight: bold;
}
.accused-col .ms-webpart-zone, .accused-col .ms-webpart-cell-vertical, .accused-col .ms-webpart-chrome-vertical {
	display: block;
}
.accused-card {
	padding: 1.5em;
	background: #f4f4f4;
	max-height: 15em;
	overflow: auto;
	font-size: 0.75em;
}
.accused-image img {
	display: block;
	width: 100%;
}
.accused-card p {
	margin: 0;
}
.accused-status {
	display: inline-block;
	background: #909ba0;
	color: #fff;
	padding: 0.75em 1em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	border-radius: 0.35em;
	line-height: 24px;
	line-height: 2em;
}
.accused-status-button-cap {
	display: block;
	float: right;
	background: rgba(226, 228, 229, 0.09);
	margin: -0.75em -1em -0.75em 1em;
	padding: 0.75em 0.75em 0.75em 0;
	text-align: center;
	line-height: 1.4em;
}
.accused-status-button .icon {
	line-height: 1.4em;
	padding-left: 12px;
	float: right;
	display: inline;
}
.accused-status-background {
	background: rgba(255, 255, 255, .2);
	padding: 0.2em 0.6em 0.2em 0.4em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	border-radius: 0.35em;
	line-height: 24px;
}

/* court records */
h6.chambers{
	color: #2d3032;
	font-family: Georgia, Times, serif;
	font-size: 10px;
	font-weight: 400;
	display: inline;
}
/* News */
p.dates {
	color: #909ba0;
	font-family: Georgia, serif;
	font-size: 16px;
}
/* in the field */
h4.photo-caption {
	font-family: Georgia, serif;
	text-align: center;
	font-size: 16px;
	color: #404242;
}
h4.photo-date {
	font-family: Georgia, serif;
	text-align: center;
	color: #909ba0;
	font-size: 16px;
}
/* ask a question */
ul.ask-the-court li, ul.related-cases li {
	list-style-type: none;
	margin: 0 0 0.5em 0;
}
.ask-a-question {
	margin-top: 0.25em;
}