/*
Theme Name: Mikekus.com 3D
Theme URI: http://www.mikekus.com/3d
Description: Mike Kus Website
Version: 1
Author: Mike Kus (mike@mikekus.com)
*/


/********** Reset **********/
/* Adapted from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */










/* Typography ______________________________________________________ */

body {
	font-family:Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.125em; /* 16×1.125=18px */
}

h1 {
	font-size:90%;
	letter-spacing:-0.05em;
	font-weight:bold;
	}
	
h3 {
	font-size:130%;
	letter-spacing:-0.05em;
	line-height:22px;
	color:#3e3d36;
	font-weight:bold;
	margin-bottom:25px;
	}		

p {
	font-size:80%;
	letter-spacing:-0.05em;
}

/* End Typography */











/* Links ______________________________________________________ */

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#ff0000;
	text-decoration:none;
}










/* General ______________________________________________________ */

body#threeD {
	background:#000 url(../images/presentation/nyc_background.jpg) center top repeat-x;
	font-family:Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.125em; /* 16×1.125=18px */
	color:#000;
	padding-bottom:50px;
}

body#threeD .mainImage {
	width:100%;
	background:url(../images/presentation/nyc.jpg) center top no-repeat;
}

.hatch {
	width:100%;
	/*background:url(../images/presentation/hatch.png) top left repeat;*/
}

.mainContainer {
	width:980px;
	margin:0 auto;
	height:750px;
}

.header {
	width:980px;
	padding-top:30px;
}

body#threeD .content {
	width:980px;
	display:none;
}









/* header/Navigation ______________________________________________________ */

.header ul {
	background:url(../images/presentation/mk.png) top left no-repeat;
	height:100px;
	width:150px;
	padding:50px 0px 0px 25px;
	float:right;
}

.header ul li a {
	text-decoration:none;
	font-size:80%;
	font-weight:bold;
	line-height:1px;
	letter-spacing:-0.05em;
}

/* header/Intro ______________________________________________________ */

.mk {
	background:url(../images/presentation/3d.png) top left no-repeat;
	height:100px;
	width:200px;
	padding:52px 0px 0px 25px;
	float:right;
}



/* Slides Page ______________________________________________________ */

body#slides,
body#slidesHd {
	width:100%;
	background:#191919;
	color:#cfcfcf;
}

p.slides {
	padding-bottom:60px;
}

body#slides .header ul,
body#slidesHd .header ul {
	background:url(../images/presentation/mk_white.png) top left no-repeat;
}

body#slides .header ul li a,
body#slidesHd .header ul li a {
	color:#cfcfcf;
}

body#slides .header ul li a:hover,
body#slidesHd .header ul li a:hover {
	color:#ff0000;
}

body#slides .mk,
body#slidesHd .mk {
	background:url(../images/presentation/3d_white.png) top left no-repeat;
}

.headerLeft {
	float:left;
	width:400px;
	margin:56px 0px 0px 115px;
}

.headerLeft h2 {
	font-weight:bold;
	font-size:120%;
	padding:0px 0px 7px 0px;
}

.headerLeft p {
	color:#808080;
}

body#slidesHd .headerLeft {
	margin-left:0px;
}









/* Misc ____________________________________________________________ */

.left {
	float:left;
}

.right {
	float:right;
}












/* Clearfix ____________________________________________________________________ */

.header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* End Clearfix */