@charset "UTF-8";
/* CSS Document for Pol Klein, Portfolio Website */

/**** General Formatting ******************************/
body, ul, li, div, table, td, tr, p, h1, h2, h3, h4, h5, img, a {
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	background: #000 url(../images/bg/bg.png) repeat 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 0.7em;
	color: #000;
	}

div.clear {
	clear: both;
	}

* :focus { outline: 0; }

a {
	text-decoration: none;
	outline: none;
	color: #06b;
	}

a:hover {
	color: #700;
	}

ul { 
	list-style-type: none;
	}
	
h1, h2, h3 {
	display: none;
	}

/**** Page structure Divs ***************************/
/* Div structure has a vertical left-column header  */
/*                                                  */
/* HOME PAGE:                                       */
/*     | header | content |  nav  |                 */
/*     |  250px |  410px  | 180px |                 */
/*     | ........ footer ........ |                 */
/*                                                  */
/* OTHER PAGEs:                                     */
/*     | header | info  | content |  nav  |         */
/*     |   70px | 180px |  410px  | 160px |         */
/*     | ............ footer .............|         */
/*                                                  */
/****************************************************/

div#wrap {
	position: relative;
	width: 840px; /* 840px (border extends) */
	height: 600px;  /* 600px (border extends) */
	margin: 10px auto 40px auto;
	border: 1px solid #000;
	}
	
div#header {
	float: left;
	width: 70px;
	height: 570px;
	overflow: hidden;
	}

div#header_std {  /* Home, Contact pages */
	float: left;
	width: 250px;
	height: 570px;
	overflow: hidden;
	}

div#infopanel {
	float: left;
	width: 180px;
	padding-top: 25px;
	overflow: hidden;
	}

div#content {
	float: left;
	width: 372px;  /* 410px - padding */
	padding: 75px 19px 20px 19px;  /* 2px space horizontally for image border */
	overflow: hidden;
	}

div#content_std { /* Home, Contact pages */
	float: left;
	width: 372px;  /* 410px - padding */
	padding: 75px 19px 20px 19px;  /* 2px space horizontally for image border */
	overflow: hidden;
	outline: none;
	}

div#panel_container {
	width: 372px;
	height: 475px;  /* 600px - 85px head/footer - 40px content padding */
	overflow: hidden;
	}

div#nav {
	float: left;
	width: 180px;   
	height: 570px;  /* 570px - margin */
	overflow: hidden;
	}

div#footer {
	clear: both;
	width: 100%;
	height: 30px;
	}
	
/**** Content ******************************************/
/* Page marker in wrap div */
div#pgmark {
	width: 250px;
	height: 75px;
	position: absolute;
	left: 468px;  /* 470 */
	top: 2px;  /* 1px + top border */
	}

p#opensite {
	float: left;
	width: 140px;
	margin-top: 2px;
	color: #8aac76;
	font-size: 0.9em;
	text-align: left;
	}

span#clickmark {
	float: right;
	width: 160px;
	margin-top: 2px;
	color: #8aac76;
	font-size: 0.9em;
	text-align: right;
	}

span#clickmark_motion {
	width: 200px;
	position: absolute;
	left: 440px;
	bottom: 32px;
	color: #8aac76;
	font-size: 0.9em;
	text-align: right;
	}

/* Images and text */
div#header img {
	display: block;
	}

img#img_pol_home {
	display: block;
	margin: 25px 0px 0px -20px;
	border: 1px solid #000;
	}

div#content_std img {
	margin-top: 40px;
	border: none;
	}
	
p#pol_intro {
	position: absolute;
	width: 120px;
	height: 45px;
	left: 100px;
	top: 475px;
	font-size: 0.95em;
	color: #000;
	}

/* Contact page content */
div#contact_left {
	float: left;
	width: 160px;
	padding-top: 75px;
	padding-left: 0px;
	overflow: hidden;
	}

div#contact_right {
	float: left;
	width: 175px;  /* 229px - padding */
	padding-top: 75px;
	padding-left: 25px;
	overflow: hidden;
	}

p.contact_info {
	padding-bottom: 15px;
	font-size: 1.25em;
	color: #475a3c;
	}

div#contact_left p.contact_info {
	text-align: right;
	}

p.bio {
	padding-bottom: 10px; 
	color: #000;
	font-size: 0.95em;
	text-align: justify; 
	}

p.bio a#cv {
	font-size: 0.85em;
	color: #475a3c;
	}
	
p.bio a#cv:hover {
	color: #700;
	}

div#content_std img#img_pol_contact {
	display: block;
	float: right;
	margin-top: 5px;
	border: 1px solid #000;
	}

/* Project info text boxes */
div.project {
	position: absolute;
	top: 30px;
	left: 120px;
	width: 140px;
	height: 115px;
	font-size: 0.95em;
	color: #000;
	overflow: hidden;
	}

p#project_title {
	height: 25px;  /* 35 px - padding */
	padding-bottom: 10px;	
	font-weight: bold;
	display: none;
	overflow: hidden;
	}
	
p#project_description {
	height: 80px;
	display: none;
	overflow: hidden;
	}

/* Project thumbnails */
div#thumbbox {
	margin: 130px 0 0 90px; /* Now double row, was Single row: left 130px */
	}

ul#thumbs li {
	margin-bottom: 2px;
	text-align: right;
	display: inline;
	}

ul#thumbs li img {
	border: 1px solid #000;
	}

div#content img {
	display: none;
	}
	
div#content img#displayed_piece {
	margin: 0 auto;
	border: 1px solid #000;
	}

/* Lightbox project pieces */
div#pieces {
	display: none;
	}

/* Footer text */
p.footer {
	clear: both;
	font-size: 0.65em;
	color: #8a7;
	text-align: right;
	padding: 10px 15px 5px 0px;
	}

/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */
a.tip:hover {
	background-color: transparent;     /* BG color is a must for IE6 */
	}

a.tip span {
	display: none; 
	width: 120px;
	margin: -43px 0px 0px -120px;
	font-size: 0.9em;
	text-align: right;
	}

/*	
a.tip:hover span {
	display: inline-block;
	position: absolute;
	background-color: transparent; 
	color:#06b;
	}
*/
/*  End tool tip */

a.tip img {
	opacity: 0.2;
	filter: alpha(opacity=20);  /* IE */
	}
	
a.tip:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);  /* IE */
	}
	
a.tip p#project_title {
	display: none;
	color: #000; 
	}
	
a.tip:hover p#project_title {
	display: block;
	color: #000;
	}

a.tip p#project_description {
	display: none;
	color: #000; 
	}
	
a.tip:hover p#project_description {
	display: block;
	color: #000;
	}

p.contact_info a {
	color: #475a3c;
	}
	
p.contact_info a:hover {
	color: #700;
	}

a#panel {
	display: block;
	}

a#panel:hover span#clickmark, a#panel:hover span#clickmark_motion {
	color: #700;
	}
	
p#opensite a#sitelink {
	color: #8aac76;
	}

p#opensite a#sitelink:hover {
	color: #700;
	}
	
/***** Navigation Bar *********************************/
div#nav ul {
	display: block;
	margin: 155px 0px 0px 0px;
	padding-left: 10px;
	border-left: 1px solid #06b;
	}

div#nav ul li{
	padding: 8px 0px 8px 0px;
	}

body#homepg ul li.home a,
body#webpg ul li.web a,
body#typepg ul li.web a,
body#motionpg ul li.motion a,
body#printpg ul li.print a,
body#contactpg ul li.contact a { 
	color: #000; 
	}

/**** Background Images for each page ******************/
body#homepg div#wrap { background: transparent url(../images/bg/bg_home.jpg) no-repeat 0 0; }
body#homepg div#pgmark { background: transparent url(../images/marks/mark_home.png) no-repeat 0px 0px; }
body#homepg div#nav { background: transparent url(../images/marks/water_home.png) no-repeat 80px 0px; }

body#webpg div#wrap { background: transparent url(../images/bg/bg_web.jpg) no-repeat 0 0; }
body#webpg div#pgmark { background: transparent url(../images/marks/mark_web.png) no-repeat 0px 0px; }
body#webpg div#nav { background: transparent url(../images/marks/water_web.png) no-repeat 80px 0px; }

body#typepg div#wrap { background: transparent url(../images/bg/bg_web.jpg) no-repeat 0 0; }
body#typepg div#pgmark { background: transparent url(../images/marks/mark_web.png) no-repeat 0px 0px; }
body#typepg div#nav { background: transparent url(../images/marks/water_web.png) no-repeat 80px 0px; }

body#motionpg div#wrap { background: transparent url(../images/bg/bg_motion.jpg) no-repeat 0 0; }
body#motionpg div#pgmark { background: transparent url(../images/marks/mark_motion.png) no-repeat 0px 0px; }
body#motionpg div#nav { background: transparent url(../images/marks/water_motion.png) no-repeat 80px 0px; }

body#printpg div#wrap { background: transparent url(../images/bg/bg_print.jpg) no-repeat 0 0; }
body#printpg div#pgmark { background: transparent url(../images/marks/mark_print.png) no-repeat 0px 0px; }
body#printpg div#nav { background: transparent url(../images/marks/water_print.png) no-repeat 80px 0px; }

body#contactpg div#wrap { background: transparent url(../images/bg/bg_contact.jpg) no-repeat 0 0; }
body#contactpg div#pgmark { background: transparent url(../images/marks/mark_contact.png) no-repeat 0px 0px; }
body#contactpg div#nav { background: transparent url(../images/marks/water_contact.png) no-repeat 80px 0px; }

/* Typography in CSS demonstration */
p#typography         { position: relative; top:  30px; left:  45px; width: 300px; height:  400px; font-family: Georgia, "Times New Roman", Times, serif; }
p#typography span.t  { position: absolute; top:   0px; left:   0px; color: #000; font-size:  15em; font-style: italic; }
p#typography span.y1 { position: absolute; top:  50px; left:  75px; color: #333; font-size:   7em; font-style: italic;}
p#typography span.p1 { position: absolute; top: 100px; left:  75px; color: #666; font-size:  10em; font-style: italic; }
p#typography span.o  { position: absolute; top:  75px; left: 117px; color: #7bf; font-size:   6em; }
p#typography span.g  { position: absolute; top: 100px; left: 140px; color: #000; font-size:   8em; }
p#typography span.r  { position: absolute; top: 100px; left: 185px; color: #000; font-size: 6.5em; font-style: italic; }
p#typography span.a  { position: absolute; top: 135px; left: 200px; color: #666; font-size: 5.5em; }
p#typography span.p2 { position: absolute; top: 160px; left: 183px; color: #333; font-size:   9em; }
p#typography span.h  { position: absolute; top: 168px; left: 237px; color: #999; font-size: 3.25em; font-style: italic; }
p#typography span.y2 { position: absolute; top: 178px; left: 242px; color: #69c; font-size:   7em; font-style: italic; }
p#typography span.incss { position: absolute; top: 207px; left: 128px; color: #000; font-size:   1.5em; font-style: italic; }

/**** End CSS ****************************************/

