﻿/* kevinhobson.com master style sheet */

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 35px auto;
	width: 600px;
	height: 100px;
    position: relative;
}

#indexHeader {
  background: center center url(kevinHobson.jpg) no-repeat;
  padding-top: 51px;
  width: 600px;
  position: relative;
}

#resumeHeader {
  background: center center url(resume/resume.jpg) no-repeat;
  padding-top: 51px;
  width: 600px;
  position: relative;
}

#rayTracingHeader 
{
  background: center center url(raytracing/rayTracing.jpg) no-repeat;
  padding-top: 51px;
  width: 600px;
  position: relative;
}

#modShooterHeader 
{
  background: center center url(modularshooter/modularShooter.jpg) no-repeat;
  padding-top: 51px;
  width: 600px;
  position: relative;
}

#contactHeader 
{
  background: center center url(contact/contact.jpg) no-repeat;
  padding-top: 51px;
  width: 600px;
  position: relative;
}

#left {
  position: relative;
  top: 25px;
  left: -175px;
  width: 534px;
  height: 534px;
  padding-top: 0;
  background: url(spheres.jpg) no-repeat;
}

#leftImageColumnOne {
  position: relative;
  top: 50px;
  left: -50px;
  width: 534px;
  height: 534px;
  padding-top: 0;
}

#leftImageColumnTwo {
  position: absolute;
  top: 100px;
  left: 130px;
  width: 534px;
  height: 534px;
  padding-top: 0;
}

#content 
{
   position: absolute;
   top: 150px;
   left: 350px;
   width: 500px;
   height: 500px;
   color: #ffffff;
   font-family: Verdana;
   font-size: 9pt;
}

#modShooterContent 
{
   position: absolute;
   top: 70px;
   left: 345px;
   width: 450px;
   height: 500px;
   color: #ffffff;
   font-family: Verdana;
   font-size: 9pt;
   /*text-align: justify;*/
}

#bottom-nav
{
   position: relative;
   top: 20px;
   left: 97px;
   width: 600px;
   height: 50px;
   color: #ffffff;
   font-family: Verdana;
   font-size: 9pt;
}