body,html{
	overflow:hidden;
}

body{
	background: url("../images/background.png") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  
	
	font-family:"verdana";
	font-size:10pt;
	height: 100vh;
}

a:link {text-decoration: underline;color: #6ea1ff;}
a:visited {text-decoration: underline;color: #6ea1ff;}
a:active {text-decoration: underline;color: #6ea1ff;}
a:hover {text-decoration: underline; color: #702986;background:#fff;}

a.wwdLink:link {text-decoration: none;color: #6ea1ff;}
a.wwdLink:visited {text-decoration: none;color: #6ea1ff;}
a.wwdLink:active {text-decoration: none;color: #6ea1ff;}
a.wwdLink:hover {text-decoration: none; color: #000;background:#ffff00;}

.navBar{
	width:320px;
	text-align:left;
	float:left;
	height:110%;
	position:fixed;
	z-index:1;
	background-image: url("../images/greyBar.png");
	background-repeat:repeat-y;
	margin-left:10%;
	margin-top:-15px;
	border-left:1pt solid #fff;
	border-right:1pt solid #fff;
	color:#bbb;
}

.ctr{
	width:100%;
	text-align:center;
}

.clr{
	clear:both;
}

#navDiv{
	padding-top:150px;
	text-align:center;	
}

.navBlock{
	border-top:1pt solid #555;
	display:inline-block;
	padding:10px;
	color:#fff;
	text-align:center;
	font-size:1.5em;
	width:150px;	
}

.navBlock:hover{
	color:#2473e1;
	cursor:pointer;
	background:#333;
}

h1{
	color:#fff;
}

#logo{
	vertical-align:middle;
}

#navSide{
	display:none;
	padding:10px;
	border:1pt solid #555;
	background:#000;
	color:#fff;
	width:500px;
	z-index:10;
	height:auto;
	position:absolute;
}

#alHolder{
	width:100%;
}

#aboutCopy{
	padding:10px;
	position:absolute;
	z-index:10;	
}

#contactInfo{
	margin-top:50px;
	position:absolute;
	z-index:10;	
}

#wwd{
	position:absolute;
	z-index:10;
}

.slider{
	display:none;
	margin-left:30px;
}

.ssImg{
	width:100%;
}

.sliderText{
	display:inline-block;
	width:500px;
	text-align:center;
}

#csf{
	padding:10px;
	color:#fff;
	font-style:italic;
}

.i{
		font-style:italic;
}		

.lBLock{
	display:inline-block;
	width:100px;
	text-align:right;
}

#loginDiv{
	padding-top:100px;
}

#loginBtn{
	margin-left:105px;
}

#homeLink{
	margin-left:105px;
}

#spinner{
	display:none;
	position:absolute;
}

.mdClass{
	border: 1px solid #fff;
	width:700px;
	min-height:800px;
	position:relative;
	top:50px;
	background:#000;
	color:#fff;
	padding:10px;
	height:auto; 	
}

#divCatList{
	float:left;
	width:30%;	
}

#catDesc{
	width:400px;
	height:200px;
}

#catSlct{
	width:175px;
}

#divCatAdd{
	padding-top:50px;
	float:right;
	width:70%;
	text-align:left;
}

#divCatPics{
	clear:both;
	padding-top:50px;
}

.fLeft{
	float:left;
}

.fRight{
	float:right;
}

#picList{
	width:40%;
	font-size:.75em;
}

#jUpload{
	width:60%;
}

#picHolder{
	position:absolute;
	z-index:10;
}

.pointMe{
	cursor:pointer;
}

#category{
	width:250px;
}

.wBorder{
	border:1pt solid #fff;
}

.catTD{
	color:#fff;
	padding:5px;	
	border:1pt solid #6ea1ff;	
}

.catTD:hover{
	background:#ffff00;
	color:#000;
	cursor:pointer;
}

#catPlace{
	padding:10px;
	border:1pt solid #555;
	background:#000;
	color:#fff;
	z-index:10;
	position:absolute;
}

.clr10{
	clear:both;
	width:100%;
	height:10px;
}
.clr20{
	clear:both;
	width:100%;
	height:20px;
}

#aci{
	color:#333;
	font-style:italic;
}

#atImg{
	width:50%;
	margin:auto;
}	

#mobileNav{
	display:none;
}
#mobileContent{
	display:none;
}

@media screen and (max-width: 768px) {
		body,html{
			margin:0;
			padding:0;
			overflow:auto;
		}
		
		.navBar{
			display:none;
		}			

		#aci{
			font-size:.6em;
		}
				
		
		body{
			font-size:14pt;
		}
	
		#mobileNav{
			position:fixed;
			top:0;
			width:100%;
			z-index:500;
			display:block;
		}
	
		#mobileSpacer{
			width:100%;
			height:60px;
	  }
		#mobileContent{
				display:block;
				width:calc( 90% - 20px );
				margin:auto;
				background:#f2f2f2;
				border-radius:3px;
				padding:10px;				
				height:auto;
		}
		
		#mcAC{
			color:#000;
			font-size:1.2em;
			font-style:italic;
		}
		
		#catPlace{
			position:relative;
			width:80%;
		}		
		

}
