/* CSS Document */
body {
  margin: 0;
  background-color: #000;
  color: #FFF;
  font: 10px trebuchet ms,verdana,arial;
}

p,td,div {
  color: #FFF;
  font: 11px trebuchet ms,verdana,arial;
}

a {
  color: #CC0000;
  text-decoration: underline;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}

form,input,text,texarea {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* MAIN CONTENT */
.nav {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.cntBord {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333; 
  border-bottom: 1px solid #333333;
  padding: 10px;
}

.thumb {
  border: 1px solid #333333;
}

.smlTxt {
  font-size: 10px;
}

.footer {
  color: #999;
  font-size: 10px;
}

/* PHOTO GALLERY */
.sgContainer {
  clear: both;
  text-align: center;
}

.sgTab, .sgNavBar {
  text-align: center;
  font-size: 10px;
  padding: 10px;
}

.sgAlbum img {
  margin: .25em;
  padding: 2px;
  border: solid 3px #333;
}

.sgGalleryRow {
  margin: 0.5em auto;
  padding: 0;
  width: 100%;
}

.sgGalleryItem {
  text-align: left;
  vertical-align: top;
  float: left;
}

.sgGalleryBox {
  padding: 10px;
}

.sgGalleryItem img {
  margin-right: .5em;
}

.sgAlbum img:hover, .sgGallery img:hover, .sgNavBar img:hover {
  padding: 2px;
  border: solid 3px #CC0000;
}

.sgDesc {
  margin-left: auto;
  margin-right: auto;
}

.mac-clearfix {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
