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


* {
	border:0 none;
	margin:0;
	padding:0;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color: #303030; line-height: 140%; padding: 80px 0 80px 0; margin: 0; background-color: #110C09;
	}
	
.clear { width: 1024px; height: 5px; clear: both;
	}

img { border:none; 
	}
		

/* layout */

#feature-top-right { position: absolute; top: 60; right: 0; width: 473px; height: 433px; background-image:url(../img/typewriter3.png); }

#wrapper-index { 
	width: 1024px;
	margin: auto;
	background-image: url(../img/background.jpg); 
	background-repeat:repeat; 
	position: relative;
	}
#wrapper { 
	width: 1024px;
	margin: auto;
	background-image: url(../img/background.jpg); 
	background-repeat:repeat;
	}

#header-hp {
	padding: 30px 0 0 0; 
	height: 50px;
	}
#nav2 {
	padding: 0; 
	height: 40px;
	width: 1024px;
	background-image:url(../img/nav-bg.jpg); background-repeat:repeat-x;
	margin: auto;	
	}
#nav-bg {
	padding: 0; 
	height: 40px;
	width: 100%;
	background-image:url(../img/nav-bg.jpg); background-repeat:repeat-x;	
	}
#header-nologo {
	/*padding: 30px 0 0 0; */
	height: 50px;
	}
#header-landing {
	padding: 500px 0 186px 20px;
	}

/* CV */
#header-cv { 
	padding: 60px 0 60px 12px;
	width: 1012px; 
	}
#main-content-cv {
	width: 1012px; padding: 0 0 88px 12px;
	}
/* FOLIO */
#main-content-folio {
	width: 1024px; padding: 0;
	}
#main-content-folio-mid {
	width: 800px;
	padding: 60px 0 60px 0px;
	float: left;
	text-align:left;
	}
	
.xbox-copy {
	padding: 0 0 0 10px;
	}
.tkmaxx-copy {
	padding: 0 28px 0 28px;
	}

#main-content-folio-tv-mid {
	width: 800px; padding: 187px 0 188px 0px; float: left; text-align:center;
	}
#main-content-folio-tv-mid-high {
	width: 800px; padding: 157px 0 158px 0px; float: left; text-align:center;
	}
#main-content-folio-tv-mid-wide {
	width: 800px; padding: 146px 0 147px 0px; float: left; text-align:center;
	}
#main-content-folio-left {
	width: 112px; padding: 260px 0 60px 0px; float: left;text-align:center;
	}
#main-content-folio-right {
	width: 112px; padding: 260px 0 60px 0px; float: left; text-align:center;
	}

#header-tkmaxx { 
	padding: 2px 0 40px 168px;
	width: 756px; 
	float: left;
	}
#header-agencyland {
	margin-top: -17px;  
	padding: 2px 0 40px 168px;
	width: 756px; 
	float: left;
	}
#header-tv { 
	padding: 2px 0 60px 528px;
	width: 396px; 
	float: left;
	}
#main_content {
	width: 924px; text-align: center; padding: 30px 0 0 0;
	}

/* LINKS */
a:link { color:#333333; text-decoration: underline;	 }
a:visited { color:#333333; text-decoration: underline;  }
a:hover { text-decoration: none; color:#666666; }

	

	
/*Navigation*/


DIV#nav { 
	height: 50px;
	width: 924px;
	padding: 0;
	}
.nav-buttons { 
	padding: 0 3px 0 0; 
	}

DIV#nav UL LI {
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	list-style-type:none;
	padding: 0 3px 0 0;
	}

DIV#nav UL LI SPAN A {
	background-repeat:no-repeat;
	height:101px;
	display:block;
	background-position:left top;
	border: 0;
	padding: 0;
	
	}

DIV#nav UL LI SPAN A:hover		{ background-position: top right; }
DIV#nav UL LI SPAN A.selected	{ background-position: bottom left; }

DIV#nav UL LI SPAN A:hover, DIV#nav UL LI SPAN A:link, DIV#nav UL LI SPAN A:active, DIV#nav UL LI SPAN A:visited {
	border: 0px; 
	color:#000000;
	}

DIV#nav UL LI SPAN A SPAN {
	display:none;
	border: 0;
	}

DIV#nav UL LI SPAN A#cv			{ width:120px;  background-image:url("../img/nav-cv.gif"); }
DIV#nav UL LI SPAN A#tkmaxx	    { width:120px; background-image:url("../img/nav-tkmaxx.gif"); }
DIV#nav UL LI SPAN A#agencyland { width:120px; background-image:url("../img/nav-agencyland.gif"); }
DIV#nav UL LI SPAN A#interactive{ width:120px; background-image:url("../img/nav-interactive.gif"); }
DIV#nav UL LI SPAN A#tvspots    { width:120px; background-image:url("../img/nav-tv.gif"); }

/* text */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #CCCCCC;
	line-height: 135%;
	font-weight: bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #CCCCCC;
	line-height: 135%;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration:underline;
}
	
/*.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCCCCC;
	line-height: 150%;
	padding: 10px 0 0 0;
	}
