/*  ------------------------------------------------------------------------
	                               PhotoAday
    ------------------------------------------------------------------------
    
    I have no idea why this header is here, I am just copying Oz.
    
    web                 : http://pad.thedigitialmovement.com
    filename            : /_css/screen.css

    version             : 2006-01-20
    
    author              : Blaise DiPersia
    url                 : http://thedigitalmovement.com
    
    ------------------------------------------------------------------------  */
.title {
  font-size: 21px;
  padding-left: 80px;
}

.project .title {
  font-style: normal;
  padding-left: 0px;
  margin-bottom: 8px;
}

.live_projects {
  color: #555;
  padding-top: 40px;
  height: 100%;
  width: 100%;
}

.live_projects .body {
  font-style: italic;
  padding: 0px 0 0 80px;
}

.project {
  float: left;
  font-size: 13px;
  line-height: 17px;
  padding: 10px 50px 0 150px;
  min-height: 200px;
  width: 240px;
}

a .link {
  display: none;
}

a:hover .link {
  display: block;
}

.drew {
  background: url(/_img/Drew.jpg) no-repeat 0 0;
  padding-left: 160px;
}

.drew .link {
  color: #F09;
}

.blaise {
  background: url(/_img/Blaise.png) no-repeat 0 0;
  padding-left: 165px;
}

.blaise .link {
  color: #654475;
}

.indoek {
  background: url(/_img/Indoek.gif) no-repeat -5px 0;
}

.indoek .link {
  color: #3CF;
}

.archive {
	background-color: #fff;
  bottom: 0px;
  position: fixed;
  width: 100%;
}

.archive .title {
}

.archive .body {
  height: 370px;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	background-color: #fff;
  color: #BBB;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: Georgia;
  font-size: 15px;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: none;
}


h4 a {
	display: none;
}
