@charset "utf-8";
/* CSS Document */
/*   
Theme Name: LCHAVoices
Theme URI: http://www.lincolncountyhistory.com
Description: LCHA Voices v.1.0
Author: Ari Miller
Author URI: http://www.perceptionarts.com
Version: 1.0
.
Copyrighted material.  May not be redistributed without consent of author.
.
*/

#header {
	display: none;
	height: 0px;
}
hr {
	visibility: hidden;
}
body {
	margin: 0px;
	background-color: #466843;
	color: #5c463c;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	background: url(http://www.perceptionartstesting.com/lcha/voices/wp-content/themes/voices/images/pageBack.jpg);

}
#voicesContainer {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(http://www.perceptionartstesting.com/lcha/voices/wp-content/themes/voices/images/voicesBack.png) no-repeat;
}
#voicesMenuList {
	margin-top: 175px;
	margin-left: 80px;
	width: 160px;
	padding: 0px;
	float: left;
	height: 330px;
	overflow: auto;
}
#voicesMenuList ul {
	font-size: 1.1em;
	padding-left: 25px;
	margin-left: 0px;
	margin-top: 5px;
	list-style: circle;
	line-height: 1.5em;
}
#voicesMenuList a {
	color: #5c463c;
	text-decoration: none;
}
#voicesMenuList a:hover {
	font-style: italic;
}
#voicesMenuList a:visited {
	color: #5c463c;
}
#voicesMenuList a.currentPage {
	color: #5c463c;
	text-decoration: none;
	font-weight: bold;
}
#voicesBody {
	float: left;
	height: 420px;
	width: 295px;
	margin-left: 185px;
	margin-top: 95px;
}
#bodyTitle {
	width: 295px;
	margin-bottom: 5px;
}
#bodyTitle h1 {
	font-weight: normal;
	margin: 0;
	font-size: 1.25em;
}
#bodyTitle hr {
	visibility: visible;
	margin-bottom: 0px;
	margin-top: 5px;
}
#bodyText  {
	overflow: auto;
	height: 380px;
	width: 295px;
	padding: 0px 20px 0px 0px;
} 
#bodyText h2 {
	font-size: 1.1em;
	font-weight: bold;
}
#bodyText  a {
	color: #5c463c;
	text-decoration: underline;
}
#bodyText  a:hover {
	font-style: italic;
}
#bodyText img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
