/* 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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.2em;
  font-family: arial, sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins { text-decoration: none; }
del { text-decoration: line-through; }

/* End CSS Reset */

/* Header styling */

body, html { height: 100%; }

body { background: #0f1219; }

#page {
  height: 100%;
  min-height: 700px;
  position: relative;
  min-width: 1100px;
  overflow: hidden;
}

h1, h2, p, li, div {
    font-family: "arial", "helvetica", sans-serif;
}
li {
    font-size: 12px;
}

#header {
    background: url('../img/bg/header.png') repeat;
    height: 78px;
    z-index: 1200;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#logo {
    position: absolute;
    top: 28px;
    left: 26px;
}

#header .inner {
  width: auto;
  padding: 0 30px;
  position: relative;
  height: 70px;
}

#nav {
  position: absolute;
  right: 30px;
  top: 20px;
  height: 40px;
  width: 279px;
}

#nav a {
  background: url("../img/icons/nav.png") no-repeat 0 0;
  text-indent: -9999px;
  float: right;
  display: block;
  outline: none;
  height: 40px;
}

/* End Header Styling */

/* Navigation Styling */

#nav a.home {
  width: 85px;
}

#nav a.home:hover {
  background-position: 0 -40px;
}

#nav a.homeActive {
  width: 85px;
  background-position: -0px -80px;
  cursor: default;
}

#nav a.about {
  width: 100px;
  background-position: -85px 0;

}

#nav a.about:hover {
  background-position: -85px -40px;
}

#nav a.aboutActive {
  width: 93px;
  background-position: -95px -80px;
  cursor: default;
}

#nav a.resume {
  width: 93px;
  background-position: -185px 0;
}

#nav a.resume:hover {
  background-position: -185px -40px;
}

#nav a.resumeActive {
  width: 93px;
  background-position: -185px -80px;
  cursor: default;
}

/* End Navigation Styling */

/* Social Styling */
#social {
  width: 132px;
  height: 26px;
  position: absolute;
  top: 28px;
  right: 330px;
}

#social a {
  display: block;
  background: url('../img/icons/social-media.png') no-repeat 0 0;
  float: left;
  height: 26px;
  width: 26px;
  outline: none;
  float: left;
  margin-right: 4px;
  text-indent: -9999px;
  overflow: hidden;
}

#social a.github { background-position: 0 0; }
#social a.github:hover { background-position: 0 -27px; }
#social a.linkedin { background-position: -26px 0; }
#social a.linkedin:hover { background-position: -26px -27px; }
#social a.twitter { background-position: -54px 0; }
#social a.twitter:hover { background-position: -54px -27px; }
#social a.fb { background-position: -80px 0; margin-right: 0; }
#social a.fb:hover { background-position: -80px -27px; }

/* Social Styling */

/* Lighting */
#horizon {
  min-height: 700px;
  width: 100%;
  overflow: hidden;
}

#main {
  background: #0f1219;
  width: 1300px;
  margin: auto;
  margin-top: -190px;
  height: 1000px;
  overflow: hidden;
  position: relative;
}

#main .inner {
  width: 9000px;
  height: 9000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.glowBg {
  background: #282d3f;
  height: 100%;
  width: 100%;
  position: absolute;
}

#glowTexture {
  background: url("../img/bg/lines.png") repeat;
  height: 900px;
  width: 1300px;
  position: absolute;
  top: 0;
  left: 0;
}

#glowShadow {
  height: 1600px;
  position: absolute;
  width: 1500px;
  top: 00px;
  overflow: hidden;
  z-index: 200;
}

#glowShadow img {
  display: block;
  position: relative;
  left: -100px;
}
/* Lighting */

/* Gallery Images */
#gallery {
  left: 285px;
  position: absolute;
  width: 100%;
  height: 900px;
}

.col #rightPic {
  left: 0px;
}

#gallery .col {
  position: absolute;
  top: 80px;
  width: 640px;
}



.item {
  height: 480px;
  width: 640px;
  background: #181a22;
  position: absolute;
  margin: auto;
  top: 320px;
  z-index: 100;
  overflow: hidden;
}
/* End of Gallery Images */

/* Project Text Style */
#leftCol {
  padding-top: 30px;
  width: 200px;
  height: 480px;
  left: 30px;
  position: absolute;
  z-index: 10001;
  top: 270px;
}
/* changed from #projectInfo */
.project {
  top: 50px;
  position: absolute;
  height: 350px;
  width: 200px;
}

#leftCol h1 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 6px;
  top: 50px;
  font-weight: 300;
  line-height: 30px;
}

#leftCol p.sub {
  color: #66b8ff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

#leftCol p.body, #leftCol p.link {
  color: #ddd;
  font-family: 'lucida grande', 'arial';
  font-size: 14px;
  line-height: 19px;
  padding-top: 30px;
  margin-bottom: 10px;
}

#leftCol ul {
  font-size: 14px;
  color: #ddd;
  list-style: circle;
}

#leftCol p.link {
  padding-top: 10px;
}

#leftCol p.link a {
  color: #8c8f95;
  text-decoration: underline;
}

#leftCol p.link a:hover {
  color: #fff;
  text-decoration: underline;
}
/* End Project Text Style */

/* Breadcrumb Icon Style */
#leftCol #controls {
  width: 200px;
  height: 55px;
  position: absolute;
  bottom: 18px;
}

#grid .line {
  width: 5px;
  background: #666;
  overflow: hidden;
  float: left;
  margin-right: 2px;
  position: relative;
  cursor: default;
}

#grid {
  height: 55px;
  width: 200px;
}

#tracker {
  height: 10px;
  background: #fff;
  width: 5px;
  position: absolute;
  z-index: 10000;
  cursor: default;
}

#grid .line {
  width: 5px;
  background: #3d424f;
  overflow: hidden;
  float: left;
  margin-right: 2px;
  position: relative;
  cursor: default;
}

#keys {
  width: 87px;
  height: 57px;
  position: absolute;
  left: 90px;
  bottom: 0px;
}

#keys a {
  text-indent: -999px;
  width: 27px;
  height: 27px;
  background: url("../img/icons/keys.png") no-repeat 0 0;
  overflow: hidden;
  position: absolute;
}

/* End of Breadcrumb Styling */

/* Keyboard control Icons Styling */
#keys a.kup {
  left: 30px;
  text-index: -999px;
  top: 0;
  background-position: -30px 0;
}

#keys a.kup:hover, #keys a.hoveru {
  background-position: -30px -57px;
}

#keys a.kdown {
  left: 30px;
  top: 30px;
  background-position: -30px -30px;
}

#keys a.kdown:hover, #keys a.hoverd {
  background-position: -30px -87px;
}

#keys a.kleft {
  left: 0px;
  top: 30px;
  background-position: 0px -30px;
}

#keys a.kleft:hover, #keys a.hoverl {
  background-position: 0px -87px;
}

#keys a.kright {
  left: 60px;
  top: 30px;
  background-position: -60px -30px;
}

#keys a.kright:hover, #keys a.hoverr {
  background-position: -60px -87px;
}
/* End of Keyboard Control Styling */

/* Movers Styling */
a.mover {
  background: url("../img/icons/movers.png") no-repeat -44px 0;
  height: 44px;
  width: 44px;
  outline: none !important;
}

#up, #right, #down, #left {
  display: block;
  z-index: 300;
  position: absolute;
  top: 10px;
  left: 10px;
}

#left { background-position: 0px 0px; }
#left:hover { background-position: -44px 0px; }

#right { background-position: 0px -44px; }
#right:hover { background-position: -44px -44px; }

#down { background-position: 0 -88px; }
#down:hover { background-position: -44px -88px; }

#up { background-position: 0px -132px; }
#up:hover { background-position: -44px -132px; }
