@charset "utf-8";
/* CSS Document */
#mobshow{
		display:none;
	}
	#mobhide{
		display:inline;
	}
#box1{
	text-align:center;
	background-color:#CCCCCC;
	border:medium #666 solid;
	margin-left:100px;
	margin-right:100px;	
}
#box1 h1{
	font-size:20px;
}
.pageimg{
    width: 400px;
}
.img600{
    width:600px;
}
.galimg{
	margin:4px;
padding: 2px;
border:thin solid #999999;
    max-height: 200px;
    max-width: 350px;
}
#galmaster{
    display:inline-block;
    width: 380px;
    height:240px;
    text-align: center;
    font-size: .5rem;
    color: #767676;
}
.smalllink{
    font-size: 1rem;
}
html{
	height:100%;
	margin:0px;
	}
body{
	margin:0;
	padding:0;
		height:100%;
		font-family:Verdana, Geneva, sans-serif;
   position: relative;
}
.red{
	color:#FF0000;
}
#iframecal{width:90%; height:700px;}
#menu{
    padding-left: 10%;
    padding-right: 10%;

    width:80%;
    text-align: center;
   
  
}

.booknowbtn{
    background-color: #000000; 
    padding:5px 15px 5px 15px;
    border-radius: 5px;
   }



/* Individual menu item */
#menu li a.booknowbtn{
	text-decoration:none;
	color:#FFFFFF;
     display:inline-block;            /* IMPORTANT */
    vertical-align: middle;
	transition: 
		transform 0.15s ease,
		box-shadow 0.15s ease,
		background-color 0.15s ease;
    line-height: 1;
}


#menu li a.booknowbtn:hover{
	text-decoration:none;
	color:#E5E5E5;
transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}


#menu ul{
/*	width:50%; */
	list-style:none;
    text-align: center;
}
#menu li{
	list-style:none;
    display: inline-block;
padding-right: 40px;
font-size:24px;
    line-height: 1;
    vertical-align: middle;
}
#menu li a{
  
	text-decoration:none;
	color:#000000;
}
#menu li a:hover{
	text-decoration:underline;
	color:#FF0000;
}

#menumob ul{
	width:250px;
	list-style:none;
}
#menumob li{
	list-style:none;
	float:left;
width:80%;
height:40px;
font-size:18px;
}
#menumob li a{
	text-decoration:none;
	color:#ffffff;
}
#menumob li a:hover{
	text-decoration:underline;
	color:#ffffff;
}
#mobile-nav{
	display:none;
	position:fixed;
	top:10px;
	right:10px;
	z-index:10000;
}
.narrow{
	width:110px;
}
#moble-nav-menu{
display:none;
position:fixed;
width:250px;
height: 100%;
background-color:#000000;
color:#FFFFFF;	
	top:0px;
	right:0px;
		z-index:10000;
		border-bottom:2px #ffffff solid;
		border-left:thin #ffffff solid;
		
}
#picturebar{
    background-image: url("/gfx/banner2.png") ;
        height:400px;
    position:relative;
	background-color:#000000;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
		z-index:500;
}
#lowerpicturebar{
    background-image: url("/gfx/horses2000-50.png") ;
        height:50px;
    position:relative;
	
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
		z-index:750;
    margin-top: -50px;
    
  
}
.cutoff{
width:100%;
    bottom:0px;
    right:0px;
    position: absolute;
}

#headerwrapper{
    width:100%;
    height: 200px;
    padding:0px;
        background-color: #000000;

    color:#FFFFFF;
}
#pagewrapper{
    width:100%;
    padding:0px;
}
#footerwrapper{
    width:100%;
    height: 34px;
    padding:0px;
    background-color: #000000;
}
#footercontent{
    width:80%;
    margin-left: 10%;
    padding-top: 5px;
    color: #FFFFFF;
    text-align: left;
}
#pagecontent{
    width:80%;
    margin-left: 10%;
    min-height: 500px;
            display: flex;
  /* Optional: ensures they sit horizontally */
  flex-direction: row;
}

#pagecontent h1{
font-size:28px;}

#pagecontent a{
	color:#050505;
	text-decoration:none;
    font-weight: bold;
}
#pagecontent a:hover{
	text-decoration:underline; color: #FF0000;
}
#lefthead{
    width:25%;
    display: inline-block;
      padding:0px;
}
#logo{
    width:49%;
    text-align: center;
        display: inline-block;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 2.5rem;
      padding:0px;
}
#sublogo{font-size: 1rem;}


#sublogo a{
	text-decoration:none;
	color:#FFFFFF;
}
#sublogo  a:hover{
	text-decoration:underline;
	color:#ff0000;
}

    #footercontent img{
    height:24px;
}
#footercontent a{
	text-decoration:none;
	color:#FFFFFF;
}
#footercontent  a:hover{
	text-decoration:underline;
	color:#ff0000;
}

#logo img{
    height:200px;
}
#sublogo img{
    height:30px;
}
#righthead{
    width:25%;
    text-align: right;
        display: inline-block;
    vertical-align: top;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
      padding-top:10px;
    padding-right: 10px;
     font-size: 1rem;
}

#righthead a{
	text-decoration:none;
	color:#000000;
}
#righthead  a:hover{
	text-decoration:underline;
	color:#ff0000;
}
.entrymasterimg{
    width:250px;
    padding:5px;
}
#commpic{
    float:left;
    width: 250px;
    min-height: 150px;
    text-align: center;
}
#clearboth{clear:both;}

#lefthandpanel{
   flex: 1; /* take up all remaining space */

}

#righthandpanel{
  width: 350px; /* fixed width */
    padding-top:10px;
    padding-bottom:10px;
    

}


@media screen and (max-width : 1500px){
    #menu{
    padding-left: 5%;
    padding-right: 5%;

    width:90%;
    text-align: center;
   
  
}
    
    #menu li{
font-size:20px;
}
    
    #lefthead{
    width:20%;
  
}
#logo{
    width:49%;
    font-size: 1.5rem;
    }
#logo img{
    height:180px;
}
    #sublogo img{
    height:30px;
}
    #footercontent img{
    height:24px;
}
#righthead{
    width:20%;
     font-size: .75rem;
}
    #headerwrapper{
    height: 180px;
}
.entrymasterimg{
    width:200px;
}
    
}


@media screen and (max-width : 1200px){
    #menu li{
font-size:18px;
}
    #pagecontent h1{
font-size:20px;}

    .pageimg{
    width: 280px;
}
}

@media screen and (max-width : 650px){
    #picturebar{
    background-image: url("/gfx/banner2-mob.png") ;
    
}

    #righthandpanel {
    width: 100%;
      text-align: center;
  }
    
#iframecal{width:500px; height:600px;}

    body{
	}
	a:link{
	text-decoration:none;
	color:#FFFFFF;
     
}
a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}
	#mobshow{
		display:inline;
	
	}
	#mobhide{
		display:none;
	}
    
    #mobile-nav{
	display:block;
	
}
    .img600{
    width:300px;
}
#menu{
	display:none;
}
    #pagecontent{
    width:90%;
    margin-left: 5%;
 flex-direction: column;
    }
    
    #logo{
    width:100%;
    text-align: center;
        display: inline-block;
         font-size: 1.5rem;
}
    #lefthead{
        display: none;
    }
    #righthead{
        display: none;
    }
 #box1{
	
	margin-left:25px;
	margin-right:25px;	
}
#box1 h1{
	font-size:14px;
}   
    .entrymasterimg{
    width:150px;
}
        #footercontent{
    text-align: center;
}
    
    #footerwrapper{
    height: 70px;
    }
    
}


@media screen and (max-width : 450px){
#pagecontent h1{
font-size:18px;}
    
    .pageimg{
    width: 250px;
}
    
#iframecal{width:400px; height:400px;}

}