@charset "utf-8";
/* CSS Document */
/* cferaday.com*/

/*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: 435c04
background color: fff
*/

body {
	font-family: "Lucida Grande", "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif;
	color: #435c04;
	background-color: #fff;
	background-image: url('../images/bg-body.jpg');
	font-size: 76%;  /*The percentage is of 16px (0.75 * 16px = 12px). */
}

#container {
	width: 775px;
	margin: 40px auto -100px;
	padding-top: 8px;
	padding-bottom: 20px;
	min-height: 100%;
	height: auto;
	!important: height: 100%;
	background-image: url('../images/bg-container.jpg');
	background-repeat: repeat-y;
}

#header {
	margin: 30px auto 0px auto;
	background: url(../images/bg-header.png) no-repeat;
	width: 710px;
	height: 327px;
}

.clear {
	clear: both;
}

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

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

div.header-title {
	padding-top: 68px;
	padding-left:30px;
}

div.header-title h1 {
	font-size: 2.6em;
	letter-spacing: 2px;
	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.title {
	float: left;
}

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

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

div.about-left h2 {
	font-size: 1.9em;
	letter-spacing: 3.2px;
	margin-bottom: 5px;
}

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

#thumbnav {
	width: 700px;
	margin: 20px auto 20px auto;
}

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

#content {
	width: 700px;
	margin: 20px auto 20px auto;
}

div.sidebar {
	float: left;
	width: 251px;
	height: 444px;
	background: url(../images/bg-sidebar.png) no-repeat;
}

div.description {
	padding: 18px 25px 0 22px;
}

div.description h1 {
	font-size: 1.8em;
	font-weight:bold;
	padding:0;
	margin:0;
}

div.description p {
	line-height: 18px;
}

div.description ul {
	margin-left: 14px;
	line-height: 18px;
	font-size: 1.1em;
}

/* ================ DIVIDER =============== */

div.divider {
	width: 713px;
	height: 16px;
	margin: 0 auto 0 auto;
	background: url(../images/bg-divider.png) no-repeat;
}

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

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

#viewer a {
	font-size: 1.6em;
	color: #435c04;
}

.arrow-left {
	float: left;
	margin-left: 20px;
}

.arrow-right {
	float: right;
}

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

#right { cursor: pointer }

/* ================ VIDEO PLAYER =============== */

div.video {
	float: right;
	width: 360px;
	height: 295px;
	margin: 0 30px 0 0;
	background: url(../images/bg-video.png) no-repeat;
}

div.video embed {
	margin: 20px;
}

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

div.project {
	float: left;
	width: 124px;
	margin-right: 20px;
	position: relative;
}

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

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

div.project h1 {
	font-size: 1.4em;
	margin:0;
	padding:0;
}

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

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

div.projectimage {
	height: 124px;
	width: 124px;
}

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 .feature {
  width: 124px;
  height: 124px;
  background: url(../images/nav-feature.png) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .ingame {
  width: 124px;
  height: 124px;
  background: url(../images/nav-ingame.png) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .proto {
  width: 124px;
  height: 124px;
  background: url(../images/nav-proto.png) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .classical {
  width: 124px;
  height: 124px;
  background: url(../images/nav-2d.png) no-repeat;
  left: 0;
  top: 0;
}

div.projectimage .sketchbook {
  width: 124px;
  height: 124px;
  background: url(../images/nav-sketchbook.png) no-repeat;
  left: 0;
  top: 0;
}

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

#footer {
	height: 100px;
}

#footer-inside {
	width: 960px;
	margin: 5px auto;
	text-align: center;
	color: #000;
}

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

#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: 6px;
	font-size: 1.1em;
}

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:#435c04;
	text-decoration: none;
}

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

a:hover {
	/*color: #f6ae52;*/
	color:#000;
	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;
}
