/*Designed for Coon Hollow Farm by www.singingfalls.com*/

*{
	margin:0;
	padding:0;
	font-size:100%;

}

body {
	
	cursor: default;
	margin: 5px 0;
	font: small/1.8em "Minion Web", Georgia, Palatino, "Times New Roman", serif;
	background: #320000;
	color: #fff;
	text-align: center;
}

h1 {
	color: #640090;
	text-align: center;
	font-size: 1.2em;
	text-transform: small-caps;
	border: 0px solid;
	line-height: 2em;
	margin: 0em 0;
}

h2 {
	color: #d7c8b4;
	background: #640090;
	text-align: center;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin:15px 5px;
	border: 1px solid #d7c8b4;
}

h3 {
	color: #d7c8b4;
	background: #640090;
	text-align: center;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 0em;
	border: 1px solid #d7c8b4;
}

h4 {
	color: #d7c8b4;
	background: #640090;
	text-indent: 0.5em;
	font-size: .9em;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	margin-top: 0em;
}
/*this section for links and effects*/
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #640090;
	border-bottom: 1px solid;
}

a:visited {
	color: #b66dd5;
}

#page {
	background:#320000; 
	width: 782px;
	margin: 0 auto;
	color: #310030;
	text-align: left;
}

	#header {
		width: 780px;
		height: 124px;
		background: url("../images/alpha/coonhollowlogo.jpg") top right no-repeat;
		border:1px solid #d7c8b4;
	}
	#header h1 {
		margin: 0;
		border: none;
	}

	#menu {
		letter-spacing: 0.1em;
		line-height: 2em;
		font-weight: bold;
		border-bottom: 1px solid #d7c8b4;
		border-left: 1px solid #d7c8b4;
		border-right: 1px solid #d7c8b4;
		background: #968282;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0 1.2em;

		}
		
			#menu li a{
				color: #fff;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #640090;
			}
#wrap{
	width:782px;
	margin:0 auto;
	position:relative;
}

#main-content li{
	width:164px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#d7c8b4;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:210px;
		
}

#previous{
	text-align:left;
	margin:1px 30px 1px 1px;
}

#next{
	text-align:right;
	margin:1px 30px 1px 1px;
}

#thumbnails{
	text-align:center;
	margin:1px 30px 1px 1px;
}


#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#640090;
}



#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 1px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#968282;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
	
}




#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:160px;
	font-weight:bold;
	background:#968282;
	color:#FFF;
	padding:5px 0 5px 0;
	font-size:100%;
	border:1px solid #640090;
	border-width:2px 2px 2px 2px;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

div.figure{
	float: center;
	border: thin #d7c8b4 solid;
	margin: 0.5em;
	padding: 1.5em;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

img{
	/*border:1px solid #EEE;*/
/* delete line above and uncomment this for an inset effect*/
	border:1px solid;
	border-color:#000 #EEE #EEE #000;
}

#foot{
		clear: both;
		margin: 0;
		padding: 1px 0;
		background: #640090;
		text-align: center;
		font-size: 1em;
		border: 1px solid #d7c8b4;
}
