@charset "utf-8";
/* CSS Document */
/* tim-miller.org*/

/*global reset thanks to blueprint css*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* 

text color: e2e1e1
background color: 252425
green color: bcd436
*/

body {
	font-family: "Lucida Grande", "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif;
	color: #e2e1e1;
	background-color: #252425;
	font-size: 76%;  /*The percentage is of 16px (0.75 * 16px = 12px). */
}

#container {
	width: 960px;
	margin: 0px auto -100px;
	min-height: 100%;
	height: auto;
	!important: height: 100%;
	border-bottom: 1px solid #000;
}

#header {
	padding-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bcd436;
}

.clear {
	clear: both;
}

/* ================= HEADER ================= */

div.title {
	margin-bottom: 5px;
}

div.header-title {
	float: left;
	background-color: #bcd436;
	padding-left:5px;
	padding-right: 55px;
}

div.header-title h1 {
	font-size: 2.2em;
	letter-spacing: 3px;
	color: #252425;
	font-weight:bold;
}

div.header-email {
	float: right;
	width: 720px;
	text-align: right;
	color: #bcd436;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 12px;
	border-bottom: 1px solid #bcd436;
}

div.sitenav {
	float: left;
}

div.sitenav ul {
	list-style: none;
}

div.sitenav li {
	font-size: 1.4em;
	margin-top: 15px;
}

div.sitenav a {
	color: #e2e1e1;
}

div.sitenav a:hover {
	color: #bcd436;
}

div.timpic {
	float: right;
}

div.about-nav {
	width: 230px;
	float: left;
	font-size: 1em;
}

div.about {
	width: 228px;
	float: left;
	font-size: 1.0em;
	line-height: 18px;
	margin-left: 15px;
}



/* ==================== NAV BAR ================== */


#thumbnav {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	width: 960px;
	height: 96px;
	position: relative;
}

#thumbnav span {
  display: none;
  position: absolute;
}

#thumbnav a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#thumbnav a:hover {
  background-position: left bottom;
}

#thumbnav a:hover span {
  display: block;
}

#thumbnav .holeshot {
  width: 96px;
  height: 96px;
  background: url(../images/nav-holeshot.jpg) no-repeat;
  left: 0;
  top: 0;
}

#thumbnav .zombie {
  width: 96px;
  height: 96px;
  background: url(../images/nav-zombie.jpg) no-repeat;
  left: 109px;
  top: 0;
}

#thumbnav .conan {
  width: 96px;
  height: 96px;
  background: url(../images/nav-conan.jpg) no-repeat;
  left: 218px;
  top: 0;
}

#thumbnav .army {
  width: 96px;
  height: 96px;
  background: url(../images/nav-army.jpg) no-repeat;
  left: 327px;
  top: 0;
}

#thumbnav .rtx {
  width: 96px;
  height: 96px;
  background: url(../images/nav-rtx.jpg) no-repeat;
  left: 435px;
  top: 0;
}

#thumbnav .indy {
  width: 96px;
  height: 96px;
  background: url(../images/nav-indy.jpg) no-repeat;
  left: 543px;
  top: 0;
}

#thumbnav .design {
  width: 96px;
  height: 96px;
  background: url(../images/nav-designs.jpg) no-repeat;
  left: 651px;
  top: 0;
}

#thumbnav .writing {
  width: 96px;
  height: 96px;
  background: url(../images/nav-writing.jpg) no-repeat;
  left: 758px;
  top: 0;
}

#thumbnav .webs {
  width: 96px;
  height: 96px;
  background: url(../images/nav-webs.jpg) no-repeat;
  left: 865px;
  top: 0;
}

#thumbnav .active {
  background-position: left bottom;
}

/* =================== CONTENT AREA ================ */

#content {
	width: 960px;
	margin-top: 20px;
	margin-bottom: 60px;
}

#description {
	float: left;
	width: 298px;
}

#description p {
	line-height: 18px;
}

#description ul {
	margin-left: 14px;
	line-height: 18px;
}

/* ================ SCREENSHOT VIEWER =============== */

#viewer {
	float: right;
	width: 645px;
}

.arrow-left {
	float: left;
	margin-top: 200px;
}

.arrow-right {
	float: right;
	margin-top: 200px;
}

.slideshow {
	float: left;
	width: 512px;
	height: 462px;
	margin-left: 13px;
}

#right { cursor: pointer }


/* ================= PROJECT OVERVIEW ============== */

div.project {
	float: left;
	width: 217px;
	margin-right: 28px;
	margin-bottom: 10px;
	position: relative;
}

div.project.last { 
	float: right;
	margin: 0 0 10px 0;
}

div.projectdesc {
}

div.projectdesc a {
	text-decoration: none;
	color: #bcd436;
}

div.projectdesc a:hover {
	text-decoration: none;
	color: #fff;
}

div.project a:focus, 
div.project a:hover { text-decoration: none; }

div.project h1 {
	font-size: 1.4em;
	color: #bcd436;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0;
}

div.project a:hover h1{
	color: #fff;
}

div.projectimage span {
  display: none;
  position: absolute;
}

div.projectimage {
	height: 141px;
}

div.projectimage a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

div.projectimage a:hover {
  background-position: left bottom;
}
div.projectimage a:hover span {
  display: block;
}

div.projectimage .holeshot {
  width: 217px;
  height: 141px;
  background: url(../images/proj-holeshot.jpg) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .zombie {
  width: 217px;
  height: 141px;
  background: url(../images/proj-zombie.jpg) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .conan {
  width: 217px;
  height: 141px;
  background: url(../images/proj-conan.jpg) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .army {
  width: 217px;
  height: 141px;
  background: url(../images/proj-army.jpg) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .rtx {
  width: 217px;
  height: 141px;
  background: url(../images/proj-rtx.jpg) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .indy {
  width: 217px;
  height: 141px;
  background: url(../images/proj-indy.jpg) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .designs {
  width: 217px;
  height: 141px;
  background: url(../images/proj-designs.jpg) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .writing {
  width: 217px;
  height: 141px;
  background: url(../images/proj-writing.jpg) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .websites {
  width: 217px;
  height: 141px;
  background: url(../images/proj-websites.jpg) no-repeat;
  left: 0;
  top: 0;
}

/* ================= FOOTER =============== */
#push {
	height: 100px;
}

#footer {
	height: 100px;
}

#footer-inside {
	width: 960px;
	margin: 5px auto;
}

/* ================ */

#responsiblilties {
	position:relative;
	overflow: hidden;
	padding: 10px;
	margin:0;
	text-align:left;
	border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #AF0A18;
	font-size: 1em;
}

#contentblock {
	position:relative;
	padding:10px;
	font-size:1em;
}

/* BEGIN TEXT STYLES */

p {
	margin-bottom: 15px;
}

#description h1 {
	font-size: 2.0em;
	font-weight:bold;
	color: #bcd436;
	padding:0;
	margin:0;
}

h2 {
	font-size:1.3em;
	padding:10px 0 0 0;
}

h3 {
	padding:0 5px 10px 0;
	font-style: italic;
	font-size:1.1em;
}

h4 {
	text-align:left;
	padding:0 0 10px 0;
	font-size:1.1em;
}

em {
	font-style: italic;
}
/* BEGIN IMAGE SYTLES */

.imgfloatleft {
	float: left;
	margin: 0 10px 0 0;
}

.imgfloatright {
	float: right;
	padding:8px;
	margin: 0 5px 0 0;
}

.imgcenter{
	display: block;
	margin-left: auto;
 	margin-right: auto;
}

/* END IMAGE STYLES */

/* BEGIN HYPERLINKS */
a:link {
	color:#d6d6d6;
	text-decoration: none;
}

a:visited {
	color: #d6d6d6;
	text-decoration: none;
}

a:hover {
	/*color: #f6ae52;*/
	color:#fff;
	text-decoration: none;
}

a:active {
	color: #f68a00
	text-decoration: none;
}

#sidebar a {
	padding-right:5px;
	border-right: 2px solid #AF0A18;
}

#sidebar a:hover {
	padding-right:5px;
	border-right: 2px solid #d6d6d6;
}
