@charset "UTF-8";
/* CSS Document for HTML alternative version of JPEG Chrome Visualizer*/


table,td,img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
/*	height: 100%;*/
	margin: 0;
	padding: 0;
	background-color: #000;
/*	overflow: hidden;*/
}

/* hide from ie on mac \*/
html {
/*	height: 100%;*/
/*	overflow: hidden;*/
}

body,td,th {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
a:active {
	color: #000;
	background-color: #CF0;
}
h1 {
	font-size: 24px;
	font-weight: lighter;
	text-transform: lowercase;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 10px;
	font-weight: lighter;
}
 
#FlashChrome {
/*	height: 100%; */
	font-family:arial;
	font-size:12px;
}
#ChromeHTML {
/*	height:100%;*/
	padding: 20px;
/*	overflow: auto;*/
}
/* end hide */

.loading{
	display: none;	
}

#FWA {
	position: absolute;
	top: 0px;
	right: 0px;
}

.projectContent{
	display:block;
	float:left;
	margin-bottom:30px;
	width:100%;
/*	padding:10px;*/
/*	height:240px;*/
}

.pieSmall, .projectInfo, .projectBars{
	display:block;
	float:left;
	padding-top:20px;
}

.numbers{
	display:block;
	float:left;
	width:80px;
}

.pieSmall{
	padding-right:40px;
}

.projectInfo{
	width:280px;
	padding-right:20px;
}

.projectBars ul{
	list-style-type: none;
	padding:0;
}

.projectBars li{
	width:300px;
	padding-bottom:2px;
}

.bars{
	padding-left:5px;
	padding-top:20px;
	padding-bottom:10px;
}

.titleSection{
	display:block;
	float:left;
	width:100%;
	padding-bottom:30px;
}

.rulerHorizontal{
	display:block;
	float:left;
	width:100%;
	height:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}

#portfolio {
/* 	height: 1000px;*/
}

#manifesto {
	display:block;
	float:left;
	width:100%;
	padding-bottom:30px;
}

#manifesto div{
	margin:0;
	padding:0;
	float:left;
	width:280px;
	padding-right:20px;
}

#bottom{
	width: 100%;
	height: 60px;
	display:block;
	float:left;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	position:relative;
	bottom:0px;
}

#bottomLegal{
	display:block;
	float:left;
	position:absolute;
	left: 20px;
}

#bottomFlash{
	display:block;
	float:right;
	position:relative;
	right:20px;
}

#contact{
	display:block;
	float:left;
	width:100%;
	padding-bottom:10px;
}

#contact div{
	display:block;
	float:left;
	width:300px;
	padding-bottom:5px;
}
