*, html, body, form {
	margin: 0;
	padding: 0;
	font-family: 'Biryani', sans-serif;
}

input[type="search"], input[type="submit"] {
	height: 50px !important;
	padding: 0 10px 0 10px;
	border-color: 1px solid #000;
	margin: 0;
	float: right;
}

input[type="search"] {
	width: 594px;
	font-size: 20px;
}

input[type="submit"] {
	width: 138px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	background-color: #000;
	display: inline-block;
	outline: none;
	border: none;
	font-size: 20px;
}

input[type="submit"]:hover {
	color: #000;
	background-color: #999;
}

#top {
	position: relative; 
	top: 0; 
	left: 0; 
	width: 100%;
	min-width: 1000px;
	height: 40px; 
	background-color: #000;
	border-bottom: 10px solid #ccc;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	margin-bottom: 10px;
}

#topmenu, #footertext {
	position: relative; 
	top: 0; 
	left: 50%; 
	margin-left: -500px; 
	width: 1000px; 
	height: auto; 
	padding: 10px 10px 0 10px; 
	text-align: right;
}

#topmenu a {
	text-decoration: none;
	color: #000;
	padding: 10px 20px 5px 20px;
	font-weight: bold;
	font-size: 20px;
	float: right; 
}

#topmenu a:hover {
	color: #FFF;
	background-color: #000;
}

#header {
	float: left;
	width: 100%;
	min-width: 1000px;
	height: auto;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#header img {
	width: 100%;
	min-width: 1000px;
	height: auto;
	float: left;
}

#content {
	position: relative; 
	top: 0; 
	left: 50%; 
	margin-left: -500px; 
	width: 1000px; 
	height: auto;
	padding: 10px 10px 0 10px; 
	text-align: right;
}

#content .font {
	width: calc(100% - 20px);
	float: left;
	text-align: left;
	padding: 20px;
	font-size: 20px;
}

.textlink {
	text-decoration: underline;
	color: #000;
	font-weight:bold;	
}

.threekinds {
	width: 240px;
	height: auto;
	padding: 10px 40px 10px 40px;
	float: left;
	background-position: 40px 10px;
	background-repeat: no-repeat;
}

h1 {
	float: right;
	font-weight: bold;
	font-size: 36px;
	width: 100%;
}



.threekinds font {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	float: left;
	font-size: 20px;
}

.photos {
	background-image: url(../images/site/photos.jpg);
}

.diashow {
	background-image: url(../images/site/diashow.jpg);
}

.vacation {
	background-image: url(../images/site/vacation.jpg);
}

.adress {
	background-image: url(../images/site/adress.jpg);
}

.network {
	background-image: url(../images/site/network.jpg);
}

.calendar {
	background-image: url(../images/site/calendar.jpg);
}

.threekinds:nth-child(3n-1){
	margin: 0 20px 0 20px;
}

.thumb img, .thumb2 img, .thumb3 img, h2, h3, a:hover, #footertext .network img:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.thumb {
	position: relative;
	width: 190px;
	height: 190px;
	border: 10px solid #FFF;
	float: left;
	overflow: hidden;
	margin: 10px 20px 20px 20px;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.thumb img {
	height: 190px;
	width: 190px;
	position: absolute;
	display: block;
	z-index: 1;
}

.thumb img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	width: 230px;
	height: 230px;
	margin-top: -20px;
	margin-left: -20px;
}

.thumb:hover h2 {
	top: -65px;
}

.thumb:hover h3 {
	bottom: -45px;
}

.thumb2 {
	position: relative;
	width: 300px;
	height: 300px;
	border: 10px solid #FFF;
	overflow: hidden;
	margin: 0;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.thumb2 img {
	width: 300px;
	height: 300px;
	position: absolute;
	display: block;
	z-index: 1;
}

.thumb2 img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	width: 340px;
	height: 340px;
	margin-top: -20px;
	margin-left: -20px;
}

.thumb2:hover h3 {
	bottom: -65px;
}

.thumb3 {
	position: relative;
	width: 200px;
	height: 200px;
	border: 10px solid #FFF;
	overflow: hidden;
	margin: 0;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.thumb3 img {
	width: 200px;
	height: 200px;
	position: absolute;
	display: block;
	z-index: 1;
}

.thumb3 img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	width: 240px;
	height: 240px;
	margin-top: -20px;
	margin-left: -20px;
}

.thumb3:hover h3 {
	bottom: -65px;
}

.frame {
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	border: 10px solid #FFF;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}

.none {
	display: none;
}



h2 {
	font-weight: bold;
	font-size: 24px;
	width: calc(100% - 20px);
	height: auto;
	padding: 5px 10px 0px 10px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 100;
	top: 0;
}

h3 {
	font-size: 14px;
	width: calc(100% - 10px);
	height: auto;
	padding: 5px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 100;
	text-align: center;
	bottom: 0;
}

.interactive {
	float: left; 
	width: 100%; 
	height: auto; 
	margin: 10px 0 20px 0;
}

.instructions {
	position: relative;
	float: left; 
	width: 780px; 
	height: 580px;
	border: 10px solid #FFF;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #ccc;
}

.instructions:hover h2 {
	top: -65px;
}

.instructions:hover h3 {
	bottom: -200px;
}

.instructions h3 {
	text-align: left;
	font-size: 16px;
	width: calc(100% - 20px);
	padding: 10px;
}

.navigation {
	float: left; 
	padding: 260px 10px 247px 10px;
	cursor: pointer;
}

.navigation:hover {
	background-color: #CCC;
}

.deactivated, .deactivated:hover  {
	cursor: default;
	background-color: #FFF;
}

#footer {
	float: left;
	width: 100%; 
	min-width: 1000px;
	height: auto; 
	background-color: #000;
	color: #FFF;
	border-top: 10px solid #ccc;
}

#footertext div h1 {
	text-align: right;
}

#footertext div, #footertext div font {
	text-align: left;
}

#footertext div a {
	color: #FFF;
	text-decoration: none;
}

#footertext .calendar a:hover {
	text-decoration: underline;
}

.network img {
	float: right;
	width: 70px;
	margin: 6px 0px 4px 10px;
}

#footertext .network a:hover {
	text-decoration: none;
	border: none;
}
	
#footertext .network img:hover {
	filter: invert(1);
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-ms-filter: invert(1);
	-o-filter: invert(1);
}