 
/********************************************
   HTML ELEMENTS
********************************************/ 
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html {
	
	height: 100%;
}

body {
	background: #663300 url(../img/site/pagebg.jpg) repeat-x;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #572F00; 
	text-align: center;
	margin: 10px 0;
	height: 100%;
}

/* links */
a, a:visited {	
	color: #B87319;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}

img.noBorder{
	background: #F6F4BA;
	border: 0px;
	padding: 0px;

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

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	min-height: 100%;
	width: 820px;
	background: #CCC url(../img/site/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 14px;
	background: #F6F4BA url(../img/site/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 790px;	
	padding: 0; 	
	background: #F6F4BA;	
	border-top: 5px solid #FFF;
	margin-left: 15px;	
	display: inline;
}
#header {
	width: 820px;
	position: relative;
	height: 70px;
	background: #CCC url(../img/site/header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}
#header h2#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 24px 'Trebuchet MS', Arial, Sans-serif;
	text-indent: -5000px;
	color: #000000;
	text-decoration: none;
	background: #F6F4BA url(../img/site/blfs-logo.gif) no-repeat;
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;
	height: 46px;
	width: 586px;
}

#pageHeading h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
	text-indent: -5000px;
	color: #B87319;
	text-decoration: none;
	background: #F6F4BA;
	left: 10px;
	height: 39px;
	width: 400px;
	clear: both;
	background-image: url(library/img/site/header-links.gif);
}

#pageHeading h1.home {
	background: #F6F4BA url(../img/site/header-welcome-to-foundation-station.gif) no-repeat;
}

#pageHeading h1.bruceStormy {
	background: #F6F4BA url(../img/site/header-bruce-and-stormy.gif) no-repeat;
}

#pageHeading h1.performanceHorses {
	background: #F6F4BA url(../img/site/header-performance-horses.gif) no-repeat;
}

#pageHeading h1.coltStarting {
	background: #F6F4BA url(../img/site/header-colt-starting.gif) no-repeat;
}

#pageHeading h1.clinics {
	background: #F6F4BA url(../img/site/header-clinics.gif) no-repeat;
}

#pageHeading h1.links {
	background: #F6F4BA url(../img/site/header-links.gif) no-repeat;
	
}	

#pageHeading h1.pictures {
	background: #F6F4BA url(../img/site/header-pictures.gif) no-repeat;
}

#pageHeading h1.staff {
	background: #F6F4BA url(../img/site/header-staff.gif) no-repeat;
}

#pageHeading h1.education {
	background: #F6F4BA url(../img/site/header-education.gif) no-repeat;
}

#pageHeading h1.contact {
	background: #F6F4BA url(../img/site/header-contact.gif) no-repeat;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #fff;
}

#header-photo.headerHome {
	background: #FFF url(../img/site/header_photo_home.jpg) no-repeat center center;
}

#header-photo.bruceStormy {
	background: #FFF url(../img/site/header_photo_bruceStormy.jpg) no-repeat center center;
}

#header-photo.performanceHorses {
	background: #FFF url(../img/site/header_photo_performanceHorses.jpg) no-repeat center center;
}

#header-photo.coltStarting {
	background: #FFF url(../img/site/header_photo_coltStarting.jpg) no-repeat center center;
}

#header-photo.clinics {
	background: #FFF url(../img/site/header_photo_clinics.jpg) no-repeat center center;
}

#header-photo.staff{
	background: #FFF url(../img/site/header_photo_pictures.jpg) no-repeat center center;
}

#header-photo.pictures {
	background: #FFF url(../img/site/header_photo_pictures.jpg) no-repeat center center;
}


#header-photo.education {
	background: #FFF url(../img/site/header_photo_education.jpg) no-repeat center center;
}

#header-photo.contact {
	background: #FFF url(../img/site/header_photo_home.jpg) no-repeat center center;
}



/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../img/site/nav.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 6px;
	border-right: 1px solid #854d05;
	border-left: 1px solid #b87319;
	border-bottom: none;
	color: #FFF;
	font: bold 11px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../img/site/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../img/site/nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 67%;
	padding: 20px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #854D05; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #854D05;
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(../img/site/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 27.5%;
	padding: 20px 10px 0 0; margin: 0;		
}	
#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #854D05; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../img/site/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../img/site/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	height: 2em;
	font-size: 95%;	
	text-align: left;
	padding: 5px 0px 20px 0px;;
	background: url(../img/site/footer-bottom.jpg) no-repeat center bottom;	
	position: absolute;
	bottom: 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:0px;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

/* bottom */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	width: 820px;
	padding: 0px;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* Rounded corner box classes */
.roundedbox{
	width: 217px;
	background: #f6f5e0;
	margin-top: 20px;
} 

p.largeText{
	font-size: 160%;
}

.paddingDiv{
	height: 75px;
}

.photoAlbumItem{
	padding: 0px 0px 25px 0px;
}
.courseTitle{
	color: #854D05;
	font: bold 14px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}
