@import url("menu.css");
@import url("content.css");

html, body {
	margin: 0px;
	padding: 0px;
}

#bodyBox{
	width: 933px;
	margin: auto;
	padding-top: 25px;
}

#headerBox{
	/* background-color: white; 
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;  */
	height: 170px;
	width: 933px;
}


#clean{
	clear: both; 
}

#footer{
	padding-bottom: 8px;
	padding-top: 40px;
	font-size: 80%;
	text-align: center;
}

#footer A{
	color: #999;
	text-decoration: none;
}

/* videos */
.avPlayerWrapper .avPlayerContainer {
	width: 600px;
	border-radius: 4px;
	border-top: 16px solid #222325;
	border-right: 24px solid #222325;
	border-bottom: 16px solid #222325;
	border-left: 24px solid #222325;
}

/* contact form */
.jsn-uniform.jsn-master label.control-label {
	display: none;
}

.jsn-uniform.jsn-master .form-actions button {
	cursor: pointer;
	padding: 3px 5px;
}

.jsn-uniform.jsn-master .controls input,
.jsn-uniform.jsn-master .controls textarea {
	background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(192, 192, 192, 0.7) inset, 0 0 7px rgba(192, 192, 192, 0.7);
    color: #505050;
    width: 100%;
    margin: 0 3px !important;
    padding: 5px !important;
}

#jsn-captcha {
	width: 200px;
}

.contactpage-left {
	float: left; width: 34%; padding: 30px 0 0 0;
}

.contactpage-right {
	float: left; width: 64%; padding-top: 100px;
}

/* image galleries and slideshows */
.jg_row .jg_element_cat {
	width: auto !important;
	margin: 0px 0px 18px 0px;
}

.jg_row .jg_element_cat img {
	max-width: 100% !important;
	border: 1px solid #c0c0c0;
}

.slideshow-small {
	width: 386px !important;
	height: 264px;
	margin: 40px auto 0px auto;
	background-image: url('../images/background_slideshow_small.png');
	background-repeat: no-repeat;
	padding: 17px 21px 17px 21px;
}

.slideshow-small .slideshow {
	width: 346px !important;
	height: 232px;
	overflow: hidden;
	margin: 0px;
}

.slideshow-medium {
	margin: 40px auto 0px auto;
	background-image: url('../images/background_slideshow_medium.png');
	background-repeat: no-repeat;
	padding: 17px 21px 17px 21px;
}

.slideshow-medium .slideshow {
	width: 394px !important;
	height: 400px;
	overflow: hidden;
	margin: 0px;
}

.slideshow-large {
	width: 600px;
	height: 438px;
	margin: 55px auto 0px auto;
	background-image: url('../images/background_slideshow_large.png');
	background-repeat: no-repeat;
	padding: 19px 22px 21px 21px;
}

.slideshow-large .slideshow {
	position: relative;
	width: 596px !important;
	height: 400px !important;
	overflow: hidden;
	margin: 0px;
}

.slideshow-large .slideshow img {
	position: absolute;
	top: 0px !important;
}

.slideshow-portrait {
	width: 354px;
	height: 540px;
	margin: 55px auto 0px auto;
	background-image: url('../images/background_slideshow_portrait.png');
	background-repeat: no-repeat;
	padding: 16px 24px 16px 23px;
}

.slideshow-portrait .slideshow {
	position: relative;
	width: 354px !important;
	height: 540px;
	overflow: hidden;
	margin: 0px;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 933px) {
		#bodyBox {
			width: 100%;
		}
		
		#headerBox {
			width: 100%;
		}
		
		#headerBox img {
			width: 100%;
		}
		
		#contentBox {
			background: none;
		}
		
		.content-border-top {
			display: none;
		}
		
		.content-border-bottom {
			display: none;
		}
		
		.blog .pagination ul{
			width: 100%;
		}
		
		#contentRightImage,
		#contentLeftImage {
			position: relative;
			margin: auto;
			padding: 0px;
		}
		
		#contentRight,
		#contentLeft {
			margin: auto;
			padding: 24px;
		}
		
		#contentBottom {
			padding: 0px 24px 24px 24px;
		}
		
		.avPlayerWrapper .avPlayerContainer {
			width: 100%;
			border: 0px;
			padding: 0px;
			margin: 0px;
		}
		
		.contactpage-left {
			float: none; width: 100%; padding: 30px 0 0 0;
		}

		.contactpage-right {
			float: none; width: 100%; padding-top: 42px;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 642px) {
		
		#headerBox {
			width: 100%;
			height: 120px;
		}
		
		#contentBox .slideshow-small,
		#contentBox .slideshow-medium,
		#contentBox .slideshow-large {
			width: 100% !important;
			padding: 0px;
			background: none;
		}
		
		#contentBox .slideshow-small *,
		#contentBox .slideshow-medium *,
		#contentBox .slideshow-large * {
			width: 100% !important;
			margin: 0px;
			left: 0px !important;
		}
		
		#contentRightImage {
			width: 100%;
		}
		
		.slideshow-portrait {
			background: none;
			padding: 0px;
		}
		
		.slideshow-images img {
			width: auto;
			height: 100%;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/