@charset "utf-8";
/* CSS Document */
html{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image:url(images/background_over.jpg);
	background-size: 100% 100%;
	background-attachment: scroll;
	background-repeat: Repeat-y;
	padding:0px;
	margin:0px;
}
.mobilegrid{
	max-width:520px;
	width:100%;
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;

}
.grid{
	width: 1140px;
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top:200px;
	margin-bottom:40px;
	padding-left: 40px;
	position: relative;
	//border:thick inset #000;
	//border-radius: 10px;
	//background-color: #3a3a3a;
        //background-image: url("images/black.jpg");
	z-index: 1;
	//box-shadow: 20px 20px 8px #000;
}
.photogrid{
	width: 1140px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top:140px;
	margin-bottom:40px;
	padding-left: 40px;
	position: relative;
	//border:thick inset #000;
	//border-radius: 10px;
	
	z-index: 1;
	//box-shadow: 20px 20px 8px #000;
}
.commentgrid{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	position: relative;
	border:thick inset #000;
	border-radius: 10px;
	background-color: #333;
	z-index: 1;
	box-shadow: 20px 20px 8px #000;
	display:none;
}
h1{
	margin:5px;	
}


#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF;
	z-index:99;
}
.tile {
	background-color: #2a2a2a;
	position:absolute;
	width: 270px;
	border-radius: 10px;
}

/* Layout per tile */

#tile1{
	top: 20px;
	left: 20px;
	width: 270px;
	height: 270px;
	border:thick inset #000;
}
#tile1_photo{
	top: 100px;
	left: 20px;
	width: 270px;
	height: 270px;
	border:thick inset #000;
}
#tile1 a{
	color:#FFFFFF;	
}
#tile2{
	top: 310px;
	left: 20px;
	width: 270px;
	height: 270px;
	border:thick inset #000;
}
#home_menu{
	top: 20px;
	left: 20px;
	width: 270px;
	height: 60px;
	border:thick inset #000;
}
#tile3{
	top: 20px;
	left: 315px;
	width: 552px;
	height: 400px;
	border:thick inset #000;

}
#tile4{
	top: 20px;
	left: 890px;
	border:thick inset #000;
	width: 270px;
	height: 270px;}
	
#tile5{
	top: 310px;
	left: 890px;
	width: 270px;
	height: 270px;
	border:thick inset #000;
}
#tile6{
	top: 600px;
	left: 310px;
	width: 560px;
	height: 270px;
	border:thick inset #000;
}
#tile7{
	top: 600px;
	left: 20px;
	width: 270px;
	height: 270px;
	border:thick inset #000;
}
#tile8{
	top: 600px;
	left: 890px;
	width: 270px;
	height: 270px;
	border:thick inset #000;
}
#tile9{
	top: 890px;
	left: 20px;
	width: 560px;
	height: 390px;
	border:thick inset #000;
	background-color:#FFF;

}
#tile10{
	top: 890px;
	left: 600px;
	width: 560px;
	height: 390px;
	border:thick inset #000;
	background-color:#FFF;
	overflow:auto;

}
#disqus_thread{
	width: 1080px;
	min-height: 300px;
	max-height:700px;
	overflow:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:40px;
	padding-left: 40px;
	padding-right:40px;
	position: relative;
	border:thick inset #000;
	border-radius: 10px;
	background-color: #3a3a3a;
	z-index: 1;
	box-shadow: 20px 20px 8px #000;

}
.blank{
	position: absolute; z-index: 99998;
	//width:10%;
	padding:0px;
	margin:0px;
	opacity:.8;
	//height:200%;	
}
.Contact_us_form{
	color:#fff;
	width:480px;
	position: absolute; z-index: 99999;
	top: 20%; left: 55%;
	margin-left:-400px;
	opacity: 1;
	padding:20px;
	background: #505050;
	
	border: 10px solid #333; /* browsers that don't support rgba */
	border: 10px solid rgba(0,0,0,.7);
	border-radius: 8px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.form_input{
	color:#000000;
	padding:10px;
	border:thick solid #999;
	margin:15px;
	width:400px;
	text-align:center;	
	font-size:18px;
}
.contactbutton{
	background:none;
	padding:0px;
	margin:0px;
	border:none;
	
}
.form_tarea{
	padding:10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:thick solid #999;
	margin:15px;
	width:400px;
	height:100px;
	font-size:12px;
}
.form_btn{
	padding:10px;
	
	border:thick solid #999;
	margin:15px;
	font-size:24px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: thick solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: thick solid #CC0000;
}
.errorbox{
	position:absolute;
	left:30%;
	top:20%;
	width:400px;
	background-color:#FFF;
	height:300px;
	padding:10px;
	border-radius:8px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	z-index:999;	
}

