﻿html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 68px;
}

	body.login {
		background: url("/Images/Loginbg.jpg") repeat-y center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
	border-color: rgba(0, 102, 204, 0.72);
	box-shadow: 0 1px 1px rgba(39, 174, 96, 0.075) inset, 0 0 8px rgba(0, 102, 204, 0.65);
	outline: 0 none;
}

.header {
	width: 100%;
	min-height: 77px;
	background-color: #0066cc;
	color: #FFFFFF;
	font-size: 24px;
	padding: 15px 0;
}

	.header .photogallery {
		padding-top: 10px;
	}

	.header .ciilogo {
		background: url("/Images/CIILogo.png") no-repeat;
		width: 153px;
		height: 47px;
		float: right;
	}

	.header .pg-menu a {
		text-decoration: none;
		font-size: 14px;
		font-family: Arial;
		color: #333;
		display: block;
		padding: 30px 15px;
		margin: 0 30px;
		border-bottom: solid 1px #CCC;
	}

		.header .pg-menu a:hover {
			color: #0066CC;
		}

		.header .pg-menu a img {
			display: inline-block;
			width: 28px;
		}

	.header .pg-menu span {
		display: inline-block;
		margin-left: 10px;
	}

.album-header {
	font-size: 22px;
	font-weight: bold;
}

.album_button_home {
	width: 100%;
	border: solid 1px #005db4;
	border-radius: 5px;
	display: block;
	padding: 16px 8px;
	text-align: center;
	font-size: 18px;
	color: #005db4;
}

.login-box {
	padding: 15px 30px;
	background-color: #FFF;
	margin: auto;
}

	.login-box .login-box-header {
		font-size: 20px;
		border-bottom: solid 2px #333;
		padding: 5px 0;
		color: #333;
	}

	.login-box .login-button {
		font-size: 18px;
		color: #FFF;
		background: #0066cc;
		width: 170px;
		height: 43px;
		border: none;
	}

	.login-box .checkbox {
		width: 30px;
		height: 30px;
		cursor: pointer;
		display: table-cell;
	}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.top-buffer-lg {
	margin-top: 30px;
}

.top-buffer-md {
	margin-top: 20px;
}

.top-buffer-sm {
	margin-top: 10px;
}

.top-buffer-xs {
	margin-top: 5px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 12px 0;
	background-color: #0066cc;
	color: #FFFFFF;
}

.wrapper {
	overflow: hidden;
}

#adv-search {
	margin: auto;
	max-width: 800px;
	text-align: center;
	padding-top: 100px;
	z-index: 1;
}

.sliding-background-holder {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
	color: #fff;
	background-color: #555;
}

.sliding-background {
	background: url('../Images/Heroshot.jpg') repeat-x;
	height: 444px;
	width: 5076px;
	animation: slide 100s linear infinite;
}

@keyframes slide {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-1692px, 0, 0);
	}
}

.photo-overlay {
	position: absolute;
	font-size: 14px;
	bottom: 0px;
	left: 15px;
	right: 15px;
	padding: 30px 0 10px 0;
	color: #fff;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 10%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(10%, rgba(246,246,246,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 10%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 10%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 10%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 10%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

	.photo-overlay .desc {
		font-size: 12px;
		margin-top: 5px;
	}

@media screen and (min-width : 0px) and (max-width : 767px) {
	.header .search {
		margin: 15px 0;
	}

	.header {
		font-size: 18px;
	}
}


input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	box-shadow: none;
	outline: 0 none;
}

.login-box .checkbox {
	width: 15px;
	height: 15px;
	vertical-align: super;
	cursor: pointer;
	display: table-cell;
}

input[type=radio] {
	vertical-align: top;
}
