/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*** My Stuff ***/
* {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
}
.thePoint, .h1Tech, .h1TechShadow, .thankYouAllNLegal, .button, .h2, .h2i, .thTechTopic, .thContent, .o, p, a, body {
	background-color: inherit;
	-webkit-font-smoothing: antialiased;
	font: 0.9em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, Arial, Sans-serif, "·L³n¥¿¶ÂÅé";
	color: #555555;
}

/* Slogons n' Hightlights */
.thePoint {
	font-size: 1.05em;
	font-variant: small-caps;
	color: #000000;
}
/* Trademark */
.h1Tech {
	font-size: 2.66em;
	color: #333333;
}
.h1TechShadow {
	font-size: 2.66em;
	color: #666666;
}
/* Thank you all n' Legal*/
.thankYouAllNLegal {
	font-size: 0.8em;
	color: #000000;	
}
/* Selection Buttons */
.button {
	border-right: 1px ridge;
	border-bottom: 1px ridge;
}
/* Major Contents */
.h2, .h2i { /* Topic & Ending Line */
	font-size: 1.5em;
	color: #000000;
}
.h2i {
	font-style: italic;
}
.thTechTopic { /* Topic of Funcionality Table */
	text-align: center;
	vertical-align: middle;
	background-color: #efefef;
	border-right: 1px groove;
	border-bottom: 1px groove;
}
.thContent { /* Content of Funcionality Table */
	text-align: left;
	border-bottom: 1px groove;
}
/* Versioning Bulletpoints */
.o {
	color: #ff7f00;
}
/* Default Object Style Overwrites */
body {
	background-color: transparent;
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a {
	color: #ff7f00;
	text-decoration: none;
}
/* banner header footer */
.wrapper {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#header {
	position: fixed;
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#footer {
	position: fixed;
	z-index: 99;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Mobile Safari iFrame Overflow Fix */
.notScrollable {
	overflow: hidden;
}
.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
