body {
  font: 100% Helvetica, sans-serif; }

html, body {
  height: 100%; }

#cc-container {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -24px; }

#cc-container #cc-container-footer {
  height: 24px; }

#cc-footer {
  clear: both;
  position: relative;
  height: 24px; }

#cc-footer {
  text-align: center; }

.cc-content-container {
  margin: 1em 2em 0 2em; }

.cc-header-nav a:first-letter {
  color: #9E3256; }

.cc-nav-menu-underbar {
  background-color: #13A7C7;
  background-color: #9E3256;
  height: 2px;
  margin-bottom: 10px; }

.top-bar {
  letter-spacing: .15mm; }

.top-bar .name h1 .cc-header-brand-name {
  letter-spacing: 2px;
  /*Header color */
  color: #FFF;
  color: #F2F2F2; }
  .top-bar .name h1 .cc-header-brand-name span {
    color: #9E3256; }

/* Home page */
.recent-photo-container-title {
  text-align: center;
  color: #444;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2; }

/* Photography */
.cc-album-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1; }

.cc-album-date {
  font-size: 11px;
  color: #666; }

.cc-album-summary {
  font-size: 14px;
  line-height: 1.5; }

/* Album category menu */
.cc-list {
  margin: 0;
  padding: 0; }
  .cc-list nav {
    margin: 50px; }
  .cc-list ul {
    overflow: auto;
    list-style-type: none;
    margin-left: 0; }
  .cc-list li {
    height: 25px;
    float: left;
    margin-right: 0px;
    border-right: 1px solid #aaa;
    padding: 0 10px; }
  .cc-list li:last-child {
    border-right: none; }
  .cc-list li a {
    text-decoration: none;
    color: #ccc;
    font: 12px/1 Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .cc-list li a:hover {
    color: #666; }
  .cc-list li.active a {
    font-weight: bold;
    color: #333; }

/* Projects Page */
.cc-lab .project-description {
  margin-left: 25px; }

/* tblReport class */
.tbl-report caption {
  font-weight: bold;
  color: #F5F1E6;
  background-color: #315421;
  border: 0 solid #330000; }
.tbl-report th {
  border: 1px #DDDDDD solid;
  padding: 3px;
  background-color: #D3D1C4;
  color: #333333;
  text-align: left;
  letter-spacing: .1em;
  font-size: 0.85em; }
.tbl-report td {
  border: 1px #DDDDDD solid;
  padding: 3px;
  background-color: #F5F1E6;
  color: #333333;
  vertical-align: top; }
  .tbl-report td a:link, .tbl-report td a:visited {
    color: #7F1800; }
  .tbl-report td a:hover {
    color: #E32419; }

#container_projects {
  border: 0 solid;
  text-align: center;
  vertical-align: top;
  margin: 0 auto;
  width: 100%;
  width: 1024px; }

#container_projects td {
  width: 50%;
  margin: 0 auto; }

#container_projects td {
  vertical-align: top; }

.tblReport {
  margin: auto; }

#projects td, #lab td {
  width: auto; }

.prj_img_container {
  text-align: center;
  height: 80px;
  width: 45%; }

.prj_inf_container {
  text-align: left; }

.prj_inf_divider {
  border-bottom: 1px #DDD solid;
  margin-top: 2px;
  margin-bottom: 5px; }

#container_prj_edit input, #container_lab_edit input {
  width: 100%; }

/* about */
.cc-about-container .row {
  padding-bottom: 1em; }
.cc-about-container h4 {
  font-size: 16px;
  font-weight: 600; }
