/* Body
----------------------------------------------- */

body {
  background:#fff;
  margin:0;
  padding:20px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color:#000;
}

/* Header
----------------------------------------------- */

#header {
  margin:0 auto 10px;
  }
  
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border-width:1px 1px 0;
  font-size:100%;
  line-height:1.2em;
  font-weight:normal;
  color:#000;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
  
#blog-title a {
  color:#666;
  text-decoration:none;
  }
  
#blog-title a:hover {
  color:#c60;
  }
  
#description {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#000;
  }

/* Links
----------------------------------------------- */

a:link {
  color:#58a;
  text-decoration:none;
  }
  
a:visited {
  color:#969;
  text-decoration:none;
  }
  
a:hover {
  color:#c60;
  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;
}

/* Page wrapper
----------------------------------------------- */

div.sgWrapper {
  clear: both;
  text-align: left;
  margin:0 auto 10px;
}

div.stretcher {
  clear: both;
  height: 1px
}

div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  margin-left: 1em;
}


/* image or gallery name header
----------------------------------------------- */

.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;
  /*width: 660px; 
  margin: 12px auto;*/ 
}

div.sgTab {
  padding: 0.25em;
  text-align: left;
}

/* Content
----------------------------------------------- */

div.sgContent {

  padding: 1em;
  text-align: left; 
  align="center";
}

table.sgContent {
  margin-left: 0;
  margin-right: 0;  
}

div.sgGallery, div.sgThumbnail {
  margin: 0.25em;
  padding: 0.5em;
  border: 0px solid #ccc;
  background-color: #fff;
}


div.sgGalleryThumbnail {
  width: 100px;
  text-align: center;
  float: left;
}

div.sgGalleryText {
  margin-left: 100px;
}

p.sgGalleryTitle a {
  font-weight: bold;
}

div.sgThumbnail {
  float: left;
}

div.sgThumbnail table {
  width:  110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

img.sgImage {
  border: 1px solid #000;
}

div.sgNavThumb, p.sgNavThumb {
  text-align: center;
}

div.sgNavBar, p.sgNavBar {
  text-align: center;
  float: right;
}

/* Footer
----------------------------------------------- */

#footer {
  text-align: center; 
}

a img {
  border: 0;
}

