html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
a:active, a:focus, input[type="image"] {
	outline: 0;
}
a {
	color: #ff740d;
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1;
	text-decoration: none;
}
a:hover {
	/* for IE */
	filter: alpha(opacity=85);
	/* CSS3 standard */
	opacity: .85;
	text-decoration: none;
}
body {
	font-family: 'Geo', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1em;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	word-spacing: 0em;
}
h1 {
	font-size: 28px;
}
img {
	border: none;
}
#vertical {
	float: left;
	height: 50%;
	margin-top: -239px;
	width: 100%;
}
#content {
	clear: both;
	height: 477px;
	position: relative;
}
#desk {
	margin: 10px auto;
	width: 643px;
}
.desk_element {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;
	text-align: left;
	float: left;
	padding-left: 20px;
}
#byline {
	font-family: 'Geo', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin-top: -110px;
}
#about {
	font-family: 'Exo 2', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	/* font-size: 21px; */
	font-size: 18px;
	padding: 0 15px;
	/* text-align: justify; */
	/* width: 900px; */
	width: 880px;
}
#skills {
	font-family: 'Exo 2', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 21px;
	padding: 0 15px;
	/* width: 775px; */
	width: 795px;
}
#skills td {
	padding-left: 0px
}
#skills ul {
	color: gray;
	list-style-type: none;
	padding-left: 0;
}
#resume {
	text-align: center;
}

/* BubbleTip */
.bubbletip {
	z-index: 101;
}
pre.tip {
	margin: 0px;
	padding: 4px;
	font-size: 0.9em;
	text-align: center;
}
.tip {
	font-family: 'Geo', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 28px;
}

/* TekBar */
.tekbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 32px; /* set custom TekBar height */
	z-index: 100; /* DO NOT EDIT, KEEPS TekBar ON TOP OF PAGE CONTENT */
	overflow: hidden;
	/* padding: 15px 0 5px 0; */
	padding: 0 0 5px 0;
	text-align: center;
	font-family: 'Exo 2', "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px; /* set custom TekBar font size */
	color: #1c1c1c; /* set custom TekBar font color */
	background-color: #ededed; /* set custom bar color here */
	border-bottom: 0px solid #1c1c1c; /* set custom bottom border thickness & color here */
	-webkit-box-shadow: 0 8px 6px -6px #333; /* set custom css box shadow */
	-moz-box-shadow: 0 8px 6px -6px #333; /* set custom css box shadow */
	box-shadow: 0 8px 6px -6px #333; /* set custom css box shadow */
	margin-bottom: 8px;
}
.tekbar-stub {
	position: fixed;
	top: -10px;
	left: 0px;
	width: 100%;
	/* height: 19px; */
	height: 46px;
	z-index: 200;
	/* padding: 7px 0 5px 0; */
	padding: 5px 0 0 0;
	text-align: center;
}
.tekbar span {
	/* float: left; */
	display: block;
	width: 100%;
	height: 28px;
	text-align: center;
	/* margin-left: -5px; */
	padding-top: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.tekbar span { padding-top: 5px; /* WebKit hack */ }
}
.show-notify {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #fff;
	border-top: 5px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	/* float: right;
	margin-right: 10px; */
	position: absolute;
	right: 10px;
	color: #fff;
	width: 35px;
	height: 33px;
	text-decoration: none;
	background-color: #ededed; /* set custom bar color here */
	cursor: pointer;
}
.show-notify:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 3px solid #fff;
	border-top: 5px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	/* float: right;
	margin-right: 10px; */
	color: #fff;
	width: 35px;
	height: 33px;
	text-decoration: none;
	background-color: #fff; /* set custom bar color here */
	cursor: pointer;
}
.tekbar-down-arrow {
	margin-top: 1px;
}
.tekbar-up-arrow:hover {
	background: url(images/tekbar-up-arrow-hover.png);
}
.close-notify {
	/* float: right; */
	position: absolute;
	right: 22px;
	top: 10px;
	/* margin-top: 3px;
	margin-top: -22px;
	margin-right: 22px; */
	color: #fff;
	width: 17px;
	height: 19px;
	text-decoration: none;
	/* background-color: #ededed; /* set custom bar color here */
	cursor: pointer;
}
.tekbar-link {
	/* -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #d72444; /* old browsers
	color: white;
	padding: 1px 8px 3px 8px;
    color: #298aba; */
    color: #3b7276;
	text-decoration: underline;
}
.tekbar-link:hover {
	/* 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1c1c1c; /* old browsers
	color: white;
	padding: 1px 8px 3px 8px; */
	text-decoration: none;
}

/* TekTip */
.hotspot {
	color: #1f1a6b;
	cursor: pointer;
}
#tt {
	position: absolute;
	display: block;
	background: url(images/tektip/tt_left.gif) top left no-repeat;
	z-index: 100001;
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(images/tektip/tt_top.gif) top right no-repeat;
	overflow: hidden;
}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #666;
	font-size: 0.8em;
	color: #fff;
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(images/tektip/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
}