/* Mobile layout */
html {
	font-size:1.0em;
	margin:0px;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	min-height: 100%;
	color:#cccccc;
}

body {
	background: #031014;
	font-size:1.0em;
	margin:0px;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#cccccc;
}

a {
	color:#ffff4c;
}

a:visited {
	color:#ffff4c;
}

button{
	background:none;
}

h1 {
	text-align:center;
	font-weight:normal;
	color:#cccccc;
	font-size:1.4em;
}

h3 {
	text-align:center;
	color:#cccccc;
	font-size:1.2em;
}

.mainDivClass {
	position:relative;
	width:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	color:#cccccc;
	z-index:1;
	padding-bottom:120px;
}

#svg_main_container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.contentListClass {
	list-style:none;
	padding:0px;
	margin:0px;
}

.contentListClass li {
	width:90%;
	min-width:300px;
	padding:2%;
	height:1%;
	overflow:auto;
	margin-top:6px;
	border-top:1px solid #fefefe;
}

.itemBlurbClass img {
	width:40%;
	max-width:200px;
	height:auto;
	float:left;
	margin-right:2vw;
}

.itemGalleryClass {
	text-align:center;
}

.itemGalleryListClass {
	display:none;
	text-align:center;
}

.itemGalleryListClass  li {
	width:100%;
	min-width:200px;
	max-width:480px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #efefef;
	margin:2%;
	cursor:pointer;
	overflow:hidden;
	display:inline-block;
}

.itemGalleryListClass li img {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.scrnshtBtnClass {
	cursor:pointer;
}

#vastLogoAnim {
	display:none;
}

#handsLogoAnim {
	display:none;
}

#menuDiv {
	position:fixed;
	bottom:0px;
	text-align:center;
	color:#cccccc;
	width:100%;
	z-index:5;
}

#menuTopDiv {
	width:100%;
	height:10px;
	background-image:url(../images/menu_top_edge_svgo.svg);
	background-repeat:repeat-x;
	z-index:10;
}

#menuTable {
	width:100%;
	padding:0px;
	margin:0px;
	background: #031014;
}

.menuCell {
	width:25%;
	text-align:center;
	padding:0px;
	margin:0px;
	cursor:pointer;
	border-right:1px solid #efefef;
}

#contCell {
	border:none;
	cursor:default;
}
/*end mobile layout*/

@media screen and (min-width: 520px) {
	
	html {
		font-size:1.1em
	}
	
	body {
		font-size:1.1em;
	}
	
	h1 {
		font-size:1.6em
	}
	
	h3{
		font-size:1.3em
	}
	
	.mainDivClass.infoDivClass {
		width:500px;
		margin-left:auto;
		margin-right:auto;
	}
}

/*end 520px layout*/

@media screen and (min-width: 1000px) {
	.mainDivClass.infoDivClass {
		width:900px;
		margin-left:auto;
		margin-right:auto;
	}
}