* {
	text-decoration: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 110px;
    /* bottom = footer height */
	padding: 0;
	font-family: Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3f6998;
	background: #c4e0f4 repeat;
}

a {
	color: #0043e7;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

canvas {
	position:absolute; 
	top:0;
	left:0;
	z-index: 0;
}

#container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/bluegrade.png) repeat-x 0 top;
 	z-index: 1;
}

.hdr {
	width:  550px;
}

#title {
	text-align: center;
}

#innerContainer {
	align: center;
	z-index: 20;
}

#content {
	text-align:  left;
	width:  550px;
	background-color: rgba(255,255,255,0.39);
	padding: 15px;
	margin-bottom: 5px;
}

#appbox {
	clear: both;
}

td.appIcon {
	width: 110px;
	height: 120px;
	vertical-align: top;
}

.appIcon img {
	width: 100px;
	height: 100px;	
}

td.appInfo {
	vertical-align: top;
	padding-bottom: 10px;
}

.appName, .bigTitle {
	font: 16pt Avenir, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 3px;
	padding-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-top: 0;
}

.appName a {
	text-decoration: none;
}

.midTitle {
	margin-bottom: 3px;
	font: 14pt Avenir, "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* Portfolio Page: */

.portfolioBox {
	padding-left: 15px;
}

.portfolioBox .midTitle {
	margin-left: -15px;
}

.pfIcons img {
	width: 80px;
	height: 80px;
	margin-right: 8px;
	margin-top: 8px;
}

.pfInfo {
	margin-left: 10px;
}

.pftap {
	font-size: small;
	margin-top: 0;
	color: rgba(71,119,173,0.8143687);
	display: none;
}

.pfAppName {
	font-weight: bold;
	font-size: 11pt;
}

.pfAppDesc {
	font-size: 11pt;
	margin-bottom: 5px;
}

.appDesc {
	
}

@media screen and (max-width: 600px) {
	.hdr {
		width:  100%;
	}
	#content {
		text-align:  left;
		width:  auto;
		background-color: rgba(255,255,255,0.39);
		padding: 5px;
		margin: 5px;
		margin-bottom: 5px;
	}

}

.whitebox {
	background-color: rgba(255,255,255,0.39);
}

/* 
https://stackoverflow.com/questions/3443606/make-footer-stick-to-bottom-of-page-correctly
*/

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background: url(img/footerHills.png) repeat-x 0 bottom;
}

.small {
	font-size: small;
	line-height: 100%;
}
