@charset "UTF-8";
/* CSS Document */

#evidence #main_content h2 {
	clear: both;
	text-align: left;
	font-size: 1.8em;
	border-top: 1px solid #cbd7ee;
	padding-top: 10px;
	padding-left: 30px;
	margin-top: 15px;
}

#client_homes {
	background: url(../evidence/images/client_homes_icon.gif) bottom left no-repeat;
}

#haunted_maine {
	background: url(../evidence/images/maine_icon.gif) bottom left no-repeat;
}

#cemeteries {
	background: url(../evidence/images/cemetery_icon.gif) bottom left no-repeat;
}

#evidence #main_content p:first-letter {
	font-weight: normal;
	font-size: 1em;
}

#evidence #main_content h3 {
	clear: both;
	font-size: 1.6em;
	padding-top: 5px;
	margin-left: 60px;
	margin-bottom: 5px;
	margin-top: 15px;
	border-top: #666666 1px dashed;
}

#evidence #main_content h3 a {
	color: #cbd7ee;
}

#evidence #main_content h3 a:hover {
	color: red;
}

#evidence #main_content .image_link {
	clear: both;
	display: block;
	float: left;
	border: 2px solid #cbd7ee;
	margin-left: 60px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 100px;
	height: 75px;
	overflow: hidden;
}

#evidence #main_content .image_link:visited {
	border-color: red;
}

#evidence #main_content .image_link:hover {
	border: 2px dashed #cbd7ee;
}

#evidence #main_content p {
	width: 400px;
	margin-left: 179px;
}

#main_content .case_file_title {
	font-size: 1.8em;
	text-align: left;
	border-bottom: 1px solid #cbd7ee;
}

#main_content .media_heading {
	text-align: left;
	margin-left: 30px;
	font-size: 1.6em;
	margin-top: 10px;
}

#main_content .evidence_definition {
	display: block;
	font-size: 1.4em;
	margin: 10px 0px 10px 50px;
}

#main_content .evidence_definition a {
	display: block;
	text-align: right;
	color: #cbd7ee;
	font-weight: bold;
}

#main_content .evidence_definition a:visited {
	color: #cbd7ee;
}

#main_content .evidence_definition a:hover {
	color: red;
}

/* Evidence Detail Page */
#evidence_detail #main_content {
	width: 860px;
}

#evidence_detail #main_content h1 {
	position: relative;
	width: 860px;
	height: 31px;
	padding-top: 3px;
	margin-bottom: 30px;
	color: white;
	background: url(../images/backgrounds/evidence_header_bg.gif) no-repeat;
	text-align: center;
}

#evidence_detail #nextBtn, #evidence_detail #prevBtn {
	position: absolute;
	width: 18px;
	height: 15px;
	top: 10px;
	z-index:2;
}

#evidence_detail #prevBtn {
	left: 20px;
}

#evidence_detail #nextBtn {
	right: 20px;
}

#evidence_detail .short_text {
	padding-left: 200px;
	padding-right: 200px;
}

#evidence_detail .short_text:first-letter {
	font-size: 1em;
}

#evidence_detail .hp {
	width: 420px;
}

#evidence_detail .left {
	float: left;
}

#evidence_detail .right {
	float: right;
}

#evidence_detail .clear {
	clear: both;
}

#evidence_detail h3 {
	font-size: 1.6em;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding-top: 20px;
}