@charset "utf-8";
/* CSS Document */




body {
	font-family: P22Wedge;
	margin: 20px;
	padding: 20px;
	background-color: #FFFFFF;	
}
.page { font-size: 1em; }

h1 {
	font-size: 1.4em;
	color: #333333;
	margin: 2px 0px .5em 0px;
	font-weight: 200;
}
h2 { font-size: 1.5em; 
	color: #669999; 
	margin: 2px 0px .5em 0px;
	font-weight:200; }
h3 {
	font-size: 1.35em;
	color: #9e472a;
	margin: 0em 0px .25em 0px;
}
p { margin: 0px 0px 1em 0px; font-size: 0.9em; }
p1 { margin: 0px 0px 1em 0px; font-size: 1.1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #FFF; }
a:hover { color: #972015; }

.P22Wedge { 
	font-family: P22Wedge;
	font-weight: normal;
	font-style: normal;
}
/* Layout */

.page { position: relative; margin: 0px auto 0px auto; max-width: 980px;  }
.page header {
	display: block;
	position: relative;
	height: 260px;
	
}
.page header a.logo {
	position: absolute;
	top: 76px;
	left: 40px;
	display: block;
	width: 450px;
	height: 105px;
	z-index: 1003;
	background: url(../images/logo_large_copy.png) no-repeat 0px 0px;
	
}
.page_content {	/*positions background image*/
	background: url(../images/background_gallery.jpg) no-repeat 0px 0px;
	margin-top: 3px;
	padding: 1px 0px 1px 0px;
	height: 482px;
}
.page .page_content .page_content_container_left {
	width: 89%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 2px;
	
}


page .page_content .slideshow {
	
	display: block;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	padding: 3px;
	/*background-color: #FFF;
	border:1px solid #669999;
	border-radius: 12px;*/
	
	}
	
.carousel_container {

	margin-top: 20px;
	height: 340px;
}

.my_carousel {
	
	width: 760px;
	height: 450px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#carousel img {
	height: 225px;
	width: 300px;
	cursor: pointer;
}
#captions {
	
	margin-top: 45px; /*positions text beneath carousel*/
}


.carousel_container {
	height: 300px;
}

.caption_container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: -10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	/*border-radius: 12px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border: 1px solid #669999;8/
					
background-image: -webkit-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Safari*/
background-image: /*-o-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Opera 11-12*/
background-image: /*-moz-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Fx 3.6-15*/
background-image:/* linear-gradient(rgba(153,204,204,0.3), rgba(204,204,204,0.7)); /*Standard*/
}

#captions h1 {
	font-family: P22Wedge;
	font-weight: lighter;
	color: #669999;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#captions p {
	font-family: P22Wedge;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
}
	

.carousel_data {
	
	display: none;
}

#carousel {
	height: 300px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.page nav {
	position: absolute;
	top: 93px;
	right: 43px;
	text-align: right;
	visibility: visible;
}
.page nav a {
	border: 1px solid #e2d0a9;
	border-radius: 5px;
	color: #3073a2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bolder;
	display: inline-block;
	margin: 0px 2px 0px 2px;
	background-color: #FFFFFF;
	font-size: 1.5em;
	box-shadow: 1px 2px 1px #333333;
	
}
.page nav a:hover {
	color: #CCC;
	background-color: #3073a2;
	font-weight: bolder;
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);

}
	footer {
	font-family: AngleciaProTitle-SemiBoldItalic; 
	display: block;
	border-top: 1px solid #ddd;
	padding: 5px 10px 5px 20px;
	font-size: 0.9em;
	color: #757575;
	background-color: #fff;
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}



}

/* SMALL SCREEN RULES */

@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header { height: 50px; background-image: url(../images/banner_small.jpg); }
	.page header a.logo {
	top: 4px;
	left: 25px;
	margin: 0px auto 0px auto;
	width: 127px;
	height: 38px;
	background: url(../images/logo_small.png) no-repeat 0px 0px;
	}
	h1 {
	font-size: 1.0em;
	color: #333333;
	margin: 5px 0px .5em 0px;
	font-weight:200;
}
	p1 { margin: 0px 0px 1em 0px; font-size: .8em; }
	
	.page .page_content .page_content_container_left {
	width: auto;
	float: none;
	top: 50px;
}

.page .page_content .slideshow {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 3px;
	background-color: #FFF;
	border: 2px solid #669999;
	border-radius: 12px;	/*box-shadow: 2px 2px 2px #333333 */

	#grad
background: -webkit-linear-gradient(rgba(153,204,204,0.0),rgba(153,204,204,0.2)); /*Safari*/
	background: -o-linear-gradient(rgba(153,204,204,0.0),rgba(153,204,204,0.2)); /*Opera 11-12*/
	background: -moz-linear-gradient(rgba(153,204,204,0.0),rgba(153,204,204,0.2)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(153,204,204,0.0), rgba(153,204,204,0.2)); /*Standard*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
	/*.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }*/
	.page .page_content .content { margin: 0px 10px 20px 10px; }
	.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	/*.page .page_content .content_sidebar figure { width: 30%; float: right; margin-left: 15px; }
	.page .page_content .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_small.jpg) right 0px; height: 100px; }
	.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }*/
	
	
	
	
	.my_carousel {
	background-color: #CCC;
	width: 760px;
	height: 450px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	

}

#carousel img {
	height: 225px;
	width: 300px;
	cursor: pointer;
}


.carousel_container {
	background-image: url(../images/background_gallery_small_140214.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0px;
	height: 400px;
}
.caption_container {
	width: 70%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 12px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border: 1px solid #669999;
	display: none;				
					
					
					#grad
background: -webkit-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Safari*/
background: -o-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Opera 11-12*/
background: -moz-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Fx 3.6-15*/
background: linear-gradient(rgba(153,204,204,0.3), rgba(204,204,204,0.7)); /*Standard*/
}
	

.carousel_data {
	
	display: none;
}
#carousel {
	height: 300px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}
/**/	.bottom_text_panel {
	width: 83%;
	/*float: none;*/  
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	border: 1px solid #669999;
	border-radius: 12px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	#grad
background: -webkit-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Safari*/
background: -o-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Opera 11-12*/
background: -moz-linear-gradient(rgba(153,204,204,0.3),rgba(204,204,204,0.7)); /*Fx 3.6-15*/
background: linear-gradient(rgba(153,204,204,0.3), rgba(204,204,204,0.7)); /*Standard*/
}
	
	
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
	}
	.page nav a {
		color: #fff;
		border: 1px solid #68230b;
		padding: 7px 10px 7px 10px;
		font-weight: lighten;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #ccc url(../images/mobile_link_arrow.png) no-repeat right 50%;
		}
		
		
	.page nav a:hover {
	background-color: #972015;
	color: #CCC;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	font-weight: lighter;
}

.page .page_content .page_content_footer_image {
	display: none;
	height: 40px;
	background: url(../images/image_footer.jpg) no-repeat 0px 0px;
	
	
	
}

.page .page_content .page_footer_image_content {
	display: none;
	margin-left: auto;
	margin_right:auto;
	height: 40px;
	background: url(../images/image_footer.jpg) no-repeat 0px 0px;
		
}



	.footer { font-size: .8em; }
	
}

/* MEDIUM SCREEN RULES */
@media screen and (min-width: 501px) and (max-width: 800px) {
	
	
	
	h1 {
	font-size: 1.2em;
	color: #333333;
	margin: 2px 0px .5em 0px;
	color: #669999;
	font-weight: lighten;
}
	 
	 p { margin:  0px 0px 1em 0px; font-size: 0.9em; }
	 p1 { margin: 0px 0px 1em 0px; font-size: 1em; }
	body {
	font-family: P22Wedge;
	margin: 20px;
	padding: 20px;
	background-color: #FFFFFF;	
}
	.page { margin: 0px; padding: 0px; font-size: 1.15em }

	.page header {
	display: block;
	position: relative;
	height: 206px;
	background: url(../images/banner_medium.jpg) no-repeat 0px 0px; 
	 }
    .page header a.logo {
	top: 55px;
	left: 30px;
	width: 400px;
	height: 110px;
	background: url(../images/logo_medium.png) no-repeat 0px 0px;
	}
	.page nav {
	top: 73px;
	right: 24px;
	
}
	.page nav a {
	border-color: #333333;
	margin-left: 6px;
	padding: 2px 9px 2px 9px;
	font-size: 1.1em;
	font-weight: lighter;
	}

	.page_content {	/*positions background image*/
	background: url(../images/background_gallery_medium.jpg) no-repeat;
	height: 500px;
	margin-top: 2px;
	padding-top: 1px 0px 1px 0px;
	
	
}
	

.carousel_container {/*positions carousel*/
	margin-top: 25px;
	height: 340px;
}


/*.nextItemMedium {
	position: absolute;
	z-index: 1003;
	top: 360px;
	left: 330px;
	cursor: pointer;
}
.prevItemMedium {
	position: absolute;
	z-index: 1004;
	top: 360px;
	left: 368px;
	cursor: pointer;
}
.nextItem {
	display:none;
}
.prevItem {
	display:none;
}*/

#captions {
	
	margin-top: -10px; /*positions text beneath carousel*/
}

.caption_container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-left: 5px;

}

#captions h1 {
	font-family: P22Wedge;
	font-weight: lighter;
	color: #669999;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



	footer {

	font-size: 0.6em;
	padding: 5px 10px 5px 20px;
	margin-top: -20px;
}	
}

/* LARGE SCREEN RULES */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	
	body { padding: 20px; }	
	
/*	.prevItemMedium {
	position: absolute;
	z-index: 1004;
	top: 360px;
	left: 1500px;
	cursor: pointer;
	display: none;
}
   .nextItemMedium {
	position: absolute;
	z-index: 1003;
	top: 360px;
	left: 1450px;
	cursor: pointer;
	display: none;
	
}
	
	.nextItem {
	position: absolute;
	z-index: 1001;
	left: 452px;
	top: 320px;
	cursor: pointer;
}

	.prevItem {
	position: absolute;
	z-index: 1002;
	left: 500px;
	top: 320px;
	cursor: pointer;
	
}*/
	
}

