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

body{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background: #003366;
	margin: 0;
}

#tpcwrapper{
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/pony-club-bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#indexwrapper{
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/index-bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	
}

#contactwrapper{
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/contact-bridles-bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	}

#partywrapper{
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/pony-party-bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	}

#regwrapper{
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/registration-bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	}

#trainingwrapper{
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/training-bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	}

#gallerywrapper{
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/gallery-bg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	}


#pagewrapper{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#header{
	height: 180px;
	text-align: center;
	margin: 0;
	padding: 1em 3em 0 0;
	background-image: url(../images/logo.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-family: "Lucida Handwriting", times, serif;
}

#number {
	width: 540px;
	margin: 0 auto;
	text-align: right;
}

#contentwrapper {
	text-align: left;
	margin-left: 100px;
	padding-bottom: 80px;
	background-image: url(../images/BHS_Logo.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#navigation {
	float: right;
	width: 180px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
}

#content {
	float: left;
	width: 500px;
	text-align: justify;
}

#footer {
	width: 750px;
	margin: 0 auto;
	color: white;
	padding: 10px 100px;
	background: #336699;
}

#bottomlink {
	padding: 20px;
	color: white;
	font-size: 0.6em;
	margin-bottom: 30px;
}

#bottomlink a {
	color: white;
	text-decoration: underline;
	display: inline;
}

/* Classes */

.clr{
	clear: both;
	width: 100%;
	height: 2em;
}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
}

.img-left {
	float: left;
	margin: 0 10px 5px 0;
}

/* Headers */

h1 {
	font-size: 2.25em;
}

h2{
	font-size: 1.5em;
}

/* lists and links */

a {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

#nav {
	background: #CC0000;
	margin: 0;
	padding: 5px;
}

#nav li {
	list-style: none;
	display: inline;
}

#navigation a {
	color: white;
	display: block;
	padding: 8px;
	margin: 5px 0 ;
	border: 1px solid #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	color: #CC0000;
	background: white;
	background-image: url(../images/horse-bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
}

a img {
	border: none;
	margin: 0;
}

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }