/*This is the Black Horse style sheet*/

body {
	margin-top: 0px;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #eeedec;}
	
h1 {
	font-size: 1.5em;	text-align: center;}

h2 {	font-size: 1.8em;	margin-bottom: -10px;}

h3 {
	font-size: 1.5em;
	color: #800000;	font-style: normal;	font-weight: bold;}
	
h4 {
	font-size: 2em;
	font-weight: normal;
	padding: 10px;}	

h5 {
	font-size: 0.9em;
	font-weight: bold;}
	
p {
	font-size: 1.3em;	font-weight: bold;}	
	
.justify {
	text-align: justify;}	
	
a {
	color: #7f7f7f;
    font-size: 1em;
    font-weight: normal;}
    
img {
	border: none;}
	
textarea {
	border: 1px #152497 solid;
	padding: 5px;}	

.home {	
	text-align: left;}

.christmas-menu {	color: #b10000;	font-style: italic;
	text-align: center;}

.christmas-menu h1 {	color: #00a500;	font-weight: bold;	font-size: 1.70em;}
	
a:active, a:visited {
	color: #800000;}	

.update {	background-color: #ffffff;}
	
.bold {	font-weight: bold;}	
	
.roundcont {
	color: #ffffff;}
	
.roundcont p {
	margin: 0 10px;}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;}	

/*Full page conatiner - excludes Footer*/	 
#container {
	width: 100%;
	display: table;
	min-height: 440px;
	color: #1a1a1a;	margin-left: auto;	margin-bottom: 0px;
	margin-top: 10px;}

/*Header section*/
#header {
	height: 200px;
	margin-bottom: 10px;
	background-image: url(images/flowers1.gif);	background-repeat: repeat-x;
	background-position: left top;}
	
#header h1 {
	float: left;
	color: #c1b608;
	font-weight: bold;
	margin-top: 45px;
	padding-left: 10px;}
	
/*Left side container*/
#sidecontent {
	margin-top: 10px;
	color: #ffffff;
	text-align: center;
	height: 580px;
	background-image: url(images/horse.gif);	background-repeat: no-repeat;
	background-position: center bottom;}
	
#sidecontent p, a {	color: #800000;	font-weight: bold;}		
	
#leftside {
	background-image: url(images/flowers.gif);	background-repeat: no-repeat;
	background-position: center top;
	width: 321px;
	float: left;}

.error {
	margin-top: 50px;}	
	
/*Menu section*/
#menubox {
	text-align: left;
	margin-left: 80px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
	width: 161px;}
	
/* position relative so that you can position the sub levels */
.menu li {	
	z-index: 1000;
	position: relative;
	height: 28px;
	background-color: #ffffff;}
/* get rid of the table */
.menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	font-size: 1.6em;}

/* style the links */
.menu a, .menu a:visited {
	display: block; 
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	width: 160px;
	color: #800000;
	text-align: center;}

/* hack for IE5.5 
* html .menu a, * html .menu a:visited {
	background-color: #c0d8bc; 
	width: 150px;} */

/* style the link hover */
* html .menu a:hover {
	background-color: #000000;
	color: #daa34c;}

.menu :hover > a {
	background-color: #000000;
	color: #daa34c;}
	
.menuactive {
	background-color: #000000;
	color: #daa34c;}	
	
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 160px;}
	
.menu ul ul li {
	margin-bottom: 0;}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility: visible;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility: hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	visibility: visible;}

/*Content section*/
#content {
	text-align: center;
	margin-left: 332px;	margin-top: 10px;
	height: 590px;
	overflow: auto;
	background-color: #ffffff;	border-top: 2px #800000 solid;	border-left: 2px #800000 solid;	background-image: url(images/Pub.gif);	background-position: right bottom;	background-repeat: no-repeat;}

#contentmain {
	text-align: center;	padding: 5px;
	width: 96%;}
	
#contentlist {	border: 1px #152497 solid;	background-color: #ffffff;	padding: 5px;	height: 80px;	overflow: scroll;	width: 544px;	text-align: left;		margin-top: 5px;	display: list-item;	}
	
#contentmain li a {
	font-size: 1.3em;}	
	
#contentmain hr {
	width: 75%;
	text-align: center;}	
	
#headline {
	text-align: center;
	background-color: #ffffff;
	border: solid 2px #800000;
	margin-bottom: 5px;}	
	
/******************************
	  Image Gallery
******************************/		
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*Add a height attribute and set to largest image's height to prevent overlaying*/
.gallerycontainer {
	position: relative;}

.thumbnail img {
	border: 1px solid #800000;
	margin: 0 5px 5px 0;}

.thumbnail:hover {
	background-color: transparent;}

.thumbnail:hover img { 
	border: 1px solid blue;}

/*CSS for enlarged image*/
.thumbnail span { 
	position: absolute;
	background-color: #dadada;
	padding: 5px;
	left: -1000px;
	border: 1px solid #800000;
	visibility: hidden;
	color: black;
	text-decoration: none;}

/*CSS for enlarged image*/
.thumbnail span img { 
	border-width: 0;
	padding: 2px;}

/*CSS for enlarged image*/
.thumbnail:hover span { 
	visibility: visible;
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;}
		
/*Update Forms*/#form {	width: 550px;	padding: 10px;}
	
#form a {	float: left;	width: 20%;	padding-top: 6px;}
	
#form p {
	margin-bottom: -5px;	text-align: left;}	
	
.input {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1em;	background-color: #ffffff;
	padding-left: 2px;
	margin-top: 2px;
	border-bottom: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	border-top: solid 2px #7f7f7f;
	border-left: solid 2px #7f7f7f;}
	.button {
	text-align: center;
	float: left;
	color: #ffffff;	background-color: #7f7f7f;	height: 23px;
	margin-left: 5px;
	width: 70px;}	
	
.bigbutton {
	text-align: center;
	height: 23px;
	margin-left: 5px;
	color: #ffffff;	background-color: #7f7f7f;	width: 120px;}	
	
.gobutton {
	color: #ffffff;	background-color: #7f7f7f;	width: 30px;
	height: 23px;
	margin-left: 5px;}	
	
.align {
	display: -moz-inline-block;}		
		
.right{
	text-align:right;}		

.innera {
	height: 21em;
	width: 720px;
	overflow: auto;}

.innerb {
	height: 13em;
	width: 580px;
	overflow: auto;}
	
/*Footer container*/
#footer {
	height: 36px;
	clear: both;
	margin: 5px 0px 0px auto;
	border-top: 1px #800000 solid;
	font-size: 1em;
	color: #000000;
	text-align: left;}

#footer a {
	line-height: 1em;	margin-right:10px;}

#footer h3 {
	padding-top: 3px;
	padding-left: 3px;
	font-size: 1em;
	text-decoration: none;
	width:100px;
	float: left;
	text-align: center;}

#footer .authuser {
	float:left;
	font-weight:bold;	
	width:15%;}

.authaddressprint {
	display:none;}

#footer .authaddress {
	bottom:30px;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;}

.right-floating {
	float: right;
	padding: 5px;	border: none;
	position: static;}
	
img.left-floating {
	float: left;
	padding: 5px;	border: none;
	position: static;}

img.logo {
	border: none;
	position: absolute;	left: 10px;	top: 10px;}	
	
img.banner {
	margin-top: 16px;
	border: none;
	position: relative;
	margin-left: 332px;}		