/* COLORS
#000    - Black
#BBB    - Light Grey
#CCC    - Lighter Grey
#FFF    - White */

p.projectsPages {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 60%;
  text-align: center;
  background: #DDD;
}

span.projectsPageSelected {
  font-size: 160%;
  font-weight: bold;
}

a.projectsPage {
  font-size: 160%;
  text-decoration: none;
}

a.projectsPage:hover {font-weight: bold;}

img.pagesLeft, img.pagesRight, img.pagesLeftNull, img.pagesRightNull {
  opacity: 0.5;
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  padding: 5px;
}
img.pagesLeft:hover, img.pagesRight:hover {opacity: 1;}

img.pagesLeft, img.pagesLeftNull {
  float: left;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

img.pagesLeftNull, img.pagesRightNull {visibility: hidden;}

div.project {
  height: 400px;
  margin: 10px 0;
  border: solid 3px #000;
  overflow: hidden;
  color: #FFF;
  background: #000;
  transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
}

div.project:hover {border: solid 3px #CCC;}

div.projectInfo {
  width: 100%;
  height: 50px;
}

div.projectTitle {
  display: block;
  min-width: 100%;
  line-height: 50px;
}

div.projectDetails {
  display: block;
  z-index: -1;
  width: 100%;
  max-height: 100%;
  padding-left: 20px;
  font-size: 80%;
  font-weight: normal;
}
