.sgTitle {
  margin-bottom: 0;
  color: #5588AA;
  text-align: left;
}

.sgFootTitle {
  margin-bottom: 0;
  color: #5588AA;
  text-align: left;
}





/* image or gallery artist subheader 
----------------------------------------------- */

.sgSubTitle {
  margin-top: 0;
}

div.sgContainer {
  clear: both;
  text-align: center;
  
  /*margin: 12px auto;*/ 
}

div.sgTab {
  padding: 0.25em;
  text-align: left;
}

/* Content
----------------------------------------------- */

div.sgContent {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  padding: 1em;
  text-align: left;
}

table.sgContent {
  margin-left: auto;
  margin-right: auto;
}

div.sgGallery {
  margin: 0.2em;
  padding: 1em;
  padding-bottom: 2.5em;
  border: 1px solid #eee;
  background-color: #fff;
}

div.sgThumbnail {
  margin: 1em;
  padding: 1.2em;
  border: 1px solid #eee;
  background-color: #fff;
}

div.sgGalleryThumbnail {
  
  text-align: center;
  float: left;
}

div.sgGalleryText {
  margin-left: 200px;
}

p.sgGalleryTitle a {
  font-weight: bold;
}

div.sgThumbnail {
  float: left;
}

div.sgThumbnail table {
  
  
  text-align: center;
  vertical-align: middle;
  align: middle;
}

img.sgImage {
  border: 1px solid #000;
}

div.sgNavThumb, p.sgNavThumb {
  text-align: center;
}

div.sgNavBar, p.sgNavBar {
  text-align: center;
  float: right;
}


#header {
height: 0px;

}




/* Header
----------------------------------------------- */

#header {
  
  margin:0 auto 10px;
  
  }
  
#blog-title {
  margin:35px 5px 0;
  padding:10px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:150%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
  
#blog-title a {
  color:#00000;
  text-decoration:none;
  }
  
#blog-title a:hover {
  color:#00000;
  }
  
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  
  font:108%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
  
 img {
 border: 1px solid silver;
 } 
  
  
  
  
  ----------------------------------------------- */

a:link {
  color:black;
  text-decoration:none;
  }
  
a:visited {
  color:black;
  text-decoration:none;
  }
  
a:hover {
  color:#E67412;
  text-decoration:underline;
  }

/* Input areas
----------------------------------------------- */

input, textarea, select, .inputbox {
  border: 1px solid #888;
  color: #000;
  background-color: #fff;
}

input.button {
  font-weight: bold;
  border: 1px solid #888;
  color: #000;
  background-color: #eee;
}



