body {
	font: 13px Helmet, Freesans, sans-serif;
	background-color: #141215;
	background-image: url('../img/bgtexture.png');
	background-repeat: repeat-x repeat-y;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
	color: #ffffff;
}


#navigationWrapper {
	position: absolute;
	width: 512px;
	background-color: rgba(0,0,0,0.4);
	height: 120px;
	left: 50%;
	margin-left: -256px;
}

#navigationGrid {
	position: absolute;
	top: 10px;
    left: 50%;
    width: 200px;
	height: 100px;
    margin-left: -100px;
    z-index: 1;
}
.navigationGridItem {
	width: 80px;
	height: 80px;
	margin: 10px;
	float: left;
	border-radius: 50%;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	cursor: pointer;
}
.navigationGridItem > .text {
	height: 80px;
	width: 80px;
	display: table-cell;
	text-align: center;
	color: #ffffff;
	vertical-align:middle;
	font-weight: thin;
	font-family: sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#navigationItem_app0 {background-color: #ffffff; background-image: url('../img/logo80px.png');}
#navigationItem_info {background-color: #e73855;}


#main {
	position: absolute;
	width: 512px;
	min-height: calc(100% - 120px);
	background-color: rgba(0,0,0,0.4);
	top: 120px;
	left: 50%;
	padding: 20px;
	margin-left: -256px;
	line-height: 18px;
	font-family: Georgia;
	font-size: 16px;
	color: #efefef;
}
#main ul {
	list-style-type: disc;
	margin-left: 20px;
}
#main p {
	margin-bottom: 15px;
}
#main b {
	font-weight: bold;
}
#main h1 {
	font-weight: bold;
	font-size: 28px;
	line-height: 60px;
	font-family: Helvetica, sans-serif;
	color: #18c7aa;
}
#main h2 {
	font-size: 22px;
	font-family: sans-serif;
}
#main .imageThumbnail {
	width: 50%;
	height: 50%;
	float: left;
}
#main .highlight {
	color: #18c7aa;
}


a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }



/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
		
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}