/* CSS Document */
body
{
	font-family: meta, arial, helvetica, sans-serif;
	font-size: small;
	color: #fff;
	background-color: #666;
	text-align: left;
}

body, div
{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Boxes for page layout */
div#wrapper
{
	position: relative;
	border: 1px solid #999;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	width: 800px;
	height: 575px;
}
	
div#jason
{
	position: absolute;
	top: 75px;
	left: 0;
}
	
div#boxwrapper
{
	position: absolute;
	top: 130px;
	left: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 800px;
	height: 130px;
}

div#box01
{
	position: absolute;
	background-color: #999;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
}

div#box01off
{
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
}

div#box02
{
	position: absolute;
	border-left: 1px solid #999;
	background-color: #999;
	top: 0;
	left: 130px;
	width: 130px;
	height: 130px;
}

div#box02a
{
	position: absolute;
	border-left: 1px solid #999;
	background-color: #999;
	top: 0;
	left: 130px;
	width: 260px;
	height: 130px;
}

div#box02off
{
	position: absolute;
	border-left: 1px solid #999;
	background-color: transparent;
	top: 0;
	left: 130px;
	width: 130px;
	height: 130px;
}

div#box03
{
	position: absolute;
	background-color: #999;
	top: 0px;
	left: 260px;
	width: 130px;
	height: 130px;
}

div#box03off
{
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 260px;
	width: 130px;
	height: 130px;
}

div#box04
{
	position: absolute;
	border-left: 1px solid #666;
	background-color: #999;
	top: 0;
	left: 390px;
	width: 130px;
	height: 130px;
}

div#box05
{
	position: absolute;
	border-left: 1px solid #666;
	background-color: #999;
	top: 0;
	left: 520px;
	width: 130px;
	height: 130px;
}

div#box06
{
	position: absolute;
	border-left: 1px solid #666;
	background-color: #999;
	top: 0;
	left: 650px;
	width: 130px;
	height: 130px;
}

div#box07
{
	position: absolute;
	background-color: #999;
	top: 0;
	left: 260px;
	width: 520px;
	height: 425px;
	overflow: auto;
}

div#box08
{
	position: absolute;
	top: 0;
	left: 260px;
	width: 520px;
	height: 130px;
	overflow: auto;
}

div#img
{
	position: absolute;
	top: 20px;
	left: 390px;
	width: 390px;
}

div#imgsmall
{
	position: absolute;
	top: 75px;
	left: 390px;
	width: 390px;
}

/* Links 	*/
a:link, a:visited {
	font: normal small-caps bold small meta, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background: transparent; 
	}

a:hover {
	font: normal small-caps bold small meta, arial, helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background: transparent; 
	}

a:active {
	font: normal small-caps bold small meta, arial, helvetica, sans-serif;
	color: #fff; 
	text-decoration: none;
	background: transparent;  
	}
	

/* Thumbnail positions */
.lowerleft {
	position: absolute;
	top: 66px;
	left: 0;
	}

.upperright {
	position: absolute;
	top: 0px;
	right: 0;
	}

.lowerright {
	position: absolute;
	top: 66px;
	right: 0;
	}

/* Captions in Work section */
p.caption01 {
	margin: 1em 0 0 2em;
	font: italic small-caps bold small meta, arial, helvetica, sans-serif;
	color: #000;
	}
	
p.caption012 {
	margin: 0 0 0 2em;
	font: italic small-caps bold small meta, arial, helvetica, sans-serif;
	color: #000;
	}
	
p.caption02 {
	margin: 0 0 0 2em;
	font: normal small-caps bold small meta, arial, helvetica, sans-serif;
	}

p.caption03 {
	margin: 0 0 0 3.2em;
	font: normal small-caps bold small meta, arial, helvetica, sans-serif;
	}

/* Removes image link border in FF and NS */
img {
 	border-style: none;
	}

/* Typography 	*/
p	{
	margin: 0 0 1em 0;
	line-height: 140%;
	}

ul	{
	margin-top : 1.2em;
	list-style-type: none;
	font: normal bold small-caps small meta, arial, helvetica, sans-serif;
	color: #000;
	}

li {
	margin-left : -2em;
	padding-bottom : 2px;
	}
	
.black {
	color: #000;
	}

.quote {
	padding: 10px 15px 0 15px;
	font: italic normal medium meta, arial, helvetica, sans-serif;
	}

/* new style for arranging photos in a grid */
div#gallery_wrapper {
	position : absolute;
	top      : 0px;
	left     : 260px;
	padding  : 0px;
	margin   : 0px;
	width    : 520px;
	height   : 130px;
	background-color: #999;
}

table#gallery {
  border-collapse : collapse;
  border  : 0;
  padding : 0;
  margin  : 0;
}

table#gallery td {
  border  : #999 1px solid;
  padding : 0;
  margin  : 0;
  width   : 64px;
  height  : 64px;
}

table#gallery tr.gallery_row_top td {
  border-top : none;
}

table#gallery tr.gallery_row_bottom td {
  border-top : #999 2px solid;
}
