@charset "utf-8";
/* CSS by Julie Candy - juliecandy.com */



/* LINK STYLES */
	a:link 			{ color:#0099CC; text-decoration:none; font-weight:normal;}
	a:visited 		{ color:#0099CC; text-decoration:none; font-weight:normal; }
	a:hover 		{ color:#0099CC; background:#fff; text-decoration:none; font-weight:normal; }
	
	#leftSidebar a.active:link, #leftSidebar a.active:visited, .sortby a.active:link, .sortby a.active:visited { color:#fff;}
	#leftSidebar a.active:hover, .sortby a.active:hover {color:#0099CC;}
/* END LINK STYLES */

/* TYPE STYLES */
	body {
	    background:#000 no-repeat fixed center center;
		margin:0;
		padding:0;
		height:100%;
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		line-height:21px;
		}
	
	body, tr, td, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
		}
	
	h1 {font-size:16px;color:#0000FF;font-weight:normal;padding:0 0 0 20px;margin:0;}
	
	p {margin:0 0 20px 0;}
	

/* END TYPE STYLES */

/* TABLE STYLES */
/* END TABLE STYLES */

/* LAYOUT ELEMENTS */
	.threeColumn #wrapper {
		margin:20px;
		text-align:left;
		z-index:100;
	}
	.threeColumn #leftSidebar {
  float: left; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 160px; /* since this element is floated, a width must be given */
  padding: 0; /* top and bottom padding create visual space within this div  */
  margin-right:20px;
  position: fixed;
  top:20px;
  left:20px;
  z-index:3;
}
.threeColumn #rightSidebar {
  float: right; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 20px; /* since this element is floated, a width must be given */
  padding: -10px; /* top and bottom padding create visual space within this div  */
  position: fixed;
  top:17px;
  right:20px;
  z-index:3;
}
.threeColumn #leftSidebar p, .threeColumn #leftSidebar h3, .threeColumn #rightSidebar p, .threeColumn #rightSidebar h3 {
  margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
  margin-right: 0px;
  z-index:3;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.threeColumn #mainContent {
 	width:525px;
  margin-left: 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
z-index:3;
}

.threeColumn #mainContentProjectInfo {
	position:absolute;top:20px;
	width:525px;
	margin-left:180px; }


.iFrame {
	text-align:left;background: none;}

#iFrameContent {width:525px;}
/* Miscellaneous classes for reuse */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 20px;
}
.floatleft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.sortby {
	float:right;
	position:fixed;
	left:525px;
	top:20px;
	font-size:11px;
	line-height:15px;
}
#floater	{float:left; height:50%; margin-bottom:-240px; width:100%;} /* this helps vertically center the images in the div below */
#projectImages	{clear:both; height:480px; position:relative;top:10px;white-space:nowrap;z-index:1;}
#projectImagesVert {clear:both;height:480px;position:relative;top:-10px;white-space:nowrap;z-index:-1;overflow:hidden;}

#projectImagesVert img {filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;}



/* use this if rezac wants sort menu to snap to this location 

.sortby {
	float:right;
	margin-left:20px;
	width:200px;
	font-size:11px;
	line-height:15px;
}
*/
.copyright {
	float:left;
	position:fixed;
	bottom:20px;
	left:20px;
	font-size:11px;
}

.subClass {
	margin-bottom:20px;
}
/* END LAYOUT ELEMENTS */

#tooltip{
	position:absolute;
	line-height: 14px;
	font-size: 9pt;
	width: 125px;
	background:#f7f5d1;
	padding:5px 5px 5px 5px;
	color:#000000;
	z-index:2;

	}	
	